This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
433 lines (368 loc) · 26.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/index.css" type="text/css" />
<link rel="stylesheet" href="css/episode.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Rubik+Mono+One" rel="stylesheet">
<link rel="shortcut icon" href="image/header/story.png" />
<title>Star Wars</title>
</head>
<body>
<header class="app-header">
<nav id="navmenu" class="header-nav">
<a class="smooth menu" href="#ptTop">
<img src="image/header/p.jpg" />
<p class="menu-text">Prequel Trilogy</p>
</a>
<a class="smooth menu" href="#otTop">
<img src="image/header/o.jpg" />
<p class="menu-text">Original Trilogy</p>
</a>
<a class="smooth menu" href="#stTop">
<img src="image/header/s.jpg" />
<p class="menu-text">Sequel Trilogy</p>
</a>
<a class="smooth menu" href="#swTop">
<img src="image/header/story.png" />
<p class="menu-text">Star Wars Story</p>
</a>
</nav>
<img src="image/header/siteLogo.jpg" alt="Star Wars Site" />
</header>
<section id="ptTop" class="trilogy-title">
<div>
<h2>Prequel Trilogy</h2>
<hr>
</div>
<section class="film-titles">
<input type="checkbox" id="ep1" class="hide a">
<label for="ep1">
<img class="episode-title-img" src="image/1.jpg" alt="Episode 1" />
</label>
<input type="checkbox" id="ep2" class="hide a">
<label for="ep2">
<img class="episode-title-img" src="image/2.jpg" alt="Episode 2" />
</label>
<input type="checkbox" id="ep3" class="hide a">
<label for="ep3">
<img class="episode-title-img" src="image/3.jpg" alt="Episode 3" />
</label>
<div id="ep1-desc" class="opacity-one hide">
<h1 class="episode-header">The Fantom Menace</h1>
<section class="episode-desc">
<img src="image/episode1/img1.png" class="episode-img right" />
<p class="desc left">The film "Star Wars: Episode 1 - The Fantom Menace" unfolds ten years before
the
start
of
the Clone
Wars, which led to a civil war between the Rebel Alliance and the troops of the Empire. In
those
days,
Luke's father, Anakin Skywalker, who
was later Darth Vader, was an apprentice and friend of Obi Wan Kenobi. The plot will tell about
their
acquaintance, and directly about the training of the young Anakin</p>
</section>
<section class="episode-desc">
<p class="desc right"> It all started with the fact that Obi Van and his teacher Qui-Gon went on as
ambassadors to
a
meeting between the Trade Federation and the Naboo planet, where all disputable issues had to
be
resolved.
However, the negotiations did not work,
because the Sith Lord Darth Sidious intervened, who wanted to abduct the queen of the planet
Naboo.
However, Obi Vanu together with the teacher managed to save her, and as a result they were on
the
planet
Tatooine, where they met young
Anakin Skywalker</p>
<img src="image/episode1/img2.jpg" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/I6hOlI9cg4o" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
<div id="ep2-desc" class="opacity-one hide">
<h1 class="episode-header">Attack of the Clones</h1>
<section class="episode-desc">
<img src="image/episode2/img1.jpg" class="episode-img right" />
<p class="desc left">Ten years after the invasion of Naboo, the Galactic Republic is facing a
Separatist
movement and the
former queen and now Senator Padmé Amidala travels to Coruscant to vote on a project to create
an army to
help the Jedi to protect the Republic.
Upon arrival, she escapes from an attempt to kill her. After an assassination attempt on the
life of
Senator Padmé Amidala, Jedi Knight Obi-Wan Kenobi and his Padawan learner Anakin Skywalker are
sent to
investigate. After tracking down the
assassin, she is killed before any information can be driven out of her</p>
</section>
<section class="episode-desc">
<p class="desc right">The two Jedi are then sent on two different missions: Anakin is sent to Naboo
with
Padmé and
Obi-Wan is sent to the planet of Kamino where he will investigate the assassination attempts.
Little does
he know, he is investigating some of the biggest
events of the Star Wars saga, as he finds out that there is a connection between the
assassination attempts
and a separatist movement led by a former Jedi against the Republic. The Galactic Republic
finds itself at
the brink of a clone wars</p>
<img src="image/episode2/img2.jpg" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gYbW1F_c9eM" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
<div id="ep3-desc" class="opacity-one hide">
<h1 class="episode-header">Revenge of the Sith</h1>
<section class="episode-desc">
<img src="image/episode3/img1.jpg" class="episode-img right" />
<p class="desc left">Nearly three years have passed since the beginning of the Clone Wars. The
Republic,
with the help of
the Jedi, take on Count Dooku and the Separatists. With a new threat rising, the Jedi Council
sends Obi-Wan
Kenobi and Anakin Skywalker to aid
the captured Chancellor. Anakin feels he is ready to be promoted to Jedi Master. Obi-Wan is
hunting down
the Separatist General, Grievous. When Anakin has future visions of pain and suffering coming
Padmé's way,
he sees Master Yoda for counsel</p>
</section>
<section class="episode-desc">
<p class="desc right">When Darth Sidious executes Order 66, it destroys most of all the Jedi have
built.
Experience the
birth of Darth Vader. Feel the betrayal that leads to hatred between two brothers. And witness
the power of
hope</p>
<img src="image/episode3/img2.jpg" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/5UnjrG_N8hU" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
</section>
</section>
<section id="otTop" class="trilogy-title">
<div>
<h2>Original Trilogy</h2>
<hr>
</div>
<section class="film-titles">
<input type="checkbox" id="ep4" class="hide a">
<label for="ep4">
<img class="episode-title-img" src="image/4.jpg" alt="Episode 4" />
</label>
<input type="checkbox" id="ep5" class="hide a">
<label for="ep5">
<img class="episode-title-img" src="image/5.jpg" alt="Episode 5" />
</label>
<input type="checkbox" id="ep6" class="hide a">
<label for="ep6">
<img class="episode-title-img" src="image/6.jpg" alt="Episode 6" />
</label>
<div id="ep4-desc" class="opacity-one hide">
<h1 class="episode-header">A New Hope</h1>
<section class="episode-desc">
<img src="image/episode4/img1.jpg" class="episode-img right" />
<p class="desc left">Luke Skywalker stays with his foster aunt and uncle on a farm on Tatooine. He
is desperate to get
off this planet and get to the Academy like his friends, but his uncle needs him for the next
harvest.
Meanwhile, an evil emperor has taken over
the galaxy, and has constructed a formidable "Death Star" capable of destroying whole planets.
Princess
Leia, a leader in the resistance movement, acquires plans of the Death Star, places them in
R2-D2, a droid,
and sends him off to find Obi-Wan
Kenobi</p>
</section>
<section class="episode-desc">
<p class="desc right">Before he finds him, R2-D2 ends up on the Skywalkers' farm with his friend
C-3PO. R2-D2 then
wanders into the desert, and when Luke follows, they eventually come across Obi-Wan. Will Luke,
Obi-Wan and
the two droids be able to destroy the Death
Star, or will the Emperor rule forever?</p>
<img src="image/episode4/img2.jpg" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vZ734NWnAHA" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
<div id="ep5-desc" class="opacity-one hide">
<h1 class="episode-header">The Empire Strikes Back</h1>
<section class="episode-desc">
<img src="image/episode5/img1.jpg" class="episode-img right" />
<p class="desc left">After receiving a vision from Obi-Wan Kenobi and fleeing the ice world of Hoth
with his friends
after an Imperial attack, Luke Skywalker travels to the marsh planet of Dagobah, where he is
instructed in
the ways of the Force by the legendary Jedi
Master Yoda</p>
</section>
<section class="episode-desc">
<p class="desc right">Meanwhile, Han Solo and Princess Leia make their way to planet Bespin, where
they are greeted by
Han's old friend, a shifty gambler named Lando Calrissian. Ambushed by the Empire shortly after
their
arrival, Han and his friends are imprisoned
by Darth Vader. Luke leaves Dagobah to rescue his friends, and is met by Vader and a startling
revelation</p>
<img src="image/episode5/img2.jpg" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/JNwNXF9Y6kY" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
<div id="ep6-desc" class="opacity-one hide">
<h1 class="episode-header">Return Of The Jedi</h1>
<section class="episode-desc">
<img src="image/episode6/img1.jpg" class="episode-img right" />
<p class="desc left">Lightsabers sparkle, the Millennium Falcon flashes through hyperspace and
creatures from all over
the galaxy defy the Galactic Empire, in this stunning third chapter of the "Star Wars" saga. As
the Rebels
prepare to attack the Emperor's awesome
new Death Star, Han Solo remains imprisoned by the loathsome outlaw Jabba the Hutt, who has
also captured
Princess Leia</p>
</section>
<section class="episode-desc">
<p class="desc right">Luke Skywalker rescues his friends, but he will not be a true Jedi Knight
until he defeats Darth
Vader, who has sworn to win him over to the Dark Side of the Force. With old favorites like
Chewbacca,
Yoda, R2-D2, C-3PO and Lando Calrissian, plus
the small but stalwart Ewoks</p>
<img src="image/episode6/img2.jpg" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/5UfA_aKBGMc" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
</section>
</section>
<section id="stTop" class="trilogy-title">
<div>
<h2>Sequel Trilogy</h2>
<hr>
</div>
<section class="film-titles">
<input type="checkbox" id="ep7" class="hide a">
<label for="ep7">
<img class="episode-title-img" src="image/7.jpg" alt="Episode 7" />
</label>
<input type="checkbox" id="ep8" class="hide a">
<label for="ep8">
<img class="episode-title-img" src="image/8.jpg" alt="Episode 8" />
</label>
<div id="ep7-desc" class="opacity-one hide">
<h1 class="episode-header">The Force Awakens</h1>
<section class="episode-desc">
<img src="image/episode7/img1.png" class="episode-img right" />
<p class="desc left">30 years after the defeat of Darth Vader and the Empire, Rey, a scavenger from
the planet Jakku, finds a BB-8 droid that knows the whereabouts of the long lost Luke Skywalker</p>
</section>
<section class="episode-desc">
<p class="desc right">Rey, as well as a rogue stormtrooper and two smugglers, are thrown into the
middle of a battle between the Resistance and the daunting legions of the First Order</p>
<img src="image/episode7/img2.jpg" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/sGbxmsDFVnE" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
<div id="ep8-desc" class="opacity-one hide">
<h1 class="episode-header">The Last Jedi</h1>
<section class="episode-desc">
<img src="image/episode8/img1.png" class="episode-img right" />
<p class="desc left">Rey develops her newly discovered abilities with the guidance of Luke
Skywalker, who is unsettled by the strength of her powers. Meanwhile, the Resistance prepares
for battle with the First Order</p>
</section>
<section class="episode-desc">
<p class="desc right">Jedi Master in hiding Luke Skywalker unwillingly attempts to guide young
hopeful Rey in the ways of the force, while Leia, former princess turned general, attempts to
lead what is left of the Resistance away from the ruthless tyrannical grip of the First Order</p>
<img src="image/episode8/img2.jpg" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Q0CbN8sfihY" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
</section>
</section>
<section id="swTop" class="trilogy-title">
<div>
<h2>Star Wars Story</h2>
<hr>
</div>
<section class="film-titles">
<input type="checkbox" id="stsRo" class="hide a">
<label for="stsRo">
<img class="episode-title-img" src="image/ro.jpg" alt="Rouge One" />
</label>
<div id="stsRo-desc" class="opacity-one hide">
<h1 class="episode-header">Rouge One</h1>
<section class="episode-desc">
<img src="image/story/img1.jpg" class="episode-img right" />
<p class="desc left">As the Rebellion spreads its influence among people, the Galactic Empire
builds a super weapon capable of destroying an entire planet. A group of rebels disobeys orders
and take a shuttle to go on a mission to steal plans that hide secrets on how to destroy this
weapon of mass destruction</p>
</section>
<section class="episode-desc">
<p class="desc right">In a short time period right before the events of A New Hope, we find
ourselves in the middle of a galactic war between the Rebel Alliance and the Empire. With a
desperate goal of retrieving the secret plans for the weapon of mass destruction: The Death
Star, we follow a group of rebel spies whose hope is to restore peace to the galaxy</p>
<img src="image/story/img2.png" class="episode-img left" />
</section>
<div class="trailer">
<iframe width="560" height="315" src="https://www.youtube.com/embed/frdj1zb9sMY" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<hr>
</div>
</section>
</section>
<footer id="footer" class="app-footer">
<a class="smooth" href="#navmenu">
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="90" viewBox="0 0 634.105 271.365">
<path fill="#FFC500" d="M118.81 147.291l8.67 25.461c4.691 13.769 8.879 24.778 9.425 24.778a.037.037 0 0 0 .024-.01c.6-.53 17.57-49.812 17.57-49.812h32.89l-39.68 115.619h-22.86s-24.4-70.472-24.3-70.739l-25.47 69.852h-22.63l-39.18-115.149 32.73.021s17.929 50.82 18.168 50.82l.002-.002 17.89-50.841 36.751.002M2.095 139.283l3.601 10.584 39.18 115.149 1.845 5.424h33.957l1.918-5.26 17.685-48.5c1.524 4.434 3.171 9.213 4.818 13.987a35089.138 35089.138 0 0 0 12.191 35.276l1.864 5.384h34.268l1.854-5.402 39.68-115.618 3.637-10.599H148.793l-1.858 5.396a6877.534 6877.534 0 0 1-10.296 29.676 743.773 743.773 0 0 1-1.587-4.61l-8.669-25.46-1.846-5.421H76.394l-1.881 5.346-10.453 29.706a13093.65 13093.65 0 0 1-10.516-29.691l-1.882-5.334-5.657-.004-32.73-.021-11.18-.008zM625.349 146.843l-.074 30.305s-32.643-.108-49.238-.108c-5.521 0-9.268.014-9.445.045-2.857.521-4.68 6.603-3.869 9.271.398 1.351 3.393 5.76 6.631 9.811 3.229 4.052 8.541 10.682 11.779 14.729 8.318 10.381 9.459 12.43 10.23 18.391 1.25 9.683-3.328 20.16-11.828 27.07-8.521 6.93-8.146 6.979-71.383 6.979h-2.777c-38.461-.011-58.801-.329-61.762-.988-5.26-1.19-13.643-8.03-35.791-29.28-7.967-7.636-15.311-14.322-15.688-14.324-.01 0-.014.007-.014.018l-.262 44.578-35.898-.158-.222-114.98H435.8c24.129.871 40.459 24.91 37.209 40.24-.736 3.479-2.617 8.521-4.18 11.2-3.211 5.5-11.381 12.56-18.012 15.591-2.449 1.107-4.449 2.397-4.449 2.857 0 1.71 8.061 9.648 11.08 10.909 2.58 1.079 10.09 1.319 43.211 1.319l10.607.002c33.293 0 31.617-.24 34.189-5.741 1.801-3.829.432-6.119-12.238-20.39-16.051-15.971-14.371-23.621-14.48-29.271-.229-6.771 5.102-28.068 32.812-28.068l73.8-.007M410.28 199.962c15.37 0 18.491-.238 21.761-1.659 11.041-4.801 11.631-18.979 1.041-25.271-2.32-1.381-5.301-1.608-21.961-1.699l-19.279-.102c.16.149-.061 27.57-.061 27.57s4.829 1.161 18.499 1.161m223.089-61.119H551.549c-16.033 0-25.516 6.327-30.645 11.637-8.35 8.633-10.312 19.504-10.162 24.629.008.427.004.865-.002 1.322-.072 8.329 1.152 17.758 16.66 33.246 3.062 3.451 8.189 9.238 10.131 12.114-4.238.521-14.98.521-26.266.521h-4.791l-5.814-.002c-19.904 0-36.689-.058-40.127-.736-.482-.312-1.156-.854-1.898-1.498 6.877-4.233 13.83-10.799 17.104-16.411 1.986-3.413 4.178-9.243 5.098-13.567 2.041-9.625-1.324-21.236-9-31.068-8.957-11.471-21.986-18.334-35.746-18.83l-.145-.006h-88.223l.017 8.018.222 114.979.016 7.949 7.949.035 35.898.158 7.986.034.049-7.987.154-26.705c.732.695 1.49 1.419 2.27 2.164 24.229 23.24 32.357 29.68 39.562 31.309 1.98.44 5.254 1.172 63.523 1.188h2.777c31.549 0 47.383 0 56.801-.909 10.789-1.043 14.26-3.49 19.461-7.727l.174-.141c10.684-8.688 16.322-21.83 14.715-34.3-1.049-8.11-3.195-11.479-11.922-22.368l-2.594-3.24a12555.88 12555.88 0 0 1-9.178-11.475c-1.984-2.484-3.547-4.689-4.484-6.134 1.234-.003 2.84-.005 4.918-.005 16.395 0 48.887.107 49.213.109l8.008.025.02-8.008.076-30.307.015-8.013zM399.832 191.67l.037-6.558c.01-2 .02-4.004.021-5.84l11.188.059c6.43.034 16.104.088 17.99.623 2.406 1.461 3.75 3.721 3.604 6.061-.08 1.264-.682 3.588-3.822 4.95-1.75.761-4.539.997-18.568.997-4.452 0-7.885-.129-10.45-.292zM283 146.371l40.291 115.92-32.831.149-5.45-17.41-58.7-.471-5.18 17.431-32.5-.341 39.78-115.229 54.59-.049m-26.401 16.995c-.083.333-5.144 14.22-10.222 28.104-5.12 14-10.257 28-10.328 28.108v0c.136-.04 18.316-.08 29.968-.08 5.453 0 9.475.01 9.55.028l.001.005v-.003l-.001-.002c-.204-.526-18.909-55.483-18.968-56.16l.001-.006-.001.006m32.088-25.001l-5.693.006-54.59.051-5.696.006-1.859 5.386-39.78 115.229-3.623 10.493 11.102.115 32.5.341 6.033.063 1.719-5.782 3.466-11.662 46.854.375 3.708 11.849 1.765 5.639 5.907-.026 32.83-.149 11.194-.053-3.677-10.573-40.291-115.92-1.869-5.388zm-41.123 73.144c1.515-4.13 3.556-9.71 6.327-17.289l2.393-6.545 2.169 6.396c.646 1.906 3.485 10.271 5.92 17.429-7.24 0-12.69.001-16.809.009zM296.58 8.012v28.6H239.3v87.471h-34.15v-87.54l-66.86.189c-8.06 0-9.14 6.42-9.14 8.88 0 3.021 1.97 6.04 12.79 19.74 7.02 8.899 13.47 17.78 14.32 19.72 4.64 10.681-1.36 27.32-12.29 34.08-7.79 4.813-6.459 4.932-64.308 4.932H8V91.953h97.9l2.89-2.01c1.95-1.359 3.08-3.229 3.51-5.79.6-3.68.29-4.16-11.8-17.779-14.29-16.101-15.8-19.04-15.06-29.319.84-11.73 11.3-28.771 29.58-28.771l181.56-.272m8-8.012l-8.013.013-181.56.27c-10.458 0-20.171 4.52-27.342 12.723-5.814 6.651-9.63 15.43-10.206 23.478-.973 13.511 2.137 18.394 17.056 35.202 4.33 4.877 8.447 9.516 9.821 11.485a1.286 1.286 0 0 1-.054.159c-.015.013-.038.029-.07.052l-.822.571H0v48.131h79.662c28.522 0 42.6-.026 50.894-.636 9.49-.694 12.518-2.322 17.054-5.14l.566-.352c14.262-8.82 21.612-29.827 15.422-44.073-1.91-4.358-14.003-19.746-15.376-21.486-3.796-4.808-10.062-12.74-11.054-15.036.024-.192.071-.393.121-.531.165-.042.481-.099 1.001-.099l58.86-.167v87.518h50.15V44.611h57.28V0zM389.64 8.941l40.18 116.22-32.77-.18-5.32-17.41-58.439-.26-5.221 16.771h-33.369L334.44 8.941h55.2m-46.811 73.621l39.802-.05v.001c.137 0-19.342-57.201-19.472-57.241-.142-.005-20.778 57.29-20.33 57.29M395.34.941H328.741l-1.859 5.391-39.741 115.142-3.662 10.609h50.485l1.75-5.623 3.461-11.121 46.633.207 3.599 11.773 1.722 5.629 5.887.033 32.771.181 11.297.062-3.691-10.676-40.18-116.222L395.34.941zm-41.397 73.608a4094.323 4094.323 0 0 1 9.014-25.312 9890.777 9890.777 0 0 1 8.588 25.29l-17.602.022zM502.488 8.941c25.922 0 43.91.37 47.371.97 8 1.392 15.229 5.66 20.648 12.222 5.67 6.858 6.971 10.14 7.711 19.539 1.061 13.271-5.25 24.721-17.701 32.149-3.629 2.17-7.357 4.28-8.289 4.7-1.43.649-1.238 1.271 1.32 4.271 1.648 1.931 4.51 4.681 6.35 6.109l3.359 2.61 62.08.89.609 31.681h-38.062c-29.438 0-38.857-.271-41.621-1.199-4.129-1.4-14.066-9.82-34.27-29.04l-14.42-13.721.152 43.96H460.68V8.941h41.808m-5.457 51.77h19.67c19.141 0 19.74-.061 22.471-2.109 4.881-3.66 6.609-7.431 6.09-13.221-.527-5.971-2.83-9.079-8.6-11.579-3.25-1.421-6.381-1.65-21.721-1.65h-17.91v28.559m5.457-59.77h-49.799V132.082h53.07l-.027-8.027-.09-25.217.842.8c24.984 23.771 32.355 29.173 37.217 30.82 3.732 1.26 9.982 1.624 44.188 1.624H634.105l-.156-8.153-.609-31.681-.146-7.733-7.734-.111-59.402-.851-1.244-.968c-.396-.31-.877-.718-1.389-1.18l1.207-.717c15.002-8.953 22.865-23.407 21.568-39.653-.863-10.959-2.82-15.896-9.521-24-6.584-7.969-15.621-13.298-25.447-15.005-5.463-.947-32.883-1.089-48.744-1.089zm2.543 39.21h9.91c14.025 0 16.805.233 18.518.981 3.25 1.407 3.58 2.091 3.834 4.956.256 2.849-.096 3.994-2.922 6.111l-.223.166c-1.865.346-8.785.346-17.447.346h-11.67v-12.56z" /></svg>
</a>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/index.js"></script>
</body>
</html>