-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
897 lines (775 loc) · 81.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
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
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sahil Pahooja</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<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://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="CSS/contact.css">
<link rel="stylesheet" href="CSS/style.css">
<!-- <link rel="stylesheet" href="CSS/wave.css"> -->
<link rel="stylesheet" href="CSS/space.css">
<link rel="stylesheet" href="CSS/projects.css">
</head>
<body>
<div id="bg-image"></div>
<div id="layout-foreground">
<div id="blurred-image-container">
<div class="img-src"></div>
<div class="img-src blurred-image"></div>
</div>
<header>
<div class="container demo">
<div class="content">
<div id="large-header" class="large-header">
<canvas id="demo-canvas"></canvas>
<h1 class="main-title hero" id="hero"><span class="thin">Sahil</span> Pahooja</h1>
</div>
</div>
<div class='icon-scroll'>
<div/>
</div>
<div id="nav-bar">
<!-- <div class="logo">
<a href="#">
<img src="images/logotemp.png" alt="Site-logo" class="logo">
</a>
</div> -->
<div class="menu-toggler">
<div class="bar half start"></div>
<div class="bar "></div>
<div class="bar half end"></div>
</div>
<nav class="top-nav">
<ul class="navlist">
<li>
<a href="#about" class="nav-link">About</a>
</li>
<li>
<a href="#services" class="nav-link">Skills</a>
</li>
<li>
<a href="#portfolio" class="nav-link">Projects</a>
</li>
<li>
<a href="#experience" class="nav-link">Experience</a>
</li>
<li>
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- <div class="waveWrapper waveAnimation">
<div class="waveWrapperInner bgTop">
<div class="wave waveTop" style="background-image: url('http://front-end-noobs.com/jecko/img/wave-top.png')"></div>
</div>
<div class="waveWrapperInner bgMiddle">
<div class="wave waveMiddle" style="background-image: url('http://front-end-noobs.com/jecko/img/wave-mid.png')"></div>
<section class="hero" id="hero">
<div class="hero">
<h1>Riya Pahooja</h1>
<h6>Software Developer | Web Dev Enthusiast</h6>
</div>
</section>
</div>
<div class="waveWrapperInner bgBottom">
<div class="wave waveBottom" style="background-image: url('http://front-end-noobs.com/jecko/img/wave-bot.png')"></div>
</div> -->
</div>
<section class="about" id="about">
<div class="container">
<div class="profile-img" data-aos="fade-right" data-aos-delay="300">
<img src="images/me.jpg" alt="Profile Pic">
</div>
<div class="about-details" data-aos="fade-left" data-aos-delay="600">
<div class="about-heading">
<h1>About</h1>
<h6>Myself</h6>
</div>
<p>
<!-- <br> Ambitious, passionate, perfectionist? <br><br> More like exuberant, adventurous and hard-working -->
<br> 20 year old Software Developer born in India, pursuing Computer Science at University of Waterloo, Canada.
<br> Every day in this field is an adventure and it continues to marvel me how a few lines of code can make a huge difference in our lives of which I strive to be a part of.
<br><br>
<i> “Things may come to those who wait, but only the things left by those who hustle.”
<br>
<div class="author-wrapper">
– Abraham Lincoln
</div>
</i>
</p>
<div class="social-media ">
<ul class="nav-list ">
<li>
<a href="https://www.linkedin.com/in/sahil-pahooja/" target="_blank" class="icon-link ">
<i class="fa fa-linkedin "></i>
</a>
</li>
<li>
<a href="https://github.com/SPahooja" target="_blank" class="icon-link ">
<i class="fa fa-github "></i>
</a>
</li>
<li>
<a href="images/Resume Sahil Pahooja.pdf" target="_blank" class="icon-link ">
<i class="fa fa-file"></i>
<span class="resume-title ">
<pre></pre><p style="font-size:5"> Resume</p></pre>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> -->
<section class="services" id="services">
<div class="container ">
<div class="section-heading ">
<h1>Skills</h1>
<h6>more coming soon ...</h6>
</div>
<div class="my-skills ">
<div class="skill " data-aos="fade-in " data-aos-delay="300 ">
<div class="icon-container ">
<i class="fa fa-terminal "></i>
</div>
<h1>Software Developement</h1>
<p>
Experience in writing clean, scalable codebase for services, android, desktop and CLI applications along unit tests in a coordinated team.
<!-- <br>In my hands every project deserves going for the extra mile -->
</p>
</div>
<div class="skill " data-aos="fade-in " data-aos-delay="600 ">
<div class="icon-container ">
<i class="fa fa-code "></i>
</div>
<h1>Web Development & SEO</h1>
<p>
Web Dev Enthusiast, creating and tweaking each pixel to perfection.
<a href="#experience"><u>Proven results</u></a> increasing daily traffic by SEO analysis and creating a more intuitive UI.
</p>
</div>
<div class="skill " data-aos="fade-in " data-aos-delay="900 ">
<div class="icon-container ">
<i class="fa fa-bar-chart-o "></i>
</div>
<h1>Machine Learning</h1>
<p>
With excellent knowledge<i> Data Structures</i> and <i>Algorithms</i> lead me to build various ML Models using Keras and Tensorflow with numerous datasets for personal and professional use
</p>
</div>
<!-- <div class="skill " data-aos="fade-in " data-aos-delay="900 ">
<div class="icon-container ">
<i class="fa fa-youtube-play "></i>
</div>
<h1>MLQC hpqc</h1>
<p>
Always amazed by the data flowing around us and an interest in utilising it for good with excellent knowledge<i> Data Structures</i> and <i>Algorithms</i> lead me to build various ML Models
</p>
</div> -->
</div>
<div class="skills">
<div class="Languages-skill ">Languages</div>
<div class="skillicons ">
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill="#D26383 " d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z "></path><path fill="#9C033A " d="M10.7 95.3c.5.8
1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z "></path><path fill="#fff " d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5
24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z "></path><path d="M82.1 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4zM100.6
61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4z "></path>
</svg>
<i class="devicon-cpp-plain colored "></i>
<span class="skillicon-title ">
<p>C++</p>
</span>
</div>
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill="#659AD3 " d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z "></path><path fill="#03599C " d="M10.7 95.3c.5.8
1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z "></path><path fill="#fff " d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5
24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z "></path>
</svg>
<span class="skillicon-title ">
<p>C</p>
</span>
</div>
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill-rule="evenodd " clip-rule="evenodd " fill="#F6D2A2 " d="M21.1 68.7c.2 3.5 3.7 1.9 5.3.8 1.5-1.1 2-.2 2.1-2.3.1-1.4.2-2.7.2-4.1-2.3-.2-4.8.3-6.7 1.7-.9.7-2.8 3-.9 3.9 " clip-path="url(#b) "></path><path d="M23 71.2c-.7
0-2-.3-2.2-2.3-.6-.4-.8-.9-.8-1.2-.1-1.2 1.2-2.6 1.9-3.1 1.6-1.2 3.7-1.8 5.9-1.8h1.3v.3c.1 1.1 0 2.2-.1 3.2 0 .3 0 .6-.1.9-.1 1.5-.4 1.7-1.1 2-.3.1-.6.2-1.1.6-.5.3-2.2 1.4-3.7 1.4zm4.8-7.8c-2.1 0-4 .6-5.5 1.7-.7.5-1.7 1.7-1.6 2.5 0
.3.2.6.6.8l.2.1v.2c.1 1.6.9 1.8 1.5 1.8 1 0 2.4-.7 3.3-1.3.6-.4 1-.5 1.3-.6.5-.2.6-.2.7-1.4 0-.3 0-.6.1-.9.1-.9.1-1.9.1-2.8-.3-.1-.5-.1-.7-.1z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#C6B198
" d="M21.1 68.7c.5-.2 1.1-.3 1.4-.8 " clip-path="url(#b) "></path><path d="M21.1 69c-.1 0-.3-.1-.3-.2-.1-.2 0-.4.2-.4.1 0 .2-.1.2-.1.4-.2.8-.3 1-.6.1-.1.3-.2.5-.1.1.1.2.3.1.5-.4.5-.9.7-1.3.8l-.2.1h-.2z " clip-path="url(#b)
"></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#6AD7E5 " d="M29.3 26.4c-13.6-3.8-3.5-21.1 7.4-14l-7.4 14z " clip-path="url(#b) "></path><path d="M29.5 26.8l-.3-.1c-7-2-6.9-7-6.7-8.5.5-3.8 4.1-7.8 8.9-7.8 1.9 0 3.7.6 5.5 1.8l.3.2-7.7 14.4zm1.9-15.7c-4.5
0-7.8 3.7-8.3 7.2-.5 3.6 1.7 6.4 6 7.7l7.1-13.5c-1.5-.9-3.1-1.4-4.8-1.4z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#6AD7E5 " d="M89.6 11.1c10.7-7.5 20.5 9.5 8 13.8l-8-13.8z " clip-path="url(#b)
"></path><path d="M97.5 25.3l-8.3-14.3.3-.2c1.9-1.3 3.8-2 5.7-2 4.6 0 7.9 3.8 8.6 7.5.3 1.5.6 6.6-6 8.8l-.3.2zm-7.4-14l7.7 13.3c3.9-1.4 5.9-4.4 5.3-8-.6-3.4-3.7-6.9-7.9-6.9-1.7-.1-3.4.4-5.1 1.6z " clip-path="url(#b) "></path><path fill-rule="evenodd
" clip-rule="evenodd " fill="#F6D2A2 " d="M92 112.3c2.7 1.7 7.7 6.8 3.6 9.3-3.9 3.6-6.1-4-9.6-5 1.5-2 3.4-3.9 6-4.3 " clip-path="url(#b) "></path><path d="M93.5 122.9c-1.6 0-3-1.6-4.2-3.1-1.1-1.2-2.2-2.5-3.4-2.9l-.5-.1.3-.4c1.2-1.7 3.2-3.9 6.2-4.4h.1l.1.1c1.7
1.1 5.4 4.2 5.3 7.1 0 1.1-.6 2-1.7 2.7-.7.7-1.4 1-2.2 1zm-7-6.5c1.2.5 2.2 1.8 3.2 2.9 1.2 1.5 2.4 2.8 3.7 2.8.6 0 1.2-.3 1.8-.9h.1c.9-.6 1.4-1.3 1.4-2.2 0-2.3-2.9-5.2-4.9-6.5-1.8.5-3.6 1.7-5.3 3.9zM95.6 121.9c-.1 0-.2-.1-.3-.2-.2-.4-.4-.9-.5-1.3-.3-.8-.6-1.6-1.2-2.2-.1-.1-.1-.3
0-.5.1-.1.3-.1.5 0 .7.7 1.1 1.6 1.4 2.5l.5 1.2c.1.2 0 .4-.1.5h-.3z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#F6D2A2 " d="M43.2 118.1c-3.2.5-5 3.4-7.7 4.9-2.5 1.5-3.5-.5-3.7-.9-.4-.2-.4.2-1-.4-2.3-3.7
2.4-6.4 4.9-8.2 3.5-.8 5.7 2.2 7.5 4.6 " clip-path="url(#b) "></path><path d="M33.8 123.8c-1.3 0-2-1.1-2.2-1.5h-.1c-.3 0-.5-.1-.9-.5v-.1c-2.2-3.5 1.6-6.2 4.1-8l.9-.6h.2c.4-.1.7-.1 1.1-.1 3 0 4.9 2.6 6.5 4.7l.5.7-.6.1c-1.9.3-3.3 1.5-4.7
2.7-.9.8-1.8 1.5-2.8 2.1-.8.3-1.4.5-2 .5zm-2.2-2.1c.1 0 .2 0 .4.1h.1l.1.1c.2.3.7 1.2 1.7 1.2.5 0 1-.2 1.5-.5 1-.5 1.9-1.3 2.7-2 1.3-1.1 2.7-2.3 4.5-2.8-1.5-2-3.3-4.2-5.8-4.2-.3 0-.6 0-.9.1l-.8.6c-2.6 1.8-5.8 4.1-3.9 7.1.1.2.2.3.4.3zM31.8
122.4c-.2 0-.4-.2-.3-.4.1-1 .6-1.7 1.1-2.5.3-.4.5-.8.7-1.2.1-.2.3-.2.4-.2.2.1.2.3.2.4-.2.5-.5.9-.8 1.3-.5.7-.9 1.3-1 2.1 0 .4-.1.5-.3.5z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " d="M29.9 21.7c-1.8-.9-3.1-2.2-2-4.3
1-1.9 2.9-1.7 4.7-.8l-2.7 5.1zM94.8 19.9c1.8-.9 3.1-2.2 2-4.3-1-1.9-2.9-1.7-4.7-.8l2.7 5.1z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#F6D2A2 " d="M107.1 68.2c-.2 3.5-3.7 1.9-5.3.8-1.5-1.1-2-.2-2.1-2.3-.1-1.4-.2-2.7-.2-4.1
2.3-.2 4.8.3 6.7 1.7 1 .8 2.8 3 .9 3.9 " clip-path="url(#b) "></path><path d="M105.3 70.7c-1.5 0-3.2-1.1-3.7-1.4-.5-.3-.8-.5-1.1-.6-.8-.3-1-.5-1.1-2 0-.3 0-.6-.1-.9-.1-1-.2-2.1-.1-3.2v-.3h1.3c2.2 0 4.3.6 5.9 1.8.7.5 2 1.9 1.9 3.1 0
.4-.2.9-.8 1.2-.2 2-1.5 2.3-2.2 2.3zm-5.5-7.7c0 .9 0 1.9.1 2.8 0 .3 0 .6.1.9.1 1.2.2 1.2.7 1.4.3.1.7.3 1.3.6.9.6 2.3 1.3 3.3 1.3.6 0 1.4-.2 1.5-1.8v-.2l.2-.1c.4-.2.6-.4.6-.8.1-.8-.9-2-1.6-2.5-1.5-1.1-3.5-1.7-5.5-1.7-.2.1-.4.1-.7.1z
" clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#C6B198 " d="M107.1 68.2c-.5-.2-1.1-.3-1.4-.8 " clip-path="url(#b) "></path><path d="M107.1 68.6h-.1l-.2-.1c-.5-.2-1-.3-1.3-.8-.1-.1-.1-.4.1-.5.1-.1.4-.1.5.1.2.3.6.4
1 .6.1 0 .2.1.2.1.2.1.3.3.2.4-.1.1-.3.2-.4.2z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#6AD7E5 " d="M62.8 4c13.6 0 26.3 1.9 33 15 6 14.6 3.8 30.4 4.8 45.9.8 13.3 2.5 28.6-3.6 40.9-6.5 12.9-22.7
16.2-36 15.7-10.5-.4-23.1-3.8-29.1-13.4-6.9-11.2-3.7-27.9-3.2-40.4.6-14.8-4-29.7.9-44.1 4.9-15.1 18.5-18.5 33.2-19.6 " clip-path="url(#b) "></path><path d="M63.3 121.9h-2.5c-4.1-.1-10.3-.8-16.4-3.3-5.9-2.4-10.2-5.8-13-10.3-5.6-9.1-4.6-21.6-3.7-32.7.2-2.8.4-5.4.5-7.9.2-5.2-.2-10.6-.7-15.7-.8-9.4-1.6-19.1
1.5-28.5 2.4-7 6.7-12 13.2-15.2 5.1-2.5 11.4-3.9 20.4-4.6 13.4-.1 26.7 1.8 33.4 15.1 4.4 10.7 4.4 22.2 4.5 33.3 0 4.2 0 8.5.3 12.7.1 1.3.2 2.6.2 3.9.8 12.2 1.7 26-3.9 37.2-2.8 5.7-7.7 9.9-14.4 12.6-5.4 2.2-12.2 3.4-19.4 3.4zm-.5-117.6c-14.1
1.1-27.9 4.2-33 19.4-3.1 9.3-2.3 18.9-1.5 28.2.4 5.2.9 10.5.7 15.8-.1 2.5-.3 5.1-.5 7.9-.9 11-1.9 23.4 3.6 32.3 2.3 3.7 9.7 12.5 28.8 13.2h2.5c22.1 0 30.3-9.8 33.3-15.6 5.5-11 4.6-24.8 3.9-36.9-.1-1.3-.2-2.6-.2-3.9-.2-4.2-.3-8.5-.3-12.7-.1-11-.1-22.5-4.4-33.1-3-5.9-7.5-9.9-13.7-12.2-6.4-2.1-13.6-2.4-19.2-2.4z
" clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#fff " d="M65.2 22.2c2.4 14.2 25.6 10.4 22.3-3.9-3-12.8-23.1-9.2-22.3 3.9 " clip-path="url(#b) "></path><path d="M76.2 31.5c-4.5 0-10.2-2.4-11.4-9.2-.2-3.2.8-6.1
2.9-8.3 2.3-2.5 5.8-3.9 9.4-3.9 4.2 0 9.2 2.2 10.6 8.3.8 3.4.2 6.4-1.7 8.8-2.1 2.6-5.8 4.3-9.8 4.3zm-10.7-9.3c.5 2.8 1.8 5 3.9 6.6 1.8 1.4 4.3 2.1 6.8 2.1 3.7 0 7.3-1.6 9.3-4.1 1.8-2.2 2.3-5.1 1.6-8.3-1.3-5.7-6-7.7-10-7.7-3.4 0-6.7
1.4-8.9 3.7-1.9 2-2.9 4.7-2.7 7.7z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#fff " d="M37.5 24.5c3.2 12.3 22.9 9.2 22.2-3.2-.9-14.8-25.3-12-22.2 3.2 " clip-path="url(#b) "></path><path d="M48
32.7c-4.3 0-9.3-2.1-10.9-8.1-.7-3.5 0-6.7 2-9.1 2.2-2.7 5.8-4.3 9.7-4.3 5.2 0 10.7 3.1 11.1 10.1.2 2.9-.7 5.5-2.7 7.6-2.1 2.3-5.6 3.8-9.2 3.8zm.8-20.8c-3.7 0-7.1 1.5-9.2 4-1.9 2.3-2.5 5.2-1.8 8.5 1.4 5.6 6.2 7.6 10.2 7.6 3.4 0 6.7-1.3
8.8-3.6 1.8-1.9 2.7-4.4 2.5-7.1-.2-4.3-3.1-9.4-10.5-9.4z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#fff " d="M68 39.2c0 1.8.4 3.9.1 5.9-.5.9-1.4 1-2.2 1.3-1.1-.2-2-.9-2.5-1.9-.3-2.2.1-4.4.2-6.6l4.4
1.3z " clip-path="url(#b) "></path><path d="M65.9 46.8c-1.3-.2-2.3-1-2.8-2.1-.2-1.6-.1-3.1 0-4.6.1-.7.1-1.4.1-2.1v-.4l5.1 1.6v.2c0 .6.1 1.2.1 1.9.1 1.3.2 2.7 0 4v.1c-.4.8-1.1 1-1.8 1.3-.2-.1-.4 0-.7.1zm-2.2-2.4c.4.9 1.2 1.5 2.1 1.7.2-.1.4-.1.5-.2.6-.2
1.1-.4 1.4-.9.2-1.2.1-2.5 0-3.8 0-.6-.1-1.2-.1-1.7l-3.8-1.2c0 .6-.1 1.2-.1 1.7-.1 1.6-.2 3 0 4.4z " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " d="M46.3 22.5c0 2-1.5 3.6-3.3 3.6-1.8 0-3.3-1.6-3.3-3.6s1.5-3.6
3.3-3.6c1.8 0 3.3 1.6 3.3 3.6 " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#fff " d="M45.2 23.3c0 .5-.4.9-.8.9s-.8-.4-.8-.9.4-.9.8-.9c.5 0 .8.4.8.9 " clip-path="url(#b)
"></path><path fill-rule="evenodd " clip-rule="evenodd " d="M74.2 21.6c0 2-1.5 3.6-3.3 3.6-1.8 0-3.3-1.6-3.3-3.6s1.5-3.6 3.3-3.6c1.8 0 3.3 1.6 3.3 3.6 " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#fff " d="M73.2 22.4c0
.5-.3.9-.8.9-.4 0-.8-.4-.8-.9s.3-.9.8-.9c.4 0 .8.4.8.9 " clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#fff " d="M58.4 39c-1.5 3.5.8 10.6 4.8 5.4-.3-2.2.1-4.4.2-6.6l-5 1.2z " clip-path="url(#b)
"></path><path d="M60.5 46.6c-.7 0-1.4-.4-1.9-1.2-1.1-1.6-1.3-4.6-.5-6.5l.1-.2 5.5-1.4v.4l-.1 2.2c-.1 1.5-.2 2.9 0 4.4v.1l-.1.1c-1 1.4-2 2.1-3 2.1zm-1.8-7.3c-.6 1.7-.4 4.4.5 5.7.4.6.8.9 1.3.9.7 0 1.5-.6 2.3-1.6-.2-1.5-.1-3 .1-4.4l.1-1.7-4.3 1.1z
" clip-path="url(#b) "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#F6D2A2 " d="M58.9 32.2c-2.7.2-4.9 3.5-3.5 6 1.9 3.4 6-.3 8.6 0 3 .1 5.4 3.2 7.8.6 2.7-2.9-1.2-5.7-4.1-7l-8.8.4z " clip-path="url(#b) "></path><path fill="#231F20
" d="M69.7 40.2c-.9 0-1.8-.4-2.7-.8-.9-.4-1.9-.8-3-.8h-.3c-.8 0-1.7.3-2.7.7-1.1.4-2.2.7-3.2.7-1.2 0-2.1-.5-2.7-1.6-.7-1.2-.6-2.6.1-3.9.8-1.5 2.2-2.4 3.7-2.6l8.9-.4h.1c2.2.9 4.7 2.6 5.2 4.6.2 1-.1 2-.9 2.9-.8.9-1.6 1.2-2.5 1.2zm-5.6-2.2c1.1
0 2.2.5 3.2.9.9.4 1.7.7 2.5.7.7 0 1.3-.3 1.9-.9.7-.7.9-1.5.8-2.3-.4-1.7-2.8-3.3-4.7-4.1l-8.7.4c-1.3.1-2.5 1-3.2 2.2-.6 1.1-.6 2.3-.1 3.3.5.9 1.1 1.3 2.1 1.3.9 0 1.9-.4 2.9-.7 1.1-.4 2-.7 3-.7 0-.2.1-.2.3-.1z " clip-path="url(#b)
"></path><path fill-rule="evenodd " clip-rule="evenodd " d="M58.6 32.1c-.2-4.7 8.8-5.3 9.8-1.4 1.1 4-9.4 4.9-9.8 1.4 " clip-path="url(#b) "></path>
</svg>
<span class="skillicon-title ">
<p>Go</p>
</span>
</div>
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill="#FFD845 " d="M49.33 62h29.159c8.117 0 14.511-6.868 14.511-15.019v-27.798c0-7.912-6.632-13.856-14.555-15.176-5.014-.835-10.195-1.215-15.187-1.191-4.99.023-9.612.448-13.805 1.191-12.355 2.181-14.453 6.751-14.453 15.176v10.817h29v4h-40.224000000000004c-8.484
0-15.914 5.108-18.237 14.811-2.681 11.12-2.8 17.919 0 29.53 2.075 8.642 7.03 14.659 15.515 14.659h9.946v-13.048c0-9.637 8.428-17.952 18.33-17.952zm-1.838-39.11c-3.026 0-5.478-2.479-5.478-5.545 0-3.079 2.451-5.581 5.478-5.581 3.015
0 5.479 2.502 5.479 5.581-.001 3.066-2.465 5.545-5.479 5.545zM122.281 48.811c-2.098-8.448-6.103-14.811-14.599-14.811h-10.682v12.981c0 10.05-8.794 18.019-18.511 18.019h-29.159c-7.988 0-14.33 7.326-14.33 15.326v27.8c0 7.91 6.745 12.564
14.462 14.834 9.242 2.717 17.994 3.208 29.051 0 7.349-2.129 14.487-6.411 14.487-14.834v-11.126h-29v-4h43.682c8.484 0 11.647-5.776 14.599-14.66 3.047-9.145 2.916-17.799 0-29.529zm-41.955 55.606c3.027 0 5.479 2.479 5.479 5.547 0 3.076-2.451
5.579-5.479 5.579-3.015 0-5.478-2.502-5.478-5.579 0-3.068 2.463-5.547 5.478-5.547z "></path>
</svg>
<span class="skillicon-title ">
<p>Python</p>
</span>
</div>
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill="#0074BD " d="M47.617 98.12s-4.767 2.774 3.397 3.71c9.892 1.13 14.947.968 25.845-1.092 0 0 2.871 1.795 6.873 3.351-24.439 10.47-55.308-.607-36.115-5.969zM44.629 84.455s-5.348 3.959 2.823 4.805c10.567 1.091 18.91 1.18
33.354-1.6 0 0 1.993 2.025 5.132 3.131-29.542 8.64-62.446.68-41.309-6.336z "></path><path fill="#EA2D2E " d="M69.802 61.271c6.025 6.935-1.58 13.17-1.58 13.17s15.289-7.891 8.269-17.777c-6.559-9.215-11.587-13.792 15.635-29.58 0 .001-42.731
10.67-22.324 34.187z "></path><path fill="#0074BD " d="M102.123 108.229s3.529 2.91-3.888 5.159c-14.102 4.272-58.706 5.56-71.094.171-4.451-1.938 3.899-4.625 6.526-5.192 2.739-.593 4.303-.485 4.303-.485-4.953-3.487-32.013 6.85-13.743
9.815 49.821 8.076 90.817-3.637 77.896-9.468zM49.912 70.294s-22.686 5.389-8.033 7.348c6.188.828 18.518.638 30.011-.326 9.39-.789 18.813-2.474 18.813-2.474s-3.308 1.419-5.704 3.053c-23.042 6.061-67.544 3.238-54.731-2.958 10.832-5.239
19.644-4.643 19.644-4.643zM90.609 93.041c23.421-12.167 12.591-23.86 5.032-22.285-1.848.385-2.677.72-2.677.72s.688-1.079 2-1.543c14.953-5.255 26.451 15.503-4.823 23.725 0-.002.359-.327.468-.617z "></path><path fill="#EA2D2E " d="M76.491
1.587s12.968 12.976-12.303 32.923c-20.266 16.006-4.621 25.13-.007 35.559-11.831-10.673-20.509-20.07-14.688-28.815 8.548-12.834 32.229-19.059 26.998-39.667z "></path><path fill="#0074BD " d="M52.214 126.021c22.476 1.437 57-.8 57.817-11.436
0 0-1.571 4.032-18.577 7.231-19.186 3.612-42.854 3.191-56.887.874 0 .001 2.875 2.381 17.647 3.331z "></path>
</svg>
<span class="skillicon-title ">
<p>Java</p>
</span>
</div>
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill="#F0DB4F " d="M2 1v125h125v-125h-125zm66.119 106.513c-1.845 3.749-5.367 6.212-9.448 7.401-6.271 1.44-12.269.619-16.731-2.059-2.986-1.832-5.318-4.652-6.901-7.901l9.52-5.83c.083.035.333.487.667 1.071 1.214 2.034 2.261
3.474 4.319 4.485 2.022.69 6.461 1.131 8.175-2.427 1.047-1.81.714-7.628.714-14.065-.001-10.115.046-20.188.046-30.188h11.709c0 11 .06 21.418 0 32.152.025 6.58.596 12.446-2.07 17.361zm48.574-3.308c-4.07 13.922-26.762 14.374-35.83 5.176-1.916-2.165-3.117-3.296-4.26-5.795
4.819-2.772 4.819-2.772 9.508-5.485 2.547 3.915 4.902 6.068 9.139 6.949 5.748.702 11.531-1.273 10.234-7.378-1.333-4.986-11.77-6.199-18.873-11.531-7.211-4.843-8.901-16.611-2.975-23.335 1.975-2.487 5.343-4.343 8.877-5.235l3.688-.477c7.081-.143
11.507 1.727 14.756 5.355.904.916 1.642 1.904 3.022 4.045-3.772 2.404-3.76 2.381-9.163 5.879-1.154-2.486-3.069-4.046-5.093-4.724-3.142-.952-7.104.083-7.926 3.403-.285 1.023-.226 1.975.227 3.665 1.273 2.903 5.545 4.165 9.377 5.926 11.031
4.474 14.756 9.271 15.672 14.981.882 4.916-.213 8.105-.38 8.581z "></path>
</svg>
<span class="skillicon-title ">
<p>Javascript</p>
</span>
</div>
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill="#E44D26 " d="M19.037 113.876l-10.005-112.215h109.936l-10.016 112.198-45.019 12.48z "></path><path fill="#F16529 " d="M64 116.8l36.378-10.086 8.559-95.878h-44.937z "></path><path fill="#EBEBEB " d="M64 52.455h-18.212l-1.258-14.094h19.47v-13.762h-34.511l.33
3.692 3.382 37.927h30.799zM64 88.198l-.061.017-15.327-4.14-.979-10.975h-13.817l1.928 21.609 28.193 7.826.063-.017z "></path><path fill="#fff " d="M63.952 52.455v13.763h16.947l-1.597 17.849-15.35 4.143v14.319l28.215-7.82.207-2.325 3.234-36.233.335-3.696h-3.708zM63.952
24.599v13.762h33.244l.276-3.092.628-6.978.329-3.692z "></path>
</svg>
<span class="skillicon-title ">
<p>HTML</p>
</span>
</div>
</div>
<div class="Framework-skill ">Frameworks and Libraries</div>
<div class="skillicons ">
<div class="skillicon-box ">
<svg xmlns="http://www.w3.org/2000/svg " xmlns:xlink="http://www.w3.org/1999/xlink " aria-hidden="true " focusable="false " width="50 " height="50 " style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform:
rotate(360deg); " preserveAspectRatio="xMidYMid meet " viewBox="0 0 256 274 "><path d="M145.726 42.065v42.07l72.861 42.07v-42.07l-72.86-42.07zM0 84.135v42.07l36.43 21.03V105.17L0 84.135zm109.291 21.035l-36.43 21.034v126.2l36.43 21.035v-84.135l36.435 21.035v-42.07l-36.435-21.034V105.17z
" fill="#E55B2D "/><path d="M145.726 42.065L36.43 105.17v42.065l72.861-42.065v42.065l36.435-21.03v-84.14zM255.022 63.1l-36.435 21.035v42.07l36.435-21.035V63.1zm-72.865 84.135l-36.43 21.035v42.07l36.43-21.036v-42.07zm-36.43 63.104l-36.436-21.035v84.135l36.435-21.035V210.34z
" fill="#ED8E24 "/><path d="M145.726 0L0 84.135l36.43 21.035l109.296-63.105l72.861 42.07L255.022 63.1L145.726 0zm0 126.204l-36.435 21.03l36.435 21.036l36.43-21.035l-36.43-21.03z " fill="#F8BF3C "/></svg>
<span class="skillicon-title ">
<p>Tensorflow </p>
</span>
</div>
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill="#0868AC " d="M9.625 32.181c-11.029 15.851-9.656 36.476-1.231 53.32.2.404.41.801.617 1.198l.394.759.246.437.439.786c.262.461.53.92.804 1.379l.459.756c.304.491.615.976.933 1.46l.398.614c.439.655.888 1.309 1.352 1.951l.039.05.228.308c.401.553.814
1.099 1.232 1.639l.464.59c.373.469.752.935 1.138 1.399l.435.52c.518.61 1.047 1.217 1.586 1.812l.033.033.061.068c.527.575 1.066 1.137 1.612 1.699l.517.521c.423.426.853.845 1.287 1.262l.527.5c.58.547 1.166 1.083 1.764 1.607l.028.022.307.262c.527.456
1.063.909 1.603 1.353l.664.529c.441.354.887.702 1.336 1.044l.714.543c.496.365.995.724 1.499 1.075l.546.387.15.107c.478.329.967.646 1.456.963l.63.42c.75.474 1.51.943 2.279 1.396l.63.355c.565.326 1.134.646 1.71.959.312.168.632.327.946.488.407.213.811.429
1.225.636l.283.137.501.242c.641.306 1.287.607 1.94.897l.41.184c.748.327 1.502.641 2.263.941l.551.217c.704.271 1.418.539 2.135.791l.268.093c.787.275 1.581.53 2.381.779l.575.172c.814.245 1.619.538 2.458.693 53.339 9.727 68.833-32.053
68.833-32.053-13.013 16.953-36.111 21.425-57.996 16.446-.829-.187-1.633-.446-2.442-.685l-.609-.185c-.79-.242-1.573-.497-2.352-.765l-.323-.117c-.698-.245-1.387-.504-2.074-.769l-.582-.229c-.752-.297-1.5-.607-2.239-.931l-.447-.198c-.635-.288-1.263-.578-1.889-.879l-.546-.262c-.491-.239-.977-.493-1.461-.743-.324-.171-.654-.332-.975-.51-.592-.317-1.172-.646-1.751-.982l-.591-.33c-.769-.452-1.528-.921-2.28-1.397l-.615-.41c-.545-.351-1.088-.709-1.623-1.079l-.522-.367c-.516-.365-1.027-.734-1.534-1.109l-.679-.514c-.465-.355-.927-.713-1.384-1.082l-.617-.495c-.582-.479-1.156-.959-1.724-1.453l-.189-.159c-.614-.539-1.216-1.092-1.812-1.647l-.511-.491c-.441-.42-.875-.843-1.302-1.277l-.51-.509c-.543-.556-1.076-1.119-1.598-1.69l-.079-.084c-.552-.604-1.092-1.221-1.621-1.844l-.424-.504c-.394-.475-.785-.956-1.167-1.442l-.427-.532c-.459-.596-.908-1.189-1.347-1.794-12.15-16.574-16.516-39.432-6.805-58.204M43.862
18.825c-7.977 11.478-7.543 26.844-1.321 38.983 1.043 2.035 2.216 4.01 3.528 5.889 1.195 1.713 2.52 3.751 4.106 5.127.575.633 1.176 1.251 1.79 1.858l.472.465c.596.578 1.201 1.146 1.828 1.698l.074.064.018.018c.693.608 1.408 1.191 2.135
1.767l.485.378c.729.559 1.472 1.107 2.233 1.631l.065.049c.336.232.678.448 1.019.672l.483.319c.544.349 1.095.689 1.655 1.015l.235.136c.483.278.972.552 1.463.818l.521.271c.339.177.678.358 1.023.53l.155.07c.703.346 1.412.68 2.136.995l.472.194c.579.246
1.164.486 1.75.71l.75.275c.533.198 1.068.378 1.607.559l.727.233c.767.238 1.525.539 2.324.672 41.183 6.823 50.691-24.886 50.691-24.886-8.57 12.343-25.168 18.233-42.879 13.635-.787-.207-1.562-.431-2.333-.674l-.701-.227c-.548-.177-1.092-.365-1.631-.562l-.736-.274c-.592-.228-1.176-.462-1.756-.708l-.473-.2c-.727-.316-1.443-.65-2.148-.999-.363-.177-.72-.364-1.078-.548l-.622-.32c-.458-.248-.914-.506-1.363-.77l-.326-.185c-.558-.325-1.107-.661-1.651-1.008l-.498-.332c-.359-.232-.717-.469-1.069-.707-.759-.524-1.498-1.072-2.226-1.628l-.501-.395c-7.752-6.12-13.898-14.486-16.819-23.971-3.062-9.836-2.402-20.878
2.903-29.84M72.657 8.847c-4.702 6.92-5.164 15.514-1.901 23.156 3.441 8.113 10.491 14.476 18.72 17.495.339.125.679.237 1.022.354l.451.143c.485.152.966.329 1.467.424 22.74 4.394 28.908-11.669 30.549-14.034-5.402 7.779-14.482 9.646-25.623
6.942-.88-.213-1.847-.531-2.695-.832-1.088-.388-2.16-.83-3.201-1.329-1.978-.951-3.864-2.104-5.612-3.424-9.969-7.565-16.162-21.994-9.657-33.745 "></path>
</svg>
<span class="skillicon-title ">
<p>jQuery</p>
</span>
</div>
<div class="skillicon-box ">
<svg width="80 " height="80 " viewBox="0 0 128 128 ">
<path fill="#003A2B " d="M126.5 83.8c0 3.8-3.1 6.9-6.9 6.9h-111.2c-3.8 0-6.9-3.1-6.9-6.9v-39.6c0-3.8 3.1-6.9 6.9-6.9h111.2c3.8 0 6.9 3.1 6.9 6.9v39.6z "></path><path fill="#fff " d="M23 45.6h6v27.4c-3 .6-5.3.8-7.7.8-7.2 0-11-3.3-11-9.5
0-6 4-10 10.2-10 1 0 1.7.1 2.6.3v-9h-.1zm0 13.8c-.7-.2-1.3-.3-2-.3-3 0-4.7 1.8-4.7 5.1 0 3.2 1.7 4.9 4.7 4.9.7 0 1.2 0 2-.2v-9.5zM38.4 54.8v13.7c0 4.7-.3 7-1.4 9-1 1.9-2.2 3.1-4.8 4.4l-5.5-2.6c2.6-1.2 3.9-2.3 4.7-4 .8-1.7 1.1-3.7 1.1-8.8v-11.7h5.9zm-5.9-9.1h5.9v6.1h-5.9v-6.1zM42
56.1c2.6-1.2 5.1-1.8 7.8-1.8 3 0 5 .8 5.9 2.4.5.9.7 2 .7 4.5v12c-2.7.4-6 .7-8.5.7-5 0-7.2-1.7-7.2-5.6 0-4.2 3-6.1 10.2-6.7v-1.3c0-1.1-.5-1.5-2-1.5-2.2 0-4.7.6-7 1.8v-4.5h.1zm9.2 9.4c-3.9.4-5.2 1-5.2 2.5 0 1.2.7 1.7 2.3 1.7.9 0 1.7-.1
2.8-.3v-3.9h.1zM59.3 55.7c3.5-.9 6.4-1.3 9.3-1.3 3 0 5.2.7 6.5 2 1.2 1.3 1.6 2.7 1.6 5.6v11.6h-5.9v-11.4c0-2.3-.8-3.1-2.9-3.1-.8 0-1.5.1-2.7.4v14.1h-5.9v-17.9zM79 76.8c2.1 1.1 4.2 1.6 6.3 1.6 3.9 0 5.5-1.6 5.5-5.3v-.1c-1.2.6-2.3.8-3.8.8-5.2
0-8.5-3.4-8.5-8.8 0-6.7 4.9-10.5 13.5-10.5 2.5 0 4.9.3 7.7.8l-2 4.3c-1.6-.3-.1 0-1.3-.2v.6l.1 2.5v3.2c0 .8 0 1.6.1 2.4v1.6c0 5.1-.4 7.5-1.7 9.4-1.8 2.9-5 4.3-9.6 4.3-2.3 0-4.3-.3-6.4-1.2v-5.4h.1zm11.8-17.6h-.6000000000000001c-1.2 0-2.5.3-3.4.8-1.4.8-2.2
2.3-2.2 4.3 0 3 1.5 4.7 4.1 4.7.8 0 1.5-.2 2.2-.4v-9.4h-.1zM109 54.3c5.9 0 9.5 3.7 9.5 9.8 0 6.2-3.8 10.1-9.8 10.1-5.9 0-9.6-3.7-9.6-9.7.1-6.3 3.9-10.2 9.9-10.2zm-.1 15c2.3 0 3.6-1.9 3.6-5.2 0-3.2-1.3-5.2-3.6-5.2s-3.7 1.9-3.7 5.2c.1
3.4 1.4 5.2 3.7 5.2z "></path>
</svg>
<span class="skillicon-title ">
<p>Django</p>
</span>
</div>
<div class="skillicon-box ">
<div class="gorilla-wrapper ">
<img src="https://www.vectorlogo.zone/logos/pocoo_flask/pocoo_flask-icon.svg " alt="Flask logo ">
</div>
<span class="skillicon-title ">
<p>Flask</p>
</span>
</div>
<div class="skillicon-box ">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1.03em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet"
width="50 " height="50 " viewBox="0 0 256 249"><defs><radialGradient cx="3.685%" cy="93.523%" fx="3.685%" fy="93.523%" r="105.029%" id="IconifyId-17347612275-29ccbd-12"><stop stop-color="#212121" offset="0%"/><stop stop-color="#B8B8B8" offset="100%"/></radialGradient><radialGradient cx="30.638%" cy="48.591%" fx="30.638%" fy="48.591%" r="51.842%" gradientTransform="matrix(.80697 0 0 1 .06 0)" id="IconifyId-17347612275-29ccbd-13"><stop stop-color="#FFF" offset="0%"/><stop stop-color="#FFF" stop-opacity="0" offset="100%"/></radialGradient><linearGradient x1="50.878%" y1="134.662%" x2="50.878%" y2="0%" id="IconifyId-17347612275-29ccbd-14"><stop stop-color="#4B4B4B" offset="0%"/><stop stop-color="#FFF" offset="100%"/></linearGradient><linearGradient x1="31.395%" y1="83.962%" x2="56.462%" y2="29.279%" id="IconifyId-17347612275-29ccbd-15"><stop stop-color="#26761E" offset="0%"/><stop stop-color="#2CB134" stop-opacity=".996" offset="100%"/></linearGradient></defs><path d="M45.501 18.774h142.013c23.295 0 42.18 18.885 42.18 42.181v142.012c0 23.296-18.885 42.181-42.18 42.181H45.5c-23.296 0-42.18-18.885-42.18-42.18V60.954c0-23.296 18.884-42.18 42.18-42.18z" fill="url(#IconifyId-17347612275-29ccbd-12)"/><path d="M45.501 21.924c-21.556 0-39.03 17.475-39.03 39.031v142.012c0 21.556 17.474 39.03 39.03 39.03h142.013c21.556 0 39.03-17.474 39.03-39.03V60.955c0-21.556-17.474-39.03-39.03-39.03H45.5zm0-6.3h142.013c25.035 0 45.33 20.295 45.33 45.331v142.012c0 25.036-20.295 45.331-45.33 45.331H45.5c-25.035 0-45.33-20.295-45.33-45.33V60.954c0-25.036 20.295-45.331 45.33-45.331z" fill="#2B2B2B"/><path d="M46.561 27.096h139.063c19.998 0 36.21 16.211 36.21 36.21v84.272c0 19.997-16.212 36.209-36.21 36.209H46.561c-19.998 0-36.21-16.212-36.21-36.21V63.306c0-19.998 16.212-36.209 36.21-36.209z" fill="url(#IconifyId-17347612275-29ccbd-14)" opacity=".81"/><path d="M99.518 140.181l-20.783 6.953c-2.802-8.252-8.736-12.378-17.803-12.378c-9.679 0-14.518 3.133-14.518 9.398c0 2.496.904 4.61 2.713 6.342c1.808 1.732 5.896 3.235 12.263 4.508c10.646 2.14 18.44 4.305 23.381 6.495c4.941 2.19 9.106 5.718 12.493 10.582c3.387 4.865 5.081 10.303 5.081 16.314c0 9.423-3.63 17.574-10.888 24.45c-7.259 6.877-18.02 10.315-32.283 10.315c-10.697 0-19.802-2.432-27.316-7.297c-7.513-4.864-12.467-12.085-14.86-21.661l22.616-5.12c2.547 9.73 9.627 14.594 21.241 14.594c5.604 0 9.78-1.082 12.531-3.247c2.751-2.165 4.126-4.75 4.126-7.756c0-3.056-1.248-5.424-3.744-7.105c-2.496-1.681-7.31-3.26-14.44-4.738c-13.296-2.75-22.77-6.507-28.425-11.27c-5.654-4.763-8.481-11.729-8.48-20.898c-.001-9.27 3.374-17.09 10.123-23.457c6.75-6.367 15.906-9.551 27.469-9.551c20.477 0 33.645 8.176 39.503 24.527zm81.883 46.609h-49.665a98.555 98.555 0 0 0-.076 3.591c0 5.502 1.464 9.653 4.393 12.455c2.929 2.801 6.431 4.202 10.506 4.202c7.59 0 12.15-4.05 13.677-12.149l20.63 1.528c-5.756 17.83-17.446 26.743-35.07 26.743c-7.693 0-14.226-1.54-19.6-4.622c-5.374-3.082-9.805-7.577-13.295-13.486c-3.489-5.91-5.234-12.99-5.234-21.242c0-12.276 3.502-22.184 10.507-29.723c7.004-7.539 16.007-11.308 27.01-11.308c9.933 0 18.452 3.502 25.558 10.506c7.106 7.004 10.66 18.172 10.66 33.505zm-49.741-13.219h27.43c-.713-10.595-5.068-15.892-13.066-15.893c-8.557 0-13.346 5.298-14.364 15.893z" fill="#EEE"/><path d="M60.015 117.464c-11.126 0-19.836 3.029-26.226 9.058c-6.387 6.025-9.556 13.368-9.556 22.14c0 8.664 2.619 15.118 7.837 19.513c5.38 4.533 14.597 8.187 27.625 10.882c7.347 1.522 12.34 3.16 15.085 5.009c2.998 2.019 4.543 4.952 4.543 8.608c0 3.586-1.648 6.683-4.817 9.178c-3.117 2.453-7.677 3.635-13.65 3.635c-11.724 0-19.36-4.808-22.496-14.265l-19.12 4.328c2.431 8.251 6.957 14.49 13.602 18.794c7.206 4.665 15.97 7.006 26.332 7.006c13.836 0 24.153-3.297 31.038-9.819c6.904-6.54 10.323-14.218 10.323-23.136c0-5.643-1.582-10.719-4.757-15.279c-3.202-4.6-7.11-7.91-11.74-9.962c-4.795-2.125-12.477-4.26-23.003-6.375c-6.688-1.337-11.027-2.932-13.16-4.975c-2.165-2.073-3.271-4.66-3.271-7.65c0-7.472 5.772-11.208 16.328-11.209c9.198 0 15.593 4.035 18.881 11.92l17.34-5.802c-5.874-14.433-18.131-21.599-37.138-21.599zM77.6 149.423l-.58-1.707c-2.548-7.507-7.787-11.15-16.088-11.15c-8.801 0-12.707 2.53-12.707 7.588c0 2.002.702 3.644 2.154 5.035c1.483 1.42 5.32 2.83 11.368 4.04c10.765 2.164 18.67 4.36 23.758 6.615c5.251 2.328 9.672 6.073 13.245 11.203c3.6 5.17 5.406 10.968 5.406 17.348c0 9.93-3.84 18.552-11.454 25.765c-7.633 7.23-18.837 10.81-33.528 10.81c-11.031 0-20.478-2.523-28.3-7.587c-7.909-5.12-13.13-12.732-15.633-22.742l-.45-1.796l26.131-5.915l.443 1.694c2.328 8.89 8.662 13.242 19.49 13.242c5.233 0 9.028-.984 11.412-2.86c2.332-1.835 3.435-3.909 3.435-6.332c0-2.457-.95-4.262-2.945-5.605c-2.247-1.513-6.881-3.033-13.797-4.466c-13.563-2.806-23.295-6.665-29.223-11.658c-6.09-5.13-9.125-12.609-9.125-22.283c0-9.77 3.58-18.065 10.692-24.774c7.108-6.706 16.71-10.044 28.711-10.045c21.204 0 35.076 8.614 41.207 25.727l.624 1.741l-24.246 8.112zm91.872 5.151c-6.768-6.67-14.831-9.985-24.288-9.985c-10.509 0-19.03 3.568-25.684 10.73c-6.677 7.187-10.022 16.652-10.022 28.491c0 7.943 1.666 14.706 4.982 20.321c3.334 5.646 7.543 9.915 12.637 12.836c5.083 2.915 11.307 4.383 18.698 4.383c16.089 0 26.857-7.676 32.595-23.3l-16.723-1.24c-1.993 7.9-7.138 12.039-15.108 12.039c-4.54 0-8.491-1.58-11.757-4.705c-3.321-3.176-4.953-7.802-4.953-13.763c0-1.043.026-2.262.078-3.658l.064-1.743h49.583c-.268-13.951-3.665-24.06-10.102-30.406zm-36.002 35.807c0 5.042 1.297 8.72 3.835 11.146c2.591 2.48 5.645 3.7 9.254 3.7c6.693 0 10.527-3.405 11.898-10.673l.3-1.59l24.54 1.818l-.708 2.192c-5.992 18.561-18.367 27.997-36.794 27.997c-7.992 0-14.834-1.614-20.5-4.863c-5.653-3.242-10.308-7.964-13.953-14.136c-3.662-6.202-5.485-13.6-5.485-22.162c0-12.713 3.658-23.063 10.99-30.955c7.354-7.915 16.84-11.887 28.337-11.887c10.41 0 19.385 3.69 26.83 11.028c7.499 7.392 11.198 19.019 11.198 34.794v1.81h-49.72c-.015.647-.022 1.24-.022 1.781zm-3.803-15l.19-1.983c1.102-11.457 6.591-17.53 16.167-17.53c9.069 0 14.101 6.122 14.873 17.582l.13 1.932h-31.36zm27.439-3.62c-.998-8.392-4.631-12.272-11.082-12.272c-7.007 0-11.032 3.906-12.317 12.272h23.399z" fill="#232323"/><path fill="url(#IconifyId-17347612275-29ccbd-15)" d="M107.916 89.72l42.59 45.428L253.75 28.251L239.554 3.265l-86.21 90.43l-29.528-27.825z"/><path fill="url(#IconifyId-17347612275-29ccbd-13)" d="M109.578 86.196l42.022 30.502l98.632-95.425l-9.879-18.078l-86.777 92.133l-28.96-26.69z"/><path d="M239.925.252l16.069 28.282l-105.508 109.24l-44.873-47.864l17.885-26.828l29.778 28.06L239.925.253zm-89.4 132.27L251.507 27.967l-12.324-21.69l-85.77 89.97l-29.28-27.59l-13.914 20.872l40.306 42.993z" fill="#000"/></svg>
<span class="skillicon-title ">
<p>Selenium</p>
</span>
</div>
<div class="skillicon-box ">
<div class="pygame-wrappeer ">
<img src="https://www.pygame.org/docs/pygame_tiny.gif " alt=" ">
</div>
<span class="skillicon-title ">
<p>Pygame</p>
</span>
</div>
<div class="skillicon-box ">
<div class="gorilla-wrapper ">
<img src="https://assets.deepsource.io/b027c2d/images/blog/go-web-frameworks/gin.png " alt=" ">
</div>
<span class="skillicon-title ">
<p>Gin</p>
</span>
</div>
<!--
<div class="skillicon-box ">
<div class="gorilla-wrapper ">
<img src="http://www.gorillatoolkit.org/static/images/gorilla-icon-64.png " alt=" ">
</div>
<span class="skillicon-title ">
<p>Gorilla(Go)</p>
</span>
</div> -->
</div>
<div class="Db_Tools ">
<div class="DB_wrapper ">
<div class="DB-skill ">Databases</div>
<div class="skillicons ">
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path fill="#00618A " d="M116.948 97.807c-6.863-.187-12.104.452-16.585 2.341-1.273.537-3.305.552-3.513 2.147.7.733.809 1.829 1.365 2.731 1.07 1.73 2.876 4.052 4.488 5.268 1.762 1.33 3.577 2.751 5.465 3.902 3.358 2.047
7.107 3.217 10.34 5.268 1.906 1.21 3.799 2.733 5.658 4.097.92.675 1.537 1.724 2.732 2.147v-.194c-.628-.8-.79-1.898-1.366-2.733l-2.537-2.537c-2.48-3.292-5.629-6.184-8.976-8.585-2.669-1.916-8.642-4.504-9.755-7.609l-.195-.195c1.892-.214
4.107-.898 5.854-1.367 2.934-.786 5.556-.583 8.585-1.365l4.097-1.171v-.78c-1.531-1.571-2.623-3.651-4.292-5.073-4.37-3.72-9.138-7.437-14.048-10.537-2.724-1.718-6.089-2.835-8.976-4.292-.971-.491-2.677-.746-3.318-1.562-1.517-1.932-2.342-4.382-3.511-6.633-2.449-4.717-4.854-9.868-7.024-14.831-1.48-3.384-2.447-6.72-4.293-9.756-8.86-14.567-18.396-23.358-33.169-32-3.144-1.838-6.929-2.563-10.929-3.513-2.145-.129-4.292-.26-6.438-.391-1.311-.546-2.673-2.149-3.902-2.927-4.894-3.092-17.448-9.817-21.072-.975-2.289
5.581 3.421 11.025 5.462 13.854 1.434 1.982 3.269 4.207 4.293 6.438.674 1.467.79 2.938 1.367 4.489 1.417 3.822 2.652 7.98 4.487 11.511.927 1.788 1.949 3.67 3.122 5.268.718.981 1.951 1.413 2.145 2.927-1.204 1.686-1.273 4.304-1.95 6.44-3.05
9.615-1.899 21.567 2.537 28.683 1.36 2.186 4.567 6.871 8.975 5.073 3.856-1.57 2.995-6.438 4.098-10.732.249-.973.096-1.689.585-2.341v.195l3.513 7.024c2.6 4.187 7.212 8.562 11.122 11.514 2.027 1.531 3.623 4.177 6.244 5.073v-.196h-.195c-.508-.791-1.303-1.119-1.951-1.755-1.527-1.497-3.225-3.358-4.487-5.073-3.556-4.827-6.698-10.11-9.561-15.609-1.368-2.627-2.557-5.523-3.709-8.196-.444-1.03-.438-2.589-1.364-3.122-1.263
1.958-3.122 3.542-4.098 5.854-1.561 3.696-1.762 8.204-2.341 12.878-.342.122-.19.038-.391.194-2.718-.655-3.672-3.452-4.683-5.853-2.554-6.07-3.029-15.842-.781-22.829.582-1.809 3.21-7.501 2.146-9.172-.508-1.666-2.184-2.63-3.121-3.903-1.161-1.574-2.319-3.646-3.124-5.464-2.09-4.731-3.066-10.044-5.267-14.828-1.053-2.287-2.832-4.602-4.293-6.634-1.617-2.253-3.429-3.912-4.683-6.635-.446-.968-1.051-2.518-.391-3.513.21-.671.508-.951
1.171-1.17 1.132-.873 4.284.29 5.462.779 3.129 1.3 5.741 2.538 8.392 4.294 1.271.844 2.559 2.475 4.097 2.927h1.756c2.747.631 5.824.195 8.391.975 4.536 1.378 8.601 3.523 12.292 5.854 11.246 7.102 20.442 17.21 26.732 29.269 1.012 1.942
1.45 3.794 2.341 5.854 1.798 4.153 4.063 8.426 5.852 12.488 1.786 4.052 3.526 8.141 6.05 11.513 1.327 1.772 6.451 2.723 8.781 3.708 1.632.689 4.307 1.409 5.854 2.34 2.953 1.782 5.815 3.903 8.586 5.855 1.383.975 5.64 3.116 5.852 4.879zM29.729
23.466c-1.431-.027-2.443.156-3.513.389v.195h.195c.683 1.402 1.888 2.306 2.731 3.513.65 1.367 1.301 2.732 1.952 4.097l.194-.193c1.209-.853 1.762-2.214 1.755-4.294-.484-.509-.555-1.147-.975-1.755-.556-.811-1.635-1.272-2.339-1.952z "></path>
</svg>
<span class="skillicon-title ">
<p>MySQL</p>
</span>
</div>
<div class="skillicon-box ">
<svg width="50 " height="50 " viewBox="0 0 128 128 ">
<path d="M93.809 92.112c.785-6.533.55-7.492 5.416-6.433l1.235.108c3.742.17 8.637-.602 11.513-1.938 6.191-2.873 9.861-7.668 3.758-6.409-13.924 2.873-14.881-1.842-14.881-1.842 14.703-21.815 20.849-49.508 15.543-56.287-14.47-18.489-39.517-9.746-39.936-9.52l-.134.025c-2.751-.571-5.83-.912-9.289-.968-6.301-.104-11.082
1.652-14.709 4.402 0 0-44.683-18.409-42.604 23.151.442 8.841 12.672 66.898 27.26 49.362 5.332-6.412 10.484-11.834 10.484-11.834 2.558 1.699 5.622 2.567 8.834 2.255l.249-.212c-.078.796-.044 1.575.099 2.497-3.757 4.199-2.653 4.936-10.166
6.482-7.602 1.566-3.136 4.355-.221 5.084 3.535.884 11.712 2.136 17.238-5.598l-.22.882c1.474 1.18 1.375 8.477 1.583 13.69.209 5.214.558 10.079 1.621 12.948 1.063 2.868 2.317 10.256 12.191 8.14 8.252-1.764 14.561-4.309 15.136-27.985
"></path><path d="M75.458 125.256c-4.367 0-7.211-1.689-8.938-3.32-2.607-2.46-3.641-5.629-4.259-7.522l-.267-.79c-1.244-3.358-1.666-8.193-1.916-14.419-.038-.935-.064-1.898-.093-2.919-.021-.747-.047-1.684-.085-2.664-1.553.742-3.213 1.27-4.962 1.568-3.079.526-6.389.356-9.84-.507-2.435-.609-4.965-1.871-6.407-3.82-4.203
3.681-8.212 3.182-10.396 2.453-3.853-1.285-7.301-4.896-10.542-11.037-2.309-4.375-4.542-10.075-6.638-16.943-3.65-11.96-5.969-24.557-6.175-28.693-.648-12.945 2.837-22.203 10.356-27.514 11.861-8.378 29.832-3.451 36.384-1.214 4.402-2.653
9.581-3.944 15.433-3.851 3.143.051 6.136.327 8.916.823 2.9-.912 8.628-2.221 15.185-2.139 12.081.144 22.092 4.852 28.949 13.615 4.894 6.252 2.474 19.381.597 26.651-2.642 10.226-7.271 21.102-12.957 30.57 1.544.011 3.781-.174 6.961-.831
6.274-1.295 8.109 2.069 8.607 3.575 1.995 6.042-6.677 10.608-9.382 11.864-3.466 1.609-9.117 2.589-13.745 2.377l-.202-.013-1.216-.107-.12 1.014-.116.991c-.311 11.999-2.025 19.598-5.552 24.619-3.697 5.264-8.835 6.739-13.361 7.709-1.544.33-2.947.474-4.219.474zm-9.19-43.671c2.819
2.256 3.066 6.501 3.287 14.434.028.99.054 1.927.089 2.802.106 2.65.355 8.855 1.327 11.477.137.371.26.747.39 1.146 1.083 3.316 1.626 4.979 6.309 3.978 3.931-.843 5.952-1.599 7.534-3.851 2.299-3.274 3.585-9.86 3.821-19.575l4.783.116-4.75-.57.14-1.186c.455-3.91.783-6.734
3.396-8.602 2.097-1.498 4.486-1.353 6.389-1.01-2.091-1.58-2.669-3.433-2.823-4.193l-.399-1.965 1.121-1.663c6.457-9.58 11.781-21.354 14.609-32.304 2.906-11.251 2.02-17.226 1.134-18.356-11.729-14.987-32.068-8.799-34.192-8.097l-.359.194-1.8.335-.922-.191c-2.542-.528-5.366-.82-8.393-.869-4.756-.08-8.593
1.044-11.739 3.431l-2.183 1.655-2.533-1.043c-5.412-2.213-21.308-6.662-29.696-.721-4.656 3.298-6.777 9.76-6.305 19.207.156 3.119 2.275 14.926 5.771 26.377 4.831 15.825 9.221 21.082 11.054 21.693.32.108 1.15-.537 1.976-1.529 5.37-6.459
10.479-11.844 10.694-12.07l2.77-2.915 3.349 2.225c1.35.897 2.839 1.406 4.368 1.502l7.987-6.812-1.157 11.808c-.026.265-.039.626.065 1.296l.348 2.238-1.51 1.688-.174.196 4.388 2.025 1.836-2.301z "></path><path fill="#336791 " d="M115.731
77.44c-13.925 2.873-14.882-1.842-14.882-1.842 14.703-21.816 20.849-49.51 15.545-56.287-14.47-18.488-39.519-9.745-39.937-9.518l-.135.024c-2.751-.571-5.83-.911-9.291-.967-6.301-.103-11.08 1.652-14.707 4.402 0 0-44.684-18.408-42.606 23.151.442
8.842 12.672 66.899 27.26 49.363 5.332-6.412 10.483-11.834 10.483-11.834 2.559 1.699 5.622 2.567 8.833 2.255l.25-.212c-.078.796-.042 1.575.1 2.497-3.758 4.199-2.654 4.936-10.167 6.482-7.602 1.566-3.136 4.355-.22 5.084 3.534.884 11.712
2.136 17.237-5.598l-.221.882c1.473 1.18 2.507 7.672 2.334 13.557-.174 5.885-.29 9.926.871 13.082 1.16 3.156 2.316 10.256 12.192 8.14 8.252-1.768 12.528-6.351 13.124-13.995.422-5.435 1.377-4.631 1.438-9.49l.767-2.3c.884-7.367.14-9.743
5.225-8.638l1.235.108c3.742.17 8.639-.602 11.514-1.938 6.19-2.871 9.861-7.667 3.758-6.408z "></path><path fill="#fff " d="M75.957 122.307c-8.232 0-10.84-6.519-11.907-9.185-1.562-3.907-1.899-19.069-1.551-31.503.024-.881.754-1.577 1.64-1.55.881.024
1.575.758 1.55 1.639-.401 14.341.168 27.337 1.324 30.229 1.804 4.509 4.54 8.453 12.275 6.796 7.343-1.575 10.093-4.359 11.318-11.46.94-5.449 2.799-20.951 3.028-24.01.066-.878.828-1.539 1.71-1.472.878.066 1.537.832 1.472 1.71-.239 3.185-2.089
18.657-3.065 24.315-1.446 8.387-5.185 12.191-13.794 14.037-1.463.313-2.792.453-4 .454zM31.321 90.466c-.785 0-1.498-.145-2.116-.35-5.347-1.784-10.44-10.492-15.138-25.885-3.576-11.717-5.842-23.947-6.041-27.922-.589-11.784 2.445-20.121
9.02-24.778 13.007-9.216 34.888-.44 35.813-.062.815.333 1.207 1.265.873 2.081-.333.815-1.265 1.206-2.08.874-.211-.086-21.193-8.492-32.768-.285-5.622 3.986-8.203 11.392-7.672 22.011.167 3.349 2.284 15.285 5.906 27.149 4.194 13.742 8.967
22.413 13.096 23.79.648.216 2.62.873 5.439-2.517 5.305-6.382 10.178-11.476 10.227-11.526.61-.636 1.62-.657 2.256-.047.636.61.658 1.62.048 2.255-.048.05-4.847 5.067-10.077 11.359-2.477 2.979-4.851 3.853-6.786 3.853zM100.75 77.021c-.307
0-.617-.088-.891-.272-.73-.493-.924-1.484-.431-2.215 14.863-22.055 20.08-48.704 15.612-54.414-5.624-7.186-13.565-10.939-23.604-11.156-7.433-.16-13.341 1.738-14.307 2.069l-.243.099c-.971.305-1.716-.227-1.997-.849-.333-.736-.06-1.606.631-2.025.046-.027.192-.089.429-.176l-.021.006.021-.007c1.641-.601
7.639-2.4 15.068-2.315 11.108.118 20.284 4.401 26.534 12.388 2.957 3.779 2.964 12.485.019 23.887-3.002 11.625-8.651 24.118-15.497 34.277-.306.457-.81.703-1.323.703zM101.51 87.231c-2.538 0-4.813-.358-6.175-1.174-1.4-.839-1.667-1.979-1.702-2.584-.382-6.71
3.32-7.878 5.208-8.411-.263-.398-.637-.866-1.024-1.349-1.101-1.376-2.609-3.26-3.771-6.078-.182-.44-.752-1.463-1.412-2.648-3.579-6.418-11.026-19.773-6.242-26.612 2.214-3.165 6.623-4.411 13.119-3.716-1.911-5.822-11.011-24.034-32.604-24.388-6.494-.108-11.82
1.889-15.822 5.93-8.96 9.049-8.636 25.422-8.631 25.586.023.881-.672 1.614-1.553 1.637-.881.028-1.613-.672-1.637-1.553-.02-.727-.354-17.909 9.554-27.916 4.637-4.683 10.741-6.995 18.142-6.874 13.814.227 22.706 7.25 27.732 13.101 5.479
6.377 8.165 13.411 8.386 15.759.165 1.746-1.088 2.095-1.341 2.147l-.576.013c-6.375-1.021-10.465-.312-12.156 2.104-3.639 5.201 3.406 17.834 6.414 23.229.768 1.376 1.322 2.371 1.576 2.985.988 2.396 2.277 4.006 3.312 5.3.911 1.138 1.7
2.125 1.982 3.283.131.23 1.99 2.98 13.021.703 2.765-.57 4.423-.083 4.93 1.45.997 3.015-4.597 6.532-7.694 7.97-2.775 1.29-7.204 2.106-11.036 2.106zm-4.696-4.021c.35.353 2.101.962 5.727.806 3.224-.138 6.624-.839 8.664-1.786 2.609-1.212
4.351-2.567 5.253-3.492l-.5.092c-7.053 1.456-12.042 1.262-14.828-.577-.199-.131-.378-.267-.54-.401-.302.119-.581.197-.78.253-1.58.443-3.214.902-2.996 5.105zM51.252 92.125c-1.752 0-3.596-.239-5.479-.71-1.951-.488-5.24-1.957-5.19-4.37.057-2.707
3.994-3.519 5.476-3.824 5.354-1.103 5.703-1.545 7.376-3.67.488-.619 1.095-1.39 1.923-2.314 1.229-1.376 2.572-2.073 3.992-2.073.989 0 1.8.335 2.336.558 1.708.708 3.133 2.42 3.719 4.467.529 1.847.276 3.625-.71 5.006-3.237 4.533-7.886
6.93-13.443 6.93zm-7.222-4.943c.481.372 1.445.869 2.518 1.137 1.631.408 3.213.615 4.705.615 4.546 0 8.196-1.882 10.847-5.594.553-.774.387-1.757.239-2.274-.31-1.083-1.08-2.068-1.873-2.397-.43-.178-.787-.314-1.115-.314-.176 0-.712 0-1.614
1.009-.762.851-1.311 1.548-1.794 2.162-2.084 2.646-3.039 3.544-9.239 4.821-1.513.31-2.289.626-2.674.835zM56.299 79.822c-.774 0-1.454-.565-1.575-1.354-.04-.265-.066-.531-.08-.799-4.064-.076-7.985-1.82-10.962-4.926-3.764-3.927-5.477-9.368-4.699-14.927.845-6.037.529-11.366.359-14.229-.047-.796-.081-1.371-.079-1.769.003-.505.013-1.844
4.489-4.113 1.592-.807 4.784-2.215 8.271-2.576 5.777-.597 9.585 1.976 10.725 7.246 3.077 14.228.244 20.521-1.825 25.117-.385.856-.749 1.664-1.04 2.447l-.257.69c-1.093 2.931-2.038 5.463-1.748 7.354.134.871-.464 1.685-1.335 1.819l-.244.02zm-13.835-37.562l.062
1.139c.176 2.974.504 8.508-.384 14.86-.641 4.585.759 9.06 3.843 12.276 2.437 2.542 5.644 3.945 8.94 3.945h.068c.369-1.555.982-3.197 1.642-4.966l.255-.686c.329-.884.714-1.74 1.122-2.646 1.991-4.424 4.47-9.931 1.615-23.132-.565-2.615-1.936-4.128-4.189-4.627-4.628-1.022-11.525
2.459-12.974 3.837zM52.094 41.583c-.08.564 1.033 2.07 2.485 2.271 1.449.203 2.689-.975 2.768-1.539.079-.564-1.033-1.186-2.485-1.388-1.451-.202-2.691.092-2.768.656zM54.912 44.409l-.407-.028c-.9-.125-1.81-.692-2.433-1.518-.219-.29-.576-.852-.505-1.354.101-.736.999-1.177
2.4-1.177.313 0 .639.023.967.069.766.106 1.477.327 2.002.62.91.508.977 1.075.936 1.368-.112.813-1.405 2.02-2.96 2.02zm-2.289-2.732c.045.348.907 1.496 2.029 1.651l.261.018c1.036 0 1.81-.815 1.901-1.082-.096-.182-.762-.634-2.025-.81-.28-.04-.556-.059-.821-.059-.812
0-1.243.183-1.345.282zM96.228 40.432c.079.564-1.033 2.07-2.484 2.272-1.45.202-2.691-.975-2.771-1.539-.076-.564 1.036-1.187 2.486-1.388 1.45-.203 2.689.092 2.769.655zM93.409 42.992c-1.396 0-2.601-1.086-2.7-1.791-.115-.846 1.278-1.489
2.712-1.688.316-.044.629-.066.93-.066 1.238 0 2.058.363 2.14.949.053.379-.238.964-.739 1.492-.331.347-1.026.948-1.973 1.079l-.37.025zm.943-3.013c-.276 0-.564.021-.856.061-1.441.201-2.301.779-2.259 1.089.048.341.968 1.332 2.173 1.332l.297-.021c.787-.109
1.378-.623 1.66-.919.443-.465.619-.903.598-1.052-.028-.198-.56-.49-1.613-.49zM98.317 72.822c-.305 0-.613-.088-.886-.27-.732-.49-.929-1.481-.438-2.213 3.398-5.075 2.776-10.25 2.175-15.255-.257-2.132-.521-4.337-.453-6.453.07-2.177.347-3.973.614-5.71.317-2.058.617-4.002.493-6.31-.048-.88.627-1.631
1.507-1.679.883-.047 1.632.627 1.679 1.507.142 2.638-.197 4.838-.525 6.967-.253 1.643-.515 3.342-.578 5.327-.061 1.874.178 3.864.431 5.97.64 5.322 1.365 11.354-2.691 17.411-.308.459-.813.708-1.328.708z "></path><path stroke="#fff
" stroke-width="3 " stroke-linecap="round " stroke-linejoin="round " d="M4.335 19.029 " fill="none "></path>
</svg>
<span class="skillicon-title ">
<p>PostgreSQL</p>
</span>
</div>
</div>
</div>
<div class="Tools_wrapper ">
<div class="Tools-skill ">Tools</div>
<div class="skillicons ">
<div class="skillicon-box ">
<svg width="80 " height="80 " viewBox="0 0 128 128 ">
<path fill-rule="evenodd " clip-rule="evenodd " fill="#3A4D54 " d="M73.8 50.8h11.3v11.5h5.7c2.6 0 5.3-.5 7.8-1.3 1.2-.4 2.6-1 3.8-1.7-1.6-2.1-2.4-4.7-2.6-7.3-.3-3.5.4-8.1 2.8-10.8l1.2-1.4 1.4 1.1c3.6 2.9 6.5 6.8 7.1 11.4
4.3-1.3 9.3-1 13.1 1.2l1.5.9-.8 1.6c-3.2 6.2-9.9 8.2-16.4 7.8-9.8 24.3-31 35.8-56.8 35.8-13.3 0-25.5-5-32.5-16.8l-.1-.2-1-2.1c-2.4-5.2-3.1-10.9-2.6-16.6l.2-1.7h9.6v-11.4h11.3v-11.2h22.5v-11.3h13.5v22.5z "></path><path fill="#00AADA
" d="M110.4 55.1c.8-5.9-3.6-10.5-6.4-12.7-3.1 3.6-3.6 13.2 1.3 17.2-2.8 2.4-8.5 4.7-14.5 4.7h-72.2c-.6 6.2.5 11.9 3 16.8l.8 1.5c.5.9 1.1 1.7 1.7 2.6 3 .2 5.7.3 8.2.2 4.9-.1 8.9-.7 12-1.7.5-.2.9.1 1.1.5.2.5-.1.9-.5 1.1-.4.1-.8.3-1.3.4-2.4.7-5
1.1-8.3 1.3h-.6000000000000001c-1.3.1-2.7.1-4.2.1-1.6 0-3.1 0-4.9-.1 6 6.8 15.4 10.8 27.2 10.8 25 0 46.2-11.1 55.5-35.9 6.7.7 13.1-1 16-6.7-4.5-2.7-10.5-1.8-13.9-.1z "></path><path fill="#28B8EB " d="M110.4 55.1c.8-5.9-3.6-10.5-6.4-12.7-3.1
3.6-3.6 13.2 1.3 17.2-2.8 2.4-8.5 4.7-14.5 4.7h-68c-.3 9.5 3.2 16.7 9.5 21 4.9-.1 8.9-.7 12-1.7.5-.2.9.1 1.1.5.2.5-.1.9-.5 1.1-.4.1-.8.3-1.3.4-2.4.7-5.2 1.2-8.5 1.4l-.1-.1c8.5 4.4 20.8 4.3 35-1.1 15.8-6.1 30.6-17.7 40.9-30.9-.2.1-.4.1-.5.2z
"></path><path fill="#028BB8 " d="M18.7 71.8c.4 3.3 1.4 6.4 2.9 9.3l.8 1.5c.5.9 1.1 1.7 1.7 2.6 3 .2 5.7.3 8.2.2 4.9-.1 8.9-.7 12-1.7.5-.2.9.1 1.1.5.2.5-.1.9-.5 1.1-.4.1-.8.3-1.3.4-2.4.7-5.2 1.2-8.5 1.4h-.4c-1.3.1-2.7.1-4.1.1-1.6 0-3.2 0-4.9-.1 6 6.8
15.5 10.8 27.3 10.8 21.4 0 40-8.1 50.8-26h-85.1v-.1z "></path><path fill="#019BC6 " d="M23.5 71.8c1.3 5.8 4.3 10.4 8.8 13.5 4.9-.1 8.9-.7 12-1.7.5-.2.9.1 1.1.5.2.5-.1.9-.5 1.1-.4.1-.8.3-1.3.4-2.4.7-5.2 1.2-8.6 1.4 8.5 4.4 20.8 4.3
34.9-1.1 8.5-3.3 16.8-8.2 24.2-14.1h-70.6z "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#00ACD3 " d="M28.4 52.7h9.8v9.8h-9.8v-9.8zm.8.8h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5
0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zM39.6 41.5h9.8v9.8h-9.8v-9.8zm.9.8h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1z
"></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#23C2EE " d="M39.6 52.7h9.8v9.8h-9.8v-9.8zm.9.8h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1z
"></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#00ACD3 " d="M50.9 52.7h9.8v9.8h-9.8v-9.8zm.8.8h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1z
"></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#23C2EE " d="M50.9 41.5h9.8v9.8h-9.8v-9.8zm.8.8h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zM62.2 52.7h9.8v9.8h-9.8v-9.8zm.8.8h.8v8.1h-.8v-8.1zm1.5
0h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1z "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#00ACD3 " d="M62.2 41.5h9.8v9.8h-9.8v-9.8zm.8.8h.8v8.1h-.8v-8.1zm1.5
0h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1z "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#23C2EE " d="M62.2 30.2h9.8v9.8h-9.8v-9.8zm.8.8h.8v8.1h-.8v-8.1zm1.5
0h.8v8.1h-.8v-8.1zm1.4 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1z "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#00ACD3 " d="M73.5 52.7h9.8v9.8h-9.8v-9.8zm.8.8h.8v8.1h-.8v-8.1zm1.4
0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1zm1.5 0h.8v8.1h-.8v-8.1z "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#D4EEF1 " d="M48.8 78.3c1.5 0 2.7 1.2 2.7 2.7 0 1.5-1.2 2.7-2.7
2.7-1.5 0-2.7-1.2-2.7-2.7 0-1.5 1.2-2.7 2.7-2.7 "></path><path fill-rule="evenodd " clip-rule="evenodd " fill="#3A4D54 " d="M48.8 79.1c.2 0 .5 0 .7.1-.2.1-.4.4-.4.7 0 .4.4.8.8.8.3 0 .6-.2.7-.4.1.2.1.5.1.7 0 1.1-.9 1.9-1.9 1.9-1.1 0-1.9-.9-1.9-1.9
0-1 .8-1.9 1.9-1.9M1.1 72.8h125.4c-2.7-.7-8.6-1.6-7.7-5.2-5 5.7-16.9 4-20 1.2-3.4 4.9-23 3-24.3-.8-4.2 5-17.3 5-21.5 0-1.4 3.8-21 5.7-24.3.8-3 2.8-15 4.5-20-1.2 1.1 3.5-4.9 4.5-7.6 5.2 "></path><path fill="#BFDBE0 " d="M56 97.8c-6.7-3.2-10.3-7.5-12.4-12.2-2.5.7-5.5
1.2-8.9 1.4-1.3.1-2.7.1-4.1.1-1.7 0-3.4 0-5.2-.1 6 6 13.6 10.7 27.5 10.8h3.1z "></path><path fill="#D4EEF1 " d="M46.1 89.9c-.9-1.3-1.8-2.8-2.5-4.3-2.5.7-5.5 1.2-8.9 1.4 2.3 1.2 5.7 2.4 11.4 2.9z "></path>
</svg>
<span class="skillicon-title ">
<p>Docker</p>
</span>
</div>
<div class="skillicon-box ">
<div class="astudio_wrapper">
<img src="https://upload.wikimedia.org/wikipedia/commons/3/34/Android_Studio_icon.svg" alt="">
</div>
<span class="skillicon-title ">
<p>Android Studio</p>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> -->
<section class="portfolio" id="portfolio">
<div class="container ">
<div class="section-heading ">
<h1>Portfolio</h1>
<h6>What I've done</h6>
</div>
<!-- port1 -->
<div class="portfolio-item ">
<div class="portfolio-description ">
<h1>To-Do CLI</h1>
<!-- <a href="# " target="_blank " class="cta ">Visit site <i
class="fa fa-eye "></i></a> <br> -->
<a href="https://github.com/SPahooja/Todo-CLI" target="_blank " class="cta ">View Github <i
class="fa fa-github "></i></a> <br>
<a href="javascript:void(0) " class="cta expandDetails ">
More info<br>
<div class="arrowDown ">
<i class="fa fa-chevron-down "></i>
</div>
<div class="arrowUp ">
<i class="fa fa-chevron-up "></i>
</div>
</a>
</div>
<div class="portfolio-img " data-aos="fade-in " data-aos-delay="100 ">
<img src="images/task-gif.gif" alt=" ">
</div>
<div class="portfolio-long ">
<img class="extrapic " align="right " src="images/task-logo.png " alt=" ">
<div class="subheading ">GOAL:</div>
<br><br>
<p>
Make a lightweight website for a family business to replace clunky resource-intensive to-do apps.
<br> <br> It allow tohave a universal list allowing to manage various projects with grouping implemented with <b>Go</b> and <b>Bolt DB</b>
<br> The challenge was to implement isolated grouping without huge external dependancies which was solved by Bolt DB, an extremely useful Database rewritten in pure Go with allows for cross device compilation natively
</p>
</div>
</div>
<!-- /port1 -->
<!-- port2 -->
<div class="portfolio-item ">
<div class="portfolio-img " data-aos="fade-in " data-aos-delay="100 ">
<img src="images/mlmodels.webp " alt=" ">
</div>
<div class="portfolio-description ">
<h1>ML Models</h1>
<!-- <a href=" " target="_blank " class="cta ">Visit site <i
class="fa fa-eye "></i></a> <br> -->
<a href="https://github.com/SPahooja/ML-Models" target="_blank " class="cta ">View Github <i
class="fa fa-github "></i></a> <br>
<a href="javascript:void(0) " class="cta expandDetails ">
More info<br>
<div class="arrowDown ">
<i class="fa fa-chevron-down "></i>
</div>
<div class="arrowUp ">
<i class="fa fa-chevron-up "></i>
</div>
</a>
</div>
<div class="break "></div>
<!-- break -->
<div class="portfolio-long ">
<!-- <img class="extrapic " align="right " src="images/project-img.jpg " alt=" "> -->
<div class="subheading ">GOAL:</div>
<p>
I have always been amazed by the exabytes of data flowing around and the ever increasing amount generated by users daily.I stumbled upon some posts of people creating some application to classify, automate and gather contractive information from a data
dump. So i hopped online and learnt Python with frameowrks like Keras and Tensorflow along with immense resources provided by Datasets like Kaggle and Microsoft.
<br><br> I made some Machine Learning Models from Cat-Dog classifier to customer analysis to predict which employee will quit, even a large scalable model for industry to route service tickets among a large corporation.
<br><br>
<div class="subheading ">Some of them:</div>
<ul>
<li>
<!-- <img class="extrapic " align="right " src="images/service-now.jpg " alt=" ">-->
For a work project, I took the task to reduce the manpower behind routing <b>ServiceNow</b> tickets. My model takes in user requests and apply NLP along with sentiment analysis from user description and classification
based on years of data dump, routed the ticket to the correct department with an accuracy of <b>92%</b>.
</li>
<li>Employee Retention Prediction: This model can be trained on any dataset gathered by HR or a survey to predict employees most likely to quit using KNN (K-Nearest Neighbors)</li>
<li>Some classifcation models to detect faces, facial expressions,poses and some NLP models to detect sarcasm and insults which could be scaled to a bigger project(coming soon ...)
</li>
<!-- <li>Less is more. The old site planted text above pictures and gradients everywhere in the background. All in all, it cluttered everything and made it hard to focus on the actual important information: pricing and address.
So I decided to go for a simple approach font-wise here, making sure that the background does not compete with the content and text is easily legible.
</li> -->
</ul>
</p>
</div>
</div>
<!-- /port2 -->
<!-- port1 -->
<div class="portfolio-item ">
<div class="portfolio-description ">
<h1>Personal Website</h1>
<a href="index.html" target="_blank " class="cta ">Visit site <i
class="fa fa-eye "></i></a> <br>
<a href="https://github.com/SPahooja/SPahooja.github.io" target="_blank " class="cta ">View Github <i
class="fa fa-github "></i></a> <br>
<a href="javascript:void(0) " class="cta expandDetails ">
More info<br>
<div class="arrowDown ">
<i class="fa fa-chevron-down "></i>
</div>
<div class="arrowUp ">
<i class="fa fa-chevron-up "></i>
</div>
</a>
</div>
<div class="portfolio-img " data-aos="fade-in " data-aos-delay="100 ">
<img src="images/my-website.png" alt=" ">
</div>
<div class="portfolio-long ">
<div class="subheading ">GOAL:</div>
<p>
Make a fluid, responsive personal website showcasing my skills and to be honest my ambition as a child
<br>I did this using HTMl with Vanilla CSS and JS to enable responsiveness without any over the top fancy frameworks
<br> This provided as a realy good opportunity to refresh my knowledge of creating a basic website and exploring small utility libraries like AOS.
</p>
</div>
</div>
<!-- /port1 -->
<a href="https://github.com/SPahooja" target="_blank ">
<div class="button-wrapper ">
<button class="btn draw-border ">View All Projects</button>
</div>
</a>
</div>
</section>
<!--
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> -->
<section class="experience" id="experience">
<div class="conatiner ">
<div class="section-heading ">
<h1>Work Experience</h1>
<h6>Maybe, you're next?</h6>
</div>
<div class="timeline " data-aos="fade-down " data-aos-delay="300 ">
<ul>
<!-- <li class="date " data-date="Summer' 20 ">
<h1>?????</h1>
<p></p>
</li> -->
<li class="date " data-date="Summer' 19 ">
<h1>Home Trust Company</h1>
<p>Performed QA on a project involving the redesign of company's website and emphasizing on customer relations
<br>Performed SEO Analysis increasing the customer traffic and interaction by 35%
</p>
</li>
<li class="date " data-date="Summer' 18">
<h1>uTrade Solutions</h1>
<p>Inolved in the development of a historic charting module, with real time analysis as a Stock Trade Development Intern on full suite multi-asset trading platform offering a web, mobile & desktop trading front end, along with
comprehensive risk management OMS
</p>
</li>
<li class="date " data-date="Summer' 16">
<h1>Code Brew Labs</h1>
<p>Developed Android application for the Sales Inquiry Platform of a Commercial Vehicle Manufacturing company.
<br>Coordinated with marketing and business teams, CV OEM and customers to access requirements and feedback
</p>
</li>
</ul>
</div>
</div>
</section>
<!--
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> -->
<!-- <section class="contact " id="contact ">
<div class="conatiner ">
<div class="section-heading ">
<h1>Contact</h1>
<h6>Lets work together</h6>
</div>
<form action=" " data-aos="fade-up " data-aos-delay="300 ">
<label for="name ">Name:</label>
<input type="text " id="name " name="name " placeholder="Enter your name... " required>
<label for="email ">Email:</label>
<input type="email " id="email " name="email " placeholder="Enter your email " required>
<label for="service ">Services:</label>
<select name="services " id="service ">
<option value="Option 1 ">Option1</option>
<option value="Option 2 ">Option2</option>
<option value="Option 3 ">Option3</option>
</select>
<label for="subject ">Subject:</label>
<textarea name="subject " id="subject " cols="10 " rows="10 "></textarea>
<input type="submit " value="Submit ">
</form>
</div>
</section> -->
<!--
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> -->
<section id="contact">
<h1 class="section-header ">CONTACT</h1>
<div class="contact-wrapper ">
<!----------------
CONTACT PAGE LEFT
----------------->
<!--
<form class="form-horizontal " role="form " method="post " action="contact.php ">
<div class="form-group ">
<div class="col-sm-12 ">
<input type="text " class="form-control " id="name " placeholder="NAME " name="name " value=" ">
</div>
</div>
<div class="form-group ">
<div class="col-sm-12 ">
<input type="email " class="form-control " id="email " placeholder="EMAIL " name="email " value=" ">
</div>
</div>
<textarea class="form-control " rows="10 " placeholder="MESSAGE " name="message "></textarea>
<button class="btn btn-primary send-button " id="submit " type="submit " value="SEND ">
<div class="button ">
<i class="fa fa-paper-plane "></i><span class="send-text ">SEND</span>
</div>
</button>
</form> -->
<!----------------
CONTACT PAGE RIGHT
----------------->
<div class="direct-contact-container ">
<ul class="contact-list ">
<li class="list-item "><i class="fa fa-map-marker fa-2x "><span class="contact-text place ">Waterloo | ON</span></i></li>
<li class="list-item "><i class="fa fa-phone fa-2x "><span class="contact-text phone "><a href="tel:91-819-694-1200 " title="Give me a call ">+91 (819) 694-1200</a></span></i></li>
<li class="list-item "><i class="fa fa-envelope fa-2x "><span class="contact-text gmail "><a href="mailto:[email protected] " title="Send me an email ">[email protected]</a></span></i></li>
</ul>
<hr>
<ul class="social-media-list ">
<li>
<a href="https://github.com/SPahooja" target="_blank " class="contact-icon ">
<i class="fa fa-github " aria-hidden="true "></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/sahil-pahooja/" target="_blank " class="contact-icon ">
<i class="fa fa-linkedin " aria-hidden="true "></i></a>
</li>
<li>
<a href="https://www.instagram.com/sahil_pahooja/" target="_blank " class="contact-icon ">
<i class="fa fa-instagram " aria-hidden="true "></i></a>
</li>
<li>
<a href="https://www.facebook.com/sahil.pahooja/" target="_blank " class="contact-icon ">
<i class="fa fa-facebook " aria-hidden="true "></i></a>
</li>
</ul>
<hr>
<div class="copyright ">© SAHIL PAHOOJA<br> ALL RIGHTS RESERVED</div>
</div>
</div>
</section>
<!-- <footer class="copyright ">
<div class="up " id="up ">
<i class="fa fa-chevron-up ">
</i>
</div>
<p>© 2020 Sahil Pahooja</p>
</footer> -->
<!--
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
-->
<!-- </div> -->
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js "></script>
<script src="https://unpkg.com/aos@next/dist/aos.js "></script>
<script src="JS/basic_main.js "></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/TweenLite.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/EasePack.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo.js'></script>
</html>