-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
670 lines (641 loc) · 38.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
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Om Prakash | Portfolio</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/skins/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- ===== STYLE SWITCHER ===== -->
<link rel="stylesheet" href="css/skins/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/skins/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/skins/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/skins/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/skins/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="css/style-switcher.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="assets/preloader/om_icon.png" type="image/png">
</head>
<body class="dark">
<!-- <script>
var loader = document.getElementById("preloader");
window.addEventListener("load", function(){
loader.style.display = "none";
});
</script> -->
<div class="main-container">
<!-- ===== Aside Start ===== -->
<div class="aside animate__animated animate__backInLeft">
<div class="logo">
<a href="#" onClick="window.location.reload();"><span>Web</span> -Warp</a>
</div>
<!-- <div class="nav-toggler">
<span></span>
</div> -->
<ul class="nav">
<li><a href="#home" class="active navLink"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#about" class="navLink"><i class="fa fa-user"></i> About</a></li>
<li><a href="#services" class="navLink"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio" class="navLink"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact" class="navLink"><i class="fa fa-comments"></i> Contact</a></li>
</ul>
</div>
<div class="goHomeBtn">
<a href="#"><i class='bx bxs-up-arrow'></i></a>
</div>
<!-- ===== Aside End ===== -->
<!-- ===== Main Content Start ===== -->
<div class="main-content">
<!-- ===== Home Section Start ===== -->
<section class="home section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">
Hello, This is <span class="name">Om Prakash Behera</span><span class="wave">👋</span>
</h3>
<h3 class="my-profession"><span class="typing"></span></h3>
<p>I am a web designer currently studying at Bhadrak Engineering School and Technology. With a strong passion for programming and web design, I enjoy creating interactive and visually appealing websites. In addition to web development, I have a keen interest in game development and other technical projects. I am constantly learning and exploring new technologies to enhance my skills and create innovative digital experiences.</p>
<a class="btn hire-me animate__animated animate__fadeInDown" style="cursor: pointer;" href="#hireme">Hire Me</a>
</div>
<div class="home-img padd-15 animate__animated animate__bounceInRight" oncontextmenu="return false;">
<img src="assets/images/person/OM.png" onclick="window.location.href='person.html'">
</div>
</div>
</div>
</section>
<script>
const quotes = [
"I am a Web Developer.",
"I am a Programmer who loves to make new programs and initiatives.",
"My github- OmTheWhiteHat.",
"My instagram -: @absoluteprakash.",
"I wants to join ISRO, NASA or any kind of Space research organisation for fullfil of my dream towards space and its mysteoris .",
];
const quoteElement = document.querySelector('.typing');
let currentQuoteIndex = 0;
let currentCharIndex = 0;
let typingSpeed = 50; // Adjust typing speed here
function displayQuote() {
const quote = quotes[currentQuoteIndex];
if (currentCharIndex < quote.length) {
quoteElement.innerHTML += quote.charAt(currentCharIndex);
currentCharIndex++;
setTimeout(displayQuote, typingSpeed);
} else {
setTimeout(eraseQuote, 2000); // Wait for 2 seconds before erasing
}
}
function eraseQuote() {
if (currentCharIndex >= 0) {
const quote = quotes[currentQuoteIndex];
quoteElement.innerHTML = quote.substring(0, currentCharIndex);
currentCharIndex--;
setTimeout(eraseQuote, 70); // Adjust erasing speed here
} else {
currentQuoteIndex = (currentQuoteIndex + 1) % quotes.length;
setTimeout(displayQuote, 1000); // Wait for 0.5 seconds before displaying next quote
}
}
displayQuote();
</script>
<!-- ===== 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 Om Prakash Behera The <span>Web Devloper</span></h3>
<p>I love to make websites and Ui/UX also some little bit backends</p>
</div>
</div>
<div class="row">
<div class="personal-info padd-15">
<div class="row1">
<div class="info-item padd-15">
<p>Birthday : <span>19<sup>th</sup> March 2006</span></p>
</div>
<div class="info-item padd-15">
<p>Age : <span>18</span></p>
</div>
<div class="info-item padd-15">
<p>Hobby : <span>Programming, Gaming</span></p>
</div>
<div class="info-item padd-15">
<p>Email : <span>omprakashbehera.cse@gmail.com</span></p>
</div>
<div class="info-item padd-15">
<p>Diploma : <span>CSE</span></p>
</div>
<div class="info-item padd-15">
<p>Phone : <span>+91 7205252871</span></p>
</div>
<div class="info-item padd-15">
<p>City : <span>Asurali, Bhadrak</span></p>
</div>
<div class="info-item padd-15">
<p>Freelance : <span>Available</span></p>
</div>
</div>
<div class="row row2">
<div class="buttons padd-15">
<a href="assets/resume/OmPrakashBeheraResume.pdf" download class="btn">Download CV</a>
<a href="#contact" class="btn hire-me">Hire Me</a>
</div>
</div>
</div>
<div class="skills padd-15">
<div class="row">
<div class="skills-item padd-15">
<h5>JS</h5>
<div class="progress">
<div class="progress-in" style="width: 66%;"></div>
<div class="skill-percent">66%</div>
</div>
</div>
<div class="skills-item padd-15">
<h5>PHP</h5>
<div class="progress">
<div class="progress-in" style="width: 40%;"></div>
<div class="skill-percent">40%</div>
</div>
</div>
<div class="skills-item padd-15">
<h5>HTML</h5>
<div class="progress">
<div class="progress-in" style="width: 96%;"></div>
<div class="skill-percent">96%</div>
</div>
</div>
<div class="skills-item padd-15">
<h5>Python</h5>
<div class="progress">
<div class="progress-in" style="width: 56%;"></div>
<div class="skill-percent">56%</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="education padd-15">
<h3 class="section-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> 2021 - 2022
</h3>
<h4 class="timeline-title">
Matriculation
</h4>
<p class="timeline-text">I Have completed my Matriculation from N.N.U.B, fatepur in 2022 and I have secured 77.16%.</p>
</div>
<!-- ===== Timeline item ===== -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i> 2022 - onward
</h3>
<h4 class="timeline-title">
Diploma in Computer Science
</h4>
<p class="timeline-text">Currently I am studying in BEST ( Bhadrak Engineering School and Technology ) as Computer Science Student and learning Beautiful programmings and projects. <a href="https://www.bestbhadrak.org/" target="_blank">Visti Our Institute</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="experience padd-15">
<h3 class="section-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> 2021 - 2022
</h3>
<h4 class="timeline-title">
Websites and Designing Components
</h4>
<p class="timeline-text">I have 1 year+ experience on making website and Ui componets and I want to make it long as possible </p>
</div>
<!-- ===== Timeline item ===== -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i> 2022 - onward
</h3>
<h4 class="timeline-title">
API - React and latest Programming Language
</h4>
<p class="timeline-text">As we know react is latest javascript language to make responsive and component based application and websites so i want be latest and fast.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.gallery-container {
width: 100%;
margin: 50px 0 0 0;
padding: 0;
min-height: 70vh; /* Ensures a minimum height of 50% of the viewport height */
overflow: hidden;
position: relative;
display: flex;
justify-content: center; /* Centers horizontally */
align-items: center; /* Centers vertically */
background-color: transparent;
border: 2px solid var(--skin-color);
border-radius: 30px;
}
.gallery-container:hover .gallery
{
animation-play-state: paused;
}
.gallery {
display: flex;
gap: 30px; /* Increased gap for better spacing between larger images */
animation: move-left 30s linear infinite;
}
.image {
border: solid 2px var(--skin-color);
border-radius: 10px;
width: 520px;
height: 380px;
object-fit: cover;
transition: transform 0.3s ease;
cursor: pointer;
filter: contrast(1.2);
}
.image:hover
{
animation: pulse 1s ease;
}
@keyframes pulse {
0%
{
opacity: 1;
transform: scale(1,1.06);
filter: grayscale(1);
}
50%
{
scale: 1.05;
opacity: .2;
}
100%
{
opacity: 1;
scale: 1;
}
}
@keyframes move-left {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(-100%);
}
}
.lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
display: none;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 9;
}
.lightbox img {
max-width: calc(100% - 150px);
width: calc(100% - 150px);
margin: 50px 100px 0 100px;
max-height: calc(100% - 80px);
border: 2px solid var(--skin-color);
border-radius: 30px;
z-index: 9;
}
#back-button {
margin-top: 10px;
background-color: #ff4d4d;
color: white;
border: none;
padding: 5px 20px;
font-size: 16px;
cursor: pointer;
border-radius: 5px;
z-index: 9;
}
#back-button:hover {
background-color: #ff3333;
}
</style>
<div class="gallery-container">
<div class="gallery">
<img src="assets/images/addons/1.jpg" alt="Image 1" class="image">
<img src="assets/images/addons/1.jpg" alt="Image 2" class="image">
<img src="assets/images/addons/1.jpg" alt="Image 3" class="image">
<img src="assets/images/addons/1.jpg" alt="Image 4" class="image">
</div>
</div>
<div class="lightbox" id="lightbox">
<img id="lightbox-image" src="" alt="Expanded View">
<button id="back-button">⟵ Back</button>
</div>
<script>
const images = document.querySelectorAll('.image');
const lightbox = document.getElementById('lightbox');
const lightboxImage = document.getElementById('lightbox-image');
const backButton = document.getElementById('back-button');
images.forEach(image => {
image.addEventListener('click', () => {
lightboxImage.src = image.src;
lightbox.style.display = 'flex';
});
});
backButton.addEventListener('click', () => {
lightbox.style.display = 'none';
});
const gallery = document.querySelector('.gallery');
// Event listener for when hovering over any image
// images.forEach(image => {
// image.addEventListener('mouseenter', () => {
// gallery.style.animationPlayState = 'paused'; // Pause animation on hover
// });
// image.addEventListener('mouseleave', () => {
// gallery.style.animationPlayState = 'running'; // Resume animation when hover ends
// });
// });
</script>
</div>
</div>
</section>
<!-- ===== About Section End ===== -->
<!-- ===== Services Section Start ===== -->
<section class="service 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">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-mobile-alt"></i>
</div>
<h4>Application Develop</h4>
<p>Feature will be added Soon</p>
</div>
</div>
<!-- ===== Service Item End ===== -->
<!-- ===== Service Item Start ===== -->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-palette"></i>
</div>
<h4>Web Designing and Developing</h4>
<p>Feature will be added Soon</p>
</div>
</div>
<!-- ===== Service Item End ===== -->
<!-- ===== Service Item Start ===== -->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-search"></i>
</div>
<h4>Search</h4>
<p>Feature will be added Soon</p>
</div>
</div>
<!-- ===== Service Item End ===== -->
<!-- ===== Service Item Start ===== -->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-bullhorn"></i>
</div>
<h4>Announcements</h4>
<p>Feature will be added Soon</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 Last Projects :</h2>
</div>
</div>
<div class="row">
<!-- ===== Portfolio item start ===== -->
<div class="portfolio-item padd-10">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="assets/images/portfolio1.JPG" alt="">
</div>
</div>
</div>
<!-- ===== Portfolio item end ===== -->
<!-- ===== Portfolio item start ===== -->
<div class="portfolio-item padd-10">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="assets/images/portfolio2.JPG" alt="">
</div>
</div>
</div>
<!-- ===== Portfolio item end ===== -->
<!-- ===== Portfolio item start ===== -->
<div class="portfolio-item padd-10">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="assets/images/portfolio5.JPG" alt="">
</div>
</div>
</div>
<!-- ===== Portfolio item end ===== -->
<!-- ===== Portfolio item start ===== -->
<div class="portfolio-item padd-10">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="assets/images/portfolio6.JPG" alt="">
</div>
</div>
</div>
<!-- ===== Portfolio item end ===== -->
<!-- ===== Portfolio item start ===== -->
<div class="portfolio-item padd-10">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="assets/images/portfolio3.JPG" alt="">
</div>
</div>
</div>
<!-- ===== Portfolio item end ===== -->
<!-- ===== Portfolio item start ===== -->
<div class="portfolio-item padd-10">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="assets/images/portfolio4.JPG" alt="">
</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">Have You Any Questions ?</h3>
<h4 class="contact-sub-title padd-15">I'm At Your Services</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>+91 7205252871</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>Address</h4>
<p>Asurali, Bhadrak</p>
</div>
<!--- ===== Contact Info item End =====-->
<!--- ===== Contact Info item start =====-->
<div class="contact-info-item padd-15" onclick="window.location.href='https://mailto:omprakashbehera.cse@gmail.com/'">
<div class="icon"><i class="fa fa-envelope"></i></div>
<h4>Email</h4>
<p><a href="mailto:omprakashbehera.cse@gmail.com" style="text-decoration: none;">omprakashbehera.cse@gmail.com</a></p>
</div>
<!--- ===== Contact Info item End =====-->
<!--- ===== Contact Info item start =====-->
<div class="contact-info-item padd-15" onclick="window.location.href='https://omprakashcse.vercel.app/'">
<div class="icon"><i class="fa fa-globe-asia"></i></div>
<h4>Website</h4>
<p><a href="https://omprakashcse.vercel.app/" style="text-decoration: none;">omprakashcse.vercel.app</a></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 May be quite Slow but I am responsive</h4>
<!-- ===== Contact Form ===== -->
<div class="row">
<div class="contact-form1 padd-15" id="hireme">
<section class="contact-section">
<div class="contact-intro">
<h2 class="contact-title">Get in Touch</h2>
<p class="contact-description" style="text-align: center;">
Fill out the form below and we'll get back to you as soon as possible.
</p>
</div>
<form class="contact-form" action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="607c3b52-1cf7-4020-87b9-4d265261f792" />
<input type="hidden" name="subject" value="New Contact Form Submission from Web3Forms" />
<input type="hidden" name="from_name" value="My Website" />
<!-- More custom ization options available in the docs: https://docs.web3forms.com -->
<div class="form-group-container">
<div class="form-group">
<label for="name" class="form-label">Name</label>
<input id="name" name="name" class="form-input" placeholder="Your name" type="text" />
</div>
<div class="form-group">
<label for="email" class="form-label">Email</label>
<input id="email" name="email" class="form-input" placeholder="Your email" type="email" />
</div>
<div class="form-group">
<label for="message" class="form-label">Message</label>
<textarea class="form-textarea" id="message" name="message" placeholder="Your message" style="resize: none;"></textarea>
</div>
</div>
<button class="form-submit" type="submit">Send Message</button>
</form>
</section>
<div class="row social">
<div><a href="https://github.com/OmTheWhiteHat/"><i class='bx bxl-github'></i>GITHUB</a></div>
<div><a href="https://www.linkedin.com/in/omprakash-cse/"><i class='bx bxl-linkedin' ></i>LINKDIN</a></div>
<div><a href="https://api.whatsapp.com/send/?phone=%2B917205252871&text=Hello+Om+Prakash"><i class='bx bxl-whatsapp' ></i>WHATSAPP</a></div>
</div>
</div>
</div>
</div>
</section>
<!-- ===== Contact Section End ===== -->
</div>
<!-- ===== Main Content End ===== -->
</div>
<!-- ===== Main Container End ===== -->
<!-- ===== Style Switcher(THEME) 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(THEME) End ===== -->
<!-- ===== JS FILES ===== -->
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="scripts/script.js"></script>
<script src="scripts/style-switcher.js"></script>
</body>
</html>