-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
687 lines (552 loc) · 27.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Shivang_Bijalwan</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="favicon-16x16.png" rel="icon">
<link href="apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-icons.css" rel="stylesheet">
<link href="aos.css" rel="stylesheet">
<link href="glightbox.min.css" rel="stylesheet">
<link href="swiper-bundle.min.css" rel="stylesheet">
<link href="bootstrap-icons.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="main.css" rel="stylesheet">
</head>
<body class="index-page">
<header id="header" class="header dark-background d-flex flex-column">
<i class="header-toggle d-xl-none bi bi-list"></i>
<div class="profile-img">
<img src="imgs/cropped_image.png" alt="" class="img-fluid rounded-circle">
</div>
<a href="index.html" class="logo d-flex align-items-center justify-content-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="sitename">Shivang_Bijalwan</h1>
</a>
<div class="social-links text-center">
<a href="https://x.com/Coderation117" class="twitter"><i class="bi bi-twitter-x"></i></a>
<a href="https://github.com/Shivangbijalwan" class="github"><i class="bi bi-github"></i></a>
<a href="https://www.instagram.com/shivang_sbi/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.youtube.com/@shivangsbi771" class="youtube"><i class="bi bi-youtube"></i></a>
<a href="https://www.linkedin.com/in/shivangbijalwan/" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active"><i class="bi bi-house navicon"></i>Home</a></li>
<li><a href="#about"><i class="bi bi-person navicon"></i> About</a></li>
<!-- <li><a href="#resume"><i class="bi bi-file-earmark-text navicon"></i> Resume</a></li> -->
<li><a href="#services"><i class="bi bi-hdd-stack navicon"></i> Services</a></li>
<li><a href="#contact"><i class="bi bi-envelope navicon"></i> Contact</a></li>
</ul>
</nav>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="imgs/bgimgsbi.jpg" alt="" data-aos="fade-in" class="">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<h2>Shivang_sbi</h2>
<p>I'm <span class="typed"
data-typed-items="Learner ,Web developer, Freelancer , Aspiring AI Engineer , Python_programmer🐍,social person ,Chess Player ♟️">Learner</span><span
class="typed-cursor typed-cursor--blink" aria-hidden="true"></span><span
class="typed-cursor typed-cursor--blink" aria-hidden="true"></span></p>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<p>🔹Aspiring AI Engineer| Python | Kotlin | Web Designer🔹 / <br>
Currently diving into AI Engineering /<br>
I am a web designer created some project of different clints
provided them impressive websites .......... <br>
Currently schooling at SGRR Pubblic School <br>
Let’s connect to exchange insights on digital creativity and the evolving world of AI!<br>
Outside of tech , I love to play Chess ♟️.........</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4">
<img src="sbipr2.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 content">
<h2>Aspiring AI Engineer & Web Developer.</h2>
<p class="fst-italic py-3">
currently learning Python for AI and pastly worked on web development projects.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>5 March 2007</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+919389643021</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Dehradun , Uttarakhand</span>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>17</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span> None </span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong>
<span>[email protected]</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Stats Section -->
<section id="stats" class="stats section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>Happy Clients</strong> <span></span></p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="5" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>Projects</strong> <span></span></p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Stats Section -->
<br>
<br>
<link rel="stylesheet" href="ststyles.css">
<center>
<div class="button-container">
<button id="openPageButton">My Journey to Dive In AI</button>
<button id="closePageButton" style="display: none;">✘</button>
</div>
</center>
<div id="hiddenPage" class="hidden-page">
<div class="timeline">
<div class="event">
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7274838184495091712" height="421" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7275753551753035776" height="474" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7276222782550540288" height="867" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7277012008879677440" height="690" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7277592161917841408" height="753" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7277788194660618243" height="652" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7278331399298772992" height="951" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7278470364823781376" height="690" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7278808322827333633" height="930" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7279229367690358784" height="669" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7280098059777105920" height="753" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7281010525952520192" height="690" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7281885419372199936" height="673" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:share:7285344151120801792" height="669" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7286189955029073920" height="888" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<br>
<iframe loading="lazy" src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7286424551003992064" height="867" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
<hr>
<br>
<br>
<!--
<br>
<hr>
<br>
<br>
-->
</div>
</div>
</div>
<script src="isscript.js"></script>
<br>
<br>
<br>
<br>
<!-- Skills Section -->
<section id="skills" class="skills section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Skills</h2>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row skills-content skills-animation">
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>HTML</span> <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>CSS</span> <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Python</span> <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div><!-- End Skills Item -->
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>Video Editing</span> <i class="val">40%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Profile Management</span> <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div><!-- End Skills Item -->
</div>
</div>
</div>
</section><!-- /Skills Section -->
<!-- Services Section -->
<section id="services" class="services section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Services</h2>
<p>Services that I can provide you </p>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="icon flex-shrink-0"><i class="bi bi-briefcase"></i></div>
<div>
<h4 class="title"><a href="#contact" class="stretched-link">WEB DESIGNING</a></h4>
<p class="description">I can design your website in your style and a new trendy style that help you to
most powerfull optamisation</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="icon flex-shrink-0"><i class="bi bi-card-checklist"></i></div>
<div>
<h4 class="title"><a href="#contact" class="stretched-link">WEB DEVELPOMENT</a></h4>
<p class="description">I can create your website according to your expertiese and my creativity</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="icon flex-shrink-0"><i class="bi bi-bar-chart"></i></div>
<div>
<h4 class="title"><a href="#contact" class="stretched-link">VIDEO EDITING</a></h4>
<p class="description">I can create simple video editing that makes you social media impressive</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="400">
<div class="icon flex-shrink-0"><i class="bi bi-binoculars"></i></div>
<div>
<h4 class="title"><a href="#contact" class="stretched-link">PROFILE MANAGEMENT</a></h4>
<p class="description">I can manage your buisness social media profile and make them impressive for the
viewers impresion on your brand</p>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section><!-- /Services Section -->
<!-- Testimonials Section -->
<section id="testimonials" class="testimonials section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Testimonials</h2>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper init-swiper">
<script type="json" class="swiper-config">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 5000
},
"slidesPerView": "auto",
"pagination": {
"el": ".swiper-pagination",
"type": "bullets",
"clickable": true
},
"breakpoints": {
"320": {
"slidesPerView": 1,
"spaceBetween": 40
},
"1200": {
"slidesPerView": 3,
"spaceBetween": 1
}
}
}
</script>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>"Working with Shivang Bijalwan has been an absolute pleasure! He did an incredible job designing
both the website and logo for our Instagram profile. His attention to detail, creativity, and
professionalism really shine through in the final designs. The website is user-friendly, visually
stunning, and perfectly represents the essence of our brand. The logo he crafted captures the
spiritual and modern vibe we were aiming for. Highly recommend Shivang for anyone looking for
top-notch design work!"</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="unidentical.jpg" class="testimonial-img" alt="">
<h3>Unidentical</h3>
<h4>has to be UnIdentical</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>""Shivang has been an incredible support in managing our profile, LyricalBands. His creativity
and dedication ensured the page always looked stunning and resonated with my audience. From
beautifully planned content to consistent engagement, he truly brought the profile to life.
On top of that, the logo he designed for LyricalBands perfectly reflected the vibe and vision of the
brand—unique, artistic, and memorable. Even though I've decided to step away from the business, I’m
deeply grateful for Shivang's exceptional work. If you’re looking for someone to transform your
brand or profile, Shivang is the person to trust!"
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="lyricalbands.jpg" class="testimonial-img" alt="">
<h3>Lyrical_Bands</h3>
<h4>Music Video Producers</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>""Shivang Bijalwan and his team have been an absolute powerhouse when it comes to editing gaming
videos for my brand, Go_Gaming. Their expertise in creating dynamic, visually captivating edits with
perfect transitions and effects has truly elevated the quality of my content.
Every video they worked on brought my gaming highlights to life and kept my audience hooked. Their
dedication, creativity, and attention to detail have been a game-changer for my brand. If you’re
looking for someone who can take your gaming content to the next level, Shivang and his team are the
perfect choice!"</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="gogamer.jpg" class="testimonial-img" alt="">
<h3>Go_Gaming</h3>
<h4>Gaming video industry</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>"Working with Shivang Bijalwan has been an absolute pleasure! He did an incredible job designing
both the website and logo for our HareKrishna Instagram profile. His attention to detail,
creativity, and professionalism really shine through in the final designs. The website is
user-friendly, visually stunning, and perfectly represents the essence of our brand. The logo he
crafted captures the spiritual and modern vibe we were aiming for. Highly recommend Shivang for
anyone looking for top-notch design work!"</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="harekrishna.jpg" class="testimonial-img" alt="">
<h3>Hare_Krishna</h3>
<h4>Social Media Influencer</h4>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- /Testimonials Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-5">
<div class="info-wrap">
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Address</h3>
<p>Dehradun ,Uttarakhand ,India</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-telephone flex-shrink-0"></i>
<div>
<h3>Contact Me</h3>
<p>+91 9389643021</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-envelope flex-shrink-0"></i>
<div>
<h3>Email Us</h3>
<p>[email protected]</p>
</div>
</div><!-- End Info Item -->
</div>
</div>
</div>
</form>
</div><!-- End Contact Form -->
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer position-relative light-background">
</footer>
<script>
window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };
</script>
<script defer src="/_vercel/speed-insights/script.js"></script>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="bootstrap.bundle.min.js"></script>
<script src="validate.js"></script>
<script src="aos.js"></script>
<script src="typed.umd.js"></script>
<script src="purecounter_vanilla.js"></script>
<script src="noframework.waypoints.js"></script>
<script src="glightbox.min.js"></script>
<script src="imagesloaded.pkgd.min.js"></script>
<script src="isotope.pkgd.min.js"></script>
<script src="swiper-bundle.min.js"></script>
<!-- Main JS File -->
<center>
<br>
<br>
<h1>💫 About Me:</h1>
<p>👋 Hi, I’m @Shivangbijalwan</p>
<p>👀 Passionate about Chess ♟️</p>
<p>🌱 Currently diving into the world of AI (Artificial Intelligence)</p>
<p>💞️ Open to collaborations on Instagram</p>
<p>📫 Reach me at: shivang_sbi</p>
<p>⚡ Fun Fact: Development has a way of turning code into magic ✨</p>
<h2>🌐 Socials:</h2>
<p>
<a href="https://instagram.com/shivang_sbi" target="_blank"><img
src="https://img.shields.io/badge/Instagram-%23E4405F.svg?logo=Instagram&logoColor=white" alt="Instagram"></a>
<a href="https://linkedin.com/in/shivangbijalwan" target="_blank"><img
src="https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white" alt="LinkedIn"></a>
<a href="https://youtube.com/@shivangsbi771" target="_blank"><img
src="https://img.shields.io/badge/YouTube-%23FF0000.svg?logo=YouTube&logoColor=white" alt="YouTube"></a>
<a href="https://x.com/Coderation117" target="_blank"><img
src="https://img.shields.io/badge/X-%23FF00.svg?logo=X&logoColor=white" alt="Twitter"></a>
<a href="https://shivang-website.vercel.app" target="_blank"><img
src="https://img.shields.io/badge/Website-%23333.svg?style=flat&logo=vercel&logoColor=white"
alt="Website"></a>
</p>
<h2>💻 Tech Stack:</h2>
<p>
<img src="https://img.shields.io/badge/kotlin-%237F52FF.svg?style=flat&logo=kotlin&logoColor=white" alt="Kotlin">
<img src="https://img.shields.io/badge/html5-%23E34F26.svg?style=flat&logo=html5&logoColor=white" alt="HTML5">
<img src="https://img.shields.io/badge/css3-%231572B6.svg?style=flat&logo=css3&logoColor=white" alt="CSS3">
<img src="https://img.shields.io/badge/Canva-%2300C4CC.svg?style=flat&logo=Canva&logoColor=white" alt="Canva">
<img src="https://img.shields.io/badge/github-%23121011.svg?style=flat&logo=github&logoColor=white" alt="GitHub">
<img src="https://img.shields.io/badge/git-%23F05033.svg?style=flat&logo=git&logoColor=white" alt="Git">
<img src="https://img.shields.io/badge/python-%23E34F6.svg?style=flat&logo=python&logoColor=white" alt="Python">
</p>
</p>
<br>
<br>
</center>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="main.js"></script>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>