-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
775 lines (736 loc) · 31.4 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Vinay Kharayat — Blockchain developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Portfolio of vinay kharayat, blockchain developer."
/>
<meta
name="keywords"
content="
software developer,
freelancer,
web developer,
magento2 developer,
php developer,
portfolio,
indian php developer,
indian web developer,
data scientist,
web3 developer,
blockchain developer,
solidity,
nodejs,
docker,
ethereum developer
"
/>
<meta name="author" content="Vinay Kharayat" />
<!--
//////////////////////////////////////////////////////
FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FreeHTML5.co
Website: http://freehtml5.co/
Email: [email protected]
Twitter: http://twitter.com/fh5co
Facebook: https://www.facebook.com/fh5co
//////////////////////////////////////////////////////
-->
<!-- Facebook and Twitter integration -->
<!-- <meta property="og:title" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" /> -->
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico" />
<!-- <link href='https://fonts.googleapis.com/css?family=Work+Sans:400,300,600,400italic,700' rel='stylesheet' type='text/css'> -->
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css" />
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css" />
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" />
<!-- Theme style -->
<!-- <link rel="stylesheet" href="css/style.css"> -->
<link rel="stylesheet" href="sass/style.css" />
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
<!--Devicon-->
<!-- <link rel="stylesheet" src="css/devicon.min.css"> -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css"
/>
</head>
<body
style="background: url(images/background.jpg); background-size: contain"
>
<div id="fh5co-main">
<div class="fh5co-tab-wrap">
<ul class="fh5co-tab-menu">
<li class="active">
<a href="#" data-tab="1"
><span class="icon icon-glass"></span
><span class="menu-text">Profile</span></a
>
</li>
<li>
<a href="#" data-tab="2"
><span class="icon icon-wrench"></span
><span class="menu-text">Projects</span></a
>
</li>
<li>
<a href="#" data-tab="3"
><span class="icon icon-graduation-cap"></span
><span class="menu-text">Education</span></a
>
</li>
<!-- <li><a href="#" data-tab="4"><span class="icon icon-certificate"></span><span class="menu-text">Certificates</span></a></li> -->
<li>
<a href="#" data-tab="5"
><span class="icon icon-black-tie"></span
><span class="menu-text">Experience</span></a
>
</li>
<!-- <li><a href="#" data-tab="6" data-pie="yes"><span class="icon icon-fighter-jet"></span><span class="menu-text">Skills</span></a></li> -->
</ul>
<div class="fh5co-tab-content active" data-content="1">
<div class="fh5co-content-inner text-center">
<div class="row row-bottom-padded-sm">
<div class="col-md-12">
<figure>
<img src="images/pfp.png" alt="Profile Picture" />
</figure>
<h1>Vinay Kharayat</h1>
<p>
Born and raised in
<a href="https://en.wikipedia.org/wiki/Pithoragarh"
>Pithoragarh, Uttarakhand</a
>. I am a technology enthusiast and a passionate programmer, I
have good problem solving skills and creative thinking. I
believe in honest and hard work, and try to maintain high
ethical standards in all my projects.
</p>
<h2>Some interesting facts about me</h2>
<p>
I am a <a href="#">Blockchain developer</a>.I keep on
improving my problem solving skills through Hackerrank. In
addition, I enjoy sharing my knowledge and experiences through
writing blogs about technology, offering tips and tricks
related to Android. Currently working as
<a href="">Blockchain developer</a>.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 fh5co-counter">
<div class="fh5co-number fh5co-left">3+</div>
<div class="fh5co-text">
<h3 class="border-bottom">Years of working experience</h3>
<p>
Currently working in a private firm as a full time
Blockchain developer.
</p>
</div>
</div>
</div>
<ul class="fh5co-social">
<li>
<a href="mailto:[email protected]"
><i class="icon-envelope"></i
></a>
</li>
<li>
<a href="https://twitter.com/VinayKharayat"
><i class="icon-twitter"></i
></a>
</li>
<li>
<a href="https://www.instagram.com/vin_ai_/"
><i class="icon-instagram"></i
></a>
</li>
<li>
<a href="https://github.com/vinaykharayat"
><i class="icon-github"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/vinay-kharayat-489a1b147/"
><i class="icon-linkedin"></i
></a>
</li>
</ul>
</div>
</div>
<div class="fh5co-tab-content" data-content="2">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<p>These are some projects where I got opportunity to work.</p>
<!-- SNST Finance -->
<div class="fh5co-feature">
<div class="fh5co-icon">
<!-- <i class="icon-wrench"></i> -->
<img
src="https://snst.finance/images/logo.png"
width="64"
style="margin: 10%"
/>
</div>
<div class="fh5co-text">
<h2>2024-Present</h2>
<h3>
<a href="https://snst.finance/">SNST Finance</a>
</h3>
<h4 class="difficulty-level">
<span>Difficulty</span>:
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</h4>
<h4 class="difficulty-level">
<span>Tech Stack</span>:
<i class="devicon-vitejs-plain"></i>
<i class="devicon-solidity-plain"></i>
<i class="devicon-graphql-plain colored"></i>
</h4>
<p>
SNST finance is a MLM based project. Which uses ViteJs,
Solidity smart contracts and Subgraphs
</p>
</div>
</div>
<!-- Chain Event -->
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-wrench"></i>
<!-- <img src="https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_64,w_64,q_auto/12140784/304171_578918.png" -->
<!-- width="64" style="margin: 10%; background-color: white;"> -->
</div>
<div class="fh5co-text">
<h2>2023</h2>
<h3>
<a href="https://www.moxplatform.com/">Chain Event</a>
</h3>
<h4 class="difficulty-level">
<span>Difficulty</span>:
<i class="icon-star"></i>
<i class="icon-star"></i>
</h4>
<h4 class="difficulty-level">
<span>Tech Stack</span>:
<i class="devicon-nextjs-plain"></i>
<i class="devicon-solidity-plain"></i>
</h4>
<p>
Chain Event is the project to listen to EVM based
blockchain event in real time!
</p>
</div>
</div>
<!-- Mox -->
<div class="fh5co-feature">
<div class="fh5co-icon">
<!-- <i class="icon-wrench"></i> -->
<img
src="https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_64,w_64,q_auto/12140784/304171_578918.png"
width="64"
style="margin: 10%; background-color: white"
/>
</div>
<div class="fh5co-text">
<h2>2023</h2>
<h3><a href="https://www.moxplatform.com/">MOX</a></h3>
<h4 class="difficulty-level">
<span>Difficulty</span>:
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</h4>
<h4 class="difficulty-level">
<span>Tech Stack</span>:
<i class="devicon-solidity-plain"></i>
<i class="devicon-nodejs-plain colored"></i>
<i class="devicon-docker-plain colored"></i>
</h4>
<p>
MOX is an advertising platform that helps eliminating the
privacy concerns for ad targeting. Using ZKP we can verify
the legitimacy of users without sharing personal
information.
</p>
</div>
</div>
<!-- BinaryBlock -->
<div class="fh5co-feature">
<div class="fh5co-icon">
<!-- <i class="icon-wrench"></i> -->
<img
src="https://binaryblock.io/favicon.ico"
width="64"
style="margin: 10%; background-color: white"
/>
</div>
<div class="fh5co-text">
<h2>2023</h2>
<h3><a href="https://binaryblock.io/">BinaryBlock</a></h3>
<h4 class="difficulty-level">
<span>Difficulty</span>:
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</h4>
<h4 class="difficulty-level">
<span>Tech Stack</span>:
<i class="devicon-solidity-plain"></i>
<i class="devicon-react-plain colored"></i>
</h4>
<p>
A crypto asset that is unique and grants the holder daily
access to earn crypto. It is a valuable asset that also
provides ongoing earnings opportunities to holders.
</p>
</div>
</div>
<!-- SoarLift -->
<div class="fh5co-feature">
<div class="fh5co-icon">
<!-- <i class="icon-wrench"></i> -->
<img
src="https://play-lh.googleusercontent.com/qEYS0ITbZq5pAn5U9SHAf8joO3IqoftBdWiJqzk38ETNNPUS0XsRwrGj5bU-taQMMIQ=w240-h480"
width="64"
style="margin: 10%; background-color: white"
/>
</div>
<div class="fh5co-text">
<h2>2023-Present</h2>
<h3>
<a
href="https://play.google.com/store/apps/details?id=com.soartech.soarlift"
>SoarLift</a
>
</h3>
<h4 class="difficulty-level">
<span>Difficulty</span>:
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</h4>
<h4 class="difficulty-level">
<span>Tech Stack</span>:
<i class="devicon-flutter-plain colored"></i>
<i class="devicon-firebase-plain colored"></i>
</h4>
<p>
SoarLift is a service that I developed as my city doesn't
have Rapido.
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-wrench"></i>
<!-- <img src="icons/speakerbooster.png" width="64" style="margin: 10%;"> -->
</div>
<div class="fh5co-text">
<h2>2022</h2>
<h3>
<a href="http://vinaykharayat.pythonanywhere.com/"
>Snowfall Predicter</a
>
</h3>
<h4 class="difficulty-level">
<span>Difficulty</span>:
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</h4>
<h4 class="difficulty-level">
<span>Tech Stack</span>:
<i class="devicon-flask-original"></i>
<i class="devicon-python-plain colored"></i>
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
</h4>
<p>
A machine learning model trained on my hometown data that
can predict snowfall.
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<!-- <i class="icon-wrench"></i> -->
<img
src="icons/speakerbooster.png"
width="64"
style="margin: 10%"
/>
</div>
<div class="fh5co-text">
<h2>2021-Present</h2>
<h3>
<a
href="https://addons.mozilla.org/en-US/firefox/addon/speaker-booster/"
>Speaker Booster</a
>
</h3>
<h4 class="difficulty-level">
<span>Difficulty</span>:
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</h4>
<h4 class="difficulty-level">
<span>Tech Stack</span>:
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-firefox-plain colored"></i>
</h4>
<p>
A firefox add-on that will increase volumne output of your
speakers.
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-wrench"></i>
</div>
<div class="fh5co-text">
<h2>2020</h2>
<h3>
<a href="https://github.com/vinaykharayat/Helping_Hands"
>Helping Hands</a
>
</h3>
<h4 class="difficulty-level">
<span>Difficulty</span>:
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</h4>
<h4 class="difficulty-level">
<span>Tech Stack</span>:
<i class="devicon-java-plain colored"></i>
<i class="devicon-android-plain colored"></i>
<i class="devicon-firebase-plain colored"></i>
</h4>
<p>
An android application created for NGOs to give tasks to
their volunteers.
</p>
</div>
</div>
<!--<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>2008-2012</h2>
<p>Far far away, behind the word mountains, far from the countries.</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- Education Tab -->
<div class="fh5co-tab-content" data-content="3">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<p>
Not very good at academics to be honest. Anyway here are the
details.
</p>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>2017-2020</h2>
<p>
I completed my Bachelor's in Computer Applications from
DIT University, Dehradun.
</p>
</div>
</div>
<!-- <div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>2004-2008</h2>
<p>Far far away, behind the word mountains, far from the countries.</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>2008-2012</h2>
<p>Far far away, behind the word mountains, far from the countries.</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- Certificates Tab -->
<!-- <div class="fh5co-tab-content" data-content="4">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<p>I earned these Certificates after learning and working honestly.</p>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="fas fa-certificate"></i>
</div>
<div class="fh5co-text">
<h2>2017-2020</h2>
<p>I completed my Bachelor's in Computer Applications from DIT University, Dehradun.</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>2004-2008</h2>
<p>Far far away, behind the word mountains, far from the countries.</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>2008-2012</h2>
<p>Far far away, behind the word mountains, far from the countries.</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!--Experience Tab -->
<div class="fh5co-tab-content" data-content="5">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<p>
I have the privilege to work with these amazing companies. I
have 3+ years of working experience.
</p>
<div class="fh5co-feature">
<div class="fh5co-icon">
<img
src="https://media.dev.to/cdn-cgi/image/width=320,height=320,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F254519%2Fee3d9441-72fb-4e6c-a163-3dd8162ce1c3.png"
width="64"
style="margin: 10%"
/>
<!-- <i class="icon-black-tie"></i> -->
</div>
<div class="fh5co-text">
<h2>2023 - current</h2>
<h3>
<a href="https://webcomsystem.net/">Webcom Systems</a>
</h3>
<p>
My main responsibility is to design, code, test, and
deploy secure and efficient Solidity Smart Contracts.
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<!-- <img
src="https://www.prolitus.com/wp-content/uploads/2023/04/cropped-Group-682-180x180.png"
width="64"
style="margin: 10%"
/> -->
<i
class="icon-black-tie"
style="margin: 17%; font-size: 64px"
></i>
</div>
<div class="fh5co-text">
<h2>2022 - 2023</h2>
<h3>
<a href="https://www.prolitus.com/"
>Prolitus Technologies</a
>
</h3>
<p>
My main responsibility is to design, code, test, and
deploy secure and efficient Solidity Smart Contracts.
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<img
src="https://cedcoss.com/wp-content/uploads/2022/07/1-2-150x150.png"
width="64"
style="margin: 10%"
/>
<!-- <i class="icon-black-tie"></i> -->
</div>
<div class="fh5co-text">
<h2>2020 - 2022</h2>
<h3>
<a href="https://cedcoss.com/">CedCoss Technologies</a>
</h3>
<p>
As an Adobe Magento2 developer, I have improved my skills
in PHP by creating custom modules using OOPS concepts and
REST APIs. Through this work, I have gained expertise in
e-commerce domain, database management, and ORM.
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<!-- <img
src="https://androboot.com/wp-content/uploads/2018/06/cropped-fevicon-150x150.png"
width="64"
style="margin: 10%"
/> -->
<i
class="icon-black-tie"
style="margin: 17%; font-size: 64px"
></i>
</div>
<div class="fh5co-text">
<h2>2017 - Present</h2>
<h3><a href="https://androboot.com">Androboot</a></h3>
<p>
I write tech blogs during my spare time. I have pretty
good experience in SEO. My blog rank in Google's first
page for some keywords.
</p>
</div>
</div>
<!--
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>1999-2004</h2>
<h3>Previous Ltd Co.</h3>
<p>Far far away, behind the word mountains, far from the countries.</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- Skills Tab -->
<div class="fh5co-tab-content" data-content="6">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<p>These are some programming skills I know.</p>
</div>
<!-- <div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="95"><span><strong>HTML5</strong>95%</span></div>
</div>-->
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="100">
<span><strong>Machine Learning</strong></span>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="100">
<span><strong>Blockchain</strong></span>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="100">
<span><strong>Blogging</strong></span>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="100">
<span><strong>Java</strong></span>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="100">
<span><strong>Python</strong></span>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="100">
<span><strong>PHP</strong></span>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="100">
<span><strong>Android</strong></span>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="100">
<span><strong>Magento</strong></span>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="fh5co-footer">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<small> © 2024. All Rights Reserved. </small>
</div>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Easy PieChart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
</body>
</html>