-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
768 lines (766 loc) · 32.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
<title>Oluyoh Okiemute</title>
<!-- css files -->
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/skins/colors-1.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
/>
<!-- style switcher -->
<link
rel="stylesheet"
href="css/skins/colors-1.css"
class="alternate-style"
title="color_1"
disabled
/>
<link
rel="stylesheet"
href="css/skins/colors-2.css"
class="alternate-style"
title="color_2"
disabled
/>
<link
rel="stylesheet"
href="css/skins/colors-3.css"
class="alternate-style"
title="color_3"
disabled
/>
<link
rel="stylesheet"
href="css/skins/colors-4.css"
class="alternate-style"
title="color_4"
disabled
/>
<link
rel="stylesheet"
href="css/skins/colors-5.css"
class="alternate-style"
title="color_5"
disabled
/>
<link rel="stylesheet" href="css/style_switcher.css" />
<!-- fonts -->
</head>
<body class="dark">
<!-- main container start -->
<div class="main_container">
<!-- aside start -->
<div class="aside">
<div class="logo">
<a href="#"><span>O</span>Kite</a>
</div>
<div class="nav_toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active"><i class="fa fa-home"></i>Home</a>
</li>
<li>
<a href="#about"><i class="fa fa-user"></i>About</a>
</li>
<li>
<a href="#services"><i class="fa fa-list"></i>Services</a>
</li>
<li>
<a href="#portfolio"><i class="fa fa-briefcase"></i>Portfolio</a>
</li>
<li>
<a href="#contact"><i class="fa fa-comments"></i>Contact</a>
</li>
</ul>
</div>
<!-- aside end -->
<!-- main content start -->
<div class="main_content">
<!-- home section start -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home_info padd_15">
<h3 class="hello">
Hello, i'm <span class="name">Oluyoh Okiemute</span>
</h3>
<h3 class="my_profession">
I'm a <span class="typing">Web designer</span>
</h3>
<p>
I'm a Designer and Developer with over 4 years of experience.
My expertise is to Design and Build website, applications,
graphic designs and many more...
</p>
<a href="docs/Okiemute_Oluyoh.pdf" class="btn" download
>Download Cv</a
>
</div>
<div class="home_img padd_15">
<!-- <img src="images/hero.JPG" alt=""> -->
<img src="images/hero.JPG" alt="" />
</div>
</div>
</div>
</section>
<!-- home section end -->
<!-- About section start -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section_title padd_15">
<h2>About me</h2>
</div>
</div>
<div class="row">
<div class="about_content padd_15">
<div class="row">
<div class="about_text padd_15">
<h3>
I'm Oluyoh Okiemute and i'm a <span>Developer</span>
</h3>
<p>
A result oriented designer and developer with proven
abilities to build and effectively manage interpersonal
relationships at all levels, demonstrated success in
organizational capacity, with skills including brain
storming and bringing relevant features to applications
and designing exact user interfaces to users satisfaction
and experience.
</p>
</div>
</div>
<div class="row">
<div class="personal_info padd_15">
<div class="row">
<div class="info_item padd_15">
<p>Birthday : <span>6 Apr</span></p>
</div>
<div class="info_item padd_15">
<p>Age : <span>--</span></p>
</div>
<div class="info_item padd_15">
<p>
Website :
<span>
<a
style="color: var(--skin-color)"
href="https://rebornkun.github.io/Oluyoh_Okiemute/"
>www.OluyohOkiemute.com</a
></span
>
</p>
</div>
<div class="info_item padd_15">
<p>Email : <span>Oluyohokiemute@gmail.com</span></p>
</div>
<div class="info_item padd_15">
<p>
Degree :
<span
>BSc Computer Science & Info Tech (Second Class
Upper)</span
>
</p>
</div>
<div class="info_item padd_15">
<p>
Phone : <span>+234 815 791 6272,</span><br /><span
>+234 805 951 1780</span
>
</p>
</div>
<div class="info_item padd_15">
<p>City : <span>Port Harcourt</span></p>
</div>
<div class="info_item padd_15">
<p>Freelance : <span>Available</span></p>
</div>
</div>
<div class="row">
<div class="buttons padd_15">
<a
href="#contact"
data-section-index="1"
class="btn hire_me"
>Hire Me</a
>
</div>
</div>
</div>
<!-- <div class="skills padd_15">
<div class="row">
<div class="skill_item padd_15">
<h5>HTML</h5>
<div class="progress">
<div class="progress_in" style="width: 80%"></div>
<div class="skill_percent">80%</div>
</div>
</div>
<div class="skill_item padd_15">
<h5>CSS, bootstrap</h5>
<div class="progress">
<div class="progress_in" style="width: 70%"></div>
<div class="skill_percent">70%</div>
</div>
</div>
<div class="skill_item padd_15">
<h5>JS, ReactJS</h5>
<div class="progress">
<div class="progress_in" style="width: 65%"></div>
<div class="skill_percent">65%</div>
</div>
</div>
<div class="skill_item padd_15">
<h5>NodeJS, ExpressJs</h5>
<div class="progress">
<div class="progress_in" style="width: 65%"></div>
<div class="skill_percent">65%</div>
</div>
</div>
<div class="skill_item padd_15">
<h5>Postgres, MongoDb</h5>
<div class="progress">
<div class="progress_in" style="width: 65%"></div>
<div class="skill_percent">65%</div>
</div>
</div>
<div class="skill_item padd_15">
<h5>Mobile Dev(React-native)</h5>
<div class="progress">
<div class="progress_in" style="width: 56%"></div>
<div class="skill_percent">56%</div>
</div>
</div>
<div class="skill_item padd_15">
<h5>UI/UX Design</h5>
<div class="progress">
<div class="progress_in" style="width: 50%"></div>
<div class="skill_percent">50%</div>
</div>
</div>
</div>
</div> -->
</div>
<div class="row">
<div class="education padd_15">
<h3 class="title">Education</h3>
<div class="row">
<div class="timeline_box padd_15">
<div class="timeline shadow_dark">
<!-- timeline item-->
<div class="timeline_item">
<div class="circle_dot"></div>
<h3 class="timeline_date">
<i class="fa fa-calendar"></i> 2017 - 2021
</h3>
<h4 class="timeline_title">
B.Sc Computer Science and Information Technology
</h4>
<p class="timeline_text">
2:1, Second Class Honors, Upper Division.<br /><i
>Igbinedion University Okada, Edo State.</i
>
</p>
</div>
<!-- timeline item-->
<!-- <div class="timeline_item">
<div class="circle_dot">
</div>
<h3 class="timeline_date">
<i class="fa fa-calendar"></i> 2013 - 2015
</h3>
<h4 class="timeline_title">Master in Computer Science</h4>
<p class="timeline_text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique nostrum quo minima repellat tempore reprehenderit voluptatem veniam. Minima earum assumenda at quas corrupti mollitia repudiandae praesentium consequuntur, magni dolorum quia!</p>
</div> -->
</div>
</div>
</div>
</div>
<div class="experience padd_15">
<h3 class="title">Experience</h3>
<div class="row">
<div class="timeline_box padd_15">
<div class="timeline shadow_dark">
<!-- timeline item-->
<div class="timeline_item">
<div class="circle_dot"></div>
<h3 class="timeline_date">
<i class="fa fa-calendar"></i> Feb 2022 - present
</h3>
<h4 class="timeline_title">
Junior Web Developer - <br /><i>Rebbon Tech</i>
</h4>
<p class="timeline_text">
Roles:<br />
∗ Website Development: Built and developed
websites for clients using Html, CSS and
JavaScript and Its frameworks.
<br />
∗ Research and Development: Tested new languages
and frameworks
<br />
∗ UI Designer: I designed simple and flexible web
and mobile applications that made the building
process easier and less time taxing
</p>
</div>
<!-- timeline item-->
<div class="timeline_item">
<div class="circle_dot"></div>
<h3 class="timeline_date">
<i class="fa fa-calendar"></i> Nov 2021 - present
</h3>
<h4 class="timeline_title">
NYSC intern - <br /><i
>Alphamead Mgt Ltd, Shell PortHarcourt</i
>
</h4>
<p class="timeline_text">
Roles:<br />
∗ HSE assistant: I assisted in various task such
as; PreMob inspection, Site inspection and HSE
meetings.
<br />
∗ Data Entry: I Recorded and Orgainzed Unsafe
Acts/Conditions Reports Data using Excel and
Uploaded into the Cloud. increased Upload data per
week by 58%
<br />
∗ Misc Tasks: I designed flyers and posters for
the department and Troubleshooted, Created and
typed documents and Fixed PC's problems for
staffs.
</p>
</div>
<!-- <div class="timeline_item">
<div class="circle_dot">
</div>
<h3 class="timeline_date">
<i class="fa fa-calendar"></i> 2013 - 2015
</h3>
<h4 class="timeline_title">Master in Computer Science</h4>
<p class="timeline_text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique nostrum quo minima repellat tempore reprehenderit voluptatem veniam. Minima earum assumenda at quas corrupti mollitia repudiandae praesentium consequuntur, magni dolorum quia!</p>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About section end -->
<!-- Services section start -->
<section class="services section" id="services">
<div class="container">
<div class="row">
<div class="section_title padd_15">
<h2>Services</h2>
</div>
</div>
<div class="row">
<!-- service item start -->
<div class="service_item padd_15">
<div class="service_item_inner">
<div class="icon">
<i class="fa fa-mobile-alt"></i>
</div>
<h4>Mobile App Development</h4>
<p>
I can build applications for you using the React-native
framework or low code tools such as Bravo.
</p>
</div>
</div>
<!-- service item end -->
<!-- service item start -->
<div class="service_item padd_15">
<div class="service_item_inner">
<div class="icon">
<i class="fa fa-laptop-code"></i>
</div>
<h4>Web Development</h4>
<p>
With my knowlege of HTML, CSS, JavaScript, React, Api,
NodeJS/ExpressJs, Postgres and MongoDb, i can build fast and
responsive websites that will make clients want to surf and
stay on your websites.
</p>
</div>
</div>
<!-- service item end -->
<!-- service item start -->
<div class="service_item padd_15">
<div class="service_item_inner">
<div class="icon">
<i class="fa fa-code"></i>
</div>
<h4>UI Design</h4>
<p>
I can illustrate and design your ideas and make it into a
reality using the Figma software.
</p>
</div>
</div>
<!-- service item end -->
<!-- service item start -->
<div class="service_item padd_15">
<div class="service_item_inner">
<div class="icon">
<i class="fa fa-sticky-note"></i>
</div>
<h4>Graphics design (Brand Flyer,Logos,Edits and more..)</h4>
<p>
I will illustrate and Design flyers, Logos and others for
your brand just the way you want it.
</p>
</div>
</div>
<!-- service item end -->
</div>
</div>
</section>
<!-- Services section end -->
<!-- Portfolio section start -->
<section class="portfolio section" id="portfolio">
<div class="container">
<div class="row">
<div class="section_title padd_15">
<h2>Portfolio</h2>
</div>
</div>
<div class="row">
<div class="portfolio_heading padd_15">
<h2>My Latest Projects :</h2>
</div>
</div>
<div class="row">
<!-- Portfolio item start -->
<div class="portfolio_item padd_15">
<div class="portfolio_item_inner shadow_dark">
<div class="portfolio_img">
<img src="images/portfolio/portfolio_1.JPG" alt="" />
</div>
<div class="portfolio_column" style="margin: 0">
<div class="portfolio_item_title">
<h2>Ukriane Crypto Fundraiser</h2>
</div>
<div class="portfolio_item_subtitle">
<p>Web Development</p>
</div>
<div class="portfolio_item_icons">
<div class="icon" style="margin-right: 20px">
<a href="https://rebornkun.github.io/binance-crypto/"
><i class="fa fa-laptop"></i
></a>
</div>
<div class="icon">
<a href="https://github.com/rebornkun/binance-crypto"
><i class="fa fa-code"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item end -->
<!-- Portfolio item start -->
<div class="portfolio_item padd_15">
<div class="portfolio_item_inner shadow_dark">
<div class="portfolio_img">
<img src="images/portfolio/portfolio_2.JPG" alt="" />
</div>
<div class="portfolio_column" style="margin: 0">
<div class="portfolio_item_title">
<h2>Oluyoh Okiemute's Portfolio</h2>
</div>
<div class="portfolio_item_subtitle">
<p>Web Development</p>
</div>
<div class="portfolio_item_icons">
<div class="icon" style="margin-right: 20px">
<a href="https://rebornkun.github.io/oluyoh_okiemute/"
><i class="fa fa-laptop"></i
></a>
</div>
<div class="icon">
<a href="https://github.com/rebornkun/Oluyoh_Okiemute"
><i class="fa fa-code"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item end -->
<!-- Portfolio item start -->
<div class="portfolio_item padd_15">
<div class="portfolio_item_inner shadow_dark">
<div class="portfolio_img">
<img src="images/portfolio/weather.png" alt="" />
</div>
<div class="portfolio_column" style="margin: 0">
<div class="portfolio_item_title">
<h2>My Weather</h2>
</div>
<div class="portfolio_item_subtitle">
<p>Web Development</p>
</div>
<div class="portfolio_item_icons">
<div class="icon" style="margin-right: 20px">
<a href="https://rebornkun.github.io/my-weather/"
><i class="fa fa-laptop"></i
></a>
</div>
<div class="icon">
<a href="https://github.com/rebornkun/my-weather"
><i class="fa fa-code"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item end -->
<!-- Portfolio item start -->
<div class="portfolio_item padd_15">
<div class="portfolio_item_inner shadow_dark">
<div class="portfolio_img">
<img src="images/portfolio/smartbrain.png" alt="" />
</div>
<div class="portfolio_column" style="margin: 0">
<div class="portfolio_item_title">
<h2>SmartBrain-FaceDetection</h2>
</div>
<div class="portfolio_item_subtitle">
<p>Web Development</p>
</div>
<div class="portfolio_item_icons">
<div class="icon" style="margin-right: 20px">
<a href="http://smart-brain-re.herokuapp.com/"
><i class="fa fa-laptop"></i
></a>
</div>
<div class="icon">
<a href="https://github.com/rebornkun/smart-brain"
><i class="fa fa-code"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item end -->
<!-- Portfolio item start -->
<div class="portfolio_item padd_15">
<div class="portfolio_item_inner shadow_dark">
<div class="portfolio_img">
<img src="images/portfolio/rebbon.png" alt="" />
</div>
<div class="portfolio_column" style="margin: 0">
<div class="portfolio_item_title">
<h2>Rebbon Tech Startup</h2>
</div>
<div class="portfolio_item_subtitle">
<p>Web Development</p>
</div>
<div class="portfolio_item_icons">
<div class="icon" style="margin-right: 20px">
<a href="https://rebbon-tech.github.io/Company-website/"
><i class="fa fa-laptop"></i
></a>
</div>
<!-- <div class="icon">
<a href="https://github.com/rebornkun/smart-brain"><i class="fa fa-code"></i></a>
</div> -->
</div>
</div>
</div>
</div>
<!-- Portfolio item end -->
<!-- Portfolio item start -->
<div class="portfolio_item padd_15">
<div class="portfolio_item_inner shadow_dark">
<div class="portfolio_img">
<img src="images/portfolio/musica.png" alt="" />
</div>
<div class="portfolio_column" style="margin: 0">
<div class="portfolio_item_title">
<h2>Sweets-Musica</h2>
</div>
<div class="portfolio_item_subtitle">
<p>Web Development</p>
</div>
<div class="portfolio_item_icons">
<div class="icon" style="margin-right: 20px">
<a href="https://sweets-musica.netlify.app/"
><i class="fa fa-laptop"></i
></a>
</div>
<div class="icon">
<a href="https://github.com/rebornkun/Musica"
><i class="fa fa-code"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item end -->
</div>
</div>
</section>
<!-- Portfolio section end -->
<!-- Contact section start -->
<section class="contact section" id="contact">
<div class="container">
<div class="row">
<div class="section_title padd_15">
<h2>Contact Me</h2>
</div>
</div>
<h3 class="contact_title padd_15">Do You Have Questions ?</h3>
<h4 class="contact_sub_title padd_15">I'M AT YOUR SERVICE</h4>
<div class="row">
<!-- contact info item start -->
<div class="contact_info_item padd_15">
<div class="icon">
<i class="fa fa-phone"></i>
</div>
<h4>Call Us On</h4>
<p>+234 815 791 6272</p>
</div>
<!-- contact info item end -->
<!-- contact info item start -->
<div class="contact_info_item padd_15">
<div class="icon">
<i class="fa fa-map-marker-alt"></i>
</div>
<h4>Office</h4>
<p>Porthacourt</p>
</div>
<!-- contact info item end -->
<!-- contact info item start -->
<div class="contact_info_item padd_15">
<div class="icon">
<i class="fa fa-envelope"></i>
</div>
<h4>Email</h4>
<p>Oluyohokiemute@gmail.com</p>
</div>
<!-- contact info item end -->
<!-- contact info item start -->
<div class="contact_info_item padd_15">
<div class="icon">
<i class="fa fa-globe-europe"></i>
</div>
<h4>Website</h4>
<p>www.domain.com</p>
</div>
<!-- contact info item end -->
</div>
<h3 class="contact_title padd_15">SEND ME AN EMAIL</h3>
<h4 class="contact_sub_title padd_15">
I'M VERY REPONSIVE TO MESSAGES
</h4>
<!-- contact form -->
<div class="row">
<div class="contact_form padd_15">
<div class="row">
<div class="form_item col-6 padd_15">
<div class="form_group">
<input
type="text"
class="form_control"
placeholder="Name"
/>
</div>
</div>
<div class="form_item col-6 padd_15">
<div class="form_group">
<input
type="text"
class="form_control"
placeholder="Email"
/>
</div>
</div>
</div>
<div class="row">
<div class="form_item col-12 padd_15">
<div class="form_group">
<input
type="text"
class="form_control"
placeholder="Subject"
/>
</div>
</div>
</div>
<div class="row">
<div class="form_item col-12 padd_15">
<div class="form_group">
<textarea
name=""
class="form_control"
id=""
placeholder="Message"
></textarea>
</div>
</div>
</div>
<div class="row">
<div class="form_item col-12 padd_15">
<div class="form_group">
<button type="submit" class="btn">Send Message</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact section end -->
</div>
<!-- main content end -->
</div>
<!-- main container end -->
<!-- style switcher start -->
<div class="style_switcher">
<div class="style_switcher_toggler s_icon">
<i class="fas fa-cog fa-spin"></i>
</div>
<div class="day-night s_icon">
<i class="fas"></i>
</div>
<h4>Theme Colors</h4>
<div class="colors">
<span class="color_1" onclick="setActiveStyle('color_1')"></span>
<span class="color_2" onclick="setActiveStyle('color_2')"></span>
<span class="color_3" onclick="setActiveStyle('color_3')"></span>
<span class="color_4" onclick="setActiveStyle('color_4')"></span>
<span class="color_5" onclick="setActiveStyle('color_5')"></span>
</div>
</div>
<!-- style switcher end -->
<!-- for js script -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"
referrerpolicy="no-referrer"
></script>
<script src="js/script.js"></script>
<script src="js/style_switcher.js"></script>
</body>
</html>
<!-- https://www.youtube.com/watch?v=zJE-ze4TfXc&ab_channel=CrypticalCoder -->