-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
814 lines (771 loc) · 34.9 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">
<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" />
<title>Digvijay's Portfolio</title>
<!--CSS Files-->
<link rel="icon" href="images/icon_portfolio.png" />
<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.1.1/css/all.min.css" />
<link rel="stylesheet" href="css/loader.css" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<!-- ==== 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">
</head>
<body>
<style>
#myVideo {
position: fixed;
right: 0;
left: 10;
bottom: 0;
opacity: 1;
min-width: 100%;
min-height: 100%;
}
</style>
<!-- ===Main Container start=== -->
<div class="main-container">
<!-- ==== Aside Start ==== -->
<div class="aside" id="sidebg">
<div class="logo">
<a href="https://d-whitedevil29.github.io/Digvijay/"><span>D</span>igvijay</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> Skills</a>
</li>
<li>
<a href="#portfolio"><i class="fa fa-briefcase"></i>Projects</a>
</li>
<li>
<a href="#contact"><i class="fa fa-comments"></i>Contact</a>
</li>
<!-- <li>
<a href="#MusicSection"><i class="fa-solid fa-music"></i>Music</a>
</li>
<li>
<a href="#GamesSection"><i class="fa-solid fa-gamepad"></i>Games</a>
</li> -->
</ul>
</div>
<!-- ==== Aside End ==== -->
<!-- ==== Main Content Start ==== -->
<div class="main-content">
<!-- ==== Home Section Start ==== -->
<div class="home active section" id="home">
<video autoplay muted loop id="myVideo">
<source src="videos/color2.mp4" type="video/mp4">
</video>
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">
Hello, My Name is <span class="name">Digvijay Shingare</span>
</h3>
<h3 class="my-profession">
I'm a <span class="typing">Web Developer</span>
</h3>
<p>
Passionate Full Stack Web Developer with a creative mindset and a knack for crafting seamless,
user-centric digital experiences. Proficient in front-end and back-end technologies to bring ideas to
life.
</p>
<a href="https://drive.google.com/file/d/1Qaj3YoT-IRlJaJLX6tZZKcpJmULJs1VO/view?usp=sharing" class="btn"
download="Digvijay's Portfolio" target="_blank">Download CV</a>
</div>
<div class="home-img padd-15">
<img src="images/ItsMe.jpeg" alt="" />
</div>
</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 Digvijay Shingare -<span>Full Stack Web Developer</span></h3>
<p>
Hello Everyone, I am Digvijay Shingare. I am a Full Stack Web Developer. I love developing and
designing
beautiful and generous websites.
<br> I have excellent skills and experience in creating responsive and user friendly websites.
</p>
</div>
</div>
<div class="row">
<div class="personal-info padd-15">
<div class="row">
<div class="info-item">
<p>Birthday: <span>29 Oct 2001</span></p>
</div>
<div class="info-item ">
<p>Age: <span>20</span></p>
</div>
<div class="info-item ">
<p>Website: <span>www.google.com</span></p>
</div>
<div class="info-item ">
<p>Email: <span>[email protected]</span></p>
</div>
<div class="info-item ">
<p>Degree: <span>CS</span></p>
</div>
<div class="info-item ">
<p>Phone: <span> +91 8485006432</span></p>
</div>
<div class="info-item ">
<p>City : <span>Pune</span></p>
</div>
<b></b>
<div class="info-item ">
<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: 96%"></div>
<div class="skill-percent">96%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>CSS</h5>
<div class="progress">
<div class="progress-in" style="width: 85%"></div>
<div class="skill-percent">85%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>JS</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>REACT-JS</h5>
<div class="progress">
<div class="progress-in" style="width: 76%"></div>
<div class="skill-percent">76%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>NODE-JS</h5>
<div class="progress">
<div class="progress-in" style="width: 52%"></div>
<div class="skill-percent">52%</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>2016-2017
</h3>
<h4 class="timeline-title">
10th(SSC) Education
</h4>
<p class="timeline-text">
I have completed my 10th education in "Abasaheb Kakade Vidyalaya Shevgaon".
<br>
Percentage: 98.20%
</p>
</div>
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2018-2019
</h3>
<h4 class="timeline-title">
12th(HSC) Education
</h4>
<p class="timeline-text">
I have pursued my 12th standard Education from "Deccan Education Society's Fergusson College
Pune".
</p>
</div>
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2020....
</h3>
<h4 class="timeline-title">
B.E degree Education
</h4>
<p class="timeline-text">
I am currently studying in "Pune Institute of Computer Technology, Pune" as a Computer
engineering student.
</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. Commodi repellendus delectus quasi, sunt
odit deleniti neque a eos nulla cupiditate ducimus
quaerat enim dolorem similique quae itaque
placeat! Quidem quos magni laborum quo amet minima
et impedit non nihil. Optio!
</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>2021...
</h3>
<h4 class="timeline-title">
Web Development Head (FOSS Club PICT)
</h4>
<p class="timeline-text">
Exploring the Web Development domain as a Frontend Developer as well as a Backend Developer.
</p>
</div>
<!-- <div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>
</h3>
<h4 class="timeline-title">
C++ programmer
</h4>
<p class="timeline-text">
</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. Commodi repellendus delectus quasi, sunt
odit deleniti neque a eos nulla cupiditate ducimus
quaerat enim dolorem similique quae itaque
placeat! Quidem quos magni laborum quo amet minima
et impedit non nihil. Optio!
</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. Commodi repellendus delectus quasi, sunt
odit deleniti neque a eos nulla cupiditate ducimus
quaerat enim dolorem similique quae itaque
placeat! Quidem quos magni laborum quo amet minima
et impedit non nihil. Optio!
</p>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</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>Skills</h2>
</div>
</div>
<div class="row">
<!-- ===== Service Item Start ===== -->
<div class="service-item padd-15">
<div class="service-item-inner">
<a>
<div class="icon">
<i class="fa fa-mobile-alt"></i>
</div>
</a>
<h4>Front-end developer</h4>
<p>
HTML, CSS, JavaScript<br>ReactJs, Bootstrap, TailwindCSS.<br>
</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-server"></i>
</div>
<h4>Back-end developer</h4>
<p>
NodeJS,<br>ExpressJS.
</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>C++</h4>
<p>
I also have good coding skills in C++ language.
</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-brands fa-java"></i>
</div>
<h4>Java</h4>
<p>
A little knowledge of Java and OOPS Concepts.
</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-database"></i>
</div>
<h4>SQL</h4>
<p>
Have knowledge of Relational Database Management System.
</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-database"></i>
</div>
<h4>MongoDB</h4>
<p>
I have an experience of using NoSQL languages in web applications.
</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>Projects</h2>
</div>
</div>
<div class="row">
<div class="portfolio-heading padd-15">
<h2>My Recent 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/rhythm-cover-img.png" alt="">
<span><a href="https://rhythm-5cfc5.web.app/" class="upsale-button" target="_blank"><span>Visit
Website</span></a></span>
</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/notes-cover-img.png" alt="">
<span><a href="https://d-whitedevil29.github.io/Notes-app/" class="upsale-button"
target="_blank"><span>Visit
Website</span></a></span>
</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/elevate-cover-img.png" alt="" />
<span><a href="https://pict-elevate24.netlify.app/" class="upsale-button" target="_blank"><span>Visit
Website</span></a></span>
</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/educapedia-cover-img.png" alt="">
<span><a href="https://educapedia-digvijay.netlify.app/" class="upsale-button"
target="_blank"><span>Visit
Website</span></a></span>
</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/calculator.png" alt="">
<span><a href="https://whitedevil29-tax-calculator.netlify.app/" class="upsale-button"
target="_blank"><span>Visit
Website</span></a></span>
</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/comesoon.jpg" width="292px" height="170px" alt="">
<span><a class="upsale-button" target="_blank"><span>Visit
Website</span></a></span>
</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 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 Me on</h4>
<p>8485006432</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>Pune</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>[email protected]</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>https://d-whitedevil29.github.io/Digvijay/</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 RESPONSIVE TO MESSAGES</h4>
<!-- ==== Contact Form ==== -->
<form action="https://formspree.io/f/mvolewll" method="POST">
<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" id="txt1" placeholder="Name" name="name" required>
</div>
</div>
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="email" class="form-control" id="txt2" placeholder="Email" name="email" required>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<div class="form-group">
<input type="text" class="form-control" id="txt3" placeholder="Subject" name="subject" required>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<div class="form-group">
<textarea type="text" name="message" id="txt4" class="form-control" placeholder="Message"
required></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>
<button type="" class="btn" onclick="clearData()">Clear Form</button>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</section>
<!-- ==== Contact Section End ==== -->
<!-- Music Section starts-->
<!-- <section class="music section" id="MusicSection">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Chill Vibes</h2>
</div>
</div>
<div >
<h4 class="h4Song padd-15">Click here for Chill Vibes</h4>
<button class="btn" style="margin-left: 20px; cursor: pointer;" onclick="removeHidden()"><i class="fa-solid fa-play"></i></button>
<button class="btn" style="margin-left: 20px; cursor: pointer;" onclick="addHidden(1)"><i class="fa-solid fa-eject"></i></button>
<div class="song padd-15 hidden" id="music">
<div class="song-box" > -->
<!-- <h4>Closer song</h4> -->
<!-- <img class="songimg" src="./images/closerimg.jpg" alt=""/>
<audio controls style="width: 250px; height:30px; padding-right: 30px;"><source src="songs/Closer.mp3" type="audio/mpeg">
</audio>
</div>
<div class="song-box"> -->
<!-- <h4>On and On song</h4> -->
<!-- <img class="songimg" src="./images/onandonimg.jpg" alt=""/>
<audio controls style="width: 250px; height:30px; padding-right: 30px; "><source src="songs/On and On.mp3" type="audio/mpeg">
</audio>
</div>
<div class="song-box" > -->
<!-- <h4>Memories song</h4> -->
<!-- <img class="songimg" src="./images/memoriesimg.jpg" alt=""/>
<audio controls style="width: 250px; height:30px; padding-right: 30px;"><source src="songs/Memories.mp3" type="audio/mpeg">
</audio>
</div>
<div class="song-box" >
<!-- <h4>In the Mood song</h4> -->
<!-- <img class="songimg" src="./images/mood.jpg" alt=""/>
<audio controls style="width: 250px; height:30px; padding-right: 30px;"><source src="songs/24kGoldn-Mood.mp3" type="audio/mpeg">
</audio>
</div>
<div class="song-box" >
<!-- <h4>Spirits song</h4> -->
<!-- <img class="songimg" src="./images/spiritsimg.jpg" alt=""/>
<audio controls style="width: 250px; height:30px; padding-right:30px;"><source src="songs/Spirits.mp3" type="audio/mpeg">
</audio>
</div>
<div class="song-box " >
<!-- <h4>Night Changes song</h4> -->
<!-- <img class="songimg" src="./images/nightchanges.jfif" alt=""/>
<audio controls style="width: 250px; height:30px; padding-right: 30px;"><source src="songs/Night-Changes.mp3" type="audio/mpeg">
</audio>
</div>
<!-- <h2 class="h4Song padd-15">Click here to open video section</h2>
<div >
<button class="btn" style="margin-left: 30px; margin-top: 20px;cursor: pointer;" onclick="removehide()"><i class="fa-solid fa-play"></i></button>
<button class="btn" style="margin-left: 30px; cursor: pointer;" onclick="hide()"><i class="fa-solid fa-eject"></i></button>
</div>
<div class="video hidden">
<div class="vid">
<iframe width="320" height="250" src="https://www.youtube.com/embed/BddP6PYo2gs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div> -->
<!-- <div>
</div>
</div>
</div>
</div>
</section>
<!-- Music Section End-->
<!-- Games Section starts-->
<!-- <section class="games section" id="GamesSection">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Play Games</h2>
</div>
</div>
<div >
<h4 class="h4Song padd-15">Click here to play games</h4>
</div>
<div class="game-platform">
<button class="btn" style="margin-left: 30px; margin-top: 20px;cursor: pointer;" onclick="removeHidden1()"><i class="fa-solid fa-play"></i> Offline Games</button>
<button class="btn" style="margin-left: 30px; margin-top: 20px;cursor: pointer;" onclick="removeHidden2()"><i class="fa-solid fa-play"></i> Online Games</button>
<div>
<h2 class="h4Song padd-15">Refresh the website if games are not loaded properly...</h2>
</div>
<div class="offgames hidden1">
<div class="game ">
<iframe
style="width: 100%; height: 550px; overflow: hidden;"
src="https://playpager.com/embed/chess/index.html"
scrolling="no">
</iframe>
</div>
<div class="game">
<iframe
style="width: 100%; height: 550px; overflow: hidden;"
src="https://playpager.com/embed/checkers/index.html"
scrolling="no">
</iframe>
</div>
<button class="btn" style="margin-left: 30px; cursor: pointer;" onclick="addHidden(2)"><i class="fa-solid fa-eject"></i></button>
</div>
<div class="ongames">
<div class="game">
<iframe style="width: 100%; height: 550px; overflow: hidden;" src="https://www.addictinggames.com/embed/html5-games/23866" scrolling="no"></iframe>
</div>
<div class="game">
<iframe style="width: 100%; height: 550px; overflow: hidden;" src="https://www.addictinggames.com/embed/html5-games/25105" scrolling="no"></iframe>
</div>
<div class="game">
<iframe style="width: 100%; height: 550px; overflow: hidden;" src="https://www.addictinggames.com/embed/html5-games/24972" scrolling="no"></iframe>
</div>
<div class="game">
<iframe style="width: 100%; height: 550px; overflow: hidden;"
src="https://www.addictinggames.com/embed/html5-games/23966" scrolling="no"></iframe>
</div>
<div class="game">
<iframe style="width: 100%; height: 550px; overflow: hidden;" src="https://www.addictinggames.com/embed/html5-games/24898" scrolling="no"></iframe>
</div>
<button class="btn" style="margin-left: 30px; cursor: pointer;" onclick="addHidden(3)"><i class="fa-solid fa-eject"></i></button>
</div>
</div>
</div>
</div>
</div>
</div >
</section> */
<!-- ==== 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> -->
<i class="fas fa fa-palette"></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 -->
<!-- === JS Files === -->
<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>
<!-- Loading Page Animation -->
<div class='spinner-wrapper'>
<div class="spinner">
<span id="load">Loading...</span>
</div>
</div>
<script>
let spinnerWrapper = document.querySelector('.spinner-wrapper');
window.addEventListener('load', function () {
// spinnerWrapper.style.display = 'none';
spinnerWrapper.parentElement.removeChild(spinnerWrapper);
});
</script>
</body>
</html>