-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
733 lines (641 loc) · 40.8 KB
/
index.html
File metadata and controls
733 lines (641 loc) · 40.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Kushagra Agarwal
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:site_name" content="Kushagra Agarwal">
<meta property="og:title" content="Kushagra Agarwal">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kushagr.netlify.app">
<meta property="og:description" content="Not your traditional website">
<meta property="og:image" itemprop="image" content="https://kushagr.netlify.app/images/portrait_1250x1259.png">
<meta property="og:image:secure_url" content="https://kushagr.netlify.app/images/portrait.png">
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="portrait">
<meta property="og:image:width" content="180" />
<meta property="og:image:height" content="180" />
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/svg.css">
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<!-- <link rel="manifest" href="/favicon/site.webmanifest"> -->
<link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="./favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="preloader-container">
<div class="preloader">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 301.5 485" style="overflow:visible;margin-bottom:10px;pointer-events:none" class="loader">
<defs>
<style>
.cls--1 {
fill: #aaa;
}
.cls--2 {
fill: #a3a3a3;
}
.cls--3 {
fill: #a6a6a6;
}
.cls--4 {
fill: #a7a7a7;
}
.cls--5 {
fill: #610f12;
}
.cls--6 {
fill: #470c0d;
}
.cls--7 {
fill: #38090a;
}
.cls--8 {
fill: url(#linear--gradient--1);
}
.cls--9 {
fill: url(#linear--gradient--2);
}
.stop {
transition: transform 500ms;
}
#ball {
animation: bounce 1s ease-in-out infinite alternate-reverse;
}
#bShadow {
animation: shadow 1s linear infinite alternate-reverse;
}
@keyframes shadow {
from {rx:28.22; ry:4.7}
50% {rx:0; ry:0}
to {rx:28.22; ry:4.7}
}
@keyframes bounce {
from {transform: translate(0px, 0px)}
50% {transform: translate(0px, -100px)}
to {transform: translate(0px, 0px)}
}
</style>
<linearGradient id="linear--gradient--1" x1="152.39" y1="104" x2="152.39" y2="76.94" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#ebebeb" stop-opacity="0.4"/>
<stop offset="0.18" stop-color="#d5d5d5" stop-opacity="0.26"/>
<stop offset="0.38" stop-color="#c2c2c2" stop-opacity="0.15"/>
<stop offset="0.58" stop-color="#b5b5b5" stop-opacity="0.07"/>
<stop offset="0.78" stop-color="#adadad" stop-opacity="0.02"/>
<stop offset="0.99" stop-color="#aaa" stop-opacity="0"/>
</linearGradient>
<linearGradient id="linear--gradient--2" x1="152.5" y1="1.45" x2="152.5" y2="56" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#ebebeb"/>
<stop offset="0.15" stop-color="#ddd" stop-opacity="0.79"/>
<stop offset="0.38" stop-color="#cbcbcb" stop-opacity="0.51"/>
<stop offset="0.58" stop-color="#bdbdbd" stop-opacity="0.29"/>
<stop offset="0.76" stop-color="#b3b3b3" stop-opacity="0.13"/>
<stop offset="0.9" stop-color="#acacac" stop-opacity="0.04"/>
<stop offset="0.99" stop-color="#aaa" stop-opacity="0"/>
</linearGradient>
<filter xmlns="http://www.w3.org/2000/svg" id="shadow--1" filterUnits="userSpaceOnUse">
<feDropShadow dx="10" dy="10" stdDeviation="7" flood-opacity="0.6" flood-color="#421115"/>
</filter>
<filter xmlns="http://www.w3.org/2000/svg" id="shadow--2" filterUnits="userSpaceOnUse">
<feDropShadow dx="10" dy="10" stdDeviation="7" flood-opacity="0.3"/>
</filter>
</defs>
<title>pre</title>
<g id="Layer_2" data-name="Layer 2">
<g id="Layer_1-2" data-name="Layer 1">
<g>
<polygon class="cls--1" id="m10" points="0 355 151 325 301.5 355 151 485 0 355">
<animate xlink:href="#m10" attributeName="points" to="151 485 0 355 151 325 301.5 355 151 485" dur="500ms" begin="mb_start.end + 500ms" fill="freeze" id="bb_start"/>
<animate xlink:href="#m10" attributeName="points" to="0 355 151 325 301.5 355 151 485 0 355" dur="500ms" begin="bb_start.end + 500ms" fill="freeze" id="bb_end"/>
</polygon>
<polygon class="cls--2" id="m6" style="fill:#a0a0a0" points="151 275 151 325 0 405 0 355 151 275">
<animate xlink:href="#m6" attributeName="points" to="0 405 0 355 151 435 151 485 0 405" dur="500ms" begin="mb_start.end + 500ms" fill="freeze"/>
<animate xlink:href="#m6" attributeName="points" to="151 275 151 325 0 405 0 355 151 275" dur="500ms" begin="bb_start.end + 500ms" fill="freeze"/>
</polygon>
<polygon class="cls--3" id="m8" stTyle="fill:#0f0" points="301.5 355 301.5 405 151 485 151 435 301.5 355">
<animate xlink:href="#m8" attributeName="points" to="151 275 151 325 301.5 405 301.5 355 151 275" dur="500ms" begin="mb_start.end + 500ms" fill="freeze"/>
<animate xlink:href="#m8" attributeName="points" to="301.5 355 301.5 405 151 485 151 435 301.5 355" dur="500ms" begin="bb_start.end + 500ms" fill="freeze"/>
</polygon>
<polygon class="cls--2" id="m7" stTyle="fill:#f0f" points="0 355 0 405 151 485 151 435 0 355">
<animate xlink:href="#m7" attributeName="points" to="151 435 151 485 301.5 405 301.5 355 151 435" dur="500ms" begin="mb_start.end + 500ms" fill="freeze"/>
<animate xlink:href="#m7" attributeName="points" to="0 355 0 405 151 485 151 435 0 355" dur="500ms" begin="bb_start.end + 500ms" fill="freeze"/>
</polygon>
<polygon class="cls--1" id ="m9" points="0 355 151 275 301.5 355 151 435 0 355">
<animate xlink:href="#m9" attributeName="points" to="151 435 0 355 151 275 301.5 355 151 435" dur="500ms" begin="mb_start.end + 500ms" fill="freeze"/>
<animate xlink:href="#m9" attributeName="points" to="0 355 151 275 301.5 355 151 435 0 355" dur="500ms" begin="bb_start.end + 500ms" fill="freeze"/>
</polygon>
</g>
<g id="anim1">
<g id="shadow2">
<polygon class="cls--4" id="s2" style="filter:url(#shadow--2)" points="52 330 250 330 151 380 52 330">
<animate xlink:href="#s2" attributeName="points" to="151 380 52 330 250 330 151 380" dur="500ms" begin="1s;mb_end.end + 500ms" fill="freeze" />
<animate xlink:href="#s2" attributeName="points" to="52 330 250 330 151 380 52 330" dur="500ms" begin="bb_end.end + 500ms" fill="freeze" />
</polygon>
</g>
<g>
<polygon class="cls--1" id="m5" points="0 255 151 225 301.5 255 151 385 0 255">
<animate xlink:href="#m5" attributeName="points" to="151 385 0 255 151 225 301.5 255 151 385" dur="500ms" begin="1s;mb_end.end + 500ms" fill="freeze" id="mb_start" />
<animate xlink:href="#m5" attributeName="points" to="0 255 151 225 301.5 255 151 385 0 255" dur="500ms" begin="bb_end.end + 500ms" fill="freeze" id="mb_end" />
</polygon>
<polygon id="m1" class="cls--2" style="fill:#a0a0a0" points="151 175 151 225 0 305 0 255 151 175">
<animate xlink:href="#m1" attributeName="points" to="0 255 0 305 151 385 151 335 0 255" dur="500ms" begin="1s;mb_end.end + 500ms" fill="freeze" />
<animate xlink:href="#m1" attributeName="points" to="151 175 151 225 0 305 0 255 151 175" dur="500ms" begin="bb_end.end + 500ms" fill="freeze"/>
</polygon>
<polygon id="m3" class="cls--3" points="301.5 255 301.5 305 151 385 151 335 301.5 255">
<animate xlink:href="#m3" attributeName="points" to="151 175 151 225 301.5 305 301.5 255 151 175" dur="500ms" begin="1s;mb_end.end + 500ms" fill="freeze" />
<animate xlink:href="#m3" attributeName="points" to="301.5 255 301.5 305 151 385 151 335 301.5 255" dur="500ms" begin="bb_end.end + 500ms" fill="freeze"/>
</polygon>
<polygon id="m2" class="cls--2" points="0 255 0 305 151 385 151 335 0 255">
<animate xlink:href="#m2" attributeName="points" to="151 335 151 385 301.5 305 301.5 255 151 335" dur="500ms" begin="1s;mb_end.end + 500ms" fill="freeze" />
<animate xlink:href="#m2" attributeName="points" to="0 255 0 305 151 385 151 335 0 255" dur="500ms" begin="bb_end.end + 500ms" fill="freeze"/>
</polygon>
<polygon class="cls--1" id="m4" points="0 255 151 175 301.5 255 151 335 0 255">
<animate xlink:href="#m4" attributeName="points" to="151 335 0 255 151 175 301.5 255 151 335" dur="500ms" begin="1s;mb_end.end + 500ms" fill="freeze" />
<animate xlink:href="#m4" attributeName="points" to="0 255 151 175 301.5 255 151 335 0 255" dur="500ms" begin="bb_end.end + 500ms" fill="freeze"/>
</polygon>
</g>
</g>
<g id="shadow1">
<polygon class="cls--4" style="filter:url(#shadow--1)" points="47 230 255 230 151 285 47 230"/>
</g>
<g>
<polygon class="cls--5" points="0 105 151 25 301.5 105 151 185 0 105"/>
<polygon class="cls--5" points="0 105 151 75 301.5 105 151 235 0 105"/>
<polygon class="cls--6" points="301.5 155 301.5 105 151 185 151 235 151 285 301.5 205 301.5 155"/>
<polygon class="cls--7" points="0 105 0 155 0 205 151 285 151 235 151 185 0 105"/>
</g>
<ellipse id="bShadow" class="stop" cx="152.5" cy="103.81" rx="28.22" ry="4.7"/>
<g id="ball" class="stop">
<circle class="cls--1" cx="152.5" cy="52.5" r="52.5"/>
<path class="cls--8" d="M195.17,77.61a1.28,1.28,0,0,1,1.89,1.66,52.51,52.51,0,0,1-89.35-.37,1.28,1.28,0,0,1,1.88-1.67c8.15,6.44,25.13,18,42.41,18.77S186.71,84.53,195.17,77.61Z"/>
<ellipse class="cls--9" cx="152.5" cy="28.72" rx="39.22" ry="27.28"/>
</g>
</g>
</g>
</svg>
<div style="letter-spacing: 2px">
LOADING
</div>
</div>
</div>
<main>
<div class="page page--container-profile">
<div class="profile">
<div class="profile__flex">
<div class="profile__flex__photo">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 397.14 523.51" class="me profile__flex__photo__img" height="400px">
<defs>
<style>
.nose-r, .nose-l, .nose {
fill: #000;
}
.inv {
transition: opacity 1s ease 4.5s;
opacity: 1;
}
.opacity-0 {
opacity: 0;
}
.cls-1,
.cls-14 {
fill: #fff;
}
.cls-1 {
opacity: 0;
}
.cls-2 {
fill: #e69963;
}
.cls-3 {
fill: #21212100;
stroke: #212121;
stroke-miterlimit: 10;
stroke-dasharray: 1180;
stroke-dashoffset: 1180;
transition: stroke-dashoffset 2s ease 1.5s, fill 1s ease 4.5s, stroke-width 1s ease 4.5s;
}
.rev-1 {
fill: #212121;
stroke-width: 0;
}
.cls-4 {
fill: #efad7f;
}
.cls-5 {
fill: #de9061;
}
.cls-6 {
fill: #d6865f;
}
.cls-7 {
fill: #2a222600;
stroke: #2a2226;
stroke-miterlimit: 10;
stroke-dasharray: 770;
stroke-dashoffset: 770;
transition: stroke-dashoffset 1.5s ease 0s, fill 1s ease 4.5s, stroke-width 1s ease 4.5s;
}
.rev-6 {
fill: #2a2226;
stroke-width: 0;
}
.eyebrow-r, .eyebrow-l {
fill: #2a222600;
stroke: #2a2226;
stroke-miterlimit: 10;
stroke-dasharray: 90;
stroke-dashoffset: 90;
transition: stroke-dashoffset .5s ease 3.5s, fill 1s ease 4.5s, stroke-width 1s ease 4.5s;
}
.rev-2,.rev-3 {
fill: #2a2226;
stroke-width: 0;
}
.cls-8 {
fill: #ababab;
}
.cls-9 {
fill: #dedede;
}
.cls-10 {
fill: #2f262a;
}
.cls-11 {
fill: #1c1719;
}
.cls-12 {
fill: url(#linear-gradient);
}
.cls-13 {
fill: url(#linear-gradient-2);
}
.cls-15 {
fill: url(#linear-gradient-3);
}
.cls-16 {
fill: url(#linear-gradient-4);
}
.cls-17 {
fill: url(#linear-gradient-5);
}
.cls-18 {
fill: url(#linear-gradient-6);
}
.cls-19 {
fill: #1a131200;
stroke: #1a1312;
stroke-width: 0.5px;
stroke-dasharray: 130;
stroke-dashoffset: 130;
transition: fill 1s ease 4.5s, stroke-width 1s ease 4.5s;
}
.cls-20 {
fill: #803e3e;
}
.cls-21 {
fill: #512020;
}
.cls-22 {
fill: #40606e00;
stroke-width: 0;
transition: fill 1s ease 4.5s;
}
.rev-4 {
fill: #40606e;
stroke-width: 0;
}
.cls-23 {
fill: #293d4600;
stroke: #293d46;
stroke-width: 1px;
stroke-dasharray: 300;
stroke-dashoffset: 300;
transition: stroke-dashoffset .5s ease 3s, fill 1s ease 4.5s, stroke-width 1s ease 4.5s;
}
.rev-5 {
fill: #293d46;
stroke-width: 0;
}
.cls-24 {
fill: #fff;
}
.cls-25 {
fill: #eba371;
}
.cls-26 {
fill: #2b2b2b00;
stroke: #2b2b2b;
stroke-miterlimit: 10;
stroke-dasharray: 415;
stroke-dashoffset: 415;
transition: stroke-dashoffset .5s ease 3s, fill 1s ease 4.5s, stroke-width 1s ease 4.5s;
}
.cls-27 {
fill: #2b2b2b00;
stroke: #2b2b2b;
stroke-miterlimit: 10;
stroke-dasharray: 435;
stroke-dashoffset: 435;
transition: stroke-dashoffset .5s ease 3s, fill 1s ease 4.5s, stroke-width 1s ease 4.5s;
}
.rev-7,.rev-8 {
fill: #2b2b2b;
stroke-width: 0;
}
.cls-28 {
fill: #5e5e5e;
opacity: 0;
animation: o 4.5s linear;
}
@keyframes o {
from {opacity: 0}
to {opacity: 1}
}
.offset-0
{
stroke-dashoffset: 0!important;
}
</style>
<linearGradient id="linear-gradient" x1="159.83" y1="142.42" x2="159.83" y2="136.24" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#4f4047" />
<stop offset="0.07" stop-color="#493b41" />
<stop offset="0.3" stop-color="#3a2f34" />
<stop offset="0.57" stop-color="#32282c" />
<stop offset="1" stop-color="#2f262a" />
</linearGradient>
<linearGradient id="linear-gradient-2" x1="159.83" y1="141.61" x2="159.83" y2="137.05" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#57464e" />
<stop offset="0.14" stop-color="#493b41" />
<stop offset="0.35" stop-color="#3a2f34" />
<stop offset="0.6" stop-color="#32282c" />
<stop offset="1" stop-color="#2f262a" />
</linearGradient>
<linearGradient id="linear-gradient-3" x1="160.57" y1="143.41" x2="160.57" y2="135.12" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-opacity="0" />
<stop offset="0.85" stop-opacity="0.51" />
<stop offset="1" />
</linearGradient>
<linearGradient id="linear-gradient-4" x1="218.33" y1="140.08" x2="218.33" y2="133.44" xlink:href="#linear-gradient" />
<linearGradient id="linear-gradient-5" x1="218.33" y1="139.38" x2="218.33" y2="134.14" xlink:href="#linear-gradient-2" />
<linearGradient id="linear-gradient-6" x1="218.59" y1="141.06" x2="218.59" y2="132.45" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-opacity="0" />
<stop offset="0.86" stop-opacity="0.47" />
<stop offset="1" />
</linearGradient>
<linearGradient id="linear-gradient-7" x1="179.73" y1="220.64" x2="225.35" y2="335.21" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#de9061" />
<stop offset="1" stop-color="#e69963" />
</linearGradient>
</defs>
<title>Asset 6</title>
<g id="Layer_2" data-name="Layer 2">
<g id="Layer_3" data-name="Layer 3">
<path class="cls-2 inv opacity-0" d="M180.87,46c22.79,0,55.85,2.44,76.1,45.19,7.33,15.47,13.22,51.27,13.22,59.41s-3.26,34.18-17.91,37.44c0,0-8,21.16-12.87,32.55l3.11,19.53s32.55,11.4,47.2,30.93c0,0,39.06,12.93,39.06,27.67v6.51s34.18,11.39,48.83,37.43,19.53,89.52,19.53,89.52H0S13,358.89,24.41,341s65.11-45.58,79.76-48.83c0,0,5-6.41-8.14-19.53-3.25-3.26,24.42-6.51,29.3-11.4s21.16-22.78,26-22.78v-6.51s-14.65-16.28-17.9-37.44c0,0-9.77-1.63-14.65-24.42s-5.67-33.94-5.67-33.94l-.42,7.58a51.64,51.64,0,0,1,.09-16.77c1.63-8.14,3.76-28,7-34.54s5.49-16.73,7.12-18.36a29.61,29.61,0,0,0-8.14,13,53.66,53.66,0,0,1,6.51-17.91S149.14,52.43,166.8,48A89,89,0,0,1,180.87,46Z" />
<path class="cls-3 jacket rev" d="M377.61,342.61c-14.65-26-48.83-37.43-48.83-37.43v-6.51c0-14.74-39.06-27.67-39.06-27.67-14.65-19.53-47.2-30.93-47.2-30.93l-1.2-7.53L205.46,263l-46.89-18.33-7.33-6.19c-5,.3-21.07,17.93-25.91,22.77S94.2,265,96,272.63c3.22,13.37,8.14,19.53,8.14,19.53C89.52,295.41,35.81,323.08,24.41,341S0,432.13,0,432.13H397.14S392.26,368.66,377.61,342.61Z" />
<path class="cls-4 inv opacity-0" d="M116.12,157c.76,3.83,1.65,8.18,2.7,13.05,4.88,22.79,14.65,24.42,14.65,24.42-2.51-8.95-7-21.52-7.91-28.25S124,155.44,120,153.58C118.49,152.85,117.16,154.62,116.12,157Z" />
<path class="cls-5 inv opacity-0" d="M169.35,69.3l-27.5,12-24.59,63.43v17.83c.47,2.36,1,4.87,1.56,7.54s1.19,5,1.86,7.06l1,.53s-.14-4.29-.26-8.28a72.58,72.58,0,0,0,1.91,7.7c.52,1.42,3.82,9.14,4.36,10.07,1.35,2.32,3.47,5.12,4.64,7a5.22,5.22,0,0,0,1.12.38c.09.63.2,1.25.32,1.87l24.46,37.75s23.33,10.72,36.07,11.35,33.54-12.93,33.54-12.93l9.59-23.94,14.12-29.44.51-22.83-1.42-13-3,37.53s-15,20.18-15.5,21.57-5.29,26.47-5.29,26.47-21.69,14-33,14.69-31.72-10.78-34-13.05-10.66-25.22-12.43-29.07S133,187.58,133,187.58l-8-27.21,1.15-16.26S125.6,157,127,160c3-3,4.11-24.72,6.9-28.2S145.43,127,145.43,127c-9.06,7.45-13.07,24.41-13.07,24.41,1.28-1.23,10.92-3.57,13.59-3.7,1.62-.08,15.61,2.3,20.57,2.11,6.57-.25,12.09-1.11,13.46,6.81a76.69,76.69,0,0,0,3-12.86c3.18-21.48-12.15-27.49-12.15-27.49a40.38,40.38,0,0,0-19-1.39,78.15,78.15,0,0,1,0-30c1.1-5.38,33.36-2.8,33.36-2.8s6,0,7.53-3.87c0,0,21.18-5,34.63,10.54a69.46,69.46,0,0,1,15.25,27.49s-13.39-4.27-17.94-4-12.25,1.29-14.53,1-11.22,4.74-12.68,11.42,1.63,31.5,1.63,31.5,2.09-8.75,5.5-9.32,19.37,0,24.71-1.42,11.74,4.7,12.6,7c0,0,2.84-22.21-5.42-27,0,0,10,1.34,9.83,5.3s-1.83,28.5,2.28,33l1-20.52,1.15-6.7-8-44.25L219.29,70.68Z" />
<path class="cls-6 inv opacity-0" d="M183.26,135.32,179.84,157s5-33.09-11.4-34.27c0,0-17.8-.45-20.53.36s-14.61,4.48-14.61,4.48,7.36-8.42,12-10.41C147,116.47,160,117,160,117s12.11.66,14.34,2a10.46,10.46,0,0,1,3.89,3.13C179.17,123.35,183.26,135.32,183.26,135.32Z" />
<path class="cls-6 inv opacity-0" d="M208.54,114.84c-8.78.53-12.37,14.38-12.37,14.38s.5,22.14,3,27.11c0,0-1.91-26.3,1.4-31.82,2.17-3.61,3.35-2.69,10.36-3.61,4.14-.55,10.36-2.34,15.63-1.45,2.74.46,9.15,1.13,9.15,1.13s-5.05-3.44-6.78-4.52c-3.14-2-10.35-1.71-12.26-1.48C214.4,114.84,208.54,114.84,208.54,114.84Z" />
<path class="eyebrow-l rev" d="M134.28,127s9.77-9.76,13-9.76,26.56.08,26.56,3.34-22.49.73-27.37,2.35Z" />
<path class="eyebrow-r rev" d="M235.19,120.44l-13-1.63s-14.65,3.26-17.9,1.63,3.25-4.88,6.51-4.88,13-1.63,16.28,0S235.19,120.44,235.19,120.44Z" />
<path class="cls-8 inv opacity-0" d="M152.32,142.62l-4.41-1.7,5.09-4.63,7.66-2.42,8.68,3.26,2.24,4.22-3.39,2S155.49,143.84,152.32,142.62Z" />
<path class="cls-9 inv opacity-0" d="M168.05,140.79c.58-1-.67-3.12-3.66-4.14s-8.75-.34-10.37.48-2.85,2.86-1.9,3.73C152.72,141.4,166,144.45,168.05,140.79Z" />
<path class="cls-10 inv opacity-0" d="M161.78,135.13a25,25,0,0,0-4.44.29,4.87,4.87,0,0,0-.83,7.84c2,.14,4.38.17,6.44.16a4.89,4.89,0,0,0,1.81-3.76A4.94,4.94,0,0,0,161.78,135.13Z" />
<path class="cls-11 inv opacity-0" d="M174.49,141.93c-1.71-.93-5.24-8.45-13.29-8.64s-13.46,5.86-14.83,7.07.7,3.43,5.49,3c3.72-.33-.56-1.76-1.37-2.5s1.9-3.76,3.53-4.57,7.52-1.74,10.51-.72,6.9,4.44,6.22,5.39c-1,1.45-3,1.53-2.56,2.34s2.47-.26,5.43.24C177.91,144.27,175.65,142.56,174.49,141.93Z" />
<path class="cls-12 inv opacity-0" d="M161.26,136.25a17.58,17.58,0,0,0-3.26.21,3.59,3.59,0,0,0-.57,5.8c1.51.12,3.2.16,4.6.16a3.6,3.6,0,0,0-.77-6.17Z" />
<path class="cls-13 inv opacity-0" d="M160.88,137.06a12.74,12.74,0,0,0-2.4.16,2.64,2.64,0,0,0-.42,4.27c1.11.09,2.36.11,3.39.12a2.66,2.66,0,0,0-.57-4.55Z" />
<circle class="inv opacity-0" cx="159.89" cy="139.64" r="1.67" />
<circle class="cls-14 inv opacity-0" cx="158.98" cy="139.26" r="0.19" />
<circle class="cls-14 inv opacity-0" cx="158.71" cy="138.72" r="0.27" />
<circle class="cls-14 inv opacity-0" cx="158.11" cy="138.13" r="0.41" />
<path class="cls-11 inv opacity-0" d="M141.28,141.31a2.1,2.1,0,0,0,1.14-.61c.33-.28.64-.6,1-.91.6-.64,1.18-1.3,1.77-2,1.19-1.31,2.39-2.6,3.69-3.8a19.55,19.55,0,0,1,4.31-3.13,10.14,10.14,0,0,1,2.52-.92,12.09,12.09,0,0,1,2.67-.16,49.6,49.6,0,0,1,5.31.19,8.86,8.86,0,0,1,5,1.89c1.29,1.24,2.34,2.66,3.53,3.95a21.9,21.9,0,0,0,1.85,1.88,4.83,4.83,0,0,0,2.27,1.26,4.8,4.8,0,0,1-2.33-1.18A20.76,20.76,0,0,1,172,136c-1.23-1.27-2.32-2.68-3.6-3.86a8.85,8.85,0,0,0-4.79-1.76,51.28,51.28,0,0,0-5.27-.15,12.36,12.36,0,0,0-2.59.15,9.85,9.85,0,0,0-2.44.86,21,21,0,0,0-4.26,3c-1.31,1.16-2.54,2.43-3.75,3.71-.61.63-1.22,1.27-1.85,1.89-.32.3-.64.61-1,.88A2.09,2.09,0,0,1,141.28,141.31Z" />
<path class="cls-15 eye-l inv opacity-0" d="M170.75,141c.68-1-3.24-4.38-6.22-5.39s-8.89-.09-10.51.72-4.47,3.7-3.53,4.57c.6.54,3.06,1.46,2.84,2,3.53.77,13,.45,14.86.4C168.38,142.6,169.81,142.29,170.75,141Z" />
<path class="cls-6 inv opacity-0" d="M254,187.49h0c.29-2.89,1.33-17.22,1.46-17S256.35,181,257,186a17.22,17.22,0,0,0,2.33-1.91c1.5-7.11.36-18-.13-21.75.76,3.09,2.37,8.9,2.37,8.9,1.63-4.11,2.09-17,2.09-17,2.3.25,5,5.12,5,5.12a1.52,1.52,0,0,0,.66,1h0c.08-.53.16-1,.23-1.55v-.08q.1-.7.18-1.38s0-.11,0-.17c.05-.42.09-.82.13-1.21a1.8,1.8,0,0,0,0-.22c.05-.45.09-.88.12-1.3h0l-2.12-5.68-9.86-3.1s-4.62,10.34-6,15.84.2,26.57.2,26.57c.36-.08.69-.18,1-.29S253.75,187.57,254,187.49Z" />
<path class="cls-8 inv opacity-0" d="M232.14,137.05,228,132.92l-9.68-1.11-9.78,4.07L205.46,140l4.22.9s15.53.47,18.38-.27A6.76,6.76,0,0,0,232.14,137.05Z" />
<path class="cls-11 inv opacity-0" d="M240.47,137.11a5.17,5.17,0,0,1-2.7-1c-.84-.5-1.63-1.05-2.42-1.62-1.56-1.15-3.08-2.36-4.65-3.49a19.31,19.31,0,0,0-5-2.84,10.2,10.2,0,0,0-2.83-.28c-1,0-1.93,0-2.89.12a50.89,50.89,0,0,0-5.75.67c-.95.16-1.89.36-2.82.61a12.56,12.56,0,0,0-2.7,1c-3.26,2.05-5.14,5.75-8.19,8.11a3.92,3.92,0,0,0,1.09-.94c.33-.35.64-.72.94-1.1l1.83-2.26a18.74,18.74,0,0,1,4.2-4,12.51,12.51,0,0,1,2.75-1c.94-.26,1.89-.47,2.84-.64a51.51,51.51,0,0,1,5.79-.75c1-.07,1.94-.08,2.91-.08a10.43,10.43,0,0,1,2.93.33,19.53,19.53,0,0,1,5,2.94c1.56,1.16,3.07,2.38,4.61,3.55.76.59,1.54,1.17,2.35,1.7A5.22,5.22,0,0,0,240.47,137.11Z" />
<path class="cls-9 inv opacity-0" d="M227.94,139.47c1.8-1,1.89-4.47-.66-5.2-1.11-.31-7.17-1.08-9.15-.74A18.48,18.48,0,0,0,212,136c-3,1.68-4.47,3.87-2.79,3.88C210.47,139.91,225.85,140.64,227.94,139.47Z" />
<path class="cls-10 inv opacity-0" d="M223,136.67a5.05,5.05,0,0,0-2.87-4.65l-1.82-.21-3.41,1.42a5.23,5.23,0,0,0-1.28,3.44A5.09,5.09,0,0,0,216,141c1.48,0,3.07,0,4.62,0A5.09,5.09,0,0,0,223,136.67Z" />
<path class="cls-16 inv opacity-0" d="M222,136.62a3.57,3.57,0,0,0-2.07-3.09,10.38,10.38,0,0,0-4.33.38,3.69,3.69,0,0,0-1,2.71,4,4,0,0,0,1.87,3.45c1.17,0,2.43,0,3.64,0A4,4,0,0,0,222,136.62Z" />
<path class="cls-11 inv opacity-0" d="M230.31,133.63c-3.25-3.5-15.46-2.62-18.72-.87s-5,5-8.14,7c-1.84,1.21-.68,2-.68,2a13.52,13.52,0,0,0,7.2-.2c2.44-.88-.76-1.6-2.35-1.62s-.21-2.2,2.8-3.88,4.45-3.08,7.77-3.46,8.28.22,10.71,1.71,1.4,4.7-.5,5.49-1.21,1.76.6,1,6-1.23,5.13-2.73S233.57,137.14,230.31,133.63Z" />
<path class="cls-17 inv opacity-0" d="M221.26,136.65a2.83,2.83,0,0,0-1.63-2.44,8.2,8.2,0,0,0-3.42.3,2.88,2.88,0,0,0-.8,2.14,3.17,3.17,0,0,0,1.48,2.72c.92,0,1.91,0,2.87,0A3.17,3.17,0,0,0,221.26,136.65Z" />
<circle class="inv opacity-0" cx="218.33" cy="136.37" r="1.69" />
<circle class="cls-14 inv opacity-0" cx="218.8" cy="135.71" r="0.27" />
<ellipse class="cls-14 inv opacity-0" cx="219.65" cy="135.34" rx="0.85" ry="0.11" />
<path class="cls-18 inv opacity-0" d="M228.4,139.76c1.9-.79,2.8-4.08.5-5.49s-7.38-2.09-10.71-1.71-4.77,1.79-7.77,3.46-4.48,3.87-2.8,3.88c1.22,0,3.38.44,3.22,1,3.32.08,13,.28,16.46-.17C227.22,140.52,227.53,140.12,228.4,139.76Z" />
<path class="cls-2 nose-s1 inv opacity-0" d="M180.14,162.57c-1.43,3.86-5.34,7.88-5.09,11s.08,7.63,7,8.37,8.3-1.68,10.14-1.58,5.77,1.09,9.88.59a6.39,6.39,0,0,0,5.66-6.73c-.16-2.62-2.79-5.74-4.76-7.87s-3-3.45-3.22-4.93a4.85,4.85,0,0,0-1.16,3.38c0,2.2,4.92,4.83,5.18,6.55s.86,3.41,0,4-2.73-1.24-4-1-4.82.36-5,1.74l-.16,1.38s-3.86-.42-6.4.73c0,0-.12-2.53-1.62-2.86s-5.37-.59-7.41.75a5.7,5.7,0,0,1,.5-6.5C182.19,166.1,181.7,164.71,180.14,162.57Z" />
<path class="cls-6 nose-s2 inv opacity-0" d="M199.73,163.56c.45,1.27,2.72,3.6,3.67,4.48s4.26,3.49,3,7.63-5.76,4.53-6.63,4.47-3.84-.69-5.41-.69-8.77,1.52-10.66,1.39-5.8-1-6.68-2.33-1.2-5.17,0-7.51,3.65-5.56,3.4-7c0,0,.32,2.58-.38,3.78s-3,5.65-2.64,7.59,1.38,2.41,1.76,1.89a9.51,9.51,0,0,1,4.17-1.6c.81.06,4.59-.24,4.28,3a38.53,38.53,0,0,1,3.86-.75c.68,0,3.14,0,3.77.36,0,0-1.65-3,4.53-3.14,0,0,3.5-.44,4,1.9a4.74,4.74,0,0,0,1.41-4.53c-.66-2.75-4.69-5.37-5.43-6.89S199.73,163.56,199.73,163.56Z" />
<path class="nose inv opacity-0" d="M199.73,164.8a2.24,2.24,0,0,0,.87,1.51,15.3,15.3,0,0,0,1.43,1.08,11.76,11.76,0,0,1,2.76,2.37,6.93,6.93,0,0,1,.82,7.09,5,5,0,0,1-3,2.28,11.23,11.23,0,0,1-3.68.38c-1.21,0-2.42-.15-3.62-.28s-2.42-.31-3.52-.29c-2.29.31-4.63,1.08-7,1.44a10.15,10.15,0,0,1-3.69-.24,7.84,7.84,0,0,1-3.36-1.56,3.86,3.86,0,0,1-1.11-1.56,4.43,4.43,0,0,1-.22-1.86,9.71,9.71,0,0,1,.79-3.57,23.72,23.72,0,0,1,1.77-3.16l1-1.53a3.22,3.22,0,0,0,.57-1.67A3.31,3.31,0,0,1,180,167l-.88,1.57a22.28,22.28,0,0,0-1.61,3.2,9.7,9.7,0,0,0-.66,3.45,3.9,3.9,0,0,0,.24,1.68,3.3,3.3,0,0,0,1,1.32,7.44,7.44,0,0,0,3.15,1.36,9.43,9.43,0,0,0,3.46.2c2.35-.36,4.61-1.14,7.07-1.5a28.53,28.53,0,0,1,3.66.3c1.19.14,2.38.26,3.57.3a10,10,0,0,0,3.46-.32,4.34,4.34,0,0,0,2.63-2,6.55,6.55,0,0,0-.61-6.55,13.56,13.56,0,0,0-2.57-2.44,13.87,13.87,0,0,1-1.37-1.17A2.28,2.28,0,0,1,199.73,164.8Z" />
<path class="nose-l inv opacity-0" d="M187,179.69s1.53-3.41-2.47-3.56-7.47,2.34-4.91,3.56l1.25.35,2.14.32,2-.2Z" />
<path class="nose-r inv opacity-0" d="M196.48,178.87s-3.07-3.37,3-3.49,4,3.27,4,3.27l-2.78.51Z" />
<path class="cls-19 moustache inv opacity-0" d="M192.12,193.93c-6,0-23.81,10.5-25.79,11.45-1.14.55,0,6.11,0,6.11l9.27-4.92,7-4.52L198,202l8.44.76,6.53,3.86,5.07,2.78s.81-5,0-5.39C205,198.14,200.2,193.93,192.12,193.93Z" />
<path class="cls-20 lip1 inv opacity-0" d="M166.33,211.49c3.32-1.12,12.64-9.93,18.09-10.08,2.23-.07,4.65-.06,7.78-.09,4.5,0,7.79-.12,10.91.09,4.35.28,15,7.94,15,7.94s-10,5.75-20.39,5.68c-3.71,0-12,.16-14,0C175.41,214.36,168.21,212.6,166.33,211.49Z" />
<path class="cls-21 lip2 inv opacity-0" d="M167,211.49s12.91-6.41,19.5-6.2c3.68.11,15.48,0,18.23.35a103.77,103.77,0,0,1,13.19,3.69s-16.28-.59-23.19-.69S167,211.49,167,211.49Z" />
<path class="lip3 inv opacity-0" d="M167,211.49s10.56-4.55,16.57-4.8,22.58,0,22.58,0l11.77,2.64s-10.85-2.06-12.48-2-24.11.05-25.33.48S167,211.49,167,211.49Z" />
<path class="cls-22 shirt rev" d="M268.56,293.21s-37.46,48.12-62.3,48.12c-11.63,0-45.86-18.14-49.2-20.73,0,0,1.6,6.56,2.1,10.75s9.37,33.54,13.53,49,.72,51.73.72,51.73h53s-.35-26.42,1.9-31.68c29.53-40.64,40.29-91.29,40.29-91.29Z" />
<path class="cls-23 neck-strip rev" d="M268.6,291.92s-38.31,49.41-63.14,49.41c-11.63,0-45.06-18.14-48.39-20.73l1.75,11.07s40,28.25,44.68,26.17c22.74-10.11,65.1-48.93,65.1-48.93Z" />
<path class="cls-24 neck" d="M261.46,269.88c-13.1-6.54-17.79-24.65-18.94-30.2l-2.39-14.29c-.09-2.85,0-4.35-.32-5.83a6.88,6.88,0,0,0-1.54,2.43c-1.63,4.88-21,24.24-43.77,24.24s-43.13-14.29-43.13-14.29v3.15a1.12,1.12,0,0,1,.37,0c1.42.2,2.9,3.1,3.26,4.6a13.55,13.55,0,0,1,.32,3.3c.24,9.2,2,73.37,1.77,77.43v.22c3.47,2.66,36.75,20.71,48.36,20.71,24.83,0,63.14-49.41,63.14-49.41C268.23,283.4,261.46,269.88,261.46,269.88Z" />
<path class="cls-7 hair rev" d="M258,91.14c-20.25-42.75-54.32-46.2-77.11-46.2A89,89,0,0,0,166.8,47c-17.66,4.41-33,13.27-41.47,22.16-4.35,4.54-6.51,17.91-6.51,17.91,2.42-7.08,5.09-9.13,8.14-13-1.64,2-5.29,11.56-7.73,18.16-2.53,6.83-5.75,26.3-6.85,34.74-2,15.17,2.49,30.89,2.49,30.89L114,136.72s-1.21,8.77,2.35,22.68c1.79,7,2.29,10,4.12,15.37a94.13,94.13,0,0,1,0-14A114,114,0,0,0,124,176a83.17,83.17,0,0,0,9.56,19.17c3.47,20.81,17.78,36.73,17.78,36.73s20.35,14.29,43.13,14.29S235,230.17,238,226c7.28-10.14,14.25-38,14.25-38s2.13-21.36,3-25c1.5,2.34,2.55,25.31,2.55,25.31s2-25.42-.86-32.9c2.7,2.61,4.58,14.37,4.58,14.37s.34-16.69-.67-19.56c6.8,1.6,8.57,9.06,8.57,9.06s.6-5.24.7-7.68a1.93,1.93,0,0,1,0,.24c0-.1,0-.2,0-.29s0-.18,0-.26c0-.26,0-.5,0-.73C270.19,142.41,265.31,106.61,258,91.14Zm-131.92,49c.16-.38,1.34,2.42.93,17.26,4-12.84,5.15-35.46,5.22-39.53.15-8.3,9.39-21,9.39-21s4.89,24.42,13,39.06c0,0-8.14-29.29-6.51-43.94,0,0,1.19-8.74,3.25-9.77,3.26-1.63,16.92-1.63,24.42-1.63,6.51,0,14.64,0,14.64-3.25a51.26,51.26,0,0,1,11.19-1.22c2.29,0,8.52.55,19.74,6.1,10.64,5.27,21.92,26.14,24.41,39.07.56,2.86,2.13,6.6,1.65,10.45-2.46,19.66.74,30.38.74,30.38s.05-20.49,1.68-22.12a59.06,59.06,0,0,0,.82,10.58l-1.29,33.61a106.88,106.88,0,0,0-13.69,15.61c-2.56,3.65-5.46,25.38-7.81,29.07s-18.6,15.81-33.25,15.81c-10.58,0-32.66-6.83-37.55-16.62-1.63-3.26-9.79-21.23-10.6-23.67-1.57-4.71-10.45-12.55-15-16.88,0,0-8-24.43-8.15-28C123.93,156.06,125.72,140.94,126.06,140.14ZM127,147" />
<path class="cls-25 chin inv opacity-0" d="M173.68,236.72a29.91,29.91,0,0,1,8.58-6.22,27.48,27.48,0,0,1,5-1.95,16.74,16.74,0,0,1,5.38-.67,34.19,34.19,0,0,1,19.06,8.84,29.73,29.73,0,0,0-4.38-2.91,39.42,39.42,0,0,0-4.72-2.28,45.83,45.83,0,0,0-4.94-1.72,24.8,24.8,0,0,0-5.08-.93,16.22,16.22,0,0,0-5.07.59,32.67,32.67,0,0,0-4.92,1.73,35.31,35.31,0,0,0-4.63,2.44A33.74,33.74,0,0,0,173.68,236.72Z" />
<path class="cls-26 strip-l rev" d="M172.69,380.4c-4-14.89-12.31-42.51-13.42-48.41l-.45-.32-1.76-11.07,0,0v-.22c.2-4.06-1.53-68.23-1.77-77.43a13.55,13.55,0,0,0-.32-3.3c-.36-1.5-1.84-4.4-3.26-4.6h-.19l-.18,0c-1.14.2-1.63,2.14-3,3.95a2.69,2.69,0,0,1-.29.36c.65-.15,1.12-.28,1.14-.27l0,0c2.4.36,2.14,9.79,2.14,13.87,0,5-1,31.62,0,40.19,0,.35.32,5.74.32,5.81,0,.47,0,4.65,0,4.92,0,5.13-.06,11,.2,16.44v0c0,.66.07,1.32.11,2h0a61.78,61.78,0,0,0,1.31,10c2.65,11.23,11.28,42.41,13.6,53.35,1.63,7.7,1,32.42.43,46.44h6S176.85,395.91,172.69,380.4Z" />
<path class="cls-27 strip-r rev" d="M235.55,406.23c2.79-12.57,16.07-31.09,26.9-51.7s14-45.06,14-56.24-3.14-28.3-12.93-34.94-16.86-21.69-16.86-21.69c-2.91-1.18-3.57-1.39-4-1.56,1.29,6,6.06,23.39,18.85,29.78,0,0,6.77,13.52,7.14,22v17h0v.25s-10.76,50.65-40.29,91.29c-2.25,5.26-1.9,31.68-1.9,31.68h7.39C233.77,423.5,234.08,412.84,235.55,406.23Z" />
<path class="cls-28" d="M275.76,406.32c.45-.71.89-1.41,1.23-2a1.1,1.1,0,0,0,.13-.44c0-.74,0-7.27-.09-7.65-.21-1.35-1.4-1.95-2.73-2a13.8,13.8,0,0,1-3.92-1.44V393a9,9,0,0,1,1.33,1.29,2.57,2.57,0,0,1,.73,1.42c.05.52.12,1,.13,1.57,0,1.09,0,4.24,0,7.17s0,5.65,0,5.94l.05,0A40.16,40.16,0,0,0,275.76,406.32Z" />
<path class="cls-28" d="M289.16,410.69c-.09-.07-3.52-1.55-5.15-1.28a2.37,2.37,0,0,1-2.46-.67,35.82,35.82,0,0,1-3.6-5.81c1-1.72,3-5.29,3.05-5.33.26.4,4.17,6.6,5.87,10.2a6.41,6.41,0,0,0,.89,1.47,9.15,9.15,0,0,0,1.24,1C289.17,410.44,289.23,410.55,289.16,410.69Z" />
<path class="cls-28" d="M281.52,392.49c0-1.39-2.16-1.59-2.24-1.57,0-.13-.07-.24.16-.32a33,33,0,0,1,7.33-1.33v.26a4.5,4.5,0,0,0-1.11.13c-.71.2-4,4.75-4.11,4.75A9.82,9.82,0,0,1,281.52,392.49Z" />
</g>
</g>
</svg>
</div>
<div class="profile__flex__desc">
<div>
<h1>
<span style="font-size:110%">k</span>ushagra <span class="profile__flex__desc__name">Agarwal</span>
</h1>
<div class="desc">
I'm a <span style="font-size:110%;color:#4d0c0e"> Digital Designer </span>from India.
<br />
Front End developer <span style="font-size:110%;color:#4d0c0e">|</span> UI-UX Designer
</div>
</div>
</div>
</div>
</div>
</div>
<div class="pages">
<div class="constant">
<div class="constant__border">
</div>
<div class="constant__topleft container">
<div class="constant__topleft__text">
Food App
</div>
</div>
</div>
<div class="page">
<div class="page__topright container">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" viewBox="0 0 640 640">
<defs>
<path id="fmq0YRV0m" d="M640,179.5c-0.5,0-425,0-426.7,0c0-3.1,0-37.5,0-40c1.5,0,193.5,0,213.2,0c11.5,0,82,0,138.8,0c40.7,0,74.4,0,74.6,0c0,0.9,0,13.9,0,20C639.9,165.6,640,178.8,640,179.5z">
<animate class="animateSVG" repeatCount="1" begin="indefinite" fill="freeze"
attributeName="d" dur="500ms"
to="M241.1,8.3c-4.5-1.8-1.9-7.4,7.5-8.3c8.2,0,262.7,0,269.3,0c6.6,0,10.5,7.2,0,9c-10.5,1.8-24.4,4.9-41.9,9.4
c-24.9,8.4-141.5,127.4-149.7,125.9c-0.8-26-1.2-49.5-1.2-58.4C324.9,32.5,246.1,9.7,241.1,8.3z" />
<animate class="animateSVG2" repeatCount="1" begin="indefinite" fill="freeze"
attributeName="d" dur="500ms"
to="M640,179.5c-0.5,0-425,0-426.7,0c0-3.1,0-37.5,0-40c1.5,0,193.5,0,213.2,0c11.5,0,82,0,138.8,0c40.7,0,74.4,0,74.6,0c0,0.9,0,13.9,0,20C639.9,165.6,640,178.8,640,179.5z" />
</path>
<path id="aZ8OCfp4v" d="M640,308.4c-0.7,0-62.2,0-142,0c-134.6,0-321,0-354,0c-83.1,0-143.2,0-144.1,0c0-3,0-28.4,0-19.9c0,8.4,0-17,0-20.1c2.6,0,637.6,0,640,0c0,2.7,0,10.8,0,19.2C640,296.1,640,304.7,640,308.4z" style="fill:#ef3d3b">
<animate class="animateSVG" repeatCount="1" begin="indefinite" fill="freeze"
attributeName="d" dur="500ms"
to="M593.7,639.9c-2.9,0-111.5,0-163,0c-31.7,1.8-61.7-14.4-77.5-41.8c-43.1-72.7-81.1-148.3-114-226.2c31.4-42.9,95.2-130.9,96.3-131.7c8.3,15.9,131.7,246,185.8,345.5c6.6,14,16.2,26.3,28.1,36.1c11.9,6.7,25.3,10.1,39,9.7C593.7,631.9,595.9,633.7,593.7,639.9z" />
<animate class="animateSVG" repeatCount="1" begin="indefinite" fill="freeze"
attributeName="fill" dur="500ms" to="#ef3d3b" />
<animate class="animateSVG2" repeatCount="1" begin="indefinite" fill="freeze"
attributeName="d" dur="500ms"
to="M640,308.4c-0.7,0-62.2,0-142,0c-134.6,0-321,0-354,0c-83.1,0-143.2,0-144.1,0c0-3,0-28.4,0-19.9c0,8.4,0-17,0-20.1c2.6,0,637.6,0,640,0c0,2.7,0,10.8,0,19.2C640,296.1,640,304.7,640,308.4z" />
<animate class="animateSVG2" repeatCount="1" begin="indefinite" fill="freeze"
attributeName="fill" dur="500ms" to="#ef3d3b" />
</path>
<path id="b63mwsEzl" d="M0,397.5c1.5,0,38.1,0,80.7,0c27.9,0,82.4,0,132.7,0c33.3,0,75.7,0,109.5,0c9.9,0,30.7,0,51.2,0c26.2,0,51.7,0,52.7,0c0,7,0,34.7,0,40c-2,0-50.9,0-103.9,0c-40.6,0-83.6,0-109.5,0c-51.3,0-106.8,0-132.9,0c-23.7,0-43.1,0-50.1,0c-15.2,0-28.4,0-30.3,0C0,430.9,0,403.6,0,397.5z">
<animate class="animateSVG" repeatCount="1" begin="indefinite" fill="freeze"
attributeName="d" dur="500ms"
to="M208.8,407.2c2.5-3.7,3.9-8.1,4-12.6c0-23.4,0-230.1-2.9-242.7c-6.4-42.9-42.5-75.2-85.8-76.8C83.7,75,2.2,75,0,75c0,1.7,0,4.5,0,6.1C16.3,82,29.8,87,41.8,96.3c13,7.7,21.5,21.1,23.1,36.1c2.3,15.9,3.8,31.9,4.3,48c0,36.1,0.9,133.8,0,226.5c-0.9,93.6-4.2,188.4,1.3,188.5c3.6,0.1,61.3-80,101.1-135.7C192.8,430,208.8,407.2,208.8,407.2z" />
<animate class="animateSVG2" repeatCount="1" begin="indefinite" fill="freeze"
attributeName="d" dur="500ms"
to="M0,397.5c1.5,0,38.1,0,80.7,0c27.9,0,82.4,0,132.7,0c33.3,0,75.7,0,109.5,0c9.9,0,30.7,0,51.2,0c26.2,0,51.7,0,52.7,0c0,7,0,34.7,0,40c-2,0-50.9,0-103.9,0c-40.6,0-83.6,0-109.5,0c-51.3,0-106.8,0-132.9,0c-23.7,0-43.1,0-50.1,0c-15.2,0-28.4,0-30.3,0C0,430.9,0,403.6,0,397.5z" />
</path>
</defs>
<g>
<g>
<g>
<use xlink:href="#fmq0YRV0m" opacity="1" fill="#010101" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#aZ8OCfp4v" opacity="1" fill="#000000" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#b63mwsEzl" opacity="1" fill="#010101" fill-opacity="1"></use>
</g>
</g>
</g>
</svg>
</div>
<div class="page__heading container">
<div class="page__heading__text">
Diario
</div>
</div>
<div class="page__headline"></div>
<div class="page__content container">
<div class="page__content__text">
Diario is an online food ordering application which enables users to order food from the comforts of their home. The app is made keeping in mind that the online food ordering trend has spiked in the last decade and to benefit from the opportunities lying in this field.
</div>
</div>
<div class="page__img">
<img class="page__img__current" src="./images/img1.png" />
<img class="page__img__lazy" style="width: 0;height: 0" />
</div>
<div class="page__bottom container b1">
<div class="page__bottom__black"></div>
<div class="page__bottom__text">
<a href="https://www.behance.net/gallery/86622783/Case-Study">View Case</a>
</div>
</div>
</div>
</div>
<div class="notif">
<div class="notif__left"></div>
<div class="notif__right"></div>
<div class="notif__svg">
<div class="bulb1 svg">
<object type="image/svg+xml" data="./images/svg/bulb1.svg" width="120">
</object>
</div>
<div class="hand1 svg">
<object type="image/svg+xml" data="./images/svg/hand1.svg" width="300">
</object>
</div>
<div class="bulb2 svg">
<object type="image/svg+xml" data="./images/svg/bulb2.svg" width="250">
</object>
</div>
<div class="woman1 svg">
<object type="image/svg+xml" data="./images/svg/woman1.svg" width="300">
</object>
</div>
<div class="man1 svg">
<object type="image/svg+xml" data="./images/svg/man1.svg" width="300">
</object>
</div>
<div class="woman2 svg">
<object type="image/svg+xml" data="./images/svg/woman2.svg" width="250">
</object>
</div>
</div>
<div class="notif__content">
<div class="notif__content__bg"></div>
<ul>
<li class="notif__content__info--sho">
<ul>
<span>About me</span>
<li>I am from India. Currently pursuing my B.Tech.</li>
</ul>
</li>
<li>
<ul>
<span>Contact</span>
<li>kushag44@gmail.com</li>
</ul>
</li>
<li>
<ul>
<span>Social Media</span>
<li><a href="https://www.behance.net/kushagra_" class="behance" target="_blank">Behance</a></li>
<li><a href="https://dribbble.com/kushagra_" class="dribbble" target="_blank">Dribbble</a></li>
<li><a href="https://www.linkedin.com/in/kushagra-agarwal-115a2b156/" class="linkedin" target="_blank">LinkedIn</a></li>
</ul>
</li>
</ul>
<div class="notif__content__back">
Back
</div>
</div>
</div>
<div class="page page--thankyou">
<div class="thankyou">
<div class="thankyou__flex">
<div class="thankyou__flex__photo">
<object type="image/svg+xml" data="./images/svg/hand1.svg" width="300">
</object>
</div>
<div class="thankyou__flex__desc">
<h1>Thank you</h1>
<div>
<div class="icon">
<img src="./images/svg/email.svg" height="24px" />
<span class="icon__text"> Email</span>
</div>
<div class="icon">
<img src="./images/svg/linkedin.svg" height="24px" />
<span class="icon__text"> LinkedIn</span>
</div>
<div class="icon">
<img src="./images/svg/behance.svg" height="24px" />
<span class="icon__text"> Behance</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="noscroll">
</div>
</main>
<script type="module" src="js/script.js "></script>
</body>
</html>