forked from vikhyatsingh123/SlugTerra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
385 lines (378 loc) · 17.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.4.1/css/all.css"
integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="index.css" />
<link
href="https://fonts.googleapis.com/css2?family=Righteous&display=swap"
rel="stylesheet"
/>
<title>SlugTerra</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<a class="navbar-brand navTitle" href="index.html"><i class="fas fa-desktop mr-2"></i>SlugTerra</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item itemNav">
<a class="nav-link" href="#header">Home</a>
</li>
<li class="nav-item itemNav">
<a class="nav-link" href="#gallery-title">Slugs</a>
</li>
<li class="nav-item itemNav">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</nav>
<section id="header" class="jumbotron text-center">
<div class="theme">
<div class="header-content">
<a href="#gallery-title"><i class="fas fa-chevron-down fa-6x gallery-icon"></i></a>
</div>
</div>
</section>
<div id="gallery-title"></div>
<div id="" class="gallery-div">
<h1 class="gallery-head">Slugs - gallery</h1>
</div>
<section id="gallery">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="images/burphy.jpg" alt="Burphy" />
<div class="card-body">
<h5 class="card-title">Burphy</h5>
<p class="card-text">
Burpy was part of Will Shane's arsenal until he was sent to
find Eli right before Will went missing. He's Eli's faithful
companion, an ultimate fire-based weapon and master slug
strategist
</p>
<a
href="https://github.com/vikhyatsingh123/"
class="btn btn-outline-danger btn-sm"
>Contributed by - Vikhyat</a
>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img
class="card-img-top"
src="images/beeker.png"
alt="Bulbasaur"
/>
<div class="card-body">
<h5 class="card-title">Beeker</h5>
<p class="card-text">
Beeker was used repeatedly in "Deep Water, Dark Water" due to
him being an amphibious Slug, therefore not needing a Torpedo
Shell to be fired successfully
</p>
<a
href="https://github.com/vikhyatsingh123"
class="btn btn-outline-danger btn-sm"
>Contributed by - Vikhyat</a
>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="images/goon.png" alt="Bulbasaur" />
<div class="card-body">
<h5 class="card-title">Goon</h5>
<p class="card-text">
The Goon is an especially evil Goon Doc ghoul, seething with
dark energy. When it attacks, the Goon has an eerie way of
getting into a target Slugslinger’s head. The Goon is
determined to conquer every cavern in Slugterra!
</p>
<a
href="https://github.com/vikhyatsingh123"
class="btn btn-outline-danger btn-sm"
>Contributed by - Vikhyat</a
>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img
class="card-img-top"
src="images/Charger.png"
alt="Bulbasaur"
/>
<div class="card-body">
<h5 class="card-title">Charger</h5>
<p class="card-text">
Charger first debut in The Emperor Strikes Back to charge up
Burpy with Levelest to try and take down the Iron Warriror.
</p>
<a
href="https://github.com/vikhyatsingh123"
class="btn btn-outline-danger btn-sm"
>Contributed by - Vikhyat</a
>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top"
src="images/boon-doc.png"
alt="boon-doc" />
<div class="card-body">
<h5 class="card-title">Boon Doc</h5>
<p class="card-text">Boon Docs are extremely rare and powerful healer slugs known for their ability to restore a person's health and most importantly, heal ghoul slugs. A famous Boon Doc is/was The Goon, who belongs to The Emperor.</p>
<a href="https://github.com/aimeetacchi" class="btn btn-outline-danger btn-sm">Contributed by - aimeetacchi</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://vignette.wikia.nocookie.net/slugterra/images/f/fb/Bubbleone1.png/revision/latest/scale-to-width-down/310?cb=20130325193403" alt="">
<div class="card-body">
<h5 class="card-title">Suds</h5>
<p class="card-text">
Belongs to Eli Shane. Has been used multiple times to sasve
Pronto and defeat Captain Malvolio Drake, Munch and saved the
gang's life.
</p>
<a
href="https://github.com/ani-coder-hacker"
class="btn btn-outline-danger btn-sm"
>Contributed by - Anirudh Prabhakaran</a
>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img
class="card-img-top"
src="https://vignette.wikia.nocookie.net/slugterra/images/7/77/Opening_Chiller.png/revision/latest/scale-to-width-down/310?cb=20121023205533"
alt=""
/>
<div class="card-body">
<h5 class="card-title">Chiller</h5>
<p class="card-text">
Found by Eli in "The Slugout". As a wild caught Slug, he is a
rookie and one of the more timid Slugs
</p>
<a
href="https://github.com/ani-coder-hacker"
class="btn btn-outline-danger btn-sm"
>Contributed by - Anirudh Prabhakaran</a
>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img
class="card-img-top"
src="https://vignette.wikia.nocookie.net/slugterra/images/d/df/Stunts%282%29.png/revision/latest?cb=20160117213039"
alt=""
/>
<div class="card-body">
<h5 class="card-title">Stunts</h5>
<p class="card-text">
He is a Speedstinger Slug, belonging to Eli Shane. Stunts has
special goggles which he uses to calculate precise angles.
Friendly, but mischevious by nature.
</p>
<a
href="https://github.com/ani-coder-hacker"
class="btn btn-outline-danger btn-sm"
>Contributed by - Anirudh Prabhakaran</a
>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img
class="card-img-top"
src="https://vignette.wikia.nocookie.net/slugterra/images/4/44/ST_SG_SLUGS_NegashadeProto.png/revision/latest/scale-to-width-down/310?cb=20131221191706"
alt=""
/>
<div class="card-body">
<h5 class="card-title">Yang</h5>
<p class="card-text">
A Negashade slug who belongs to Shanai. She debuts in "The
Unbeatable Master" as one of Shanai's favourite Slugs. She is
mostly seen with Ping doing a fusion shot.
</p>
<a
href="https://github.com/ani-coder-hacker"
class="btn btn-outline-danger btn-sm"
>Contributed by - Anirudh Prabhakaran</a
>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img
class="card-img-top"
src="https://vignette.wikia.nocookie.net/slugterra/images/0/03/Flatulorhinkusmega-proto.png/revision/latest?cb=20160117211141"
alt=""
/>
<div class="card-body">
<h5 class="card-title">Stinky</h5>
<p class="card-text">
A Flatulorhinkus Slug, originally the partner Slug of Pronto,
but now shared by the entire Shane Gang. He is still primarily
used by Pronto.
</p>
<a
href="https://github.com/ani-coder-hacker"
class="btn btn-outline-danger btn-sm"
>Contributed by - Anirudh Prabhakaran</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img
class="card-img-top"
src="https://vignette.wikia.nocookie.net/slugterra/images/d/da/Juju_Protoform.png/revision/latest?cb=20141109021104"
alt=""
/>
<div class="card-body">
<h5 class="card-title">Joo-Joo</h5>
<p class="card-text">
Joo-Joo is an Infurnus Slug introduced in the second season,
who belongs to Junjie the Eastern Champion and together they
protect The Eastern Caverns.
</p>
<a
href="https://github.com/dickaestu"
class="btn btn-outline-danger btn-sm"
>Contributed by - dickaestu</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://i.pinimg.com/564x/74/17/5e/74175ecc4efb253b31d718d387939c60.jpg" alt="">
<div class="card-body">
<h5 class="card-title">Babosa Trilladora</h5>
<p class="card-text"> Geoshards are Slugs that attack through crystallization. They are mainly yellow, with a light green back, covered in pastel green crystals. Upon hitting 100 mph, it becomes a larger, more vicious-looking version of itself. It's able to create a projectile that crystallizes the target on contact.</p>
<a href="https://github.com/gaishhwarya" class="btn btn-outline-danger btn-sm">Contributed by - Aishwarya Gupta</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://vignette.wikia.nocookie.net/slugterra/images/5/50/Air_Elemental_Slug_Protoform.png/revision/latest/scale-to-width-down/310?cb=20160602020155" alt="">
<div class="card-body">
<h5 class="card-title">Air Elemental</h5>
<p class="card-text">The Air Elemental is a small grey slug with a heap of pointed spikes on her head. Also on her head is one small silver spike. She has flying membranes under her arms, giving her the power of flying in protoform.</p>
<a href="https://github.com/gaishhwarya" class="btn btn-outline-danger btn-sm">Contributed by - Aishwarya Gupta</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://vignette.wikia.nocookie.net/slugterra/images/c/cd/ST_SG_SLUGS_BlastipedeProto.png/revision/latest/scale-to-width-down/310?cb=20131221222125" alt="">
<div class="card-body">
<h5 class="card-title">Blastipede</h5>
<p class="card-text">Blastipede Slugs is an Uncommon Fire Element Slug. It was first seen in Bandoleer of Brothers when Rookie joins Eli's Slug Arsenal and learns he can shoot blue detonators that can blow things up.</p>
<a href="https://github.com/gaishhwarya" class="btn btn-outline-danger btn-sm">Contributed by - Aishwarya Gupta</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://vignette.wikia.nocookie.net/slugterra/images/1/14/Crystalyd1.png/revision/latest/scale-to-width-down/310?cb=20150330194504" alt="">
<div class="card-body">
<h5 class="card-title">Crystalyds</h5>
<p class="card-text">Crystalyds, better known as "Tunneler Slugs", are extremely rare and powerful Digger Slugs, that can be found burrowed deep beneath SlugTerra's surface and only surface every hundred years, earning them the spot as Ultra Rare Earth slugs.</p>
<a href="https://github.com/gaishhwarya" class="btn btn-outline-danger btn-sm">Contributed by - Aishwarya Gupta</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://vignette.wikia.nocookie.net/slugterra/images/7/76/Opening_Flaringo.png/revision/latest/scale-to-width-down/310?cb=20130428013328" alt="">
<div class="card-body">
<h5 class="card-title">Flaringos</h5>
<p class="card-text">Flaringos are common fire element slugs coloured in red and white. Flaringos are somewhat similar to Infurnus Slugs. At 100mph, they gain a similar appearance to that of a bass (a type of fish). These are common Slugs who are used by many slingers as repetitive artillery.</p>
<a href="https://github.com/gaishhwarya" class="btn btn-outline-danger btn-sm">Contributed by - Aishwarya Gupta</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://vignette.wikia.nocookie.net/slugterra/images/f/f8/Diggrix_Protoform.png/revision/latest/scale-to-width-down/310?cb=20131221194200" alt="">
<div class="card-body">
<h5 class="card-title">Diggrix</h5>
<p class="card-text">Diggrixs are common digging slugs that can be found in grassy knolls.A Famous Diggrix is Rex who belongs to Eli Shane.A ghouled Diggrix is called a Terrarix.</p>
<a href="https://github.com/gaishhwarya" class="btn btn-outline-danger btn-sm">Contributed by - Aishwarya Gupta</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://vignette.wikia.nocookie.net/slugterra/images/1/14/Crystalyd1.png/revision/latest/scale-to-width-down/310?cb=20150330194504" alt="">
<div class="card-body">
<h5 class="card-title">Crystalyd</h5>
<p class="card-text">Crystalyds, better known as "Tunneler Slugs", are extremely rare and powerful Digger Slugs, that can be found burrowed deep beneath SlugTerra's surface and only surface every hundred years, earning them the spot as Ultra Rare Earth slug.</p>
<a href="https://github.com/ankitaugale23" class="btn btn-outline-danger btn-sm">Contributed by - Ankita Ugale</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<h1></h1>
<a href="#header" class="back-to-top"
><i class="fas fa-angle-up fa-4x backToTop"></i
></a>
</footer>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
<script>
$(".navbar-nav>li>a").on("click", function () {
$(".navbar-collapse").collapse("hide");
});
</script>
</body>
</html>