-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
790 lines (758 loc) · 41.3 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
<!doctype html>
<html>
<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">
<!-- --------- Scroll Reveal Library by Arun --------- -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- --------- CSS Files --------- -->
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<link rel="stylesheet" href="https://vq.pe/creator/frontend/theme_2/css/style.css">
<title>Arun Kumar | Portfolio Website</title>
<meta name="description" content="My Portfolio Website" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-44GBLHR6NH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-44GBLHR6NH');
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<link href="https://vq.pe/creator/frontend/global/css/main.css?v=1678519628" rel="stylesheet">
<!-- Favicon Icon -->
<link rel="shortcut icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR4Foy6Z83v0-K_M3izrRROc_OYJ8uTwvE2qQ&usqp=CAU" type="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR4Foy6Z83v0-K_M3izrRROc_OYJ8uTwvE2qQ&usqp=CAU">
</head>
<body>
<header>
<nav class="container">
<a class="dynamic2 logo" href="/"><img id="c_68" class="dynamic" src="https://vq.pe/creator/frontend/img/2319/1676269519-PicsArt_02-13-11.55.02.png" width="150px" height="30px"></a>
<div class="links">
<ul>
<li>
<a href="#home" class="nav-link">Home</a>
</li>
<li>
<a href="https://topperu.mozellosite.com/" class="nav-link">TopperU</a>
</li>
<li>
<a href="https://www.instagram.com/savage_arun/" class="nav-link">Instagram</a>
</li>
<li>
<a href="https://www.facebook.com/Arun78278" class="nav-link">Facebook</a>
</li>
<li>
<a href="https://github.com/SavageArun" class="nav-link">GitHub</a>
</li>
<li>
<a href="https://www.linkedin.com/in/arun-prajapati-a5aa40262" class="nav-link">LinkedIn</a>
</li>
</ul>
<i style="display:none;" class="toggle-btn"></i>
</div>
<div class="hamburger">
<div class="bar"></div>
<div class="bar"></div>
</div>
</nav>
</header>
<section id="s_1" class="cdis showcase-area" >
<img src="https://vq.pe/creator/frontend/theme_2/assets/square1.png" class="shape square" alt="">
<div class="container">
<div class="showcase-info">
<h3 class="dynamic sub-heading" id="c_1">Freelancer Web Developer</h3>
<h1 class="dynamic heading" id="c_2">Hello, I'm Arun </h1>
<p class="dynamic text" id="c_3">
I'm a Fiverr freelance website developer with a knack for crafting functional websites and user-friendly Android and iOS applications. With years of experience, I stay updated on the latest web and mobile trends to deliver exceptional results for clients.</p>
<div class="cta">
<a class="dynamic btn" id="c_4" href="https://drive.google.com/file/d/1CpcuuQQiaQpIl3GDxBX8zI97CUkCIs1-/view?usp=drivesdk" >Download Resume</a>
</div>
</div>
<div class="showcase-image">
<img class="dynamic person" id="c_5" src="hero_arun.png" alt="Arun">
<!-- <img src="https://arun/creator/frontend/theme_2/assets/circle1.png" class="shape circle" alt="">
<img src="https://Savagearun/creator/frontend/theme_2/assets/dots.png" class="shape dots" alt=""> -->
</div>
</div>
</section>
<section id="s_2" class="cdis about section">
<img src="https://vq.pe/creator/frontend/theme_2/assets/triangle.png" class="shape triangle" alt="">
<div class="container">
<div class="about-grid">
<div class="about-card">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
id="_x31__x2C_5" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;"
xml:space="preserve">
<g>
<path class="st0"
d="M393.13,52.67C291.46,52.67,221.63,0,172.64,0S20.76,28.16,20.76,253.55S159.18,512,213.06,512 C465.4,512.01,573.19,52.67,393.13,52.67z">
</path>
</g>
<g>
<g>
<path class="st1" d="M378.33,116.35l20.78-20.78l10.39,10.39l-20.78,20.78L378.33,116.35z"></path>
</g>
<g>
<path class="st1" d="M383.47,163.05l10.39-10.39l20.78,20.78l-10.39,10. 39L383.47,163.05z"></path>
</g>
<g>
<path class="st1" d="M323.72,103.3l10.39-10.39l20.78,20.78l-10.39,10.39L323.72,103.3z"></path>
</g>
</g>
<g>
<circle class="st0" cx="148.79" cy="123.71" r="33.07"></circle>
</g>
<g>
<path class="st0"
d="M211.26,237.63c0-24.36-19.74-44.1-44.1-44.1h-36.75c-24.36,0-44.1,19.74-44.1,44.1v60.74 c0,5.57,3.15,10.66,8.13,13.14l13.14,6.57c4.98,2.48,8.13,7.58,8.13,13.14v75.44c0,8.11,6.59,14.7,14.7,14.7h36.75 c8.11,0,14.7-6.59,14.7-14.7v-75.44c0-5.57,3.15-10.66,8.13-13.14l13.14-6.57c4.98-2.48,8.13-7.58,8.13-13.14V237.63z">
</path>
</g>
<g>
<circle class="st0" cx="325.17" cy="329.5" r="62.47"></circle>
</g>
<g>
<path class="st1"
d="M148.79,123.71c0-12.21,6.69-22.75,16.54-28.49c-4.88-2.84-10.48-4.59-16.54-4.59 c-18.27,0-33.07,14.8-33.07,33.07s14.8,33.07,33.07,33.07c6.06,0,11.66-1.75,16.54-4.59C155.47,146.46,148.79,135.92,148.79,123.71 z">
</path>
</g>
<g>
<path class="st1"
d="M148.79,406.67v-75.44c0-5.57-3.15-10.66-8.13-13. 14l-13.14-6.57c-4.98-2.5-8.13-7.58-8.13-13.16v-60.74 c0-24.36,19.74-44.1,44.1-44.1h-33.07c-24.36,0-44.1,19.74-44.1,44.1v60.74c0,5.57,3.15,10.66,8.13,13.14l13.14,6.57 c4.98,2.48,8.13,7.58,8.13,13.14v75.44c0,8.11,6.59,14.7,14.7,14.7h33.07C155.37,421.37,148.79,414.78,148.79,406.67L148.79,406.67 z">
</path>
</g>
<g>
<path class="st1"
d="M295.78,329.5c0-28.74,19.52-52.7,45.93-59.97c-5.31-1.46-10.77-2.5-16.54-2.5 c-34.5,0-62.47,27.97-62.47,62.47s27.97,62.47,62.47,62.47c5.76,0,11.23-1.03,16.54-2.5C315.3,382.19,295.78,358.23,295.78,329.5z">
</path>
</g>
<g>
<path class="st2"
d="M148.79,167.81c-24.31,0-44.1-19.79-44.1-44.1s19.79-44.1,44.1-44.1s44.1,19.79,44.1,44.1 S173.1,167.81,148.79,167.81z M148.79,101.66c-12.16,0-22.05,9.89-22.05,22.05s9.89,22.05,22.05,22.05s22.05-9.89,22.05-22.05 S160.94,101.66,148.79,101.66z">
</path>
</g>
<g>
<path class="st2"
d="M167.16,432.39h-36.75c-14.18,0-25.72-11.54-25.72-25.72v-75.44c0-1.4-0.78-2.66-2.03-3.29l-13.16-6.57 c-8.76-4.38-14.21-13.2-14.21-23v-60.74c0-30.4,24.74-55.12,55.12-55.12h36.75c30.38,0,55.12,24.72,55.12,55.12v60.74 c0,9.8-5.45,18.62-14.23,23l-13.16,6.57c-1.23,0.63-2.01,1.9-2.01,3.29v75.44C192.88,420.85,181.34,432.39,167.16,432.39 L167.16,432.39z M130.41,204.55c-18.23,0-33.07,14.83-33.07,33.07v60.74c0,1.4,0.78,2.66,2.03,3.29l13.16,6.57 c8.76,4.38,14.21,13.2,14.21,23v75.44c0,2.03,1.65,3.67,3.67,3.67h36.75c2.03,0,3.67-1.65,3.67-3.67v-75.44 c0-9.8,5.45-18.62,14.23-23l13.16-6.57c1.25-0.62,2.03-1.88,2.03-3.29v-60.74c0-18.24-14.85-33.07-33.07-33.07H130.41z">
</path>
</g>
<g>
<path class="st2"
d="M325.17,402.99c-40.53,0-73.5-32.97-73.5-73.5s32.97-73.5,73.5-73.5s73.5,32.97,73.5,73.5 S365.7,402.99,325.17,402.99z M325.17,278.05c-28.37,0-51.45,23.08-51.45,51.45s23.08,51.45,51.45,51.45s51.45-23.08,51.45-51.45 S353.54,278.05,325.17,278.05z">
</path>
</g>
<g class="st2">
<path d="M356.28,376.31l15.59-15.59l60.68,60.68l-15.59,15.59L356.28,376.31z"></path>
</g>
</svg>
<h3 class="dynamic" id="c_6">Analysis</h3>
</div>
<div class="about-card">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
id="_x31__x2C_5" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;"
xml:space="preserve">
<path class="st0"
d="M404.26,52.67C302.59,52.67,232.77,0,183.78,0S31.89,28.16,31.89,253.55S170.31,512,224.2,512 C476.54,512.01,584.33,52.67,404.26,52.67z">
</path>
<path class="st1"
d="M240.77,50.21c-12.16,0-22.05-9.89-22.05-22.05s9.89-22.05,22.05-22.05s22.05,9.89,22.05,22.05 S252.92,50.21,240.77,50.21z M240.77,20.81c-4.06,0-7.35,3.29-7.35,7.35s3.29,7.35,7.35,7.35s7.35-3.29,7.35-7.35 S244.82,20.81,240.77,20.81z">
</path>
<g>
<path class="st2" d="M97.45,90.63h36.75v36.75H97.45V90.63z"></path>
<path class="st2"
d="M402.46,289.07c-10.14,0-18.37-8.23-18.37-18.37s8.23-18.37,18.37-18.37c10.14,0,18.37,8.23,18.37,18.37 S412.6,289.07,402.46,289.07z">
</path>
<path class="st0"
d="M325.29,421.37l-12.99-97.48c-0.97-7.31-7.2-12.76-14.57-12.76h-69.81c-7.36,0-13.6,5.45-14.57,12.76 l-13.01,97.48H325.29z">
</path>
<path class="st2"
d="M123.17,289.07c-10.14,0-18.37-8.23-18.37-18.37s8.23-18.37,18.37-18.37c10.14,0,18.37,8.23,18.37,18.37 S133.31,289.07,123.17,289.07z">
</path>
<path class="st2" d="M391.43,90.63h36.75v36.75h-36.75V90.63z"></path>
</g>
<path class="st0" d="M288.64,311.12l36.64-53.65l-62.47-144.79l-62.47,144.79l36.64,53.65H288.64z"></path>
<path class="st0" d="M97.45,90.63h33.07v36.75H97.45V90.63z"></path>
<path class="st0"
d="M417.15,270.7c0-2.79,0.72-5.37,1.84-7.73c-2.94-6.25-9.19-10.64-16.54-10.64c-10.14,0-18.37,8.23-18.37,18.37 s8.23,18.37,18.37,18.37c7.35,0,13.6-4.4,16.54-10.64C417.88,276.06,417.15,273.49,417.15,270.7z">
</path>
<path class="st1"
d="M260.98,311.12H227.9c-7.36,0-13.6,5.45-14.57,12.76l-12.99,97.48h33.07l12.99-97.48 C247.39,316.58,253.61,311.12,260.98,311.12z">
</path>
<path class="st0"
d="M137.87,270.7c0-2.79,0.72-5.37,1.84-7.73c-2.94-6.25-9.19-10.64-16.54-10.64c-10.14,0-18.37,8.23-18.37,18.37 s8.23,18.37,18.37,18.37c7.35,0,13.6-4.4,16.54-10.64C138.59,276.06,137.87,273.49,137.87,270.7z">
</path>
<path class="st0" d="M391.43,90.63h33.07v36.75h-33.07V90.63z"></path>
<path class="st1" d="M279.35,151l-16.54-38.32l-62.47,144.79l36.64,53.65h33.07l-36.64-53.65L279.35,151z">
</path>
<path class="st2"
d="M413.48,248.65h-22.05c0-70.92-57.69-128.62-128.62-128.62S134.2,177.73,134.2,248.65h-22.05 c0-83.08,67.59-150.67,150.67-150.67S413.48,165.57,413.48,248.65z">
</path>
<path class="st2"
d="M134.2,138.41H97.45c-6.09,0-11.02-4.94-11.02-11.02V90.63c0-6.09,4.94-11.02,11.02-11.02h36.75 c6.09,0,11.02,4.94,11.02,11.02v36.75C145.22,133.47,140.28,138.41,134.2,138.41z M108.47,116.36h14.7v-14.7h-14.7V116.36z">
</path>
<path class="st2"
d="M402.46,300.1c-16.21,0-29.4-13.19-29.4-29.4s13.19-29.4,29.4-29.4c16.21,0,29.4,13.19,29.4,29.4 S418.67,300.1,402.46,300.1z M402.46,263.35c-4.06,0-7.35,3.29-7.35,7.35s3.29,7.35,7.35,7.35s7.35-3.29,7.35-7.35 S406.51,263.35,402.46,263.35z">
</path>
<path class="st2" d="M137.87,97.98h249.89v22.05H137.87V97.98z"></path>
<path class="st2"
d="M297.74,317.34l-18.2-12.44l33.22-48.64l-49.95-115.76l-49.95,115.76l33.22,48.64l-18.2,12.44l-36.64-53.65 c-2.13-3.12-2.51-7.11-1.01-10.58l62.47-144.79c3.48-8.07,16.76-8.07,20.24,0l62.47,144.79c1.5,3.47,1.12,7.47-1.01,10.58 L297.74,317.34z">
</path>
<path class="st2"
d="M315.8,433.76l-14.45-108.42c-0.24-1.82-1.81-3.19-3.65-3.19H227.9c-1.84,0-3.4,1.37-3.65,3.19l-14.45,108.41 l-21.86-2.91l14.45-108.42c1.72-12.71,12.67-22.31,25.5-22.31h69.81c12.83,0,23.8,9.6,25.49,22.31l14.46,108.42L315.8,433.76z">
</path>
<path class="st2" d="M251.79,120.03h22.05V241.3h-22.05V120.03z"></path>
<path class="st2"
d="M123.17,300.1c-16.21,0-29.4-13.19-29.4-29.4s13.19-29.4,29.4-29.4s29.4,13.19,29.4,29.4 S139.39,300.1,123.17,300.1z M123.17,263.35c-4.06,0-7.35,3.29-7.35,7.35s3.29,7.35,7.35,7.35c4.06,0,7.35-3.29,7.35-7.35 S127.23,263.35,123.17,263.35z">
</path>
<path class="st2"
d="M428.18,138.41h-36.75c-6.09,0-11.02-4.94-11.02-11.02V90.63c0-6.09,4.94-11.02,11.02-11.02h36.75 c6.09,0,11.02,4.94,11.02,11.02v36.75C439.2,133.47,434.26,138.41,428.18,138.41z M402.46,116.36h14.7v-14.7h-14.7V116.36z">
</path>
<path class="st2" d="M27.63,414.02H498v22.05H27.63V414.02z"></path>
</svg>
<h3 class="dynamic" id="c_7">Visual Design</h3>
</div>
<div class="about-card">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
id="_x31__x2C_5" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;"
xml:space="preserve">
<g>
<path class="st0"
d="M52.67,406.12C52.67,304.44,0,234.62,0,185.63S28.16,33.74,253.55,33.74S512,172.16,512,226.05 C512.01,478.39,52.67,586.18,52.67,406.12z">
</path>
</g>
<g>
<g>
<path class="st1" d="M386.86,97.32l10.39-10.39l20.78,20.78l-10.39,10.39L386.86,97.32z"></path>
</g>
<g>
<path class="st1" d="M446.62,157.09l10.39-10.39l20.78,20.78l-10.39,10.39L446.62,157.09z"></path>
</g>
<g>
<path class="st1" d="M444.02,107.72l20.78-20.78l10.4,10.39l-20.78,20.78L444.02,107.72z"></path>
</g>
</g>
<g>
<path class="st0"
d="M289.47,385.93H120.03c-16.17,0-29.4-13.23-29.4-29.4V128.7c0-16.17,13.23-29.4,29.4-29.4h169.04 c16.17,0,29.4,13.23,29.4,29.4l0.4,227.79C318.88,372.73,305.71,385.93,289.47,385.93z">
</path>
</g>
<g>
<circle class="st0" cx="204.55" cy="161.77" r="18.37"></circle>
</g>
<g>
<path class="st0"
d="M252.33,264.67V246.3c0-16.24-13.16-29.4-29.4-29.4h-36.75c-16.24,0-29.4,13.16-29.4,29.4v18.37H252.33z">
</path>
</g>
<g>
<circle class="st0" cx="336.85" cy="345.51" r="84.52"></circle>
</g>
<g>
<path class="st1"
d="M123.71,356.54V128.7c0-16.17,13.23-29.4,29.4-29.4h-33.07c-16.17,0-29.4,13.23-29.4,29.4v227.84 c0,16.17,13.23,29.4,29.4,29.4h33.07C136.94,385.93,123.71,372.7,123.71,356.54z">
</path>
</g>
<g>
<path class="st1"
d="M219.25,161.77c0-2.79,0.72-5.37,1.84-7.73c-2.94-6.25-9.19-10.64-16.54-10.64 c-10.14,0-18.37,8.23-18.37,18.37s8.23,18.37,18.37,18.37c7.35,0,13.6-4.4,16.54-10.64C219.97,167.14,219.25,164.56,219.25,161.77z ">
</path>
</g>
<g>
<path class="st1"
d="M219.25,216.89h-33.07c-16.24,0-29.4,13.16-29.4,29.4v18.37h33.07v-18.37 C189.85,230.05,203.01,216.89,219.25,216.89z">
</path>
</g>
<g>
<path class="st1"
d="M285.4,345.51c0-41.01,29.22-75.19,67.98-82.87c-5.35-1.06-10.88-1.65-16.54-1.65 c-46.68,0-84.52,37.84-84.52,84.52s37.84,84.52,84.52,84.52c5.66,0,11.19-0.57,16.54-1.65C314.62,420.7,285.4,386.52,285.4,345.51z ">
</path>
</g>
<g>
<path class="st2" d="M138.41,286.71h88.19v22.05h-88.19V286.71z"></path>
</g>
<g>
<path class="st2" d="M138.41,330.81h73.5v22.05h-73.5V330.81z"></path>
</g>
<g>
<path class="st2"
d="M204.55,191.17c-16.21,0-29.4-13.19-29.4-29.4s13.19-29.4,29.4-29.4s29.4,13.19,29.4,29.4 S220.77,191.17,204.55,191.17z M204.55,154.42c-4.06,0-7.35,3.29-7.35,7.35s3.29,7.35,7.35,7.35s7.35-3.29,7.35-7.35 S208.61,154.42,204.55,154.42z">
</path>
</g>
<g>
<path class="st2"
d="M263.35,264.67H241.3V246.3c0-10.13-8.25-18.37-18.37-18.37h-36.75c-10.13,0-18.37,8.25-18.37,18.37v18.37 h-22.05V246.3c0-22.3,18.12-40.42,40.42-40.42h36.75c22.3,0,40.42,18.12,40.42,40.42V264.67z">
</path>
</g>
<g>
<path class="st2"
d="M211.9,396.96h-91.87c-22.3,0-40.42-18.12-40.42-40.42V128.7c0-22.3,18.12-40.42,40.42-40.42h169.04 c22.3,0,40.42,18.12,40.42,40.42v92.75h-22.05V128.7c0-10.13-8.25-18.37-18.37-18.37H120.03c-10.13,0-18.37,8.25-18.37,18.37 v227.84c0,10.13,8.25,18.37,18.37,18.37h91.87V396.96z">
</path>
</g>
<g>
<path class="st2"
d="M336.85,441.06c-52.68,0-95.54-42.86-95.54-95.54s42.86-95.54,95.54-95.54s95.54,42.86,95.54,95.54 S389.53,441.06,336.85,441.06z M336.85,272.02c-40.53,0-73.5,32.97-73.5,73.5s32.97,73.5,73.5,73.5s73.5-32.97,73.5-73.5 S377.37,272.02,336.85,272.02z">
</path>
</g>
<g>
<path class="st2"
d="M322.15,382.26c-2.93,0-5.73-1.16-7.79-3.23l-29.4-29.4l15.6-15.6l21.06,21.06l43.69-49.92l16.6,14.51 l-51.45,58.8c-2.01,2.29-4.88,3.66-7.94,3.76C322.4,382.26,322.26,382.26,322.15,382.26z">
</path>
</g>
</svg>
<h3 class="dynamic" id="c_8">Data Base</h3>
</div>
<div class="about-card">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
id="_x31__x2C_5" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;"
xml:space="preserve">
<g>
<path class="st0"
d="M116.72,52.67C218.39,52.67,288.21,0,337.2,0s151.89,28.16,151.89,253.55S350.67,512,296.78,512 C44.44,512.01-63.35,52.67,116.72,52.67L116.72,52.67z">
</path>
</g>
<g>
<path class="st1" d="M96.06,54.93l20.78-20.78l10.39,10.39l-20.78,20.78L96.06,54.93z"></path>
</g>
<g>
<path class="st1" d="M36.29,114.68L57.08,93.9l10.39,10.39l-20.78,20.78L36.29,114.68z"></path>
</g>
<g>
<path class="st1" d="M38.9,44.53l10.39-10.39l20.78,20.78L59.68,65.31L38.9,44.53z"></path>
</g>
<g>
<path class="st0"
d="M379.43,120.03h-51.45c-8.11,0-14.7,6.59-14.7,14.7v51.45c0,8.11,6.59,14.7,14.7,14.7h51.45 c8.11,0,14.7-6.59,14.7-14.7v-51.45C394.13,126.62,387.55,120.03,379.43,120.03z">
</path>
</g>
<g>
<path class="st0"
d="M394.13,377.27v-51.45c0-8.11-6.59-14.7-14.7-14.7h-51.45c-8.11,0-14.7,6.59-14.7,14.7v51.45 c0,8.11,6.59,14.7,14.7,14.7h51.45C387.55,391.97,394.13,385.38,394.13,377.27z">
</path>
</g>
<g>
<path class="st0"
d="M136.9,391.97h51.45c8.11,0,14.7-6.59,14.7-14.7v-51.45c0-8.11-6.59-14.7-14.7-14.7H136.9 c-8.11,0-14.7,6.59-14.7,14.7v51.45C122.2,385.38,128.78,391.97,136.9,391.97z">
</path>
</g>
<g>
<path class="st0"
d="M122.2,134.73v51.45c0,8.11,6.59,14.7,14.7,14.7h51.45c8.11,0,14.7-6.59,14.7-14.7v-51.45 c0-8.11-6.59-14.7-14.7-14.7H136.9C128.78,120.03,122.2,126.62,122.2,134.73z">
</path>
</g>
<g>
<path class="st1"
d="M346.36,377.27v-51.45c0-8.11,6.59-14.7,14.7-14.7h-33.07c-8.11,0-14.7,6.59-14.7,14.7v51.45 c0,8.11,6.59,14.7,14.7,14.7h33.07C352.95,391.97,346.36,385.38,346.36,377.27z">
</path>
</g>
<g>
<path class="st1"
d="M155.27,186.18v-51.45c0-8.11,6.59-14.7,14.7-14.7H136.9c-8.11,0-14.7,6.59-14.7,14.7v51.45 c0,8.11,6.59,14.7,14.7,14.7h33.07C161.86,200.88,155.27,194.29,155.27,186.18z">
</path>
</g>
<g>
<path class="st1"
d="M346.36,186.18v-51.45c0-8.11,6.59-14.7,14.7-14.7h-33.07c-8.11,0-14.7,6.59-14.7,14.7v51.45 c0,8.11,6.59,14.7,14.7,14.7h33.07C352.95,200.88,346.36,194.29,346.36,186.18z">
</path>
</g>
<g>
<path class="st1"
d="M155.27,377.27v-51.45c0-8.11,6.59-14.7,14.7-14.7H136.9c-8.11,0-14.7,6.59-14.7,14.7v51.45 c0,8.11,6.59,14.7,14.7,14.7h33.07C161.86,391.97,155.27,385.38,155.27,377.27z">
</path>
</g>
<g>
<path class="st2" d="M247.14,79.61h22.05v352.78h-22.05V79.61z"></path>
</g>
<g>
<path class="st2" d="M81.78,244.98h352.78v22.05H81.78V244.98z"></path>
</g>
<g>
<path class="st2"
d="M379.43,211.9h-51.45c-14.18,0-25.72-11.54-25.72-25.72v-51.45c0-14.18,11.54-25.72,25.72-25.72h51.45 c14.18,0,25.72,11.54,25.72,25.72v51.45C405.16,200.36,393.62,211.9,379.43,211.9z M327.99,131.06c-2.03,0-3.67,1.65-3.67,3.67 v51.45c0,2.03,1.65,3.67,3.67,3.67h51.45c2.03,0,3.67-1.65,3.67-3.67v-51.45c0-2.03-1.65-3.67-3.67-3.67H327.99z">
</path>
</g>
<g>
<path class="st2"
d="M379.43,402.99h-51.45c-14.18,0-25.72-11.54-25.72-25.72v-51.45c0-14.18,11.54-25.72,25.72-25.72h51.45 c14.18,0,25.72,11.54,25.72,25.72v51.45C405.16,391.45,393.62,402.99,379.43,402.99z M327.99,322.15c-2.03,0-3.67,1.65-3.67,3.67 v51.45c0,2.03,1.65,3.67,3.67,3.67h51.45c2.03,0,3.67-1.65,3.67-3.67v-51.45c0-2.03-1.65-3.67-3.67-3.67H327.99z">
</path>
</g>
<g>
<path class="st2"
d="M188.35,402.99H136.9c-14.18,0-25.72-11.54-25.72-25.72v-51.45c0-14.18,11.54-25.72,25.72-25.72h51.45 c14.18,0,25.72,11.54,25.72,25.72v51.45C214.07,391.45,202.53,402.99,188.35,402.99z M136.9,322.15c-2.03,0-3.67,1.65-3.67,3.67 v51.45c0,2.03,1.65,3.67,3.67,3.67h51.45c2.03,0,3.67-1.65,3.67-3.67v-51.45c0-2.03-1.65-3.67-3.67-3.67H136.9z">
</path>
</g>
<g>
<path class="st2"
d="M188.35,211.9H136.9c-14.18,0-25.72-11.54-25.72-25.72v-51.45c0-14.18,11.54-25.72,25.72-25.72h51.45 c14.18,0,25.72,11.54,25.72,25.72v51.45C214.07,200.36,202.53,211.9,188.35,211.9z M136.9,131.06c-2.03,0-3.67,1.65-3.67,3.67 v51.45c0,2.03,1.65,3.67,3.67,3.67h51.45c2.03,0,3.67-1.65,3.67-3.67v-51.45c0-2.03-1.65-3.67-3.67-3.67H136.9z">
</path>
</g>
</svg>
<h3 class="dynamic" id="c_9">Prototyping</h3>
</div>
</div>
<div class="about-info">
<h3 id="c_10" class="dynamic sub-heading">About Me</h3>
<h1 id="c_11" class="dynamic heading">My Approach?</h1>
<p id="c_12" class="dynamic text">My approach is to build user-friendly, accessible websites that offer seamless experiences. I begin each project by understanding clients' unique needs and goals. Then, I collaborate closely to design a custom brand-aligned solution that fulfills objectives.
</p>
<div class="cta">
<a id="c_13" class="dynamic btn" href="https://savagearun.github.io/web4">Learn More</a>
</div>
</div>
</div>
</section>
<section id="s_3" class="cdis skills section">
<div class="container">
<div class="skills-box">
<div class="box-heading">
<h4 class="dynamic sub-heading" id="c_14">Let me help you</h4>
<h2 class="dynamic heading" id="c_15">My Skills</h2>
<h6>
<div class="box-desc">
<p class="dynamic text" id="c_16">I provide a range of services, including:
<h4>
<ul>
<li> • Custom Website Design and Development</li>
<li> • Content Management System (CMS) Implementation</li>
<li> • Responsive Design and Development</li>
<li> • E-commerce Solutions</li>
<li> • Search Engine Optimization (SEO)
<li> • Website Maintenance and Support
• Portfolio Design</li>
</ul>
<ul>
<li> • Android Application Development</li>
<li> • Web Application Development</li>
</ul> </h4>
</p> </h6>
<h6> <a href="https://savagearun.github.io/vcard" class="dynamic btn" id="c_17">Projects</a> </h6>
</div>
</div>
<div class="skills-wrap">
<div class="skill">
<div class="sk-progress">
<svg>
<circle cx="75" cy="75" r="68" />
</svg>
<h2 class="counter">
<span class="dynamic" id="c_18" data-target="85">0</span>%
</h2>
</div>
<div class="dynamic sk-title" id="c_19">HTML</div>
</div>
<div class="skill">
<div class="sk-progress">
<svg>
<circle cx="75" cy="75" r="68" />
</svg>
<h2 class="counter">
<span class="dynamic" id="c_20" data-target="78">0</span>%
</h2>
</div>
<div class="dynamic sk-title" id="c_21">CSS</div>
</div>
<div class="skill">
<div class="sk-progress">
<svg>
<circle cx="75" cy="75" r="68" />
</svg>
<h2 class="counter">
<span class="dynamic" id="c_22" data-target="71">0</span>%
</h2>
</div>
<div class="dynamic sk-title" id="c_23">JavaScript</div>
</div>
<div class="skill">
<div class="sk-progress">
<svg>
<circle cx="75" cy="75" r="68" />
</svg>
<h2 class="counter">
<span class="dynamic" id="c_24" data-target="89">0</span>%
</h2>
</div>
<div class="dynamic sk-title" id="c_25">UI Design</div>
</div>
</div>
<img src="https://vq.pe/creator/frontend/theme_2/assets/dots.png" class="shape dots">
<img src="https://vq.pe/creator/frontend/theme_2/assets/square1.png" class="shape square">
</div>
</div>
</section>
<section id="s_4" class="cdis services section" id="services">
<img src="https://vq.pe/creator/frontend/theme_2/assets/triangle.png" class="shape triangle">
<div class="container">
<div class="services-info">
<h3 class="dynamic sub-heading" id="c_26">Services</h3>
<h1 class="dynamic heading" id="c_27">Services I can provide to You</h1>
<h6>
<p class="dynamic text" id="c_28">I can help you with:
<ul>
<li>• Designing visually attractive and user-friendly websites that match both your clients' requirements and their audience's preferences</li>
<li>• Writing code that is both clean and efficient, following the best practices and standards of web development.</li>
<li>• Making sure your website works well on various devices and screen sizes by ensuring it's responsive and optimized.</li>
<li>• Keeping your website up-to-date and enhancing it to accommodate evolving user expectations and technological progress.</li>
<li>• Guaranteeing that your website functions smoothly and remains error-free.</li>
</ul> </h6>
</p>
<div class="milestones">
<div class="ml">
<h2 class="number"><span class="dynamic" id="c_29" data-target="2.5">2.5</span>+</h2>
<h5 class="dynamic" id="c_30">Years</h5>
</div>
<div class="ml">
<h2 class="number"><span class="dynamic" id="c_31" data-target="60">60</span>+</h2>
<h5 class="dynamic" id="c_32">Projects</h5>
</div>
<div class="ml">
<h2 class="number"><span class="dynamic" id="c_33" data-target="54">54</span>+</h2>
<h5 class="dynamic" id="c_34">Clients</h5>
</div>
</div>
<div class="cta">
<a class="dynamic btn" id="c_35" href="https://www.linkedin.com/in/arun-prajapati-a5aa40262" class="btn">LinkedIn Profile</a>
</div>
</div>
<div class="services-grid">
<div class="srv-card">
<div class="card-desc">
<h3 class="dynamic" id="c_36">Brand Identity</h3>
<p class="dynamic text" id="c_37">I'm Doing this Since 2.5 Year's, I'm the face of Webflow development, blending striking visuals and seamless functionality. My expertise spans websites and user-friendly Android/iOS apps, all tailored to diverse needs. My brand signifies innovation, excellence, and client-centricity.
</p>
</div>
<a href="https://savagearun.github.io/imusic2" class="dynamic btn secondary-btn" id="c_38">Example Project</a>
</div>
<div class="srv-card">
<div class="card-desc">
<h3 class="dynamic" id="c_39">Product Design</h3>
<p class="dynamic text" id="c_40">Beyond web and mobile, I excel in product design. I merge aesthetics and user experience for captivating websites, apps, and products. It's all part of my Fiverr freelance brand: innovation, excellence, and client focus.
</p>
</div>
<a href="https://savagearun.github.io/store" class="dynamic btn secondary-btn" id="c_41">Example Project</a>
</div>
<div class="srv-card">
<div class="card-desc">
<h3 class="dynamic" id="c_42">Integration Design</h3>
<p class="dynamic text" id="c_43">I Understand our Clients Needs as per the Projects. So you don't have to worry about it i will do My Best. I design & crafts seamless connections between systems, optimizing functionality and user experiences.
</p>
</div>
<a href="https://www.instagram.com/savage_arun/" class="dynamic btn secondary-btn" id="c_44">Instagram ✔</a>
</div>
<div class="srv-card">
<div class="card-desc">
<h3 class="dynamic" id="c_45">Application Development</h3>
<p class="dynamic text" id="c_46">I specialize in Android and iOS app development, creating user-friendly mobile experiences.
</p>
</div>
<a href="https://github.com/SavageArun" class="dynamic btn secondary-btn" id="c_47">My GitHub</a>
</div>
<img src="https://vq.pe/creator/frontend/theme_2/assets/square1.png" alt="" class="shape square">
</div>
</div>
</section>
<section id="s_5" class="cdis portfolio section" id="portfolio">
<div class="modal">
<div class="modal-overlay"></div>
<div class="slider-wrap">
<div class="prev-btn navigation">
<i class="uil uil-angle-left-b"></i>
</div>
<div class="images">
<img class="showImage" src="assets/port1.jpg">
<img src="assets/port2.png">
<img src="assets/port3.jpg">
<img src="assets/port4.png">
<img src="assets/port5.png">
<img src="assets/port6.jpg">
</div>
<div class="next-btn navigation">
<i class="uil uil-angle-right-b"></i>
</div>
</div>
</div>
<div class="container">
<div class="portfolio-header">
<div class="portfolio-title">
<h3 class="dynamic sub-heading" id="c_48">Thank you!</h3>
<h1 class="dynamic heading" id="c_49">I appreciate your visit to my website!</h3>
</div>
<div class="filter-btns">
<a href="https://Savagearun.github.io/web6" class="btn secondary-btn">Surprise Me</a>
</div>
</div>
<div class="portfolio-gallery">
</div>
</div>
</section>
<section id="s_6" class="cdis testimonials section">
<div class="container">
<div class="section-background">
<img class="dynamic person" id="c_50" src="programmer3.png" alt="">
<!-- <img src="https://vq.pe/creator/frontend/theme_2/assets/circle2.png" alt="" class="circle"> -->
<img src="https://vq.pe/creator/frontend/theme_2/assets/square1.png" alt="" class="square">
</div>
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="client">
<img id="c_51" class="dynamic" src="me1.png" alt="">
<div class="client-info">
<h4 id="c_52" class="dynamic">Arun Kumar</h4>
<h5 id="c_53" class="dynamic">Full Stack Developer</h5>
</div>
</div>
<q id="c_54" class="dynamic text">Hey, I'm Arun and I'm the Developer of the Website.
am a professional Web Designer. With 2.5 years of experience, I have developed a deep understanding of Photo Editing and Video Editing and honed my skills to deliver exceptional results for each and every one of my clients.
"Design is not just what it looks like and feels like. Design is how it works
</q>
</div>
<div class="swiper-slide">
<div class="client">
<img id="c_56" class="dynamic" src="me3.png" alt="">
<div class="client-info">
<h4 id="c_57" class="dynamic">Savage</h4>
<h5 id="c_58" class="dynamic">UX Designer</h5>
</div>
</div>
<q id="c_59" class="dynamic text">I'm skilled in a variety of web development technologies, like HTML, CSS, and JavaScript. I'm experienced with popular platforms including WordPress, webflow, figma, dorik ,imcreator and Magento. I'm committed to staying up-to-date and am confident in tackling complex projects with creative and effective solutions. My goal is to provide you with a seamless and impressive online presence.
</q>
</div>
<div class="swiper-slide">
<div class="client">
<img id="c_60" class="dynamic" src="me2.png" alt="">
<div class="client-info">
<h4 id="c_61" class="dynamic">Savage_arun</h4>
<h5 id="c_62" class="dynamic">Software Engineer</h5>
</div>
</div>
<q id="c_63" class="dynamic text">If you're in search of a dedicated and professional web developer who is committed to delivering exceptional results, I would be honored to join forces. With a combination of skills, experience, and creativity, I am confident that I can help you achieve your goals. I look forward to the opportunity to bring your vision to life and create a standout online presence that resonates with your audience.
Thank you for considering my services.
Warm regards,
Arun
</q>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<div class="testimonials-title">
<h3 id="c_64" class="dynamic sub-heading">Testimonials</h3>
<h1 id="c_65" class="dynamic heading">Hear from my happy clients</h1>
</div>
</div>
</section>
<section id="s_7" class="cdis contact section" id="contact">
<img src="https://vq.pe/creator/frontend/theme_2/assets/triangle.png" class="shape triangle">
<div class="container">
<img src="https://vq.pe/creator/frontend/theme_2/assets/square2.png" class="shape square">
<div class="contact-info">
<h3 id="c_65" class="dynamic sub-heading">Contact me</h3>
<h1 id="c_66" class="dynamic heading">Lets work together</h1>
<p id="c_67" class="dynamic text">I'd be happy to work with you!I can assist you with a wide range of tasks, including web Development, research, documention, Application Development or simply Deployment, I am here to help.
</p>
</div>
<form class="contact-form" onsubmit="formAjax(event,this)" enctype="multipart/form-data" controller_name="ActionController" function_name="contactForm">
<h3>Send me a message</h3>
<input type="hidden" name="website_id" value="2307">
<input type="text" class="form-input" name="name" placeholder="Your Name" required>
<input type="email" class="form-input" name="email" placeholder="Your Email" required>
<input type="tel" class="form-input" name="phone" placeholder="Your Phone" required>
<textarea placeholder="Project Details" name="message" class="form-input" required></textarea>
<div id="notice"></div>
<input type="submit" value="Send" class="btn">
</form>
</div>
</section>
<section id="s_8" class="cdis section ">
<footer>
<div class="container">
<h3 class="sub-heading dynamic" id="c_72">All Rights Reserved 2024</h3>
<ul class="social-media">
</ul>
<ul class="social-media">
<li>
<a id="c_69" icon="bi-facebook" class="social-link dynamic bi-facebook" href="https://www.facebook.com/Arun78278?mibextid=ZbWKwL"></a>
</li>
<li>
<a id="c_71" icon="bi-instagram" class="social-link dynamic bi-instagram" href="https://instagram.com/Savage_arun"></a>
</li>
<li>
<a id="c_71" icon="bi-github" class="social-link dynamic bi-github" href="https://github.com/SavageArun"></a>
</li>
</ul>
</div>
</footer>
</section>
<div class="editor_notice_div" id="editor_notice"></div>
<div id="editor">
<form action="#" method="post">
<input type="hidden" name="_token" value="a7B7x4GngSSs2s1lC6VC6tJ8tURkKheqzk9decaO">
<input type="hidden" name="website_id" value="2307">
<input type="hidden" name="theme_id" value="2">
</form>
</div>
<div id="modal_io"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <!-- <script src="https://SavageArun/creator/frontend/theme_1/assets/dist/js/bootstrap.bundle.min.js"></script> -->
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script src="https://vq.pe/creator/frontend/theme_2/js/mixitup.min.js"></script>
<script src="https://vq.pe/creator/frontend/theme_2/js/app.js?v=1668416721"></script> <div class="c_footer_watermark"><b>Design & Developed By <a style="display: inline;" href="https://github.com/SavageArun">©Arun<a></b></div>
<script src="https://vq.pe/creator/admin/js/cookies.js?v=1677495349"></script>
<script src="https://vq.pe/creator/admin/js/form_ajax.js?v=1671698837"></script>
<script src="https://vq.pe/creator/frontend/js/main.js?v=1678114141"></script>
<!-- whatsapp Qick Action -->
<!DOCTYPE html>
<html>
<head>
<style>
@keyframes shake {
0% {
transform: translateX(0);
}
25% {
transform: translateX(-5px) rotate(-5deg);
}
75% {
transform: translateX(5px) rotate(5deg);
}
100% {
transform: translateX(0);
}
}
.whatsapp-button {
position: fixed;
bottom: 20px;
right: 20px;
width: 35px;
height: 35px;
background-color: green;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 9999;
animation: shake 1s infinite;
animation-delay: 1s;
}
.whatsapp-button img {
width: 42px;
height: 42px;
}
</style>
<script>
function openWhatsApp() {
var message = "Hello Arun! Let's Talk about a Project.";
var encodedMessage = encodeURIComponent(message);
var phoneNumber = "your-whatsapp-number";
var url = "https://wa.me/+918510062945" + phoneNumber + "?text=" + encodedMessage;
window.open(url, "_blank");
}
</script>
</head>
<body>
<div class="whatsapp-button" onclick="openWhatsApp()">
<img src="https://mobirise.com/extensions/chat-button/assets/images/whatspp-1076x1076.png" alt="WhatsApp Logo">
</div>
</body>
</html>
</body>
</html>