-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
467 lines (458 loc) · 15.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TheAlienDoctor.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Information about TheAlienDoctor, Minecraft related downloads and more!" />
<meta name="keywords"
content="TheAlienDoctor, Alien, Minecraft, UFO Studios, UFO SMP, PinaCraft, Minecraft Bedrock, Minecraft content creator, family friendly, Minecraft Bedrock content creator, twitch streamer, youtuber" />
<meta name="author" content="TheAlienDoctor & UFO Studios - Based on a template by WebThemez" />
<link rel="icon" href="img/icon.png">
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" />
<link href="css/darkmode.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<!-- start header -->
<header>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="g-ytsubscribe" data-channelid="UCJeAidW62xco39kJZxJ43qA" data-layout="full"
data-count="default"></div>
</div>
<div class="navbar-collapse collapse ">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="downloads/index.html">Downloads</a></li>
<li><a href="fan-art.html">Fan Art</a></li>
<li><a href="ufo-smp">UFO SMP</a></li>
<li><a href="ufo-studios.html">UFO Studios</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="#" onclick="toggleDarkMode(); return false;">Toggle Dark Mode [Beta]</a></li>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- end header -->
<section id="inner-headline">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="pageTitle">Welcome to TheAlienDoctor's official website!</h2>
</div>
</div>
</div>
</section>
<!-- Slider-->
<section id="featured">
<div id="main-slider" class="flexslider">
<ul class="slides">
<li>
<img src="img/slides/banner.png" />
</li>
<li>
<img src="img/slides/truly-bedrock-banner.png" alt="PinaCraft Season 3 banner" />
</li>
</ul>
</div>
</section>
<!-- Description-->
<center>
<h1 class="aligncenter">Welcome!</h1>
<p>Hello humans, I am
TheAlienDoctor and welcome to my website! Here you can find lots of things like <a
href="my-setup.html">my setup</a>, <a href="links.html">social
links</a> and even <a href="downloads/index.html">downloads</a> for things like Worlds, loads of
various packs for
Minecraft and more!
</p>
<!-- Latest video-->
<div class="container" style="display:flex">
<h3 style="flex: 5; text-align: center;">Latest Video</h3>
<h3 style="flex: 5; text-align: center;">Latest Stream</h3>
</div>
<div class="container" style="display:flex">
<div id="ytvid" style="flex: 5;">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/videoseries?si=j-kqWGq2KoJm1wPi&list=PLwdbMjWqLv_Wr9AyRCfhDSIvqNiAoOKKD"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<br>
<div id="ytvid" style="flex: 5;">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/videoseries?si=c6KpkzvW2bMDQ_Rg&list=PLwdbMjWqLv_XovrQRHfJ-ewBRV6wP47rL"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</div>
</center>
<!-- Popular downloads-->
<section class="courses">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="aligncenter">
<h2 class="aligncenter">Popular downloads</h1><span
class="clear spacer_responsive_hide_mobile "
style="height:13px;display:block;"></span>Below are some of Alien's most popular
downloads, don't forget to check out <a href="downloads/index.html">the
downloads page</a> for more downloads!</p>
</div>
</div>
</div>
<div class="col-md-4">
<a href="downloads/aliens-ui-pack.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/download-icons/aliens-ui-pack.png" />
<h3>Alien's UI Pack</h3>
</center>
<h5><i>
<p>Minecraft version: Bedrock 1.21.40+</p>
<p>Pack version: V1.3.2</p>
</i></h5>
<p>Adds minor tweaks to the Bedrock UI to make it how Alien prefers it.</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="downloads/pack-converter.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/download-icons/pack-converter.png" />
<h3>Minecraft Resource Pack Converter</h3>
</center>
<h5><i>
<p>Platform: Windows XP, Vista, 7, 8, 8.1, 10 and 11 [64 bit]</p>
<p>Version: V1.5.1</p>
</i></h5>
<p>A simple script written in AutoIt to convert Minecraft resource packs between
versions! (Java to Bedrock, Bedrock to Java)</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="downloads/updated-1.8-textures.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/download-icons/updated-1.8-textures.png" />
<h3>Updated 1.8 textures</h3>
</center>
<h5><i>
<p>Minecraft version: Java 1.6.1 - 1.8.9</p>
<p>Pack version: V1.2.5</p>
</i></h5>
<p>Backports the latest Minecraft Textures to be used in older versions without
changing them. Designed for use on PvP servers.</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Quotes-->
<div class="testimonial-area">
<div class="testimonial-solid">
<div class="container">
<div class="testi-icon-area">
<div class="quote">
<i class="fa fa-microphone"></i>
</div>
</div>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="1">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="2">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="3">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="4">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="5">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="6">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="7">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="8">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="9">
<a href="#"></a>
</li>
<li data-target="#carousel-example-generic" data-slide-to="10">
<a href="#"></a>
</li>
</ol>
<div class="carousel-inner">
<div class="item active">
<p>"Cool Beanz"</p>
<p>
<b>- Alien (all the time)</b>
</p>
</div>
<div class="item">
<p>"urghh you have made a mistake!"</p>
<p>
<b>- Alien 2021</b>
</p>
</div>
<div class="item">
<p>"If you re-jumble the letters of 'we have a really good trusting relationship friendship
thingy', if you re-jumble them, it says 'secrets'"</p>
<p>
<b>- Alien 2021</b>
</p>
</div>
<div class="item">
<p>"then their minds would turn into brain soup"</p>
<p>
<b>- Alien 2022</b>
</p>
</div>
<div class="item">
<p>"Toooaaaad can I go to the toilet?"</p>
<p>
<b>- Alien 2022</b>
</p>
</div>
<div class="item">
<p>"PROPER BRITISH is the only way to eat PROPER BRITISH tea"</p>
<p>
<b>- Alien 2022</b>
</p>
</div>
<div class="item">
<p>"In Great British Land, you can trust people, innit"</p>
<p>
<b>- Alien 2022</b>
</p>
</div>
<div class="item">
<p>"Drink has been Drunken"</p>
<p>
<b>- Alien 2022</b>
</p>
</div>
<div class="item">
<p>"Its time to sweat like a swimming pool and rage at children"</p>
<p>
<b>- Alien 2023</b>
</p>
</div>
<div class="item">
<p>"Ok nevermind I had it right the first time. New life lesson, I'm always right"</p>
<p>
<b>- Alien 2024</b>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Where can you find me?-->
<section class="courses">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="aligncenter">
<h1 class="aligncenter">Where can you find me?</h1><span
class="clear spacer_responsive_hide_mobile " style="height:13px;display:block;"></span>
I am active on the majority of the
platforms below!
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<a href="r/YouTube.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/social-badges/youtube.png">
</center>
<p>YouTube is my main content platform! I aim to post weekly, <i>normally</i> every
Wednesday at 4:00PM GMT/BST. I also stream weekly when I can, which generally happen
on Saturdays at 3:00PM GMT/BST</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="r/Twitch.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/social-badges/twitch.png">
</center>
<p>I generally stream weekly on Twitch, whilst multi-streaming at the same time on
YouTube!</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="r/Twitter.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/social-badges/twitter.png">
</center>
<p>Follow me on Twitter for the best tweets you will ever read (probably)</p>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<a href="r/Patreon.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/social-badges/patreon.png">
</center>
<p>If you're interested in supporting me, then check out my Patreon! Tiers start as low as
£1/month for loads of great rewards! Of course its completely optional, but is
appreciated!</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="r/TikTok.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/social-badges/tiktok.png">
</center>
<p>Yep, I am even on TikTok. Cannot guarantee to be cringe free.</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="r/Instagram.html" style="text-decoration: none;">
<div class="downloadbox">
<center>
<img src="img/social-badges/instagram.png">
</center>
<p>Follow me on Insta for my posts! I can promise at least 2 posts a year, 3 if your
lucky...</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Quick Links</h5>
<ul class="link-list">
<li><a href="r/YouTube.html">YouTube</a></li>
<li><a href="r/Discord.html">Discord server</a></li>
<li><a href="r/Twitter.html">Twitter</a></li>
<li><a href="r/Patreon.html">Patreon</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">UFO SMP</h5>
<ul class="link-list">
<li><a href="UFO-SMP/index.html">Info</a></li>
<li><a href="UFO-SMP/apply.html">Apply to join</a></li>
<li><a href="downloads/series-and-servers.html">Map downloads</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">
<p>Legal</p>
</h5>
<ul class="link-list">
<li><a href="legal/privacy.html">Privacy</a></li>
<li><a href="legal/licence.html">Licence</a></li>
<li><a href="legal/eula.html">Site eula</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Other</h5>
<ul class="link-list">
<li><a href="https://github.com/UFO-Studios/TheAlienDoctor.com">Contribute, report bugs and
more on GitHub</a></li>
<li><a href="https://github.com/UFO-Studios" target="_blank">Developed by UFO Studios</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="sub-footer">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="copyright">
<p>
<a href="legal/licence.html" target="_blank">
© UFO Studios & TheAlienDoctor </a> | <a href="http://webthemez.com"
target="_blank">Template By WebThemez</a> | Site Version: V1.7.2
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- javascript ================================================== -->
<!-- DarkMode -->
<script src="js/darkmode.js"></script>
<!-- YouTube subscribe button -->
<script src="https://apis.google.com/js/platform.js"></script>
<!-- Scripts from original template-->
<script src="js/WDR.js"></script>
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/portfolio/jquery.quicksand.js"></script>
<script src="js/portfolio/setting.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
<script src="js/owl-carousel/owl.carousel.js"></script>
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>