-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathindex.html
More file actions
854 lines (818 loc) · 29.8 KB
/
index.html
File metadata and controls
854 lines (818 loc) · 29.8 KB
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
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<!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>SiddyDevelops 👨💻</title>
<!-- Adding Bootstrap and Javascript -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="css/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@1,300&family=Merienda&family=MonteCarlo&family=Nunito&display=swap"
rel="stylesheet"
/>
<link
rel="apple-touch-icon"
sizes="57x57"
href="favicon/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="favicon/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="favicon/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="favicon/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="favicon/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="favicon/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="favicon/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="favicon/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicon/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="favicon/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="favicon/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon/favicon-16x16.png"
/>
<link rel="manifest" href="favicon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
content="favicon/ms-icon-144x144.png"
/>
<meta name="theme-color" content="#ffffff" />
</head>
<!-- <script src="./app.js"></script> -->
<body data-spy="scroll" data-target="#navbar" data-offset="65">
<header>
<nav
class="navbar navbar-expand-lg navbar-light bg-light fixed-top"
id="navbar"
>
<div class="container-fluid">
<a style="color: #368b85" class="navbar-brand" href="#">Siddy</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse"
id="navbarNav"
data-toggle="collapse"
data-target=".navbar-collapse"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#about_me"
>About me</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#my_skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#my_projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#my_hobbies">Hobbies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact_me">Contact me</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- a Developer -->
<div class="top-container">
<img class="top-code" src="images/coding2.svg" alt="" />
<h1>I'm Siddy.</h1>
<h2 class="subheading">
a
<span
class="typed"
data-typed-items="Developer, Designer, Guitarist"
></span>
</h2>
<!-- <h2><span class="typed" data-typed-items=" a Genius, a Billionaire, a Playboy, a Philanthropist, IRON MAN"></span></h2> -->
<img src="images/c_data.png" alt="" class="c_data" />
<img class="bottom-code" src="images/coding3.svg" alt="" />
<img src="images/coding1.svg" alt="" class="c_bulb" />
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<center>
<lottie-player
src="https://assets3.lottiefiles.com/packages/lf20_hluo7ags.json"
background="transparent"
speed="1"
style="width: 350px; height: 325px"
loop
autoplay
></lottie-player>
</center>
</div>
<div id="blogButton">
<button
data-toggle="tooltip"
data-placement="top"
title="Blogs By Siddy"
class="btn-default1 btn-secondary1"
>
<a class="default" href="./blogs.html">📝</a>
</button>
</div>
<div class="middle-container">
<div id="about_me" class="profile">
<img
src="images/mePhoto.jpg"
class="mePhoto"
alt="Siddharth Singh's Profile Photo"
height="300px"
width="250px"
/>
<h2>Hello!</h2>
<p class="intro">
I am Siddharth Singh, a tech-enthusiast and an avid developer. I am an
inquisitive and energetic computer science student full of useful
leadership skills and a strong foundation in mathematics, programming
and logic. I hope to leverage my solid development skills while
focusing on collaboration, passion and creativity into an engineering
role that allows me to create engaging projects with beautiful user
experience.
</p>
</div>
<hr />
<div>
<div id="my_skills">
<h2>My Skills</h2>
<div
id="carouselExampleControls"
class="carousel slide"
data-ride="carousel"
data-interval="2000"
data-pause="hover"
>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/programmer.svg" class="skill_img" alt="" />
<em style="color: black"
><br />I can code in C/C++, Java, Python.<br />
I can design and develop Android Apps.<br />
I am a beginner in Web-development.<br />
</em>
</div>
<div class="carousel-item">
<img src="images/website-design.svg" class="skill_img" alt="" />
<em style="color: black"
><br />I can design Websites, Android App and posters.<br />
I use canva and figma for designing.<br />
<br />
</em>
</div>
<div class="carousel-item">
<img src="images/counseling.svg" class="skill_img" alt="" />
<em style="color: black"
><br />I can communicate effectively in English.<br />
I can represent my opinion.<br />
I am a quick learner.<br />
</em>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleControls"
role="button"
data-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleControls"
role="button"
data-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<br />
<div id="my_projects">
<h2>Projects</h2>
<!--flip cards for project-->
<div class="wrapper">
<div class="row featurette">
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/mask_logo.png"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Detect My Mask</span>
</div>
<div class="back">
<p>
An android app which runs along with a ML Model which detect whether a person is wearing mask or not.
</p>
<button
class="btn-default btn-secondary mx-3 my-3"
type="button"
>
<a
class="btn"
href="https://github.com/SiddyDevelops/Detect-My-Mask"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/notes_logo.jpg"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Notes-Firebase</span>
</div>
<div class="back">
<p>
An android app to create, edit and delete notes. The notes
are saved to Firebase Firestore so that the user can check
their notes anytime, anywhere.
</p>
<button class="btn-default btn-secondary" type="button">
<a
class="btn"
href="https://github.com/SiddyDevelops/Notes-firebase"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/wallpaper_logo.png"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Siddy's Wallpapers</span>
</div>
<div class="back">
<p>
An android app to download wallpapers and set it as
background. The wallapers are fetched from an open source
API which is regulated frequently.
</p>
<button type="button" class="btn-default btn-secondary">
<a
class="btn"
href="https://github.com/SiddyDevelops/Download-wallpaper-and-setbackground"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/flappy_logo.jpg"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Flappy Bird Clone</span>
</div>
<div class="back">
<p>
A replica of the famous game: Flappy Bird. It is designed
and developed using GDX library.
</p>
<button type="button" class="btn-default btn-secondary">
<a
class="btn"
href="https://github.com/SiddyDevelops/FlappyBird"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/news_logo.png"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">News Daily</span>
</div>
<div class="back">
<p>
An app which displays latest news of specific country.
User can read them as headlines or, they can read the
whole coverage through webview.
</p>
<button type="button" class="btn-default btn-secondary">
<a
class="btn"
href="https://github.com/SiddyDevelops/NewsDaily"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/pokemon_logo.png"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">PokéStat</span>
</div>
<div class="back">
<p>
An app which displays all the Pokémons in the franchise
and also displays the basic stats of certain Pokémon.
</p>
<button type="button" class="btn-default btn-secondary">
<a
class="btn"
href="https://github.com/SiddyDevelops/PokeStats"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="https://user-images.githubusercontent.com/72121163/130341664-2c2e8e78-5152-4b80-9ada-4415c5ebceed.png"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Text Extractor</span>
</div>
<div class="back">
<p>
An android application which uses Google's Firebase ML-Kit
to extract text from identities-information from ID cards.
</p>
<button type="button" class="btn-default btn-secondary">
<a
class="btn"
href="https://github.com/SiddyDevelops/Identity-Extractor-ML-Android"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="https://play-lh.googleusercontent.com/plQnUf0aq-vGnkr0Geh_QA6Wi_QIh9p14bne6SBK27D314E82NvZQfuAXvEZ_GbiaQ"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Covid Tracker</span>
</div>
<div class="back">
<p>
An android app which displays the real time data of COVID
active cases, total cases, recovered and deaths.
</p>
<button type="button" class="btn-default btn-secondary">
<a
class="btn"
href="https://github.com/SiddyDevelops/Covid-19-Tracker-"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
</div>
<div class="row featurette">
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/lottie-logo.png"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Custom Lottie-Dialog</span>
</div>
<div class="back">
<p>
An android library through which users can add a customized loading dialog box with Lottie Animations.
</p>
<button
class="btn-default btn-secondary mx-3 my-3"
type="button"
>
<a
class="btn"
href="https://github.com/SiddyDevelops/CustomLottieDialogBox-Android"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/paint_logo.png"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Let's Draw</span>
</div>
<div class="back">
<p>
An android app which provides a canvas to draw and save a copy as PNG.
</p>
<button class="btn-default btn-secondary" type="button">
<a
class="btn"
href="https://github.com/SiddyDevelops/Let-us-Draw"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/dictinoary_logo.png"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Siddy's Dictionary</span>
</div>
<div class="back">
<p>
An Android Application which provides meanings for words searched. It also displays some examples, synonyms and antonyms of the searched word.
</p>
<button type="button" class="btn-default btn-secondary">
<a
class="btn"
href="https://github.com/SiddyDevelops/Dictionary"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 col-lg-6 col-xl-3"
onhoverstart="this.classList.toggle('hover');"
>
<div class="container container-1">
<div class="front">
<p class="img" id="img">
<img
class="img"
id="img"
src="images/aldo_logo.PNG"
height="130"
width="130"
alt="proj-img"
/>
</p>
<span class="title text-dark">Aldo</span>
</div>
<div class="back">
<p>
An educational android app that provides services like
notes, online videos and visualization calculator to learn
and understand deep concepts of DSA.
</p>
<button
class="btn-default btn-secondary mx-3 my-3"
type="button"
>
<a
class="btn"
href="https://github.com/SiddyDevelops/Aldo"
target="_blank"
>GitHub repo</a
>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- <br> -->
</div>
<!-- <br> -->
<!-- Hobbies section -->
<div id="my_hobbies" class="myhobbies">
<div class="skill-row row">
<h2 id="hobbies">Hobbies</h2>
<p class="hobby-para">When I am not coding, I like to</p>
</div>
</div>
</div>
<div class="hobby-section">
<div class="hobby-card">
<img class="hobby-image" src="images/movie.jpg" alt="" />
<div class="hobby-h2">Binge Watch Movies</div>
</div>
<div class="hobby-card">
<img class="hobby-image" src="images/guitar.jpg" alt="" />
<div class="hobby-h2">Play Guitar</div>
</div>
<div class="hobby-card">
<img class="hobby-image" src="images/music.jpg" alt="" />
<div class="hobby-h2">Listen Music</div>
</div>
<div class="hobby-card">
<img class="hobby-image" src="images/blog.jpg" alt="" />
<div class="hobby-h2">Read Blogs</div>
</div>
</div>
<hr id="second_hr" />
<div id="contact_me">
<h2>Get In Touch</h2>
<h3>Lets get connected!</h3>
<p class="contact-me">
Follow me on
<a href="https://github.com/SiddyDevelops" target="_blank">Github</a>
and
<a
href="https://www.linkedin.com/in/siddharth-singh-08/"
target="_blank"
>LinkedIn</a
>
to see my awesome projects and also to contribute together in
projects.
</p>
</div>
</div>
<div class="bottom-container">
<div class="icon-container justify-content-center">
<a href="https://instagram.com/_siddy_08_" target="_blank"
><i class="fa fa-instagram icons" style="font-size: 32px"></i
></a>
<a
class="footer-link"
href="https://www.linkedin.com/in/siddharth-singh-08/"
target="_blank"
>
<i class="fa fa-linkedin icons" style="font-size: 32px"></i>
</a>
<a
class="footer-link"
href="https://github.com/SiddyDevelops"
target="_blank"
>
<i class="fa fa-github icons" style="font-size: 32px"></i>
</a>
<!-- <a class="footer-link" href="https://github.com/SiddyDevelops" target="_blank">
<i class="fa fa-medium-m icons" style="font-size:32px;"></i>
</a> -->
<!-- <img class="svg icons" width="45px" height="45px" src="images/medium-m-brands.svg" /> -->
</div>
<p class="copyright">© 2021 Designed and Developed By Siddharth Singh.</p>
</div>
<!-- linking jquery pluggins -->
<script src="assets/jquery/jquery_min.js"></script>
<script src="assets/typed.js/typed_min.js"></script>
<!-- linking main js file -->
<script src="main.js"></script>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
"use strict";
$("ul.navbar-nav > li > a").click(function (e) {
// e.preventDefault();
$("ul.navbar-nav > li > a").removeClass("active");
$(this).addClass("active");
});
});
$(function () {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</html>