-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
349 lines (324 loc) · 18.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Blinker&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/0951ca7931.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="animate.css">
<link rel="stylesheet" href="style.css">
<title>Destiny 2 Lightfall Fan Page</title>
</head>
<body class="page">
<div class="wrapper">
<header class="header bg-dark">
<nav class="navbar navbar-expand-lg bg-dark" data-bs-theme="dark">
<div class="container">
<a class="navbar-brand" href="https://www.bungie.net/">Bungie</a>
<button class="navbar-toggler bg-light-subtle" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#newPower">New Power</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#specialWeapon">Special Weapon</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
More
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item"
href="https://www.bungie.net/7/en/Destiny/Buy/Lightfall">Pre-order
Now</a>
</li>
<li>
<a class="dropdown-item"
href="https://www.youtube.com/watch?v=lfoeZLp5A7k&t=2s">Watch
Trailer</a>
</li>
<li>
<a class="dropdown-item"
href="https://www.bungie.net/7/en/Destiny/Lightfall?ciid=51680">Go To
Official DLC Page</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<section class="header__content ps-md-5 py-md-5 py-4 px-4 text-light">
<h1 class="text-uppercase fw-bold animate-flicker_text">Lightfall</h1>
<h2 class="text-uppercase slide-animate_left">Our End Begins</h2>
<p class="subtitle slide-animate_left desc">Shattered glass glints in the starlight.
Soldiers of the Shadow Legion battle with Guardians under
the
unmistakable shadows of the fleet overhead — the Witness and its newest Disciple are here.
Amid
the
chaos,
begin a journey that will reveal the hidden threads that bind us, the ability to unravel
them,
and
the
mastery to weave them anew. With this new power in hand, find strength in your fellow
Guardians
and
triumph
in the face of impossibility.
</p>
</section>
</div>
</header>
<main class="main">
<div class="container mt-xl-5 mt-sm-4 mt-3">
<section id="carouselExampleFade" class="carousel slide mb-xl-5 mb-sm-4 mb-3 shadow-animate_center">
<h2 class="visually-hidden d-none">Screenshots</h2>
<div class="carousel-inner rounded-2">
<div class="carousel-item active">
<img src="./img/lightfall-guardians.jpg" class="d-block w-100" alt="lightfall-guardians">
</div>
<div class="carousel-item">
<img src="./img/lightfall-city.jpg" class="d-block w-100" alt="lightfall-city">
</div>
<div class="carousel-item">
<img src="./img/lightfall-nature.jpg" class="d-block w-100" alt="lightfall-nature">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleFade"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleFade"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</section>
</div>
<section class="" id="features">
<div class="container">
<div class="row g-3 mb-sm-5 mb-3 slide-animate_right">
<h2 class="visually-hidden d-none">Features</h2>
<div class="col-12 col-md-6 col-lg-4">
<div class="card text-bg-dark h-100 mx-auto ms-md-0 w-100 animate-flicker_hover"
style="width: 18rem;">
<img src="./img/lightfall-pandemonium.jpg" class="card-img-top"
alt="lightfall-pandemonium">
<div class="card-body">
<h5 class="card-title">Phosphorescent Pandemonium</h5>
<p class="card-text desc">Enemy forces are invading Neomuna. Confront them
throughout
the
city,
team
up
with
fellow Guardians, and no matter how frenzied things get, hold the line — it's
showtime.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card text-bg-dark h-100 mx-auto me-md-0 w-100 animate-flicker_hover"
style="width: 18rem;">
<img src="./img/lightfall-raid.jpg" class="card-img-top" alt="lightfall-raid">
<div class="card-body">
<h5 class="card-title">New Raid</h5>
<p class="card-text desc">A haunting presence has been detected within. Guardians
must
explore
the
mystery
and
discover everything they can about this threat.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card text-bg-dark h-100 mx-auto ms-md-0 w-100 animate-flicker_hover"
style="width: 18rem;">
<img src="./img/lightfall-dungeon.jpg" class="card-img-top" alt="lightfall-dungeon">
<div class="card-body">
<h5 class="card-title">Lightfall Dungeon Key</h5>
<p class="card-text desc">Two pinnacle challenges await Lightfall + Annual Pass
owners.
Unlock
the
Season
21
and
Season 23 dungeons, each with its own Exotic weapon and collection of
rewards to
earn.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container" id="newPower">
<h2 class="visually-hidden d-none">New Power</h2>
<div class="accordion col-md-10 col-lg-8 col-xl-6 mx-auto mb-5" id="accordionFlushExample">
<div class="accordion-item bg-dark border-dark">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed text-uppercase bg-warning-subtle" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false"
aria-controls="flush-collapseOne">
Warlock / Architecht
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse"
aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample">
<div class="accordion-body text-light desc">Architects effortlessly manipulate the Weave
using
only their
mind.
From
the backline, these telekinetic sorcerers can even twist Strand into sentient creatures
to
do
their bidding.</div>
</div>
</div>
<div class="accordion-item bg-dark border-dark">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed text-uppercase bg-warning-subtle" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo" aria-expanded="false"
aria-controls="flush-collapseTwo">
Hunter / Threadrunner
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse"
aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample">
<div class="accordion-body text-light desc">Masters of movement, speed, and grace. The city
is a
Threadrunner's
playground as they grasp threads and weave new ones to dart through the air, finding the
fastest
way between two points.</div>
</div>
</div>
<div class="accordion-item bg-dark border-dark">
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed text-uppercase bg-warning-subtle" type="button"
<button class="accordion-button collapsed text-uppercase " type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseThree" aria-expanded="false"
aria-controls="flush-collapseThree">
Titan / Tyrant
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse"
aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample">
<div class="accordion-body text-light desc">Untamed and wild, Tyrants tear at Strand to
manifest
claws they
use
to
sever their targets from the Weave. Leaping into harm's way with wild abandon, the line
no
one
crosses is drawn by a Tyrant.</div>
</div>
</div>
</div>
<section class="contaner" id="specialWeapon">
<h2 class="visually-hidden d-none">Special Weapon</h2>
<img src="./img/lightfall-exotic-weapon.png" alt="lightfall-exotic-weapon"
class="weapon-img w-100 mb-5 animate-flicker_entrance">
<div class="d-flex justify-content-center mb-5">
<button class="btn btn-dark" data-bs-toggle="modal" data-bs-target="#exmodal">Learn
more</button>
</div>
<div class="modal fade" id="exmodal" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header bg-warning-subtle">
<h5 class="modal-title text-uppercase">Quicksilver Storm</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body bg-dark">
<p class="text-light desc">Cloud Strider weaponry that has somehow been reshaped and
found its way into our
hands.
We
don't pretend to understand nanite technology, but what we do know is that we
have
no
record
of another Auto Rifle that turns into a Rocket Launcher that turns into a
Grenade
Launcher.
</p>
</div>
</div>
</div>
</div>
</section>
</section>
</main>
<footer class="footer pt-4 pt-md-5 border-top bg-dark">
<div class="container">
<div class="row">
<div class="col-12 col-md text-light">
<h5 class="fw-bold mb-5 text-center">All copyrights reserved by Bungie, Inc.</h5>
<ul class="list-unstyled text-small d-flex justify-content-between">
<li>
<a href="#" class="link-secondary">
<i class="fa-brands fa-discord"></i>
</a>
</li>
<li>
<a href="#" class="link-secondary">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li>
<a href="#" class="link-secondary">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a href="#" class="link-secondary">
<i class="fa-brands fa-steam"></i>
</a>
</li>
<li>
<a href="#" class="link-secondary">
<i class="fa-brands fa-battle-net"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</body>
</html>