-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
814 lines (768 loc) · 28.4 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
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
<!DOCTYPE html>
<html lang="en">
<script src="https://use.fontawesome.com/d937878361.js"></script>
<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" />
<meta
name="description"
content="The webpage is build for Fac application"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css?family=Poppins&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet"
/>
<link rel="icon" href="/img/in(black).png" />
<link rel="stylesheet" href="./font-awesome.css" />
<link rel="stylesheet" href="index.css" sizes="12px 12px" />
<title>Akaki Mikaia - Personal Web Page</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-sm nav-wrapper">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span>
<div id="hamburger" class="hamburger hamburger--arrow-r">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="#home">HOME</a>
</li>
<li></li>
<li class="nav-item">
<a class="nav-link" href="#about-me">ABOUT ME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">PROJECTS</a>
</li>
<li class="nav-item">
<a
class="nav-link"
href="./cv(Akaki Mikaia).pdf"
download="CV-Akaki-Mikaia"
title="Download CV"
>RESUME</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#where">CONTACT</a>
</li>
</ul>
</div>
</nav>
</header>
<section id="home">
<svg
id="home-text"
width="237"
height="251"
viewBox="0 0 237 251"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="svg-attributes-demo polygon"
>
<g>
<rect
width="32"
height="251"
transform="translate(46)"
fill="white"
/>
<rect x="46" y="213" width="32" height="38" fill="white" />
<path
d="M64.7372 185.016V207.48H59.2652V185.016H64.7372Z"
fill="black"
/>
<path
d="M66.5184 170.37L58.9664 160.45V170.37H53.4944V147.906H58.9664V157.762L66.4544 147.906H72.8864L64.1824 158.914L73.2064 170.37H66.5184Z"
fill="black"
/>
<path
d="M66.1711 120.945H57.7871L56.4431 124.913H50.7151L58.8431 102.449H65.1791L73.3071 124.913H67.5151L66.1711 120.945ZM64.7631 116.721L61.9791 108.497L59.2271 116.721H64.7631Z"
fill="black"
/>
<path
d="M66.5184 79.4566L58.9664 69.5366V79.4566H53.4944V56.9926H58.9664V66.8486L66.4544 56.9926H72.8864L64.1824 68.0006L73.2064 79.4566H66.5184Z"
fill="black"
/>
<path
d="M66.1711 30.032H57.7871L56.4431 34H50.7151L58.8431 11.536H65.1791L73.3071 34H67.5151L66.1711 30.032ZM64.7631 25.808L61.9791 17.584L59.2271 25.808H64.7631Z"
fill="black"
/>
<rect
width="237"
height="38"
transform="translate(0 178)"
fill="white"
/>
<path
d="M150.017 204.032H141.633L140.289 208H134.561L142.689 185.536H149.025L157.153 208H151.361L150.017 204.032ZM148.609 199.808L145.825 191.584L143.073 199.808H148.609Z"
fill="black"
/>
<path
d="M187.476 185.536V208H182.004V185.536H187.476Z"
fill="black"
/>
<path
d="M226.587 204.032H218.203L216.859 208H211.131L219.259 185.536H225.595L233.723 208H227.931L226.587 204.032ZM225.179 199.808L222.395 191.584L219.643 199.808H225.179Z"
fill="black"
/>
<path
d="M102.906 208L95.3536 198.08V208H89.8816V185.536H95.3536V195.392L102.842 185.536H109.274L100.57 196.544L109.594 208H102.906Z"
fill="black"
/>
<path
d="M63.5065 185.536V208H58.0345V185.536H63.5065Z"
fill="black"
/>
<path
d="M30.9673 185.536V208H25.4953V194.528L20.4713 208H16.0553L10.9993 194.496V208H5.52727V185.536H11.9913L18.2953 201.088L24.5353 185.536H30.9673Z"
fill="black"
/>
</g>
</svg>
<div class="home-wrapper">
<div class="avatar-hero">
<img src="/img/catshould.jpg" alt="avatar-hero" />
</div>
<div class="social-media-container">
<a
href="https://github.com/akomiqaia/akomiqaia.github.io"
target="blank"
>
<img
src="/img/GitHub-Mark-Light-120px-plus.png"
alt="Git Hub repository"
/>
</a>
<a href="https://www.linkedin.com/in/akaki-mikaia/" target="blank">
<img src="/img/in.png" alt="linkedIn account" />
</a>
<a href="https://twitter.com/AkakiMikaia" target="blank">
<img src="/img/twitter.svg" alt="linkedIn account" class="p-1" />
</a>
</div>
<div>
<h3 class="home-title">
I am Full Stack Developer <br />and I love building products that
brings social impacts
</h3>
</div>
</div>
</section>
<section id="about-me">
<div class="about-me-wrapper">
<h2>About Me</h2>
<p>
I'm Akaki Mikaia from Georgia. I was born 25 years ago under the sign of Leo. Dynamic and detail-oriented Web Developer with a capacity for conceptualising and delivering elegant, user-friendly solutions with a passion for pixel-perfect UI and sleek UX.
</p>
<p>
Always curious and brave to learn, share and incorporate new technologies to deliver the top quality apps. Enthusiast of Agile Software development, CI/CD and TDD practices. Regular participant and mentor at Codebar and Founders and Coders web developer meetups.
</p>
<br />
<div class="container tech-stack">
<div class="row">
<div class="col">
<h4 class="col-title">Technologies & Frameworks:</h4>
<div class="row row-cols-3 row-cols-md-6 icon-grids">
<div class="col mb">
<div class="card">
<img
src="./img/techicons/JavaScript.png"
class="card-img-top"
alt="javascript icon"
/>
<h6 class="card-title">JavaScript</h6>
</div>
</div>
<div class="col mb">
<div class="card">
<img
src="./img/techicons/typescript.png"
class="card-img-top"
alt="javascript icon"
/>
<h6 class="card-title">TypeScript</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/React.png"
class="card-img-top"
alt="react icon"
/>
<h6 class="card-title">react.js</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/HTML5.png"
class="card-img-top"
alt="html5 icon"
/>
<h6 class="card-title">HTML5</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/CSS3.png"
class="card-img-top"
alt="css3 icon"
/>
<h6 class="card-title">CSS3</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/node.png"
class="card-img-top"
alt="node.js icon"
/>
<h6 class="card-title">node.js & express.js</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/graphql.png"
class="card-img-top"
alt="postgresqlicon"
/>
<h6 class="card-title">GraphQL</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/postgresql.png"
class="card-img-top"
alt="postgresqlicon"
/>
<h6 class="card-title">PostgreSQL</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/flask.png"
class="card-img-top"
alt="flask icon"
/>
<h6 class="card-title">flask</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/python.png"
class="card-img-top"
alt="python icon"
/>
<h6 class="card-title">python</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/php.svg"
class="card-img-top"
alt="php icon"
/>
<h6 class="card-title">PHP</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/laravel.png"
class="card-img-top"
alt="Laravel icon"
/>
<h6 class="card-title">Laravel</h6>
</div>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-md-2 justify-content-around">
<div class="col">
<h4 class="col-title">Versioning and other tools</h4>
<div
class="row row-cols-3 row-cols-md-4 icon-grids justify-content-center"
>
<div class="col">
<div class="card">
<img
src="./img/techicons/github.svg"
class="card-img-top"
alt="travis icon"
/>
<h6 class="card-title">Git and GitHub</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/jwt.png"
class="card-img-top"
alt="JWT icon"
/>
<h6 class="card-title">JWT</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/postman.png"
class="card-img-top"
alt="postman icon"
/>
<h6 class="card-title">Postman</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/jira.svg"
class="card-img-top"
alt="jira icon"
/>
<h6 class="card-title">Jira</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/cloudinary.png"
class="card-img-top"
alt="cloudinary icon"
/>
<h6 class="card-title">Cloudinary</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/prettier.png"
class="card-img-top"
alt="Prettier icon"
/>
<h6 class="card-title">Prettier</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/eslint.png"
class="card-img-top"
alt="eslint icon"
/>
<h6 class="card-title">Es Lint</h6>
</div>
</div>
</div>
</div>
<div class="col">
<h4 class="col-title">Deployment Tools:</h4>
<div
class="row row-cols-3 row-cols-md-2 icon-grids justify-content-center"
>
<div class="col">
<div class="card">
<img
src="./img/techicons/travis.png"
class="card-img-top"
alt="travis icon"
/>
<h6 class="card-title">Travis CI/CD</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/heroku.png"
class="card-img-top"
alt="heroku icon"
/>
<h6 class="card-title">Heroku</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/netlify.png"
class="card-img-top"
alt="netlify icon"
/>
<h6 class="card-title">Netlify</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/docker.png"
class="card-img-top"
alt="docker icon"
/>
<h6 class="card-title">Docker</h6>
</div>
</div>
</div>
</div>
<div class="col">
<h4 class="col-title">Testing Libraries:</h4>
<div
class="row row-cols-3 row-cols-md-2 icon-grids justify-content-center"
>
<div class="col">
<div class="card">
<img
src="./img/techicons/jest.png"
class="card-img-top"
alt="jest icon"
/>
<h6 class="card-title">Jest</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/codecov.png"
class="card-img-top"
alt="codecov icon"
/>
<h6 class="card-title">CodeCov</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/cypress.png"
class="card-img-top"
alt="cypress icon"
/>
<h6 class="card-title">Cypress</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/tape.png"
class="card-img-top"
alt="templates icon"
/>
<h6 class="card-title">Tape</h6>
</div>
</div>
</div>
</div>
<div class="col">
<h4 class="col-title">UX/UI:</h4>
<div
class="row row-cols-3 row-cols-md-2 icon-grids justify-content-center"
>
<div class="col">
<div class="card">
<img
src="./img/techicons/color.png"
class="card-img-top"
alt="figma icon"
/>
<h6 class="card-title">Figma</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/materialui.png"
class="card-img-top"
alt="materialui icon"
/>
<h6 class="card-title">Material UI</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/styled-components.png"
class="card-img-top"
alt="styled-components icon"
/>
<h6 class="card-title">Styled Components</h6>
</div>
</div>
<div class="col">
<div class="card">
<img
src="./img/techicons/bootstrap.png"
class="card-img-top"
alt="bootstrap icon"
/>
<h6 class="card-title">Bootstrap</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="section-title">
<h2 class="projects-title"><strong>Projects</strong></h2>
</div>
<div class="card mb-3 descrition-card">
<div class="row no-gutters">
<div class="col-md-4">
<img src="./img/pm.png" class="card-img" alt="Prepare me image" />
</div>
<div class="col-md-8">
<div class="card-body">
<h4 class="card-title project-title">
<strong
>Prepare me - Scrum Master / Full Stack Developer</strong
>
</h4>
<p class="card-text">
Prepare Me is a platform created for parents with kids with
autism. On the platform parents are able to create printable
books from templates to tell the social stories to their kids.
Prepare me is a part of Tech for Better program at FAC where I
took a role of SCRUM Master.
</p>
<a
class="card-button-link"
href="https://github.com/fac19/prepare-me"
class="badge"
>
<img src="./img/GitHub-Mark-120px-plus.png" alt="" />
<p>Source Code</p>
</a>
<a
class="card-button-link"
href="https://prepare-me.netlify.app/"
class="badge"
>
<img src="./img/techicons/netlify.png" alt="" />
<p>prepare-me.netlify.app</p>
</a>
</div>
</div>
</div>
</div>
<div class="card mb-3 descrition-card">
<div class="row no-gutters">
<div class="col-md-4">
<img src="./img/bb.png" class="card-img" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body">
<h4 class="card-title project-title">
<strong
>Bechdel and Beyond - DevOps/Full Stack Developer</strong
>
</h4>
<p class="card-text">
Bechdel and Beyond is a platform that enables users to search
for films and check if the movies pass the Bechdel test and
alongside display gender parity for the crew and cast. Users are
also able to submit their reviews and vote for the films.
</p>
<a
class="card-button-link"
href="https://github.com/fac19/Bechdel-Beyond"
class="badge"
>
<img src="./img/GitHub-Mark-120px-plus.png" alt="" />
<p>Source Code</p>
</a>
<a
class="card-button-link"
href="https://bechdelbeyond.netlify.app/"
class="badge"
>
<img src="./img/techicons/netlify.png" alt="" />
<p>bechdelbeyond.netlify.app</p>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="py-5 mb-5">
<div class="container">
<div class="section-title">
<h2><strong>HOW I WORK?</strong></h2>
</div>
<div class="row mt-5">
<div class="col-lg-4 comment-friends">
<!-- CUSTOM BLOCKQUOTE -->
<blockquote
class="blockquote blockquote-custom bg-white p-4 shadow rounded"
>
<div class="blockquote-custom-icon shadow-sm">
<i class="fa fa-quote-left text-white"></i>
</div>
<p class="mb-0 mt-2 font-italic">
"A huge benefit of getting to work with Ako is that his chilled
and positive attitude really rubs off on you. innocent If you're
feeling overwhelmed by an issue, Ako is always there to reassure
you and help to solve the problem with his very logical brain!
brain Ako knows lots of cool stuff about UX design concepts, and
Ako likes to talk about himself in the third person."
</p>
<footer class="blockquote-footer pt-4 mt-4 border-top">
<a href="https://github.com/hannahgooding" class="text-quote"
>hannahgooding</a
>
<!-- <cite title="Source Title">Source Title</cite> -->
</footer>
</blockquote>
<!-- END -->
</div>
<div class="col-lg-4 comment-friends">
<!-- CUSTOM BLOCKQUOTE -->
<blockquote
class="blockquote blockquote-custom bg-white p-4 shadow rounded"
>
<div class="blockquote-custom-icon shadow-sm">
<i class="fa fa-quote-left text-white"></i>
</div>
<p class="mb-0 mt-2 font-italic">
"Ako has infectious, wild and positive energy. He's super
creative, loves trying out new things or in new ways and is
always ready to knuckle down and get work done. It's genuinely
fun working through a challenging problem with him."
</p>
<footer class="blockquote-footer pt-4 mt-4 border-top">
<a href="https://github.com/jackherizsmith" class="text-quote"
>jackherizsmith</a
>
<!-- <cite title="Source Title">Source Title</cite> -->
</footer>
</blockquote>
<!-- END -->
</div>
<div class="col-lg-4 comment-friends">
<!-- CUSTOM BLOCKQUOTE -->
<blockquote
class="blockquote blockquote-custom bg-white p-4 shadow rounded"
>
<div class="blockquote-custom-icon shadow-sm">
<i class="fa fa-quote-left text-white"></i>
</div>
<p class="mb-0 mt-2 font-italic">
"My greatest admiration of Ako is his ability to think
creatively think around a problem. There is never obstacle that
can't be tackled when working alongside him and it's impossible
for his enthusiasm and positivity not to rub off on you in the
process. A much loved member of the FAC community, Ako's
presence always bring smiles to everyone in a room. Especially
when delivering one of his now infamous morning surprises (thank
you bringing Freddy back into our lives)."
</p>
<footer class="blockquote-footer pt-4 mt-4 border-top">
<a href="https://github.com/Joepock123" class="text-quote"
>Joepock123</a
>
<!-- <cite title="Source Title">Source Title</cite> -->
</footer>
</blockquote>
<!-- END -->
</div>
</div>
</div>
</section>
<section id="where">
<div id="where-footer">
<div class="where-wrapper">
<div class="where-title mb-5">
<h1>Contact Me:</h1>
</div>
<div><img src="./img/email.svg" alt="" class="email-icon" /></div>
</div>
</div>
<div class="wrap-contact100 mt-5">
<form class="contact100-form" action="mailto:akakimikaia@gmail.com" method="post" enctype="text/plain">
<div class="wrap-input100" >
<input
class="input100"
type="text"
name="name"
placeholder="Your Name"
/>
<span class="focus-input100"></span>
</div>
<div class="wrap-input100">
<input
class="input100"
type="text"
name="email"
placeholder="Your Email"
/>
<span class="focus-input100"></span>
</div>
<div class="wrap-input100" >
<textarea
class="input100"
name="message"
placeholder="Your Message"
></textarea>
<span class="focus-input100"></span>
</div>
<div class="container-contact100-form-btn">
<button class="contact100-form-btn" type="submit">
Send Email
</button>
</div>
</form>
</div>
</section>
<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.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"
></script>
<script src="./anime.min.js"></script>
<script src="./index.js"></script>
</body>
</html>