This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
637 lines (626 loc) · 30.3 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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!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="./fonts/fonts.css" />
<link rel="stylesheet" href="./css/style.css" />
<title>App Starter</title>
</head>
<body>
<div class="wrapper">
<div
class="heading"
style="background-image: url('./images/top-bg.jpg');"
>
<header class="header">
<div class="container">
<div class="header__wrap clearfix">
<div class="header__logo">AppStarter</div>
<div class="header__btn-menu">
<span></span>
<span></span>
<span></span>
</div>
<nav class="header__nav">
<div class="header__nav-inner">
<ul class="header__nav-list clearfix">
<li class="header__nav-item">
<a href="#">Features</a>
</li>
<li class="header__nav-item">
<a href="#">Video Tour</a>
</li>
<li class="header__nav-item">
<a href="#">Reviews</a>
</li>
<li class="header__nav-item">
<a href="#">Pricing</a>
</li>
<li class="header__nav-item">
<a href="#" class="btn btn--white">GET IT FREE</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<div class="container">
<div class="heading__outer">
<div class="heading__inner">
<div class="heading__img">
<img src="./images/app-icon.png" alt="" />
</div>
<h1 class="heading__caption">
<strong>AppStarter</strong>. Best landing page for web and
mobile apps
</h1>
<div class="heading__btns clearfix">
<div class="heading__btns-item">
<a href="#" class="btn">Download Now</a>
</div>
<div class="heading__btns-item">
<a href="#" class="btn btn--white">Watch Video</a>
</div>
</div>
</div>
<div class="heading__decor">
<img src="./images/tablet.png" alt="" />
</div>
</div>
</div>
</div>
<section class="features">
<div class="container">
<div class="features__wrap">
<h1 class="features__title"><b>How </b> does it work</h1>
<div class="features__row">
<div class="features__col">
<div class="features__col-inner">
<div class="features__col-icon">
<img src="./images/reload-icon.png" alt="" />
</div>
<span class="features__col-title">
<b>Sync</b> across all devices
</span>
<p class="features__col-descr">
This sounded nonsense to Alice, so she said nothing, but set
off at once toward the Red Queen. To her surprise.
</p>
<div class="features__col-link">
<a href="#">Watch video</a>
</div>
</div>
</div>
<div class="features__col">
<div class="features__col-inner">
<div class="features__col-icon">
<img src="./images/inbox-icon.png" alt="" />
</div>
<span class="features__col-title">
<b>All emails</b> in one place
</span>
<p class="features__col-descr">
This sounded nonsense to Alice, so she said nothing, but set
off at once toward the Red Queen. To her surprise.
</p>
<div class="features__col-link">
<a href="#">Watch video</a>
</div>
</div>
</div>
<div class="features__col">
<div class="features__col-inner">
<div class="features__col-icon">
<img src="./images/notifications-icon.png" alt="" />
</div>
<span class="features__col-title">
<b>Notifications</b> about sales
</span>
<p class="features__col-descr">
This sounded nonsense to Alice, so she said nothing, but set
off at once toward the Red Queen. To her surprise.
</p>
<div class="features__col-link">
<a href="#">Watch video</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="partners">
<div class="container">
<ul class="partners__wrap">
<li class="partners__item">
<a href="#" class="partners__link">
<img src="./images/wired-logo.png" alt="" />
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img src="./images/lifehacker-logo.png" alt="" />
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img src="./images/mashable-logo.png" alt="" />
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img src="./images/theverge-logo.png" alt="" />
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img src="./images/gizmodo-logo.png" alt="" />
</a>
</li>
<li class="partners__item">
<a href="#" class="partners__link">
<img src="./images/macworld-logo.png" alt="" />
</a>
</li>
</ul>
</div>
</section>
<section class="highlights">
<div class="container">
<div class="highlights__wrap">
<div class="highlights__left">
<div class="highlights__item">
<div class="highlights__icon">
<img src="./images/reload-icon-colored.png" alt="" />
</div>
<div class="highlights__text">
<span class="highlights__title">
<b>Sync</b> across all devices
</span>
<p class="highlights__description">
This sounded nonsense to Alice, so she said nothing, but set
off at once toward the Red Queen. To her surprise, she lost
sight of her in a moment.
</p>
</div>
</div>
<div class="highlights__item">
<div class="highlights__icon">
<img src="./images/inbox-icon-colored.png" alt="" />
</div>
<div class="highlights__text">
<span class="highlights__title">
<b>All</b> emails in one place
</span>
<p class="highlights__description">
This sounded nonsense to Alice, so she said nothing, but set
off at once toward the Red Queen. To her surprise, she lost
sight of her in a moment.
</p>
</div>
</div>
<div class="highlights__item">
<div class="highlights__icon">
<img src="./images/clock-icon-colored.png" alt="" />
</div>
<div class="highlights__text">
<span class="highlights__title"><b>Track</b> your time</span>
<p class="highlights__description">
This sounded nonsense to Alice, so she said nothing, but set
off at once toward the Red Queen. To her surprise, she lost
sight of her in a moment.
</p>
</div>
</div>
</div>
<div class="highlights__right">
<img src="./images/tablet-second.png" alt="" />
</div>
</div>
</div>
</section>
<section
class="download"
style="background-image: url('./images/download-bg.jpg');"
>
<div class="container">
<div class="download__wrap">
<div class="download__left-col">
<span class="download__title">
<b>Download</b> to get started
</span>
<p class="download__descr">
This sounded nonsense to Alice, so she said nothing, but set off
at once toward the Red Queen. To her surprise, she lost sight of
her in a moment.
</p>
</div>
<div class="download__right-col">
<div class="download__buttons-container">
<div class="download__buttons-item">
<a href="#" class="btn">Buy for $24</a>
</div>
<div class="download__buttons-item">
<a href="#" class="btn btn--white">Try It Free</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="info">
<div class="container">
<div class="info__row">
<div
class="info__col info__col--img"
style="background-image: url('./images/style-guide-bg.jpg');"
>
<img src="./images/style-guide-table.png" alt="" />
</div>
<div class="info__col info__col--descr">
<div class="info__inner">
<span class="info__caption">
<b>Perfect</b> landing page for your app
</span>
<p class="info__text">
This sounded nonsense to Alice, so she said nothing, but set
off at once toward the Red Queen. To her surprise, she lost
sight of her in a moment, and found herself walking.
</p>
</div>
</div>
</div>
<div class="info__row">
<div class="info__col info__col--descr">
<div class="info__inner">
<span class="info__caption">
<b>Style guide</b> and sample pages included
</span>
<p class="info__text">
This sounded nonsense to Alice, so she said nothing, but set
off at once toward the Red Queen. To her surprise, she lost
sight of her in a moment, and found herself walking.
</p>
</div>
</div>
<div
class="info__col info__col--img"
style="background-image: url('./images/perfect-bg.jpg');"
>
<img src="./images/perfect-tablet.png" alt="" />
</div>
</div>
</div>
</section>
<section
class="video"
style="background-image: url('./images/video-bg.jpg');"
>
<div class="container">
<div class="video__wrap">
<span class="video__title"><b>Watch</b> video tour</span>
<p class="video__descr">
This sounded nonsense to Alice, so she said nothing, but set off
at once toward the Red Queen. To her surprise, she lost sight of
her.
</p>
<a href="#" class="video__play-btn">
<img src="./images/play-icon-colored.png" alt="" />
</a>
</div>
</div>
</section>
<section class="reviews">
<div class="container">
<div class="reviews__wrap">
<div class="reviews__left">
<div class="reviews__stars">
<img src="./images/stars.png" alt="" />
</div>
<span class="caption reviews__title">
<b>Customers</b><br />
about AppStarter
</span>
<span class="reviews__subtitle">Read more reviews:</span>
<div>
<ul class="reviews__download">
<li class="reviews__download-item">
<a href="#">App Store</a>
</li>
<li class="reviews__download-item">
<a href="#">Google Play</a>
</li>
</ul>
</div>
</div>
<div class="reviews__right">
<div class="reviews__inner clearfix">
<div class="reviews__item">
<div class="reviews__head clearfix">
<div class="reviews__img">
<img src="./images/user-1.png" alt="" />
</div>
<div class="reviews__text">
<p>
This sounded nonsense to Alice, so she said nothing, but
set off at once toward the Red Queen. To her surprise,
she lost sight of her in a moment, and found herself.
</p>
</div>
</div>
<div class="reviews__bottom clearfix">
<span class="reviews__name">
<b>Eliza Paul</b> - Web Designer
</span>
<div class="reviews__social">
<a href="" class="reviews__social-link">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016
c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992
c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056
c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152
c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792
c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44
C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568
C480.224,136.96,497.728,118.496,512,97.248z"
/>
</svg>
</a>
</div>
</div>
</div>
<div class="reviews__item">
<div class="reviews__head clearfix">
<div class="reviews__img">
<img src="./images/user-1.png" alt="" />
</div>
<div class="reviews__text">
<p>
This sounded nonsense to Alice, so she said nothing, but
set off at once toward the Red Queen. To her surprise,
she lost sight of her in a moment, and found herself.
</p>
</div>
</div>
<div class="reviews__bottom clearfix">
<span class="reviews__name">
<b>Eliza Paul</b> - Web Designer
</span>
<div class="reviews__social">
<a href="" class="reviews__social-link">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016
c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992
c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056
c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152
c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792
c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44
C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568
C480.224,136.96,497.728,118.496,512,97.248z"
/>
</svg>
</a>
</div>
</div>
</div>
<div class="reviews__item">
<div class="reviews__head clearfix">
<div class="reviews__img">
<img src="./images/user-1.png" alt="" />
</div>
<div class="reviews__text">
<p>
This sounded nonsense to Alice, so she said nothing, but
set off at once toward the Red Queen. To her surprise,
she lost sight of her in a moment, and found herself.
</p>
</div>
</div>
<div class="reviews__bottom clearfix">
<span class="reviews__name">
<b>Eliza Paul</b> - Web Designer
</span>
<div class="reviews__social">
<a href="" class="reviews__social-link">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016
c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992
c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056
c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152
c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792
c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44
C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568
C480.224,136.96,497.728,118.496,512,97.248z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="price">
<div class="container">
<div class="price__wrap">
<div class="price__left">
<span class="price__title"><b>Choose</b> your plan</span>
<p class="price__descr">
This sounded nonsense to Alice, so she said nothing, but set off
at once toward the Red Queen. To her surprise, she lost sight of
her in a moment, and found herself walking.
</p>
</div>
<div class="price__right">
<div class="price__cols">
<div class="price__col">
<div
class="price__inner"
style="background-image: url('./images/professional-plan-bg.jpg');"
>
<div class="price__head">
<span>PROFESSIONAL</span>
</div>
<span class="price__caption">10$</span>
<ul class="price__list">
<li>Hundreds of elements</li>
<li>Style guide</li>
<li>160 icons included</li>
<li>Sketch files</li>
<li>Commercial licence</li>
</ul>
<div class="price__btn">
<a href="#" class="btn">Buy Now</a>
</div>
</div>
</div>
<div class="price__col price__col--free">
<div class="price__inner">
<div class="price__head">
<span>STARTER</span>
</div>
<span class="price__caption">FREE</span>
<ul class="price__list">
<li>Hundreds of elements</li>
<li>Style guide</li>
<li>30 icons included</li>
<li>Personal licence</li>
</ul>
<div class="price__btn">
<a href="#" class="btn btn--green">Get Free</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
class="callback"
style="background-image: url('./images/stay-in-touch-bg.jpg');"
>
<div class="container">
<span class="callback__title"> <b>Stay</b> in touch </span>
<p class="callback__descr">
This sounded nonsense to Alice, so she said nothing, but set off at
once toward the Red Queen. To her surprise, she lost sight of her in
a moment.
</p>
<form class="callback__wrap">
<div class="callback__row">
<div class="callback__col">
<input type="text" placeholder="Your Name" />
</div>
<div class="callback__col">
<input type="text" placeholder="Email Address" />
</div>
</div>
<div class="callback__message">
<textarea placeholder="Message..."></textarea>
</div>
<div class="callback__btn">
<button type="submit" class="btn">Send Message</button>
</div>
</form>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer__wrap">
<div class="footer__left">
<span class="footer__title">AppStarter</span>
</div>
<div class="footer__middle">
<p class="footer__middle-descr">
Created with
<span class="footer__middle-icon">
<svg
viewBox="0 -28 512.00002 512"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0"
/>
</svg>
</span>
by <b>Sergey Azovskiy</b>
</p>
<p class="footer__copy">© AppStarter, 2017</p>
</div>
<div class="footer__right">
<div class="footer__social__wrap">
<a href="#" class="footer__social__item">
<span class="footer__social__icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016
c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992
c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056
c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152
c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792
c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44
C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568
C480.224,136.96,497.728,118.496,512,97.248z"
/>
</svg>
</span>
</a>
<a href="#" class="footer__social__item">
<span class="footer__social__icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M288,176v-64c0-17.664,14.336-32,32-32h32V0h-64c-53.024,0-96,42.976-96,96v80h-64v80h64v256h96V256h64l32-80H288z"
/>
</svg>
</span>
</a>
<a href="#" class="footer__social__item">
<span class="footer__social__icon">
<svg
viewBox="0 0 511 511.9"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m510.949219 150.5c-1.199219-27.199219-5.597657-45.898438-11.898438-62.101562-6.5-17.199219-16.5-32.597657-29.601562-45.398438-12.800781-13-28.300781-23.101562-45.300781-29.5-16.296876-6.300781-34.898438-10.699219-62.097657-11.898438-27.402343-1.300781-36.101562-1.601562-105.601562-1.601562s-78.199219.300781-105.5 1.5c-27.199219 1.199219-45.898438 5.601562-62.097657 11.898438-17.203124 6.5-32.601562 16.5-45.402343 29.601562-13 12.800781-23.097657 28.300781-29.5 45.300781-6.300781 16.300781-10.699219 34.898438-11.898438 62.097657-1.300781 27.402343-1.601562 36.101562-1.601562 105.601562s.300781 78.199219 1.5 105.5c1.199219 27.199219 5.601562 45.898438 11.902343 62.101562 6.5 17.199219 16.597657 32.597657 29.597657 45.398438 12.800781 13 28.300781 23.101562 45.300781 29.5 16.300781 6.300781 34.898438 10.699219 62.101562 11.898438 27.296876 1.203124 36 1.5 105.5 1.5s78.199219-.296876 105.5-1.5c27.199219-1.199219 45.898438-5.597657 62.097657-11.898438 34.402343-13.300781 61.601562-40.5 74.902343-74.898438 6.296876-16.300781 10.699219-34.902343 11.898438-62.101562 1.199219-27.300781 1.5-36 1.5-105.5s-.101562-78.199219-1.300781-105.5zm-46.097657 209c-1.101562 25-5.300781 38.5-8.800781 47.5-8.601562 22.300781-26.300781 40-48.601562 48.601562-9 3.5-22.597657 7.699219-47.5 8.796876-27 1.203124-35.097657 1.5-103.398438 1.5s-76.5-.296876-103.402343-1.5c-25-1.097657-38.5-5.296876-47.5-8.796876-11.097657-4.101562-21.199219-10.601562-29.398438-19.101562-8.5-8.300781-15-18.300781-19.101562-29.398438-3.5-9-7.699219-22.601562-8.796876-47.5-1.203124-27-1.5-35.101562-1.5-103.402343s.296876-76.5 1.5-103.398438c1.097657-25 5.296876-38.5 8.796876-47.5 4.101562-11.101562 10.601562-21.199219 19.203124-29.402343 8.296876-8.5 18.296876-15 29.398438-19.097657 9-3.5 22.601562-7.699219 47.5-8.800781 27-1.199219 35.101562-1.5 103.398438-1.5 68.402343 0 76.5.300781 103.402343 1.5 25 1.101562 38.5 5.300781 47.5 8.800781 11.097657 4.097657 21.199219 10.597657 29.398438 19.097657 8.5 8.300781 15 18.300781 19.101562 29.402343 3.5 9 7.699219 22.597657 8.800781 47.5 1.199219 27 1.5 35.097657 1.5 103.398438s-.300781 76.300781-1.5 103.300781zm0 0"
/>
<path
d="m256.449219 124.5c-72.597657 0-131.5 58.898438-131.5 131.5s58.902343 131.5 131.5 131.5c72.601562 0 131.5-58.898438 131.5-131.5s-58.898438-131.5-131.5-131.5zm0 216.800781c-47.097657 0-85.300781-38.199219-85.300781-85.300781s38.203124-85.300781 85.300781-85.300781c47.101562 0 85.300781 38.199219 85.300781 85.300781s-38.199219 85.300781-85.300781 85.300781zm0 0"
/>
<path
d="m423.851562 119.300781c0 16.953125-13.746093 30.699219-30.703124 30.699219-16.953126 0-30.699219-13.746094-30.699219-30.699219 0-16.957031 13.746093-30.699219 30.699219-30.699219 16.957031 0 30.703124 13.742188 30.703124 30.699219zm0 0"
/>
</svg>
</span>
</a>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="./js/main.js"></script>
</body>
</html>