-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
645 lines (639 loc) · 54.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<!-- <meta name="format-detection" content="telephone=no"> -->
<!-- <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png"> -->
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<!-- <link rel="manifest" href="img/site.webmanifest"> -->
<!-- <link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#5bbad5"> -->
<!-- <meta name="msapplication-TileColor" content="#da532c"> -->
<!-- <meta name="theme-color" content="#ffffff">
<meta name="description" content="Production-ready Portfolio and Case Study Template for Visual Designers">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ui8">
<meta name="twitter:title" content="Folio Designer">
<meta name="twitter:description" content="Production-ready Portfolio and Case Study Template for Visual Designers">
<meta name="twitter:creator" content="@ui8">
<meta name="twitter:image" content="https://ui8-folio.herokuapp.com/img/twitter-card.jpg">
<meta property="og:title" content="Folio Designer">
<meta property="og:type" content="Article">
<meta property="og:url" content="https://ui8.net/ui8/products/folio-designer">
<meta property="og:image" content="https://ui8-folio.herokuapp.com/img/fb-og-image.jpg">
<meta property="og:description" content="Production-ready Portfolio and Case Study Template for Visual Designers">
<meta property="og:site_name" content="Folio Designer">
<meta property="fb:admins" content="132951670226590"> -->
<link rel="stylesheet" media="all" href="css/app.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script>
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta) {
if (screen.width < 375) {
var newScale = screen.width / 375;
viewportmeta.content = 'width=375, minimum-scale=' + newScale + ', maximum-scale=1.0, user-scalable=no, initial-scale=' + newScale + '';
} else {
viewportmeta.content = 'width=device-width, maximum-scale=1.0, initial-scale=1.0';
}
}
</script>
</head>
<body>
<div class="page">
<div class="header js-header" id="header">
<div class="header__center center"><a class="header__logo" href="index.html"><img class="header__pic"
src="img/aslogo.png" alt="" /></a>
<div class="header__social header__social_main"><a class="header__link"
href="https://www.linkedin.com/in/amulyasingh227/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z" />
</svg>LinkedIn</a><a class="header__link" href="https://github.com/amulya888" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>Github</a></div>
<button class="header__burger js-header-burger header__burger_dark"></button>
</div>
<div class="header__wrapper js-header-wrapper">
<div class="header__preview"><a class="header__logo" href="index.html"><img class="header__pic"
src="img/aslogo.png" alt="" /></a>
<div class="header__img"><img class="header__pic" src="img/content/bg-header.png" alt="" /></div>
</div>
<div class="header__center center">
<div class="header__contacts">
<a class="header__line" href="mailto:[email protected]">
<div class="header__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="15" fill="none"
viewBox="0 0 18 15">
<path fill-rule="evenodd"
d="M2.422.267C1.244.267.289 1.222.289 2.4v9.956c0 1.178.955 2.133 2.133 2.133h12.8c1.178 0 2.133-.955 2.133-2.133V2.4c0-1.178-.955-2.133-2.133-2.133h-12.8zM1.711 2.4a.71.71 0 0 1 .711-.711h12.8a.71.71 0 0 1 .711.711v9.956a.71.71 0 0 1-.711.711h-12.8a.71.71 0 0 1-.711-.711V2.4zm2.636.919a.71.71 0 1 0-1.006 1.006l4.978 4.978a.71.71 0 0 0 1.006 0l4.978-4.978a.71.71 0 1 0-1.006-1.006L8.822 7.794 4.347 3.319zm1.422 5.689a.71.71 0 0 1 0 1.006l-1.422 1.422a.71.71 0 1 1-1.006-1.006l1.422-1.422a.71.71 0 0 1 1.006 0zm7.111 0a.71.71 0 1 0-1.006 1.006l1.422 1.422a.71.71 0 1 0 1.006-1.006l-1.422-1.422z"
fill="#4c40f7"></path>
</svg>
</div>
<div class="header__text">[email protected]</div>
</a>
<div class="header__line">
<div class="header__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"
viewBox="0 0 18 18">
<path fill-rule="evenodd"
d="M9.273.85a.71.71 0 0 0-.901 0L.55 7.25a.71.71 0 0 0 .901 1.101l7.372-6.032 5.85 4.786a.71.71 0 1 0 .901-1.101L9.273.85zM3.845 9.222a.71.71 0 1 0-1.422 0v7.111a.71.71 0 0 0 .711.711h6.4a.71.71 0 1 0 0-1.422H3.845v-6.4zm9.932 0a2.04 2.04 0 0 0-2.11 2.008c.001.243.112.6.358 1.053.239.44.567.901.908 1.328l.867.996.867-.996c.341-.427.669-.887.908-1.328.246-.453.357-.81.358-1.053a2.04 2.04 0 0 0-2.11-2.008h-.047zm2.868 2.004h.711c0 .599-.245 1.21-.531 1.736-.294.542-.678 1.075-1.047 1.537l-1.018 1.163-.336.344-.096.095-.027.026-.007.007-.003.003-.491-.514-.491.514-.003-.003-.007-.007-.026-.026-.096-.095-.336-.344-1.017-1.163c-.37-.462-.753-.995-1.047-1.537-.286-.526-.531-1.138-.531-1.736v-.01c.012-.931.399-1.817 1.072-2.46.668-.637 1.561-.981 2.483-.957.922-.024 1.816.32 2.483.957.673.643 1.06 1.529 1.072 2.46l-.711.01zm-3.335 4.911c0 0 0 0 .491-.514l.491.514a.71.71 0 0 1-.982 0zm.491-4.07a.71.71 0 1 0 0-1.422.71.71 0 1 0 0 1.422z"
fill="#4c40f7"></path>
</svg>
</div>
<div class="header__text">
<p>Greater Noida, Uttar Pradesh</p>
<p>India</p>
</div>
</div>
<!-- <a class="header__line" href="tel:+441236547890">
<div class="header__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" fill="none"
viewBox="0 0 17 18">
<path fill-rule="evenodd"
d="M6.689 2.978a.71.71 0 0 1 .711-.711h7.111a.71.71 0 0 1 .711.711v4.267a.71.71 0 0 1-.711.711H8.822a.71.71 0 0 0-.318.075l-1.815.908V2.978zM7.4.844c-1.178 0-2.133.955-2.133 2.133v7.111a.71.71 0 0 0 1.029.636L8.99 9.378h5.521c1.178 0 2.133-.955 2.133-2.133V2.978c0-1.178-.955-2.133-2.133-2.133H7.4zM2.422 2.267C1.244 2.267.289 3.222.289 4.4v11.378c0 1.178.955 2.133 2.133 2.133h7.822c1.178 0 2.133-.955 2.133-2.133V10.8a.71.71 0 1 0-1.422 0v4.978a.71.71 0 0 1-.711.711H2.422a.71.71 0 0 1-.711-.711V4.4a.71.71 0 0 1 .711-.711h1.422a.71.71 0 1 0 0-1.422H2.422z"
fill="#4c40f7"></path>
</svg>
</div>
<div class="header__text">+44 123 654 7890 </div>
</a> -->
</div>
<nav class="header__nav"><a class="header__item" href="Index.html"><span>About</span></a><a
class="header__item" href="#"><span>Project</span></a><a class="header__item"
href="#"><span>Resume</span></a><a class="header__item" href="#"><span>Contact</span></a>
</nav>
<div class="header__social header__social_inner"><a class="header__link"
href="https://www.linkedin.com/in/amulyasingh227/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z" />
</svg>LinkedIn</a><a class="header__link" href="https://github.com/amulya888"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>Github</a><a class="header__link" href="https://twitter.com/amulyasingh2003"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-twitter" viewBox="0 0 16 16">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg>Twitter</a><a class="header__link" href="https://www.instagram.com/_me.amulya_/"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-instagram" viewBox="0 0 16 16">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z" />
</svg>Instagram</a>
</div>
</div>
</div>
</div>
<div class="product">
<div class="product__head">
<div class="product__center center">
<div class="product__wrap">
<div class="product__stage stage" data-aos="animation-scale-y">Amulya singh</div>
<h1 class="product__title title h1" data-aos="animation-scale-y" data-aos-delay="150">I'm a
developer</></h1>
<div class="product__info h5" data-aos="animation-scale-y" data-aos-delay="300">Experienced Full Stack Developer with expertise in web development, Data Structures and Algorithms (C++), and Python. Seeking job to contribute skills in web development, collaboration, and corporate relations for effective branding.</div>
</div>
<!-- <div class="product__box product__box_show" data-aos="animation-translate-y">
<div class="product__category">Services Provided</div>
<ul class="product__list">
<li>Discovery & Strategy</li>
<li>Branding</li>
<li>Communication</li>
<li>User Interface</li>
</ul>
</div> -->
</div>
</div>
<div class="product__bg" style="background-image: url('IMG.jpg')"></div>
<div class="product__body">
<div class="product__center center">
<!-- <div class="product__box product__box_hide" data-aos="animation-scale-y">
<div class="product__category">Services Provided</div>
<ul class="product__list">
<li>Discovery & Strategy</li>
<li>Branding</li>
<li>Communication</li>
<li>User Interface</li>
</ul>
</div> -->
<div class="product__row">
<div class="product__overview h4" data-aos="animation-scale-y">About me</div>
<div class="product__content content" data-aos="animation-scale-y" data-aos-delay="200">
<p>Experienced Full Stack Developer proficient in web development, Data Structures and
Algorithms (C++), and Python. Currently, a third-year Computer Science undergraduate at
Amity University. Seeking a job as Full Stack Developer to contribute expertise in Data
Structures and Algorithms, web development, collaboration, and corporate relations for
effective branding.</p>
<ul class="list">
<li>Frontend: HTML, CSS, JavaScript, React.js</li>
<li>Backend: Node.js, Express.js, Flask</li>
<li>Content Management Systems: WordPress</li>
<li>Design Tools: Figma, Canva, Wix</li>
<li>Data Structures and Algorithms</li>
<li>Programming Languages: C/C++, Python, Java</li>
<li>Databases: MySQL, NoSQL, SQLite</li>
<li>Version Control: Git</li>
</ul>
</div>
</div>
<div class="details__btn" data-aos="animation-translate-y">
<a href="Amulya singh.pdf" target="_blank"><button class="btn btn_purple"><span class="btn__text">Resume</span>
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" fill="none" viewBox="0 0 22 16">
<path fill-rule="evenodd" d="M14.707.293a1 1 0 0 0-1.414 0 1 1 0 0 0 0 1.414L18.586 7H1a1 1 0 1 0 0 2h17.586l-5.293 5.293a1 1 0 0 0 1.414 1.414l7-7c.183-.183.28-.419.292-.659L22 8m-.076-.383c-.049-.118-.121-.228-.217-.324l-7-7m7.217 7.324c.048.115.075.241.076.374z" fill="#fff"></path>
</svg>
</button></a>
</div>
<!-- <div class="product__preview"><img class="product__pic js-parallax" data-scale="1.6"
data-orientation="right" src="img/content/product-pic-2.jpg" alt=""></div>
<div class="product__review">
<div class="product__author" data-aos="animation-scale-y">
<div class="product__ava"><img class="product__pic" src="img/content/ava-1.jpg" alt="">
</div>
<div class="product__details">
<div class="product__man h5">Dash</div>
<div class="product__company">UI8</div>
</div>
</div>
<div class="product__text" data-aos="animation-scale-y" data-aos-delay="200">“Be sure to check
out the live preview and let us know your thoughts in the comments section below.”</div>
</div> -->
</div>
</div>
</div>
<div class="discover">
<div class="discover__center center">
<h2 class="discover__title h1" data-aos="animation-scale-y">Work Experience</h2>
<div class="discover__row">
<div class="discover__item" data-aos="animation-scale-y">
<!-- <div class="discover__category h5">Highlights.</div> -->
<h3>Educational Projects</h3>
<ul class="discover__list">
<li>Developed and implemented web applications as part of academic projects, showcasing your ability to work with
various technologies and frameworks.</li>
<li>Utilized front-end technologies like HTML, CSS, and JavaScript to create interactive and responsive user
interfaces.</li>
<li>Employed back-end technologies such as Node.js or Python, along with frameworks like Express.js or Django, to
build functional features and handle data.</li>
</ul>
<br>
<br>
<h3>Internships or Freelance Projects</h3>
<ul class="discover__list">
<li>Worked on internships or freelance projects, gaining practical experience in full stack development.</li>
<li>Collaborated with clients or team members to understand project requirements and deliver high-quality software
solutions.</li>
<li> Demonstrated problem-solving skills by troubleshooting and debugging code to ensure smooth functionality.</li>
</ul>
<br>
<br>
<h3>Open Source Contributions</h3>
<ul class="discover__list">
<li>Contributed to open-source projects on platforms like GitHub, demonstrating your ability to work within a larger
development community and showcase your code quality.</li>
<li>Collaborated with other developers, participated in code reviews, and implemented improvements to existing
projects.</li>
</ul>
<br>
<br>
<h3>Personal Projects</h3>
<ul class="discover__list">
<li>Developed personal projects to enhance your skills and showcase your passion for full stack development.</li>
<li>Created websites or web applications that highlight your ability to design intuitive user interfaces and implement
functionality using a range of technologies.</li>
</ul>
<br>
<br>
<h3>Certificates and Online Courses</h3>
<ul class="discover__list">
<li>Completed relevant online courses or obtained certifications in full stack development, indicating your commitment
to learning and expanding your knowledge.</li>
<li>Mention specific courses or certifications that you have completed to highlight your expertise in specific
technologies or frameworks.</li>
</ul>
</div>
<!-- <div class="discover__item" data-aos="animation-scale-y" data-aos-delay="200">
<div class="discover__category h5">Features.</div>
<ul class="discover__list">
<li>Parallax + Micro-Interactions</li>
<li>Figma Files Included</li>
<li>Documentation + Support</li>
</ul>
</div> -->
</div>
</div>
<div class="discover__circles"></div>
<div class="figures">
<div class="figures__preview"><img class="figures__pic" src="img/content/figures-1.png" alt="" /></div>
<div class="figures__preview"><img class="figures__pic js-parallax" data-scale="1.6"
data-orientation="up" src="img/content/figures-2.png" alt="" /></div>
<div class="figures__preview"><img class="figures__pic js-parallax" data-scale="1.3"
data-orientation="up" src="img/content/figures-3.png" alt="" /></div>
<div class="figures__preview"><img class="figures__pic" src="img/content/figures-4.png" alt="" /></div>
<div class="figures__preview"><img class="figures__pic js-parallax" data-scale="2.3"
data-orientation="down" src="img/content/figures-5.png" alt="" /></div>
<div class="figures__preview"><img class="figures__pic js-parallax" data-scale="2" data-orientation="up"
src="img/content/figures-6.png" alt="" /></div>
</div>
</div>
<div class="desc">
<div class="desc__center center">
<div class="desc__head">
<div class="desc__title h4" data-aos="animation-scale-y">Awards & Achievements</div>
<div class="desc__content content" data-aos="animation-scale-y" data-aos-delay="200">
<p>Completion certificate of Internship<br><a
href="MyCaptain ambassadorship completion certificate_Amulya Singh.pdf"
target="_blank">Click here for the Certificate</a></p>
<p>Research Paper <br><a href="Theory and algorithm.pdf" target="_blank">Click here for the
Certificate</a></p>
<p>Udemy Certificate of Javascript <br><a href="Javascript certificate.pdf"
target="_blank">Click here for the Certificate</a></p>
<p>Udemy Certificate of C language<br><a href="udemy lang certificate.pdf" target="_blank">Click
here for the Certificate</a></p>
</div>
</div>
<!-- <div class="desc__list"><a class="desc__preview" href="#" data-aos="animation-translate-y"
data-aos-delay=""><img class="desc__pic" src="img/content/desc-pic-1.jpg" alt="">
<div class="desc__zoom"><img class="desc__pic" src="img/arrow-up-right.svg" alt=""></div>
</a><a class="desc__preview" href="#" data-aos="animation-translate-y" data-aos-delay="200"><img
class="desc__pic" src="img/content/desc-pic-2.jpg" alt="">
<div class="desc__zoom"><img class="desc__pic" src="img/arrow-up-right.svg" alt=""></div>
</a><a class="desc__preview" href="#" data-aos="animation-translate-y" data-aos-delay=""><img
class="desc__pic" src="img/content/desc-pic-3.jpg" alt="">
<div class="desc__zoom"><img class="desc__pic" src="img/arrow-up-right.svg" alt=""></div>
</a><a class="desc__preview" href="#" data-aos="animation-translate-y" data-aos-delay="200"><img
class="desc__pic" src="img/content/desc-pic-4.jpg" alt="">
<div class="desc__zoom"><img class="desc__pic" src="img/arrow-up-right.svg" alt=""></div>
</a>
</div> -->
<!-- <div class="desc__btns" data-aos="animation-scale-y">
<button class="desc__btn btn btn_dark">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16">
<path fill="#fff" fill-rule="evenodd"
d="M7.293 15.707a1 1 0 0 0 1.414-1.414L3.414 9H21a1 1 0 0 0 0-2H3.414l5.293-5.293a1 1 0 0 0 0-1.414 1 1 0 0 0-1.414 0l-7 7c-.183.183-.28.419-.292.659L0 8m.076.383c.049.118.121.228.217.324l7 7M.076 8.383C.028 8.268.001 8.141 0 8.009l.076.374z">
</path>
</svg>
<span class="btn__text">Prev</span>
</button>
<button class="desc__btn btn btn_purple"><span class="btn__text">Next</span>
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" fill="none" viewBox="0 0 22 16">
<path fill-rule="evenodd"
d="M14.707.293a1 1 0 0 0-1.414 0 1 1 0 0 0 0 1.414L18.586 7H1a1 1 0 1 0 0 2h17.586l-5.293 5.293a1 1 0 0 0 1.414 1.414l7-7c.183-.183.28-.419.292-.659L22 8m-.076-.383c-.049-.118-.121-.228-.217-.324l-7-7m7.217 7.324c.048.115.075.241.076.374z"
fill="#fff"></path>
</svg>
</button>
</div> -->
</div>
</div>
<div class="wrapper wrapper_gradient">
<div class="cases cases_other">
<!-- project links -->
<!-- <div class="cases__center center">
<div class="cases__stage stage" data-aos="animation-scale-y">Projects</div>
<h2 class="cases__title h1" data-aos="animation-scale-y" data-aos-delay="200">Look at My
<br>Projects.
</h2>
<div class="cases__container">
<div class="cases__slider owl-carousel js-slider-cases">
<a class="cases__item" href="#" data-aos="animation-translate-y" data-aos-delay="">
<div class="cases__preview"><img class="cases__pic" src="img/content/cases-pic-1.jpg"
alt="">
<div class="cases__box">Case <br>Study</div>
</div>
<div class="cases__body">
<h4 class="cases__info h4">Collab Landing Page</h4>
<div class="cases__text">UI Kit, Coded Template</div>
</div>
</a>
<a class="cases__item" href="#" data-aos="animation-translate-y" data-aos-delay="200">
<div class="cases__preview"><img class="cases__pic" src="img/content/cases-pic-7.jpg"
alt="">
<div class="cases__box">Case <br>Study</div>
</div>
<div class="cases__body">
<h4 class="cases__info h4">Collab Landing Page</h4>
<div class="cases__text">UI Kit, Coded Template</div>
</div>
</a>
<a class="cases__item" href="#" data-aos="animation-translate-y">
<div class="cases__preview"><img class="cases__pic" src="img/content/cases-pic-3.jpg"
alt="">
<div class="cases__box">Case <br>Study</div>
</div>
<div class="cases__body">
<h4 class="cases__info h4">Collab Landing Page</h4>
<div class="cases__text">UI Kit, Coded Template</div>
</div>
</a>
<a class="cases__item" href="#" data-aos="animation-translate-y">
<div class="cases__preview"><img class="cases__pic" src="img/content/cases-pic-4.jpg"
alt="">
<div class="cases__box">Case <br>Study</div>
</div>
<div class="cases__body">
<h4 class="cases__info h4">Collab Landing Page</h4>
<div class="cases__text">UI Kit, Coded Template</div>
</div>
</a>
<a class="cases__item" href="#" data-aos="animation-translate-y">
<div class="cases__preview"><img class="cases__pic" src="img/content/cases-pic-5.jpg"
alt="">
<div class="cases__box">Case <br>Study</div>
</div>
<div class="cases__body">
<h4 class="cases__info h4">Collab Landing Page</h4>
<div class="cases__text">UI Kit, Coded Template</div>
</div>
</a>
<a class="cases__item" href="#" data-aos="animation-translate-y">
<div class="cases__preview"><img class="cases__pic" src="img/content/cases-pic-6.jpg"
alt="">
<div class="cases__box">Case <br>Study</div>
</div>
<div class="cases__body">
<h4 class="cases__info h4">Collab Landing Page</h4>
<div class="cases__text">UI Kit, Coded Template</div>
</div>
</a>
</div>
</div>
</div> -->
<div class="cases__figures">
<div class="cases__figure"><img class="cases__pic js-parallax" data-scale="1.6"
data-orientation="up" src="img/content/figure-2.png" alt=""></div>
<div class="cases__figure"><img class="cases__pic js-parallax" data-scale="1.4"
data-orientation="down" src="img/content/figure-3.png" alt=""></div>
</div>
</div>
<div class="wrapper wrapper_dark">
<div class="contacts">
<div class="contacts__center center">
<div class="contacts__container">
<div class="contacts__wrap">
<div class="contacts__stage stage" data-aos="animation-scale-y">Say hello 👋</div>
<h2 class="contacts__title h1" data-aos="animation-scale-y" data-aos-delay="200">Let’s
Connect<br>Together.</h2>
<div class="contacts__info" data-aos="animation-scale-y" data-aos-delay="400">I'd love
to meet with you to talk about your project and prospective joint ventures.</div>
</div>
<div class="contacts__row">
<div class="contacts__details" data-aos="animation-translate-y">
<a class="contacts__line" href="mailto:[email protected]">
<div class="contacts__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="15" fill="none"
viewBox="0 0 18 15">
<path fill-rule="evenodd"
d="M2.422.267C1.244.267.289 1.222.289 2.4v9.956c0 1.178.955 2.133 2.133 2.133h12.8c1.178 0 2.133-.955 2.133-2.133V2.4c0-1.178-.955-2.133-2.133-2.133h-12.8zM1.711 2.4a.71.71 0 0 1 .711-.711h12.8a.71.71 0 0 1 .711.711v9.956a.71.71 0 0 1-.711.711h-12.8a.71.71 0 0 1-.711-.711V2.4zm2.636.919a.71.71 0 1 0-1.006 1.006l4.978 4.978a.71.71 0 0 0 1.006 0l4.978-4.978a.71.71 0 1 0-1.006-1.006L8.822 7.794 4.347 3.319zm1.422 5.689a.71.71 0 0 1 0 1.006l-1.422 1.422a.71.71 0 1 1-1.006-1.006l1.422-1.422a.71.71 0 0 1 1.006 0zm7.111 0a.71.71 0 1 0-1.006 1.006l1.422 1.422a.71.71 0 1 0 1.006-1.006l-1.422-1.422z"
fill="#4c40f7"></path>
</svg>
</div>
<div class="contacts__text">[email protected]</div>
</a>
<div class="contacts__line">
<div class="contacts__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"
viewBox="0 0 18 18">
<path fill-rule="evenodd"
d="M9.273.85a.71.71 0 0 0-.901 0L.55 7.25a.71.71 0 0 0 .901 1.101l7.372-6.032 5.85 4.786a.71.71 0 1 0 .901-1.101L9.273.85zM3.845 9.222a.71.71 0 1 0-1.422 0v7.111a.71.71 0 0 0 .711.711h6.4a.71.71 0 1 0 0-1.422H3.845v-6.4zm9.932 0a2.04 2.04 0 0 0-2.11 2.008c.001.243.112.6.358 1.053.239.44.567.901.908 1.328l.867.996.867-.996c.341-.427.669-.887.908-1.328.246-.453.357-.81.358-1.053a2.04 2.04 0 0 0-2.11-2.008h-.047zm2.868 2.004h.711c0 .599-.245 1.21-.531 1.736-.294.542-.678 1.075-1.047 1.537l-1.018 1.163-.336.344-.096.095-.027.026-.007.007-.003.003-.491-.514-.491.514-.003-.003-.007-.007-.026-.026-.096-.095-.336-.344-1.017-1.163c-.37-.462-.753-.995-1.047-1.537-.286-.526-.531-1.138-.531-1.736v-.01c.012-.931.399-1.817 1.072-2.46.668-.637 1.561-.981 2.483-.957.922-.024 1.816.32 2.483.957.673.643 1.06 1.529 1.072 2.46l-.711.01zm-3.335 4.911c0 0 0 0 .491-.514l.491.514a.71.71 0 0 1-.982 0zm.491-4.07a.71.71 0 1 0 0-1.422.71.71 0 1 0 0 1.422z"
fill="#4c40f7"></path>
</svg>
</div>
<div class="contacts__text">
<p>Greater Noida, Uttar Pradesh</p>
<p>India</p>
</div>
</div>
<!-- <a class="contacts__line" href="tel:+441236547890">
<div class="contacts__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" fill="none"
viewBox="0 0 17 18">
<path fill-rule="evenodd"
d="M6.689 2.978a.71.71 0 0 1 .711-.711h7.111a.71.71 0 0 1 .711.711v4.267a.71.71 0 0 1-.711.711H8.822a.71.71 0 0 0-.318.075l-1.815.908V2.978zM7.4.844c-1.178 0-2.133.955-2.133 2.133v7.111a.71.71 0 0 0 1.029.636L8.99 9.378h5.521c1.178 0 2.133-.955 2.133-2.133V2.978c0-1.178-.955-2.133-2.133-2.133H7.4zM2.422 2.267C1.244 2.267.289 3.222.289 4.4v11.378c0 1.178.955 2.133 2.133 2.133h7.822c1.178 0 2.133-.955 2.133-2.133V10.8a.71.71 0 1 0-1.422 0v4.978a.71.71 0 0 1-.711.711H2.422a.71.71 0 0 1-.711-.711V4.4a.71.71 0 0 1 .711-.711h1.422a.71.71 0 1 0 0-1.422H2.422z"
fill="#4c40f7"></path>
</svg>
</div>
<div class="contacts__text">+44 123 654 7890</div>
</a> -->
</div>
<form class="contacts__form" data-aos="animation-translate-y" data-aos-delay="200"
action="https://formsubmit.co/a42eb716211e62b1c4bd5b7c1ca2c96d" method="POST">
<div class="contacts__field field">
<div class="field__wrap">
<input class="field__input" type="text" name="name" placeholder="Name"
required />
<div class="field__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18"
fill="none" viewBox="0 0 17 18">
<path fill-rule="evenodd"
d="M8.5.875a4.5 4.5 0 0 0-4.5 4.5v2a4.5 4.5 0 1 0 9 0v-2a4.5 4.5 0 0 0-4.5-4.5zM6 5.375a2.5 2.5 0 1 1 5 0v2a2.5 2.5 0 1 1-5 0v-2zM3.547 12.25a1 1 0 0 0-.969-1.75A5 5 0 0 0 0 14.875v2a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-2a5 5 0 0 0-2.578-4.375 1 1 0 1 0-.969 1.75A3 3 0 0 1 15 14.875v1H2v-1a3 3 0 0 1 1.547-2.625z"
fill="#111029"></path>
</svg>
</div>
</div>
</div>
<div class="contacts__field field">
<div class="field__wrap">
<input class="field__input" type="email" name="email" placeholder="Email"
required />
<div class="field__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17"
fill="none" viewBox="0 0 17 17">
<path fill-rule="evenodd"
d="M16.707.668a1 1 0 0 1 .238 1.033l-5 14.5a1 1 0 0 1-1.853.093l-3-6.5a1 1 0 0 1 .201-1.126l3-3a1 1 0 0 1 1.414 1.414L9.2 9.589l1.665 3.608 3.52-10.208-10.207 3.52 2.223 1.026a1 1 0 1 1-.838 1.816L1.081 7.283a1 1 0 0 1 .093-1.853l14.5-5a1 1 0 0 1 1.033.238z"
fill="#4c40f7"></path>
</svg>
</div>
</div>
</div>
<!-- <div class="contacts__field field">
<div class="field__wrap">
<select class="field__select" name="question">
<option>What are you working on?</option>
<option>What are you working on? 2</option>
</select>
<div class="field__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="18"
fill="none" viewBox="0 0 12 18">
<path fill-rule="evenodd"
d="M6.664 1.128a1 1 0 0 0-1.329 0l-4.5 4a1 1 0 0 0 1.329 1.495L6 3.213l3.836 3.409a1 1 0 1 0 1.329-1.495l-4.5-4zm-4.5 11a1 1 0 1 0-1.329 1.495l4.5 4a1 1 0 0 0 1.329 0l4.5-4a1 1 0 0 0-1.329-1.495L6 15.537l-3.836-3.41z"
fill="#111029"></path>
</svg>
</div>
</div>
</div> -->
<div class="contacts__field field field_textarea">
<div class="field__wrap">
<textarea class="field__textarea" name="message"
placeholder="Message"></textarea>
<div class="field__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"
fill="none" viewBox="0 0 18 18">
<path fill-rule="evenodd"
d="M.5 2.875a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-3.532l-2.2 2.64a1 1 0 0 1-1.536 0l-2.2-2.64H2.5a2 2 0 0 1-2-2v-10zm15 0h-13v10h4a1 1 0 0 1 .768.36L9 15.313l1.732-2.078a1 1 0 0 1 .768-.36h4v-10zm-12 3a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1zm1 3a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2h-9z"
fill="#111029"></path>
</svg>
</div>
</div>
</div>
<div class="contacts__btn">
<button class="btn btn_purple"><span class="btn__text">Let’s Talk</span>
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" fill="none"
viewBox="0 0 22 16">
<path fill-rule="evenodd"
d="M14.707.293a1 1 0 0 0-1.414 0 1 1 0 0 0 0 1.414L18.586 7H1a1 1 0 1 0 0 2h17.586l-5.293 5.293a1 1 0 0 0 1.414 1.414l7-7c.183-.183.28-.419.292-.659L22 8m-.076-.383c-.049-.118-.121-.228-.217-.324l-7-7m7.217 7.324c.048.115.075.241.076.374z"
fill="#fff"></path>
</svg>
</button>
</div>
</form>
</div>
<div class="contacts__category h5">Let’s connect</div>
<div class="contacts__social">
<div class="contacts__box" data-aos="animation-translate-y"><a class="contacts__link"
href="https://www.instagram.com/_me.amulya_/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 16 16">
<path fill="#9f9fa9"
d="M12 0c2.056 0 4 1.944 4 4h0v8c0 2.056-1.944 4-4 4h0-8c-2.056 0-4-1.944-4-4h0V4c0-2.056 1.944-4 4-4h0zm0 2H4c-.935 0-2 1.065-2 2h0v8c0 .953 1.047 2 2 2h8c.935 0 2-1.065 2-2h0V4c0-.935-1.065-2-2-2h0zM8 4c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4zm0 2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2zm4.145-3.068a.96.96 0 1 1 0 1.92.96.96 0 1 1 0-1.92z">
</path>
</svg>
<div class="contacts__text">Instagram</div>
</a></div>
<div class="contacts__box" data-aos="animation-translate-y" data-aos-delay="150"><a
class="contacts__link" href="https://www.linkedin.com/in/amulyasingh227/"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z" />
</svg>
<div class="contacts__text">LinkedIn</div>
</a></div>
<div class="contacts__box" data-aos="animation-translate-y" data-aos-delay="300"><a
class="contacts__link" href="https://github.com/amulya888" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
<div class="contacts__text">Github</div>
</a></div>
<div class="contacts__box" data-aos="animation-translate-y" data-aos-delay="450"><a
class="contacts__link" href="https://twitter.com/amulyasingh2003"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg>
<div class="contacts__text">Twitter</div>
</a></div>
</div>
<div class="figures">
<div class="figures__preview"><img class="figures__pic" src="img/content/figures-1.png"
alt="" /></div>
<div class="figures__preview"><img class="figures__pic js-parallax" data-scale="1.6"
data-orientation="up" src="img/content/figures-2.png" alt="" /></div>
<div class="figures__preview"><img class="figures__pic js-parallax" data-scale="1.3"
data-orientation="up" src="img/content/figures-3.png" alt="" /></div>
<div class="figures__preview"><img class="figures__pic" src="img/content/figures-4.png"
alt="" /></div>
<div class="figures__preview"><img class="figures__pic js-parallax" data-scale="2.3"
data-orientation="down" src="img/content/figures-5.png" alt="" /></div>
<div class="figures__preview"><img class="figures__pic js-parallax" data-scale="2"
data-orientation="up" src="img/content/figures-6.png" alt="" /></div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer__center center">
<div class="footer__body"><a class="footer__logo" href="index.html"><img class="footer__pic"
src="img/logo-empty.svg" alt="" /></a>
<div class="footer__wrap">
<div class="footer__title h1">You only have one chance to make a first impression.</div>
<div class="footer__info h4">Let’s make it an amazing one.</div>
</div>
<!-- <div class="footer__menu"><a class="footer__link" href="#">About Me</a><a
class="footer__link" href="#">Projects</a><a class="footer__link"
href="#">Contact</a>
<a class="footer__link" href="#">Dribbble</a>
<a class="footer__link" href="https://www.instagram.com/_me.amulya_/"
target="_blank">Instagram</a>
</div> -->
</div>
<div class="footer__bottom">
<div class="footer__copyright">©Copyright by Amulya singh</div><a
class="footer__scroll js-scroll" href="#header">Back to top</a>
</div>
</div>
<div class="footer__bg">
<div class="footer__preview"><img class="footer__pic js-parallax" data-scale="1.5"
data-orientation="down" src="img/content/footer-cube-1.png" alt="" /></div>
<div class="footer__preview"><img class="footer__pic js-parallax" data-scale="1.8"
data-orientation="up" src="img/content/footer-cube-1.png" alt="" /></div>
</div>
</div>
</div>
</div>
<div class="cursor"></div>
</div>
<script src="js/lib/jquery.min.js"></script>
<script src="js/lib/owl.carousel.min.js"></script>
<script src="js/lib/aos.js"></script>
<script src="js/lib/simpleParallax.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>