-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
695 lines (606 loc) · 74.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="./images/Untitled.jpeg">
<style>
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500&family=Permanent+Marker&family=Poppins:wght@500&family=Rubik:wght@300&family=Tektur&family=Ubuntu:ital,wght@0,300;1,400&display=swap');
</style>
</head>
<body>
<nav class="nav-bar">
<h1 class="name">Mariam</h1>
<div class="list-container">
<ul>
<li class="Home button yellow-line2">
<div><a href="#main-home-container">Home</a></div>
</li>
<li class="About button">
<div><a href="#main-about-container">About </a></div>
</li>
<li class="Certifi button ">
<div><a href="#main-certifi-container">Certifications</a></div>
</li>
<li class="Project button">
<div><a href="#main-project-container">Projects</a></div>
</li>
<li class="Contact button">
<div><a href="#contact-container">Contact</a></div>
</li>
<li>
<label class="ui-switch">
<input type="checkbox">
<div class="slider">
<div class="circle"></div>
</div>
</label>
</li>
</ul>
</div>
</nav>
<div id="main-container">
<div id="main-home-container" class="page-Section">
<svg class="blob1" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.546291"
d="M1.59776 54.1417C-0.0674726 53.9325 -0.0510818 51.5142 1.61683 51.3275L15.6091 49.7634C33.6769 47.7437 48.0071 33.6065 50.2715 15.5679L52.0252 1.59807C52.2344 -0.0673602 54.6527 -0.0509694 54.8393 1.61714L56.4035 15.6094C58.4232 33.6771 72.5604 48.0072 90.599 50.2717L104.569 52.0253C106.234 52.2345 106.218 54.6529 104.55 54.8395L90.5575 56.4036C72.4898 58.4234 58.1597 72.5605 55.8952 90.5993L54.1415 104.569C53.9323 106.234 51.514 106.218 51.3274 104.55L49.7633 90.5578C47.7435 72.4899 33.6063 58.1598 15.5676 55.8954L1.59776 54.1417Z"
fill="#FFDF8C" />
</svg>
<!-- <div id="home-container"> -->
<div id="social-media">
<ul>
<li><a href="https://instagram.com/mariam_amin20?utm_source=qr&igshid=MzNlNGNkZWQ4Mg%3D%3D"
class="insta-icon"><svg width="42" height="42" viewBox="0 0 42 42" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_46)">
<path
d="M27.9172 2H14.0829C9.61884 2 6 5.61884 6 10.0829V23.9171C6 28.3812 9.61884 32 14.0829 32H27.9171C32.3812 32 36 28.3812 36 23.9171V10.0829C36.0001 5.61884 32.3812 2 27.9172 2Z"
stroke-width="3" stroke-miterlimit="10" />
<path
d="M21.0002 24.2414C24.9995 24.2414 28.2416 20.9993 28.2416 16.9999C28.2416 13.0006 24.9995 9.75854 21.0002 9.75854C17.0009 9.75854 13.7588 13.0006 13.7588 16.9999C13.7588 20.9993 17.0009 24.2414 21.0002 24.2414Z"
stroke-width="3" stroke-miterlimit="10" />
<path
d="M29.7929 9.75875C30.65 9.75875 31.3447 9.06401 31.3447 8.20701C31.3447 7.35001 30.65 6.65527 29.7929 6.65527C28.9359 6.65527 28.2412 7.35001 28.2412 8.20701C28.2412 9.06401 28.9359 9.75875 29.7929 9.75875Z" />
</g>
</svg></a></li>
<li><a href="https://www.facebook.com/mariam.ramadan.14203?mibextid=ZbWKwL"
class="facebook-icon"><svg width="28" height="42" viewBox="0 0 28 42" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_23)">
<path
d="M22.5 2H18C16.0109 2 14.1032 2.79018 12.6967 4.1967C11.2902 5.60322 10.5 7.51088 10.5 9.5V14H6V20H10.5V32H16.5V20H21L22.5 14H16.5V9.5C16.5 9.10218 16.658 8.72064 16.9393 8.43934C17.2206 8.15804 17.6022 8 18 8H22.5V2Z"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
</g>
</svg></a></li>
<li><a href="https://github.com/Mariam-Amin12" class="githup-icon"><svg width="41" height="42"
viewBox="0 0 41 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_27)">
<path
d="M26.9711 32V27.7008C27.0273 26.9865 26.9308 26.2684 26.688 25.5943C26.4452 24.9202 26.0617 24.3054 25.563 23.791C30.2667 23.2667 35.2101 21.4841 35.2101 13.305C35.2096 11.2136 34.4052 9.20234 32.9631 7.68757C33.6459 5.85778 33.5976 3.83525 32.8283 2.04014C32.8283 2.04014 31.0606 1.51584 26.9711 4.25716C23.5377 3.32664 19.9186 3.32664 16.4852 4.25716C12.3956 1.51584 10.628 2.04014 10.628 2.04014C9.8586 3.83525 9.81032 5.85778 10.4932 7.68757C9.04032 9.21357 8.235 11.243 8.24621 13.35C8.24621 21.4691 13.1896 23.2517 17.8933 23.8359C17.4004 24.3453 17.0203 24.9525 16.7777 25.6184C16.5351 26.2843 16.4354 26.9939 16.4852 27.7008V32"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
<path d="M16.4859 29.004C11.992 30.4618 8.24699 29.004 6 24.51" stroke-width="3"
stroke-linecap="round" stroke-linejoin="round" />
</g>
</svg></a></li>
<li><a href="https://www.linkedin.com/in/mariam-amin20/"><svg width="40" height="40"
viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_35)">
<path
d="M33.2 1H6.8C5.80589 1 5 1.80589 5 2.8V29.2C5 30.1941 5.80589 31 6.8 31H33.2C34.1941 31 35 30.1941 35 29.2V2.8C35 1.80589 34.1941 1 33.2 1Z"
stroke-width="2" stroke-miterlimit="10" />
<path d="M10.3994 12.3999H13.9994V24.9999H10.3994V12.3999Z" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" />
<path
d="M12.1996 9.7C13.3594 9.7 14.2996 8.7598 14.2996 7.6C14.2996 6.4402 13.3594 5.5 12.1996 5.5C11.0398 5.5 10.0996 6.4402 10.0996 7.6C10.0996 8.7598 11.0398 9.7 12.1996 9.7Z"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M23.9004 15.3999C22.575 15.3999 21.5004 16.1007 21.5004 18.0999V24.9999H17.9004V12.3999H21.5004V13.7259H21.4994C21.9495 13.2142 22.5035 12.8045 23.1245 12.5241C23.7455 12.2437 24.4192 12.0991 25.1006 12.0999C27.7514 12.0999 29.9006 14.0799 29.9006 17.4999V24.9999H26.3006V18.0999C26.3006 16.1007 25.2258 15.3999 23.9004 15.3999Z"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</g>
</svg></a></li>
<li><a href="mailto:[email protected]"><svg width="44" height="40" viewBox="0 0 44 40"
fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_41)">
<path
d="M9.2 2H34.8C36.56 2 38 3.575 38 5.5V26.5C38 28.425 36.56 30 34.8 30H9.2C7.44 30 6 28.425 6 26.5V5.5C6 3.575 7.44 2 9.2 2Z"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
<path d="M38 5.5L22 17.75L6 5.5" stroke-width="3" stroke-linecap="round"
stroke-linejoin="round" />
</g>
</svg></a></li>
<li><a href="tel:01140020847"><svg width="42" height="42" viewBox="0 0 42 42" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_303_543)">
<path
d="M30.3021 21.3871L24.0165 22.605C19.7708 20.474 17.1481 18.0261 15.6218 14.2104L16.797 7.90663L14.5756 2H8.85056C7.12958 2 5.77437 3.42218 6.03139 5.12385C6.67307 9.37203 8.56504 17.0745 14.0955 22.605C19.9034 28.4129 28.2683 30.9331 32.8721 31.9348C34.6499 32.3218 36.2269 30.9348 36.2269 29.1155V23.6448L30.3021 21.3871Z"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
</g>
</svg></a></li>
</ul>
</div>
<svg class="blob2" width="120" height="86" viewBox="0 0 120 86" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M67.4377 56.4992C70.7073 57.7412 75.3574 56.5332 77.3132 59.3885C79.2791 62.2586 76.4056 66.051 76.3489 69.5087C76.2969 72.6757 78.1914 75.8551 76.9947 78.7968C75.7464 81.8654 72.9727 84.2943 69.8407 85.5076C66.8245 86.6761 63.5514 85.4193 60.3127 85.2591C56.8773 85.0892 52.4772 87.0924 50.2293 84.5377C47.8401 81.8224 50.8333 77.5571 50.4011 73.9949C50.0933 71.458 47.5117 69.3316 48.0819 66.8388C48.6531 64.3416 51.8213 63.4359 53.2988 61.3268C55.3412 58.4112 54.9425 53.3467 58.3478 52.184C61.5925 51.0761 64.2339 55.2821 67.4377 56.4992Z"
fill="#FFDF8C" />
<path
d="M25.9751 8.91732C29.283 10.1115 31.9036 12.6127 34.1466 15.3389C36.3335 17.997 38.0715 21.026 38.7261 24.4156C39.3758 27.7798 38.7845 31.1898 37.8439 34.4834C36.877 37.8691 35.7879 41.3895 33.2018 43.7595C30.6086 46.136 27.0323 46.9605 23.578 47.5572C20.2116 48.1387 16.7441 48.2789 13.5139 47.1605C10.3057 46.0496 7.65977 43.8132 5.39997 41.263C3.14136 38.7141 1.28921 35.8011 0.502288 32.4769C-0.296752 29.1014 -0.126563 25.5638 0.899553 22.2513C1.93439 18.9106 3.82643 15.9089 6.37181 13.5288C8.94427 11.1234 12.0764 9.40885 15.4934 8.60503C18.9564 7.79041 22.6273 7.70875 25.9751 8.91732Z"
fill="#FFDF8C" />
<path
d="M99.5268 0.787241C108.404 2.21728 114.381 5.65886 117.563 9.55009C120.768 13.4686 121.233 17.8205 116.388 21.4036C111.397 25.0957 102.48 27.484 92.7143 27.9299C83.0619 28.3708 73.5861 26.7054 66.8196 23.6675C60.185 20.6887 57.1671 16.5639 58.1976 12.4331C59.231 8.29098 64.1485 4.49659 72.166 2.2374C80.2876 -0.0511312 90.4583 -0.673532 99.5268 0.787241Z"
fill="#FFE6A5" />
</svg>
<svg class="blob3" width="108" height="108" viewBox="0 0 108 108" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.507451"
d="M7.35933 37.0129C-7.54739 14.2411 21.3916 -11.6044 42.3406 5.77102C50.3521 12.4159 61.7601 13.0601 70.4688 7.35928C93.2406 -7.54743 119.086 21.3915 101.711 42.3405C95.0658 50.3521 94.4216 61.7601 100.122 70.4687C115.029 93.2405 86.0902 119.086 65.1412 101.711C57.1296 95.0657 45.7216 94.4216 37.013 100.122C14.2412 115.029 -11.6044 86.0901 5.77107 65.1411C12.416 57.1296 13.0601 45.7216 7.35933 37.0129Z"
fill="#FFE6A5" />
</svg>
<div id="home">
<div id="home-img"></div>
<h1>MARIAM AMIN AMIN </h1>
<p>A passionate sophomore Computer Engineering student</p>
<button id="resume"><a href="./Mariam_Amin_Amin.pdf" download> Download My CV
</a><svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 29.8503H31" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M16.4993 2V22.8878M16.4993 22.8878L24.9577 16.7956M16.4993 22.8878L8.04102 16.7956"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg> </button>
</div>
</div>
<!-- </div> -->
<div id="main-about-container" class="page-Section">
<div id="about-container">
<svg class="blob1" width="30" height="31" viewBox="0 0 30 31" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M30 15.0805L29.9808 15.2348L29.9236 15.388L29.8294 15.539L29.7001 15.6867L29.538 15.8301L29.3461 15.9686L29.1277 16.1014L28.8865 16.228L28.6262 16.3481L28.3509 16.4615L28.0644 16.5683L27.7705 16.6685L27.4729 16.7624L27.175 16.8504L26.8799 16.933L26.5905 17.0107L26.3092 17.0841L26.0384 17.154L25.7801 17.2211L25.536 17.286L25.3076 17.3496L25.0962 17.4127L24.9029 17.4761L24.7288 17.5407L24.5748 17.6072L24.4419 17.6766L24.3308 17.7499L24.2427 17.8281L24.1784 17.9122L24.1391 18.0034L24.1261 18.103L24.1411 18.2125L24.1857 18.3334L24.2622 18.4676L24.3733 18.6172L24.5221 18.7848L24.7125 18.9733L24.9494 19.1861L25.2383 19.4275L25.5866 19.7025L26.0028 20.0173L26.4981 20.3796L27.086 20.7988L27.7839 21.2871L28.3855 21.7466L27.469 21.4524L26.6925 21.2093L26.032 21.0095L25.4686 20.8471L24.9874 20.7174L24.5764 20.6165L24.2258 20.5415L23.9277 20.4899L23.6757 20.4599L23.4643 20.4499L23.2892 20.4586L23.1466 20.4852L23.0333 20.5289L22.9467 20.5891L22.8844 20.6654L22.8445 20.7575L22.8252 20.8652L22.825 20.9882L22.8424 21.1265L22.8761 21.2799L22.9248 21.4484L22.9873 21.6316L23.0624 21.8294L23.1486 22.0415L23.2447 22.2675L23.3493 22.5066L23.4607 22.7583L23.5772 23.0214L23.6972 23.2949L23.8185 23.5772L23.9391 23.8666L24.0568 24.1612L24.1692 24.4586L24.2739 24.7563L24.3684 25.0515L24.4502 25.3412L24.517 25.6222L24.5665 25.8912L24.5965 26.145L24.6052 26.3803L24.5912 26.5942L24.5533 26.7838L24.4909 26.9468L24.4037 27.0811L24.2921 27.1854L24.1568 27.2588L23.9989 27.301L23.8202 27.3123L23.6225 27.2937L23.4082 27.2467L23.1797 27.1731L22.9397 27.0754L22.6908 26.9562L22.4356 26.8184L22.1767 26.6651L21.9165 26.4995L21.6573 26.3246L21.4009 26.1435L21.1493 25.9592L20.9039 25.7744L20.6661 25.5917L20.4368 25.4135L20.217 25.242L20.0073 25.0791L19.8081 24.9267L19.6197 24.7864L19.4424 24.6598L19.2762 24.5483L19.1211 24.4531L18.9769 24.3756L18.8436 24.317L18.721 24.2788L18.6089 24.2622L18.5071 24.2689L18.4155 24.3004L18.3338 24.3588L18.2619 24.4462L18.1998 24.5652L18.1475 24.7188L18.1049 24.9106L18.0722 25.145L18.0495 25.427L18.0373 25.763L18.036 26.1606L18.0461 26.629L18.0684 27.1797L18.1041 27.827L18.1545 28.5887L18.2211 29.4875L18.1396 29.791L17.8052 28.9105L17.5168 28.1677L17.2657 27.5398L17.0452 27.0092L16.8497 26.5616L16.675 26.1858L16.5175 25.8724L16.3742 25.6141L16.2426 25.4048L16.1206 25.2393L16.0065 25.1137L15.8986 25.0245L15.7957 24.9688L15.6966 24.9442L15.6001 24.9488L15.5052 24.9807L15.4112 25.0384L15.3171 25.1207L15.2221 25.2264L15.1256 25.3543L15.0269 25.5033L14.9253 25.6723L14.8202 25.8602L14.7112 26.0657L14.5976 26.2873L14.479 26.5235L14.3552 26.7725L14.2257 27.0324L14.0904 27.3008L13.9492 27.5752L13.8022 27.8528L13.6494 28.1304L13.4913 28.4048L13.3283 28.6723L13.161 28.9291L12.9902 29.1715L12.817 29.3954L12.6423 29.597L12.4674 29.7727L12.2937 29.9192L12.1225 30.0333L11.9553 30.1126L11.7935 30.1552L11.6383 30.16L11.4912 30.1264L11.3531 30.0546L11.2249 29.9456L11.1074 29.8012L11.0011 29.6235L10.9061 29.4155L10.8225 29.1804L10.7501 28.9219L10.6884 28.6439L10.6368 28.3501L10.5945 28.0447L10.5605 27.7315L10.534 27.4141L10.5137 27.096L10.4986 26.7804L10.4875 26.4701L10.4792 26.1678L10.4725 25.8757L10.4664 25.5957L10.4596 25.3296L10.4512 25.0788L10.4401 24.8446L10.4251 24.6279L10.4054 24.4297L10.3798 24.2508L10.3473 24.0918L10.3068 23.9536L10.2573 23.8367L10.1974 23.742L10.126 23.6702L10.0415 23.6223L9.94234 23.5993L9.82673 23.6027L9.69256 23.634L9.53743 23.6952L9.35849 23.7887L9.15241 23.9174L8.91521 24.0848L8.6421 24.2953L8.3273 24.5542L7.96377 24.8683L7.54281 25.2456L7.05365 25.6965L6.48274 26.2339L5.81295 26.8741L5.82055 26.6251L6.26434 25.84L6.63486 25.1719L6.94335 24.6011L7.19864 24.1119L7.40778 23.6919L7.57638 23.331L7.70899 23.021L7.80925 22.7552L7.88011 22.5281L7.92399 22.3351L7.9428 22.1723L7.93814 22.0365L7.91125 21.9249L7.86317 21.8352L7.79472 21.7653L7.70658 21.7134L7.5993 21.6778L7.47337 21.6572L7.3292 21.6502L7.16721 21.6555L6.98781 21.6719L6.79146 21.6981L6.57873 21.7331L6.35024 21.7755L6.10681 21.824L5.8494 21.8773L5.57918 21.934L5.29758 21.9927L5.00626 22.0515L4.70718 22.109L4.40259 22.1634L4.09503 22.2128L3.78733 22.2554L3.48258 22.2893L3.18411 22.3128L2.8954 22.324L2.62006 22.3213L2.36168 22.3033L2.12382 22.2687L1.90982 22.2165L1.72276 22.1461L1.56531 22.0571L1.43967 21.9497L1.34746 21.8241L1.28969 21.6811L1.26669 21.5219L1.27812 21.3479L1.32301 21.1607L1.39974 20.9622L1.50616 20.7544L1.63966 20.5394L1.79724 20.3191L1.97565 20.0957L2.17144 19.8711L2.38112 19.6471L2.60117 19.4253L2.82818 19.2071L3.05887 18.9938L3.29015 18.7864L3.51915 18.5858L3.74324 18.3924L3.96003 18.2068L4.16737 18.0293L4.36331 17.86L4.54613 17.6988L4.71426 17.5458L4.86629 17.4006L5.00091 17.263L5.11688 17.1326L5.21302 17.0091L5.28811 16.892L5.34091 16.7808L5.37008 16.6751L5.37415 16.5742L5.35145 16.4776L5.30006 16.3847L5.21774 16.2949L5.10188 16.2074L4.94932 16.1216L4.75633 16.0367L4.51841 15.9517L4.23012 15.8657L3.88485 15.7776L3.47452 15.6859L2.98919 15.5891L2.41656 15.4852L1.74125 15.372L0.943931 15.2464L0 15.1048L0.66052 14.9576L1.50158 14.8274L2.21343 14.7106L2.81693 14.604L3.3286 14.5052L3.76165 14.4121L4.12668 14.323L4.43234 14.2364L4.68566 14.1512L4.89243 14.0664L5.05743 13.981L5.18462 13.8941L5.27731 13.8051L5.33829 13.7133L5.36991 13.6179L5.37418 13.5185L5.35283 13.4143L5.30741 13.3049L5.23928 13.1898L5.14971 13.0683L5.03993 12.9402L4.91112 12.805L4.76449 12.6622L4.60134 12.5117L4.42304 12.3531L4.2311 12.1864L4.0272 12.0115L3.8132 11.8285L3.59118 11.6376L3.36347 11.4391L3.13261 11.2338L2.90141 11.0223L2.67288 10.8056L2.45025 10.5848L2.23689 10.3613L2.03629 10.1367L1.85197 9.91271L1.68739 9.69125L1.54588 9.4743L1.43053 9.26395L1.34408 9.06226L1.28886 8.87125L1.26663 8.69285L1.27859 8.52878L1.32529 8.38053L1.40661 8.24931L1.52174 8.136L1.66927 8.04112L1.84717 7.96483L2.05291 7.90691L2.28352 7.86679L2.53574 7.84361L2.80608 7.8362L3.09092 7.84315L3.38667 7.86288L3.68978 7.89367L3.99689 7.93371L4.30482 7.98115L4.61064 8.03413L4.91174 8.09082L5.20575 8.14945L5.49064 8.20832L5.76465 8.26581L6.02628 8.32038L6.27428 8.3706L6.50762 8.41508L6.72545 8.45253L6.92708 8.48168L7.11193 8.50134L7.27952 8.51029L7.42941 8.50732L7.5612 8.49119L7.67446 8.46056L7.76875 8.41403L7.84354 8.35003L7.89819 8.26684L7.93193 8.16247L7.9438 8.03467L7.93262 7.88081L7.89692 7.6978L7.83489 7.482L7.74428 7.22908L7.62234 6.93383L7.46565 6.58994L7.26997 6.18975L7.03007 5.72385L6.7394 5.18059L6.38972 4.54542L5.97066 3.80001L5.57543 3.05799L6.28106 3.73513L6.8814 4.30329L7.39499 4.78018L7.83638 5.17973L8.21718 5.51296L8.54666 5.78869L8.83236 6.014L9.08044 6.19461L9.29597 6.3352L9.48316 6.43955L9.64555 6.51075L9.78611 6.55136L9.90739 6.56345L10.0116 6.54873L10.1006 6.50863L10.176 6.44431L10.2394 6.35678L10.2921 6.24688L10.3353 6.11538L10.3702 5.96297L10.3979 5.79034L10.4194 5.5982L10.4358 5.38732L10.448 5.15856L10.4572 4.91291L10.4643 4.65154L10.4706 4.37583L10.4769 4.08738L10.4846 3.78807L10.4947 3.48008L10.5084 3.16586L10.5269 2.84822L10.5513 2.53023L10.5828 2.21527L10.6223 1.90695L10.6709 1.60909L10.7293 1.3256L10.7982 1.06044L10.8782 0.8175L10.9696 0.600494L11.0723 0.412832L11.1863 0.25752L11.3111 0.137044L11.4461 0.0532858L11.5905 0.00744549L11.7433 0L11.9031 0.0306839L12.0688 0.0985027L12.2388 0.201774L12.4119 0.338193L12.5865 0.504924L12.7614 0.698698L12.9353 0.915927L13.1069 1.15281L13.2754 1.40547L13.4399 1.66998L13.5996 1.94256L13.7541 2.21955L13.903 2.49751L14.0461 2.77324L14.1832 3.04385L14.3145 3.30668L14.4402 3.5594L14.5604 3.7999L14.6755 4.02634L14.786 4.23709L14.8922 4.4307L14.9949 4.60586L15.0945 4.76137L15.1916 4.89611L15.2869 5.00898L15.3812 5.09887L15.4752 5.16459L15.5697 5.20488L15.6656 5.2183L15.7638 5.20319L15.8654 5.15764L15.9715 5.07938L16.0835 4.96571L16.2028 4.8134L16.3311 4.61854L16.4704 4.37644L16.6231 4.08135L16.792 3.72629L16.9804 3.30268L17.1924 2.7999L17.4331 2.20478L17.7088 1.50076L18.0275 0.666923L18.2461 0.353861L18.1738 1.30202L18.1185 2.10469L18.0783 2.7863L18.0518 3.36608L18.0379 3.85933L18.0357 4.27834L18.0445 4.63304L18.0638 4.93154L18.0934 5.18049L18.1328 5.38537L18.1821 5.55073L18.2411 5.68039L18.3098 5.77753L18.3884 5.84488L18.4768 5.88475L18.5754 5.89913L18.6842 5.8898L18.8034 5.85831L18.9333 5.80609L19.074 5.73449L19.2256 5.64481L19.3883 5.53832L19.562 5.41634L19.7469 5.28026L19.9426 5.13156L20.1491 4.97184L20.3657 4.80286L20.5921 4.62654L20.8273 4.44502L21.0704 4.26062L21.3202 4.07586L21.5752 3.89345L21.8338 3.71628L22.0939 3.54736L22.3534 3.38981L22.6101 3.24676L22.8613 3.12131L23.1044 3.01642L23.3368 2.93488L23.5559 2.87915L23.7591 2.85131L23.9441 2.853L24.1088 2.8853L24.2515 2.94875L24.3708 3.04327L24.4658 3.16817L24.5361 3.3222L24.5818 3.50356L24.6033 3.70998L24.6016 3.93879L24.5782 4.18704L24.5348 4.45156L24.4733 4.72909L24.396 5.01636L24.3052 5.31013L24.2035 5.60736L24.0933 5.90516L23.977 6.2009L23.8571 6.49221L23.7358 6.77699L23.6152 7.05343L23.4973 7.32L23.3841 7.57542L23.2772 7.81866L23.1782 8.04888L23.0887 8.26544L23.0099 8.46786L22.9433 8.65578L22.8901 8.82895L22.8514 8.98716L22.8287 9.13029L22.8232 9.2582L22.8362 9.37078L22.8693 9.46785L22.9243 9.54922L23.0029 9.61461L23.1075 9.66361L23.2404 9.69571L23.4048 9.71024L23.6042 9.70631L23.8427 9.6828L24.1255 9.63828L24.4585 9.57097L24.8494 9.47863L25.3071 9.35845L25.8428 9.20693L26.4705 9.01965L27.2078 8.79106L28.0766 8.51407L28.0327 8.70143L27.2955 9.2147L26.6746 9.65449L26.1514 10.0338L25.7113 10.3628L25.3424 10.6497L25.0354 10.9012L24.7827 11.1226L24.578 11.3185L24.4164 11.4924L24.2937 11.6474L24.2065 11.7863L24.152 11.9113L24.1278 12.0242L24.132 12.1267L24.1631 12.2205L24.2195 12.3067L24.3002 12.3866L24.4041 12.4614L24.5301 12.5319L24.6775 12.5993L24.8453 12.6644L25.0326 12.728L25.2383 12.7911L25.4615 12.8545L25.7008 12.9189L25.9547 12.9852L26.2217 13.0541L26.4999 13.1264L26.787 13.2027L27.0806 13.2836L27.3779 13.3699L27.676 13.4618L27.9714 13.56L28.2607 13.6647L28.54 13.776L28.8055 13.894L29.0532 14.0185L29.2793 14.1494L29.48 14.2861L29.6519 14.4281L29.7919 14.5745L29.8975 14.7245L29.9667 14.8771L29.998 15.0312L30 15.0805Z"
fill="#FFE6A5" />
</svg>
<svg class="blob2" width="88" height="63" viewBox="0 0 88 63" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M68.6409 31.5014L68.6701 31.6675L68.7577 31.8348L68.9038 32.0046L69.1084 32.1781L69.3716 32.3566L69.6935 32.5412L70.074 32.7332L70.513 32.9339L71.0099 33.1445L71.5644 33.3661L72.1753 33.6001L72.8412 33.8474L73.5601 34.1091L74.3295 34.3862L75.1459 34.6794L76.0049 34.9893L76.9014 35.3164L77.8289 35.6607L78.7798 36.022L79.7455 36.3997L80.7157 36.7928L81.6794 37.1999L82.6242 37.6189L83.5367 38.0474L84.4028 38.4825L85.2079 38.9205L85.9373 39.3576L86.5767 39.7894L87.1123 40.2114L87.5316 40.6187L87.8237 41.0064L87.9799 41.37L87.9939 41.7049L87.8623 42.0071L87.5845 42.2733L87.163 42.5008L86.6035 42.6877L85.9142 42.833L85.1059 42.9368L84.1916 42.9997L83.1859 43.0236L82.1045 43.0109L80.9637 42.9646L79.7801 42.8886L78.5698 42.7868L77.3482 42.6636L76.1298 42.5236L74.9279 42.3712L73.7541 42.2111L72.619 42.0475L71.5313 41.8847L70.4987 41.7266L69.5272 41.5769L68.622 41.4393L67.7872 41.317L67.0261 41.2133L66.3415 41.1312L65.7356 41.0738L65.2106 41.0443L64.769 41.0461L64.413 41.0827L64.1459 41.1581L63.9714 41.277L63.8904 41.4428L63.896 41.6548L63.9808 41.9121L64.1388 42.214L64.3642 42.5602L64.6517 42.9501L64.9965 43.3832L65.3933 43.859L65.837 44.3766L66.3219 44.9345L66.8419 45.531L67.3902 46.1638L67.9596 46.8296L68.5419 47.5245L69.1283 48.2439L69.7093 48.9819L70.2747 49.7321L70.8139 50.487L71.3163 51.2383L71.7709 51.9773L72.1671 52.6944L72.495 53.3802L72.7455 54.025L72.9108 54.6195L72.9845 55.155L72.9621 55.6237L72.841 56.019L72.6207 56.3357L72.3027 56.5702L71.8908 56.7206L71.3904 56.7867L70.8086 56.7702L70.1541 56.6744L69.4364 56.5038L68.6658 56.2644L67.8529 55.9633L67.0084 55.6079L66.1427 55.2066L65.2655 54.7676L64.3861 54.2993L63.5126 53.8098L62.6523 53.3069L61.8113 52.7978L60.9949 52.2891L60.2072 51.7868L59.4515 51.2961L58.7301 50.8218L58.0445 50.3676L57.3957 49.937L56.784 49.5328L56.2092 49.1573L55.6706 48.8123L55.1673 48.4993L54.6982 48.2195L54.2618 47.9738L53.8565 47.763L53.4809 47.5875L53.1332 47.4479L52.8116 47.3445L52.5144 47.2778L52.2398 47.248L51.9862 47.2554L51.7517 47.3005L51.5347 47.3836L51.3335 47.5051L51.1464 47.6654L50.9716 47.865L50.8075 48.1043L50.6523 48.3836L50.5043 48.7033L50.3616 49.0637L50.2225 49.4648L50.085 49.9065L49.9472 50.3884L49.8071 50.9099L49.6625 51.4698L49.5113 52.0666L49.3515 52.698L49.1808 53.3613L48.997 54.0528L48.7982 54.7682L48.5822 55.5022L48.3472 56.2486L48.0917 57.0003L47.8143 57.7492L47.5141 58.4864L47.1905 59.2023L46.8436 59.8867L46.4739 60.5288L46.0826 61.118L45.6715 61.6435L45.243 62.0954L44.8001 62.4643L44.3463 62.7421L43.8857 62.9223L43.4227 63L42.9617 62.9724L42.5073 62.839L42.064 62.6012L41.636 62.2628L41.2271 61.8295L40.8405 61.3089L40.4788 60.7103L40.1439 60.0438L39.837 59.3208L39.5585 58.5529L39.3083 57.752L39.0852 56.9296L38.888 56.0971L38.7146 55.2649L38.5625 54.4427L38.4291 53.6392L38.3114 52.8622L38.2062 52.1183L38.1104 51.4134L38.0205 50.7524L37.9333 50.1394L37.8452 49.5778L37.7529 49.0708L37.6528 48.6209L37.5413 48.2305L37.4147 47.9021L37.2688 47.6382L37.0993 47.4416L36.9014 47.3159L36.6697 47.265L36.4009 47.288L36.0941 47.3796L35.7482 47.5352L35.3623 47.7506L34.9353 48.0223L34.4661 48.3466L33.954 48.7202L33.3983 49.1396L32.799 49.6009L32.1561 50.1L31.4706 50.6321L30.744 51.192L29.9787 51.7736L29.1779 52.3703L28.3459 52.9746L27.488 53.5783L26.6107 54.1726L25.7214 54.7483L24.8286 55.2957L23.9415 55.8049L23.0702 56.2664L22.2251 56.6708L21.4168 57.0095L20.6558 57.275L19.9521 57.4609L19.3147 57.5623L18.7518 57.5763L18.2699 57.5013L17.874 57.338L17.5672 57.0888L17.3507 56.7578L17.2238 56.3505L17.1842 55.8739L17.2277 55.3361L17.3488 54.7457L17.5407 54.1118L17.7956 53.4439L18.1053 52.751L18.4609 52.0421L18.8538 51.3253L19.2751 50.6082L19.7165 49.8978L20.1698 49.1999L20.6278 48.5197L21.0835 47.8614L21.5308 47.2285L21.9642 46.6238L22.379 46.0491L22.7709 45.5061L23.1363 44.9954L23.4721 44.5176L23.7757 44.0728L24.0449 43.6606L24.2778 43.2806L24.4727 42.9322L24.6281 42.6145L24.743 42.3265L24.8161 42.0675L24.8463 41.8362L24.8327 41.6317L24.7742 41.453L24.6699 41.299L24.5187 41.1688L24.3195 41.0613L24.0712 40.9755L23.7728 40.9106L23.4231 40.8655L23.0209 40.8392L22.5653 40.8307L22.0553 40.839L21.4899 40.863L20.8687 40.9015L20.1913 40.9531L19.4577 41.0164L18.6684 41.0899L17.8246 41.1718L16.9282 41.2601L15.9817 41.3528L14.9887 41.4474L13.9541 41.5414L12.8835 41.632L11.7844 41.7163L10.665 41.791L9.5355 41.8529L8.40699 41.8986L7.29205 41.9247L6.20435 41.9281L5.15845 41.9055L4.16953 41.8543L3.253 41.7718L2.4241 41.6563L1.6974 41.5063L1.08633 41.3212L0.602681 41.101L0.25611 40.8466L0.0537767 40.5596L0 40.2422L0.096058 39.8974L0.340104 39.5289L0.727216 39.1405L1.24957 38.7367L1.89676 38.3219L2.65614 37.9007L3.51333 37.4773L4.45271 37.056L5.45791 36.6404L6.51232 36.234L7.59951 35.8396L8.70364 35.4594L9.80976 35.0954L10.904 34.7486L11.9739 34.4199L13.0081 34.1097L13.9967 33.8177L14.931 33.5437L15.8036 33.2868L16.608 33.0461L17.3385 32.8204L17.99 32.6082L18.558 32.4082L19.0379 32.2186L19.4251 32.0376L19.7146 31.8636L19.9009 31.6943L19.9773 31.5278L19.9375 31.3616L19.7855 31.1935L19.5282 31.0212L19.1715 30.8426L18.7206 30.656L18.1802 30.4595L17.5548 30.2513L16.849 30.0301L16.0675 29.7943L15.216 29.5427L14.3005 29.2742L13.3283 28.988L12.3077 28.6836L11.248 28.3608L10.1602 28.0198L9.05644 27.6611L7.9501 27.2859L6.85583 26.8958L5.78923 26.4929L4.76655 26.0799L3.8044 25.66L2.91929 25.2369L2.12712 24.8145L1.44274 24.3971L0.879372 23.9893L0.448201 23.5956L0.157907 23.2203L0.0143605 22.8676L0.0204004 22.5411L0.175741 22.2441L0.477014 21.9791L0.917939 21.7479L1.48961 21.5516L2.18086 21.3904L2.97874 21.264L3.86899 21.1712L4.83653 21.1103L5.86595 21.0789L6.94195 21.0743L8.04974 21.0935L9.17534 21.1334L10.3058 21.1905L11.4296 21.2615L12.5362 21.343L13.6166 21.4319L14.6634 21.5252L15.6702 21.6199L16.632 21.7135L17.5447 21.8034L18.4055 21.8876L19.2123 21.9639L19.9637 22.0307L20.659 22.0862L21.2981 22.129L21.8812 22.1577L22.4088 22.1711L22.8817 22.1681L23.3007 22.1476L23.667 22.1086L23.9817 22.0501L24.2458 21.9711L24.4605 21.8706L24.6269 21.7477L24.746 21.6014L24.819 21.4307L24.8468 21.2345L24.8304 21.0119L24.7708 20.7618L24.6692 20.4831L24.5265 20.175L24.344 19.8365L24.1231 19.4666L23.8653 19.0648L23.5724 18.6304L23.2466 18.1631L22.8903 17.6629L22.5065 17.13L22.0986 16.5653L21.6706 15.97L21.2271 15.3458L20.7735 14.6953L20.3155 14.0216L19.8599 13.3289L19.4139 12.6218L18.9853 11.9062L18.5825 11.1885L18.214 10.4762L17.8887 9.77724L17.6154 9.10038L17.4026 8.45468L17.2582 7.84944L17.1893 7.29388L17.2019 6.79689L17.3006 6.36673L17.4884 6.0107L17.7665 5.73489L18.1343 5.5439L18.5893 5.44067L19.127 5.42635L19.7414 5.50019L20.425 5.65964L21.1688 5.90039L21.9631 6.21656L22.7976 6.60093L23.6618 7.04519L24.5449 7.54026L25.437 8.07654L26.3284 8.64426L27.2104 9.23369L28.0752 9.8354L28.916 10.4404L29.7273 11.0403L30.5043 11.6275L31.2435 12.195L31.9423 12.7366L32.5989 13.2467L33.2122 13.7205L33.7817 14.1537L34.3077 14.5423L34.7904 14.8827L35.2308 15.1715L35.6297 15.4052L35.9882 15.5803L36.3073 15.6928L36.5882 15.7382L36.8315 15.7113L37.0396 15.609L37.2176 15.4346L37.3705 15.1919L37.5028 14.8837L37.6187 14.5128L37.722 14.0816L37.8164 13.5924L37.9055 13.048L37.9926 12.451L38.0813 11.8049L38.1749 11.1134L38.2767 10.3814L38.39 9.61425L38.5181 8.81839L38.6639 8.00124L38.8303 7.17121L39.0197 6.33769L39.2343 5.51092L39.4758 4.70192L39.7452 3.92222L40.0431 3.18362L40.3691 2.4979L40.7225 1.87647L41.1014 1.32998L41.5035 0.868005L41.9258 0.498649L42.3647 0.22829L42.816 0.0613209L43.2754 0L43.7383 0.0443817L44.2001 0.192343L44.6565 0.439698L45.1033 0.780399L45.5368 1.2068L45.9537 1.70995L46.3516 2.27999L46.7283 2.90641L47.0826 3.57847L47.4136 4.28546L47.7212 5.01698L48.0058 5.76317L48.2681 6.51488L48.5095 7.26378L48.7313 8.00244L48.9354 8.72437L49.1238 9.42402L49.2984 10.0967L49.4615 10.7386L49.6152 11.3467L49.7616 11.9186L49.9029 12.4524L50.0413 12.9471L50.1786 13.4016L50.317 13.8157L50.4584 14.189L50.6045 14.5217L50.7572 14.8138L50.9183 15.0658L51.0895 15.278L51.2725 15.4508L51.469 15.5846L51.6808 15.6799L51.9095 15.737L52.1568 15.7564L52.4245 15.7385L52.7143 15.6834L53.028 15.5917L53.3672 15.4636L53.7338 15.2995L54.1294 15.0999L54.5557 14.8652L55.0142 14.5962L55.5065 14.2936L56.0337 13.9587L56.5969 13.5927L57.1969 13.1974L57.8339 12.775L58.5078 12.328L59.2179 11.8597L59.9629 11.3737L60.7407 10.8746L61.5484 10.3673L62.382 9.85761L63.2368 9.35198L64.1069 8.85742L64.9853 8.38152L65.8641 7.93229L66.7345 7.51805L67.5868 7.14715L68.4109 6.82786L69.1962 6.56801L69.9319 6.37483L70.6076 6.25459L71.2135 6.21241L71.7407 6.252L72.1815 6.37548L72.5298 6.5833L72.7815 6.87412L72.9343 7.24488L72.988 7.69086L72.9445 8.20588L72.8078 8.78248L72.5836 9.41223L72.2794 10.086L71.9039 10.7942L71.4668 11.5272L70.9785 12.2756L70.4498 13.0303L69.8915 13.7828L69.3144 14.5255L68.7287 15.2515L68.1441 15.9547L67.5697 16.6303L67.0138 17.2739L66.484 17.8823L65.9872 18.4528L65.5298 18.9833L65.1175 19.4725L64.7556 19.9193L64.4492 20.3231L64.2035 20.6832L64.0235 20.9993L63.9147 21.2708L63.8831 21.4974L63.9357 21.678L64.0801 21.8117L64.3182 21.9004L64.6462 21.9489L65.0608 21.9614L65.5595 21.9415L66.1398 21.8927L66.7996 21.8181L67.5367 21.7209L68.3483 21.6042L69.2315 21.4711L70.1823 21.3249L71.1961 21.1691L72.267 21.0073L73.3879 20.8436L74.5504 20.6819L75.7446 20.5266L76.9591 20.3821L78.1812 20.2531L79.3967 20.144L80.5906 20.0593L81.7468 20.0031L82.8489 19.9793L83.8804 19.9912L84.8255 20.0415L85.669 20.1321L86.3975 20.2642L86.9994 20.4379L87.4656 20.6526L87.7896 20.9068L87.9679 21.1979L88 21.5228L87.8885 21.8776L87.6389 22.2582L87.259 22.6598L86.7592 23.0776L86.1515 23.5068L85.4492 23.9427L84.6665 24.3809L83.8183 24.8173L82.919 25.2482L81.983 25.6706L81.024 26.0817L80.0545 26.4794L79.0863 26.8622L78.1296 27.2288L77.1938 27.5785L76.2867 27.9111L75.4151 28.2264L74.5846 28.5249L73.7999 28.8071L73.0645 29.0736L72.3815 29.3254L71.7529 29.5635L71.1804 29.7889L70.665 30.0029L70.2075 30.2066L69.8084 30.4012L69.4678 30.5881L69.1859 30.7683L68.9626 30.9433L68.7979 31.1141L68.6916 31.2821L68.6438 31.4485L68.6409 31.5014Z"
fill="#FFDF8C" />
</svg>
<svg class="blob3" width="62" height="71" viewBox="0 0 62 71" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M31 71C30.938 51.418 17.0827 35.5658 0 35.5658C17.1208 35.5658 31 19.6422 31 0C31.0617 19.582 44.9173 35.4342 62 35.4342C44.8789 35.4342 31 51.3577 31 71Z"
fill="#FFDF8C" />
</svg>
<div id="image-about">
<svg width="528" height="378" viewBox="0 0 528 378" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M522.523 170.491L521.74 173.822L520.919 177.134L520.061 180.427L519.171 183.702L518.249 186.958L517.297 190.197L516.316 193.418L515.307 196.621L514.268 199.807L513.201 202.976L512.103 206.127L510.975 209.261L509.816 212.379L508.628 215.479L507.411 218.563L506.166 221.631L504.895 224.682L503.597 227.719L502.275 230.74L500.93 233.747L499.563 236.741L498.176 239.721L496.769 242.69L495.345 245.647L493.906 248.595L492.452 251.533L490.985 254.464L489.508 257.389L488.023 260.31L486.531 263.228L485.035 266.146L483.534 269.064L482.029 271.984L480.519 274.907L479.003 277.834L477.48 280.765L475.947 283.701L474.402 286.642L472.841 289.587L471.262 292.535L469.66 295.485L468.032 298.436L466.372 301.386L464.678 304.332L462.944 307.272L461.166 310.203L459.34 313.122L457.461 316.025L455.524 318.908L453.527 321.767L451.464 324.599L449.334 327.398L447.131 330.16L444.854 332.881L442.501 335.556L440.068 338.179L437.555 340.748L434.96 343.256L432.282 345.699L429.522 348.074L426.679 350.375L423.755 352.6L420.75 354.743L417.665 356.802L414.503 358.774L411.266 360.656L407.958 362.444L404.579 364.138L401.136 365.734L397.63 367.233L394.065 368.632L390.447 369.93L386.779 371.129L383.065 372.227L379.31 373.224L375.519 374.122L371.695 374.922L367.845 375.624L363.971 376.231L360.079 376.744L356.173 377.164L352.258 377.495L348.336 377.738L344.413 377.896L340.493 377.973L336.578 377.971L332.675 377.895L328.785 377.75L324.913 377.542L321.063 377.277L317.237 376.961L313.439 376.601L309.671 376.203L305.935 375.775L302.233 375.324L298.565 374.856L294.933 374.378L291.337 373.897L287.776 373.42L284.25 372.954L280.757 372.504L277.297 372.078L273.868 371.681L270.467 371.319L267.091 370.997L263.737 370.719L260.403 370.489L257.084 370.309L253.776 370.182L250.477 370.107L247.181 370.086L243.885 370.118L240.585 370.201L237.277 370.334L233.957 370.513L230.623 370.735L227.271 370.996L223.898 371.29L220.503 371.614L217.082 371.961L213.634 372.324L210.159 372.698L206.655 373.075L203.122 373.449L199.561 373.812L195.972 374.156L192.357 374.475L188.717 374.761L185.054 375.007L181.371 375.206L177.67 375.351L173.956 375.436L170.232 375.455L166.502 375.401L162.769 375.269L159.039 375.055L155.317 374.753L151.606 374.361L147.911 373.874L144.239 373.289L140.593 372.605L136.978 371.819L133.4 370.93L129.863 369.937L126.371 368.84L122.929 367.639L119.541 366.335L116.212 364.93L112.943 363.424L109.74 361.821L106.604 360.122L103.539 358.331L100.547 356.45L97.6297 354.483L94.7889 352.433L92.0259 350.305L89.3418 348.103L86.7371 345.83L84.2122 343.491L81.7664 341.09L79.3987 338.634L77.1073 336.126L74.8898 333.574L72.7434 330.981L70.6646 328.354L68.6497 325.699L66.6943 323.02L64.794 320.323L62.9439 317.612L61.1392 314.893L59.3745 312.168L57.6449 309.443L55.945 306.721L54.2698 304.004L52.614 301.295L50.973 298.596L49.3418 295.909L47.7161 293.235L46.0917 290.575L44.4652 287.93L42.8333 285.298L41.1935 282.68L39.5438 280.074L37.8829 277.48L36.21 274.895L34.5251 272.317L32.8289 269.744L31.1227 267.174L29.4085 264.604L27.689 262.031L25.9675 259.453L24.248 256.867L22.5351 254.27L20.834 251.659L19.1504 249.031L17.4905 246.385L15.8609 243.718L14.2685 241.028L12.7208 238.314L11.2253 235.573L9.78974 232.806L8.42194 230.01L7.12983 227.187L5.92128 224.336L4.80407 221.457L3.78579 218.552L2.8738 215.622L2.07517 212.667L1.39657 209.691L0.844266 206.696L0.42402 203.684L0.141054 200.658L0 197.622L0.00485148 194.579L0.158929 191.534L0.464847 188.49L0.924486 185.451L1.53897 182.422L2.30866 179.407L3.23315 176.411L4.31125 173.437L5.541 170.491L6.91971 167.577L8.44393 164.698L10.1095 161.859L11.9116 159.064L13.8448 156.316L15.9029 153.619L18.0793 150.975L20.3669 148.387L22.7581 145.858L25.2447 143.39L27.819 140.984L30.4734 138.641L33.2012 136.364L35.9959 134.152L38.8517 132.007L41.763 129.929L44.7244 127.919L47.7309 125.977L50.7777 124.104L53.86 122.299L56.9732 120.562L60.1126 118.893L63.2735 117.292L66.4513 115.758L69.641 114.289L72.8378 112.885L76.0364 111.544L79.2315 110.265L82.4174 109.045L85.5885 107.882L88.7391 106.773L91.8639 105.715L94.9574 104.706L98.0147 103.741L101.031 102.818L104.001 101.932L106.921 101.08L109.786 100.258L112.593 99.4604L115.338 98.6841L118.018 97.9244L120.63 97.1769L123.173 96.4371L125.643 95.7005L128.039 94.9627L130.361 94.2193L132.608 93.466L134.779 92.6986L136.875 91.9132L138.896 91.1059L140.844 90.273L142.72 89.4111L144.526 88.5171L146.265 87.5881L147.938 86.6214L149.55 85.6147L151.103 84.5659L152.601 83.4735L154.048 82.336L155.448 81.1524L156.806 79.9219L158.125 78.6443L159.411 77.3195L160.669 75.9477L161.902 74.5296L163.116 73.0661L164.316 71.5583L165.506 70.0077L166.692 68.416L167.876 66.7851L169.065 65.1171L170.263 63.4143L171.473 61.6791L172.699 59.9141L173.945 58.1219L175.216 56.3053L176.513 54.4671L177.841 52.61L179.201 50.7369L180.597 48.8506L182.031 46.9537L183.505 45.0491L185.021 43.1394L186.581 41.2272L188.186 39.315L189.838 37.4058L191.537 35.5026L193.286 33.6085L195.085 31.727L196.936 29.8617L198.838 28.0161L200.793 26.1942L202.802 24.4L204.863 22.6375L206.979 20.9111L209.147 19.225L211.368 17.5839L213.642 15.9923L215.967 14.455L218.342 12.977L220.765 11.5634L223.237 10.2194L225.753 8.95046L228.313 7.76187L230.913 6.65831L233.55 5.64395L236.222 4.72233L238.924 3.89634L241.654 3.16824L244.408 2.53959L247.181 2.01126L249.97 1.58345L252.77 1.25565L255.579 1.02667L258.393 0.894676L261.207 0.857178L264.02 0.911086L266.827 1.05274L269.626 1.27793L272.415 1.58195L275.192 1.95965L277.956 2.40547L280.704 2.91352L283.437 3.47761L286.153 4.09134L288.855 4.74816L291.541 5.44143L294.213 6.16448L296.873 6.91067L299.522 7.6735L302.163 8.4466L304.8 9.22385L307.434 9.9994L310.069 10.7677L312.709 11.5237L315.357 12.2627L318.019 12.9805L320.698 13.6733L323.398 14.338L326.124 14.972L328.879 15.5733L331.669 16.1406L334.497 16.6729L337.367 17.1702L340.283 17.633L343.248 18.0624L346.265 18.46L349.337 18.8282L352.466 19.1699L355.653 19.4884L358.9 19.7876L362.207 20.0719L365.574 20.3462L369.002 20.6155L372.488 20.8853L376.032 21.1616L379.63 21.4501L383.28 21.7572L386.978 22.089L390.722 22.451L394.507 22.8486L398.329 23.2869L402.186 23.7705L406.073 24.3039L409.985 24.8912L413.918 25.5363L417.869 26.243L421.832 27.0147L425.802 27.8547L429.774 28.7661L433.744 29.7517L437.705 30.8144L441.652 31.9565L445.58 33.1804L449.481 34.4883L453.351 35.882L457.181 37.3634L460.967 38.9339L464.701 40.5947L468.376 42.3467L471.986 44.1906L475.523 46.1266L478.982 48.1546L482.356 50.2743L485.639 52.4849L488.824 54.7853L491.906 57.1742L494.879 59.6496L497.738 62.2096L500.479 64.8518L503.096 67.5733L505.586 70.3713L507.945 73.2424L510.171 76.1832L512.262 79.1898L514.214 82.2584L516.027 85.3848L517.7 88.5648L519.234 91.7941L520.627 95.0683L521.882 98.3828L523 101.733L523.983 105.115L524.833 108.524L525.554 111.956L526.149 115.406L526.622 118.87L526.977 122.346L527.219 125.828L527.354 129.314L527.386 132.799L527.321 136.282L527.164 139.76L526.92 143.229L526.597 146.689L526.198 150.136L525.73 153.569L525.198 156.988L524.606 160.39L523.96 163.775L523.265 167.142L522.523 170.491Z"
fill="url(#paint0_linear_303_547)" />
<defs>
<linearGradient id="paint0_linear_303_547" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFB800" />
<stop offset="1" stop-color="#FFDF8C" />
</linearGradient>
</defs>
</svg>
<img src="./images//61274-removebg-preview.png" alt="me2" width="30%">
</div>
<div id="second-container">
<div id="about">
<h2>ABOUT <span>_____</span></h2>
<p class="name-about">MARIMA AMIN</p>
<p class="description">Engineering student at Cairo University, delving into the realms of
innovation and technology. Currently in my second year, specializing in computer science, I
thrive on the endless possibilities of web development and Flutter. With an excellent
overall grade</p>
</div>
<div id="skills">
<h2>SKILLS<span>_____</span></h2>
<ul>
<li>
<div class="circle"></div>
<div>C++</div>
</li>
<li>
<div class="circle"></div>
<div>OPP</div>
</li>
<li>
<div class="circle"></div>
<div>Problem Solving</div>
</li>
<li>
<div class="circle"></div>
<div>Data Structure</div>
</li>
<li>
<div class="circle"></div>
<div>React</div>
</li>
<li>
<div class="circle"></div>
<div>React Native</div>
</li>
<li>
<div class="circle"></div>
<div>Dart</div>
</li>
<li>
<div class="circle"></div>
<div>Flutter</div>
</li>
<li>
<div class="circle"></div>
<div>HTML</div>
</li>
<li>
<div class="circle"></div>
<div>CSS</div>
</li>
<li>
<div class="circle"></div>
<div>JavaScript</div>
</li>
<li>
<div class="circle"></div>
<div>Verilog</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="main-proccess-container">
<svg class="blob1" width="39" height="38" viewBox="0 0 39 38" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.595392" fill-rule="evenodd" clip-rule="evenodd"
d="M9.44099 2.03317C3.49253 -2.9073 -2.29485 2.86646 2.63157 8.82655C5.04834 11.7504 5.02727 15.4296 2.58552 16.8659C-2.39182 19.7936 3.30927 29.0849 9.2934 27.798C12.229 27.1667 15.8953 29.4282 17.3044 32.7395C20.1766 39.4894 29.4875 39.458 28.2595 32.7026C27.657 29.3886 29.944 27.107 33.2566 27.7173C40.0091 28.9612 40.0624 19.6505 33.3193 16.7623C30.0113 15.3454 27.7585 11.6739 28.3967 8.7397C29.6977 2.75862 20.4198 -2.96435 17.4804 2.00607C16.0384 4.44442 12.3591 4.45683 9.44099 2.03317ZM22.0678 21.4995C23.639 19.932 23.1796 16.9241 21.0417 14.7811C18.9037 12.6381 15.8969 12.1716 14.3257 13.7391C12.7545 15.3066 13.2139 18.3145 15.3519 20.4575C17.4898 22.6005 20.4966 23.067 22.0678 21.4995Z"
fill="#FFDF8C" />
</svg>
<svg class="blob2" width="68" height="68" viewBox="0 0 68 68" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.765589"
d="M8.212 20.9598C1.15153 6.55367 19.962 -6.45601 30.9499 5.23374C35.152 9.70425 41.7781 10.9122 47.2874 8.21203C61.6935 1.15156 74.7032 19.962 63.0134 30.9499C58.5429 35.1521 57.335 41.7781 60.0351 47.2874C67.0956 61.6935 48.2852 74.7032 37.2972 63.0135C33.0951 58.5429 26.469 57.335 20.9597 60.0352C6.55364 67.0956 -6.45604 48.2852 5.23371 37.2973C9.70422 33.0951 10.9121 26.4691 8.212 20.9598Z"
fill="#FFE6A5" />
</svg>
<svg class="blob3" width="93" height="56" viewBox="0 0 93 56" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.807827"
d="M92.9073 20.1251C90.3205 31.9114 83.0445 42.1625 72.68 48.6233C62.3156 55.0842 49.7116 57.2255 37.6409 54.5762C25.5702 51.9269 15.0215 44.704 8.31535 34.4966C1.60924 24.2891 -0.704934 11.9331 1.88192 0.146866L92.9073 20.1251Z"
fill="#FFDF8C" />
</svg>
<svg class="blob4" width="53" height="53" viewBox="0 0 53 53" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.469483"
d="M39.8903 10.2776L20.9883 0L13.742 13.327L32.644 23.6045C36.2509 25.5657 37.7168 29.843 35.9293 33.1304C34.1422 36.4171 29.755 37.5127 26.1481 35.5515L7.24609 25.2739L-0.000169355 38.6009L18.9018 48.8785C30.5218 55.1966 44.688 51.6901 50.4782 41.041C56.2684 30.3919 51.5103 16.5957 39.8903 10.2776Z"
fill="#F2DA05" />
</svg>
<div class="process">
<div class="header">
<h2>Process<span>_____</span></h2>
<p>My Working Process</p>
</div>
<ul class="process-item">
<li>
<div class="space
"></div>
</li>
<li class="item">
<div class="content">
<div class="circle"></div>
<svg width="45" height="63" viewBox="0 0 45 63" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M42.5166 2L40.2656 5.10526" stroke="black" stroke-width="3"
stroke-linecap="round" stroke-linejoin="round" />
<path d="M2 2L4.25098 5.10526" stroke="black" stroke-width="3" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M42.5166 45.4737L40.2656 42.3684" stroke="black" stroke-width="3"
stroke-linecap="round" stroke-linejoin="round" />
<path d="M2 45.4737L4.25098 42.3684" stroke="black" stroke-width="3"
stroke-linecap="round" stroke-linejoin="round" />
<path d="M15.5059 51.6843H29.0117" stroke="black" stroke-width="3"
stroke-linecap="round" stroke-linejoin="round" />
<path d="M17.7559 61H26.7598" stroke="black" stroke-width="3" stroke-linecap="round"
stroke-linejoin="round" />
<path
d="M22.2576 5.10522C13.2535 5.10522 8.64383 11.1614 8.75186 20.6315C8.80451 25.2487 9.87701 28.3947 12.1283 31.5C14.3796 34.6052 15.5051 36.1578 15.5048 42.3684H29.0106C29.011 36.1582 30.1365 34.6052 32.3868 31.5003C34.6376 28.395 35.7111 25.2487 35.7635 20.6315C35.8715 11.1614 31.262 5.10522 22.2576 5.10522Z"
stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<h2>PLANNING</h2>
</li>
<li class="arrow"><svg viewBox="0 0 236 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.02171 11C3.34298 11 2 13 2 15.5C2 18 3.34298 20 5.02171 20C6.70043 20 8.04342 18 8.04342 15.5C8.04342 13 6.70043 11 5.02171 11Z"
fill="white" />
<path
d="M235.414 16.9142C236.195 16.1332 236.195 14.8668 235.414 14.0858L222.686 1.35786C221.905 0.576816 220.639 0.576816 219.858 1.35786C219.077 2.13891 219.077 3.40524 219.858 4.18629L231.172 15.5L219.858 26.8137C219.077 27.5948 219.077 28.8611 219.858 29.6421C220.639 30.4232 221.905 30.4232 222.686 29.6421L235.414 16.9142ZM4 15.5C4 14.5878 4.24845 13.8642 4.54173 13.4274C4.68548 13.2134 4.81763 13.1 4.90246 13.0469C4.97878 12.9991 5.01384 13 5.02171 13V9C3.31978 9 2.01334 10.0175 1.22094 11.1976C0.423039 12.3858 0 13.9122 0 15.5H4ZM5.02171 13C5.02957 13 5.06464 12.9991 5.14096 13.0469C5.22578 13.1 5.35793 13.2134 5.50169 13.4274C5.79496 13.8642 6.04342 14.5878 6.04342 15.5H10.0434C10.0434 13.9122 9.62038 12.3858 8.82248 11.1976C8.03008 10.0175 6.72363 9 5.02171 9V13ZM6.04342 15.5C6.04342 16.4122 5.79496 17.1358 5.50169 17.5726C5.35793 17.7866 5.22578 17.9 5.14096 17.9531C5.06464 18.0009 5.02957 18 5.02171 18V22C6.72363 22 8.03008 20.9825 8.82248 19.8024C9.62038 18.6142 10.0434 17.0878 10.0434 15.5H6.04342ZM5.02171 18C5.01384 18 4.97878 18.0009 4.90246 17.9531C4.81763 17.9 4.68548 17.7866 4.54173 17.5726C4.24845 17.1358 4 16.4122 4 15.5H0C0 17.0878 0.423039 18.6142 1.22094 19.8024C2.01334 20.9825 3.31978 22 5.02171 22V18ZM8.04342 17.5H234V13.5H8.04342V17.5Z"
fill="#FFB800" />
</svg></li>
<li class="item">
<div class="content">
<div class="circle"></div>
<img src="./images/Illustrator.png">
</div>
<h2>DESIGN</h2>
</li>
<li class="arrow"><svg viewBox="0 0 236 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.02171 11C3.34298 11 2 13 2 15.5C2 18 3.34298 20 5.02171 20C6.70043 20 8.04342 18 8.04342 15.5C8.04342 13 6.70043 11 5.02171 11Z"
fill="white" />
<path
d="M235.414 16.9142C236.195 16.1332 236.195 14.8668 235.414 14.0858L222.686 1.35786C221.905 0.576816 220.639 0.576816 219.858 1.35786C219.077 2.13891 219.077 3.40524 219.858 4.18629L231.172 15.5L219.858 26.8137C219.077 27.5948 219.077 28.8611 219.858 29.6421C220.639 30.4232 221.905 30.4232 222.686 29.6421L235.414 16.9142ZM4 15.5C4 14.5878 4.24845 13.8642 4.54173 13.4274C4.68548 13.2134 4.81763 13.1 4.90246 13.0469C4.97878 12.9991 5.01384 13 5.02171 13V9C3.31978 9 2.01334 10.0175 1.22094 11.1976C0.423039 12.3858 0 13.9122 0 15.5H4ZM5.02171 13C5.02957 13 5.06464 12.9991 5.14096 13.0469C5.22578 13.1 5.35793 13.2134 5.50169 13.4274C5.79496 13.8642 6.04342 14.5878 6.04342 15.5H10.0434C10.0434 13.9122 9.62038 12.3858 8.82248 11.1976C8.03008 10.0175 6.72363 9 5.02171 9V13ZM6.04342 15.5C6.04342 16.4122 5.79496 17.1358 5.50169 17.5726C5.35793 17.7866 5.22578 17.9 5.14096 17.9531C5.06464 18.0009 5.02957 18 5.02171 18V22C6.72363 22 8.03008 20.9825 8.82248 19.8024C9.62038 18.6142 10.0434 17.0878 10.0434 15.5H6.04342ZM5.02171 18C5.01384 18 4.97878 18.0009 4.90246 17.9531C4.81763 17.9 4.68548 17.7866 4.54173 17.5726C4.24845 17.1358 4 16.4122 4 15.5H0C0 17.0878 0.423039 18.6142 1.22094 19.8024C2.01334 20.9825 3.31978 22 5.02171 22V18ZM8.04342 17.5H234V13.5H8.04342V17.5Z"
fill="#FFB800" />
</svg></li>
<li class="item">
<div class="content">
<div class="circle"></div>
<img src="./images/Source Code.png">
</div>
<h2>IMPLEMENTAION</h2>
</li>
<li>
<div class="space"></div>
</li>
</ul>
</div>
</div>
<div id="main-certifi-container" class="page-Section">
<svg class="blob1" width="58" height="64" viewBox="0 0 58 64" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.934164"
d="M57.4998 45.4977C58.3413 46.0749 57.6038 47.526 56.6415 47.1863L48.5697 44.3363C38.1468 40.6561 26.1032 45.2818 19.4383 55.5252L14.2767 63.458C13.6613 64.4037 12.3526 63.7386 12.7538 62.684L16.1199 53.8386C20.4665 42.4169 17.1048 29.9613 7.98848 23.7104L0.928483 18.8696C0.0868593 18.2924 0.824385 16.8413 1.78673 17.181L9.85857 20.031C20.2814 23.7112 32.3249 19.0854 38.9899 8.84199L44.1515 0.909138C44.7669 -0.0364293 46.0756 0.628725 45.6744 1.68317L42.3083 10.5286C37.9617 21.9504 41.3234 34.406 50.4398 40.6569L57.4998 45.4977Z"
fill="#FFDF8C" />
</svg>
<svg class="blob2" width="77" height="89" viewBox="0 0 77 89" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.910284"
d="M76.2245 79.257C65.7143 86.6294 52.706 89.5247 40.0611 87.306C27.4162 85.0874 16.1706 77.9364 8.79821 67.4263C1.42578 56.9161 -1.46957 43.9078 0.749121 31.2629C2.96781 18.618 10.1188 7.37243 20.6289 4.19735e-06L76.2245 79.257Z"
fill="#FFDF8C" />
</svg>
<svg class="blob3" width="80" height="80" viewBox="0 0 80 80" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.936365"
d="M4.93789 28.5202C-6.69757 11.9617 14.1764 -7.95405 30.1703 4.44614C36.2868 9.18835 44.7806 9.3879 51.1131 4.93815C67.6715 -6.69731 87.5873 14.1767 75.1871 30.1705C70.4449 36.287 70.2454 44.7809 74.6951 51.1133C86.3306 67.6718 65.4566 87.5876 49.4627 75.1874C43.3462 70.4451 34.8524 70.2456 28.5199 74.6954C11.9614 86.3308 -7.9543 65.4568 4.44589 49.463C9.1881 43.3465 9.38764 34.8526 4.93789 28.5202Z"
fill="#FDCD86" />
</svg>
<svg class="blob4" width="67" height="67" viewBox="0 0 67 67" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path opacity="0.495269" fill-rule="evenodd" clip-rule="evenodd"
d="M7.99879 0.202772C21.9717 18.3075 47.9403 21.7363 66.0773 7.84312C47.8998 21.7673 44.4728 47.8183 58.4227 66.0293C44.4501 47.9244 18.4812 44.4958 0.344175 58.389C18.522 44.4646 21.9486 18.4138 7.99879 0.202772Z"
fill="#FFDF8C" />
</svg>
<!-- <div id="cert-container"> -->
<h2>CERTIFICATIONS <span>_______</span></h2>
<div id="cert-display">
<div id="cert-item">
<h3>JavaScript Basic</h3>
<h4>HackerRank </h4>
<p>It covers topics like, Functions, Currwying, Hoisting, Scope, Inheritance, Events and Error
Handling.</p>
<a href=https://drive.google.com/file/d/1RksqES32clkf0teAMxipkzDtyHl-M3dK/view?usp=sharing""><button
id="cert-button">Show Certificate<span><img src="./images/open.svg" alt="open"
width="18px"></span></button></a>
</div>
<div id="cert-item">
<h3>JavaScript Intermediate</h3>
<h4>HackerRank</h4>
<p>It covers topics like Design Patterns, Memory management, concurrency model, and event loops,
among others.</p>
<a href="https://drive.google.com/file/d/1VADTOTkixqyetv5pwvIrulw_A7k-Km3-/view?usp=sharing"><button
id="cert-button">Show Certificate<span><img src="./images/open.svg" alt="open"
width="18px"></span></button></a>
</div>
<div id="cert-item">
<h3>Problem Solving</h3>
<h4>HackerRank</h4>
<p>It covers basic topics of Data Structures (such as Arrays, Strings) and Algorithms (such as
Sorting and Searching).</p>
<a href="https://drive.google.com/file/d/1w34iceo70MOPOak86c7qq4xz06SzV9Lz/view?usp=sharing"><button
id="cert-button">Show Certificate<span><img src="./images/open.svg" alt="open"
width="18px"></span></button></a>
</div>
<div id="cert-item">
<h3>Rootics</h3>
<h4>Beta Academy</h4>
<p>Gain expertise in designing and programming advanced robotic systems with Arduino.</p>
<a href="https://drive.google.com/file/d/1GISSJ_ZjiU8JABSS19vBmFOW6j2klyTF/view?usp=sharing"><button
id="cert-button">Show Certificate<span><img src="./images/open.svg" alt="open"
width="18px"></span></button></a>
</div>
<div id="cert-item">
<h3>Web Development</h3>
<h4>Udacity</h4>
<p>it covers HTML and CSS basic to start the first web Project </p>
<a href="https://drive.google.com/file/d/11elf2X9T8JbjwGU6clJyC4xZTVls6Qox/view?usp=sharing"><button
id="cert-button">Show Certificate<span><img src="./images/open.svg" alt="open"
width="18px"></span></button></a>
</div>
<div id="cert-item">
<h3>Front-End</h3>
<h4>Udemy</h4>
<p>Covers HTML ,CSS JavaScript basic functions ,variables ,Scope,Events Bootstrap and JQuary</p>
<a href="https://drive.google.com/file/d/1QR69xGpSI5NnjteCW1oO4Z_64Eoz5jL3/view?usp=sharing"><button
id="cert-button">Show Certificate<span><img src="./images/open.svg" alt="open"
width="18px"></span></button></a>
</div>
<div id="cert-item">
<h3>Dart</h3>
<h4>Udemy</h4>
<p>Dart Basic,Functions,Object Oriented Programming and Asynchronous Programming</p>
<a href="https://drive.google.com/file/d/18o7KWJV6Awt5jFp_BLP0NCBtO37CNkPO/view?usp=sharing"><button
id="cert-button">Show Certificate<span><img src="./images/open.svg" alt="open"
width="18px"></span></button></a>
</div>
</div>
<!-- </div> -->
</div>
<div id="main-project-container" class="page-Section">
<svg class="blob1" width="72" height="49" viewBox="0 0 72 49" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M36 7.4375C22.1535 7.4375 10.9286 15.0767 10.9286 24.5C10.9286 33.9233 22.1535 41.5625 36 41.5625C49.8465 41.5625 61.0714 33.9233 61.0714 24.5C61.0714 15.0767 49.8465 7.4375 36 7.4375ZM0 24.5C0 10.969 16.1177 0 36 0C55.8823 0 72 10.969 72 24.5C72 38.031 55.8823 49 36 49C16.1177 49 0 38.031 0 24.5Z"
fill="#FFDF8C" />
</svg>
<svg class="blob2" width="233" height="144" viewBox="0 0 233 144" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M2.22949 2C13.6951 8.84753 4.46568 24.3013 15.9313 31.1488C27.3968 37.9964 36.6262 22.5426 48.0918 29.3901C59.5573 36.2377 50.328 51.6914 61.7667 58.5229C73.2326 65.3706 82.462 49.9169 93.9003 56.7482C105.366 63.5959 96.1368 79.0496 107.575 85.8809C119.041 92.7286 128.27 77.2748 139.735 84.122C151.201 90.9697 141.972 106.423 153.438 113.271C164.903 120.118 174.132 104.665 185.598 111.512C197.064 118.36 187.834 133.814 199.3 140.661C210.765 147.509 219.994 132.055 231.46 138.902"
stroke="#F7C02B" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" />
</svg>
<svg class="blob3" width="79" height="98" viewBox="0 0 79 98" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M54.1657 96C25.3857 95.9614 2.03828 72.5604 2.00004 43.7149C1.96945 20.6549 20.6121 1.96938 43.6196 2.00004C62.0298 2.02456 76.9756 17.0045 77 35.4567C77.0197 50.2309 65.0986 62.1788 50.3582 62.1591C38.5663 62.1432 29.008 52.5635 28.9926 40.7442C28.9802 31.3013 36.6184 23.6456 46.0398 23.6581C53.5852 23.6682 59.7059 29.8031 59.7158 37.3657C59.7239 43.4199 54.8447 48.3107 48.8039 48.3026C43.9799 48.2961 40.0576 44.3649 40.0512 39.5298"
stroke="#FFB800" stroke-width="3" stroke-linecap="round" />
</svg>
<h2>PROJECTS<span>_______</span></h2>
<div id="projects-buttons">
<button id="project-button-1" class="yellow-line">All</button>
<button id="project-button-2">OOP</button>
<button id="project-button-3">Web</button>
<button id="project-button-4">Robotics</button>
<button id="project-button-5">Logic</button>
<button id="project-button-6">DSA</button>
<button id="project-button-7">App</button>
</div>
<div id="projects-display">
<a href="https://github.com/Mariam-Amin12/Paint-For-Kids" id="project-item"><img
src="./images/paint for kids.JPG" alt="project" width="200px"></a>
<a href="https://github.com/Mariam-Amin12/Process-Scheduler" id="project-item"><img
src="./images/schedueling.JPG" alt="project" width="200px"></a>
<a href="https://github.com/Mariam-Amin12/Tic-Tac/tree/main/tic-tac-toe-task" id="project-item"><img
src="./images/TicTacToe.JPG" alt="project" width="200px"></a>
<a href="https://github.com/Mariam-Amin12/Arduino/tree/main/Smart-Car" id="project-item"><img
src="./images/Smart Car.png" alt="project" width="200px"></a>
<a href="https://github.com/Mariam-Amin12/Arduino/tree/main/smart-Garage" id="project-item"><img
src="./images/smart garage.jpg" alt="project" width="200px"></a>
<a href="https://github.com/Mariam-Amin12/Flutter/tree/main/body_mass_index" class=""
id="project-item"><img src="./images/BMI.png" alt="project" width="200px"></a>
<a href="https://github.com/Mariam-Amin12/Flutter/tree/main/First_QuizApp" id="project-item"><img
src="./images/quizapp.jpg" alt="project" width="200px"></a>
<a href="https://github.com/Mariam-Amin12/AES" id="project-item"><img src="./images/AES.jpg"
alt="project" width="200px"></a>
<a href="https://github.com/Mariam-Amin12/Calculator" id="project-item"><img
src="./images/calculater.jpg" alt="project" width="200px"></a>
</div>
</div>
</div>
<div id="contact-container-large" class="page-Section">
<svg class="blob1" width="63" height="57" viewBox="0 0 63 57" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M37.5745 41.6539L56.6915 56.3701C67.63 42.1605 63.8066 20.8719 48.1516 8.82067C32.4966 -3.23056 10.9382 -1.4808 -0.000344884 12.7288L19.1167 27.4451C22.6781 22.8186 29.697 22.2489 34.794 26.1726C39.8911 30.0963 41.1359 37.0274 37.5745 41.6539Z"
fill="#FFDF8C" />
</svg>
<svg class="blob2" width="45" height="39" viewBox="0 0 45 39" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M22.5 0L24.1814 9.91427L29.1507 0.8712L27.3949 10.7757L35.2103 3.40738L30.1735 12.4221L40.1406 7.38319L32.2702 14.7071L43.5035 12.4454L33.4988 17.4278L45 18.144L33.75 20.3422L44.4974 23.973L33.0018 23.1917L42.0402 29.4143L31.3204 25.7228L37.8468 33.9843L28.8552 27.7106L32.2898 37.2771L25.8253 28.9787L25.863 39L22.5 29.4143L19.1371 39L19.1747 28.9787L12.7103 37.2771L16.1449 27.7106L7.15322 33.9843L13.6798 25.7228L2.9598 29.4143L11.9983 23.1917L0.502607 23.973L11.25 20.3422L0 18.144L11.5013 17.4278L1.4966 12.4454L12.7299 14.7071L4.85948 7.38319L14.8266 12.4221L9.78978 3.40738L17.6052 10.7757L15.8494 0.8712L20.8187 9.91427L22.5 0Z"
fill="#FFE6A5" />
</svg>
<div id="contact-container">
<h2>CONTACT<span>_______</span></h2>
<div id="contact">
<div class="spacer"></div>
<div id="contact-text">
<h1>Leave a message</h1>
<p>let me know if there is any suggestion or comment</p>
<div id="social-media-footer">
<ul>
<li><a href="https://instagram.com/mariam_amin20?utm_source=qr&igshid=MzNlNGNkZWQ4Mg%3D%3D"
class="insta-icon"><svg width="42" height="42" viewBox="0 0 42 42" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_46)">
<path
d="M27.9172 2H14.0829C9.61884 2 6 5.61884 6 10.0829V23.9171C6 28.3812 9.61884 32 14.0829 32H27.9171C32.3812 32 36 28.3812 36 23.9171V10.0829C36.0001 5.61884 32.3812 2 27.9172 2Z"
stroke-width="3" stroke-miterlimit="10" />
<path
d="M21.0002 24.2414C24.9995 24.2414 28.2416 20.9993 28.2416 16.9999C28.2416 13.0006 24.9995 9.75854 21.0002 9.75854C17.0009 9.75854 13.7588 13.0006 13.7588 16.9999C13.7588 20.9993 17.0009 24.2414 21.0002 24.2414Z"
stroke-width="3" stroke-miterlimit="10" />
<path
d="M29.7929 9.75875C30.65 9.75875 31.3447 9.06401 31.3447 8.20701C31.3447 7.35001 30.65 6.65527 29.7929 6.65527C28.9359 6.65527 28.2412 7.35001 28.2412 8.20701C28.2412 9.06401 28.9359 9.75875 29.7929 9.75875Z" />
</g>
</svg></a></li>
<li><a href="https://www.facebook.com/mariam.ramadan.14203?mibextid=ZbWKwL"
class="facebook-icon"><svg width="28" height="42" viewBox="0 0 28 42" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_23)">
<path
d="M22.5 2H18C16.0109 2 14.1032 2.79018 12.6967 4.1967C11.2902 5.60322 10.5 7.51088 10.5 9.5V14H6V20H10.5V32H16.5V20H21L22.5 14H16.5V9.5C16.5 9.10218 16.658 8.72064 16.9393 8.43934C17.2206 8.15804 17.6022 8 18 8H22.5V2Z"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
</g>
</svg></a></li>
<li><a href="https://github.com/Mariam-Amin12" class="githup-icon"><svg width="41"
height="42" viewBox="0 0 41 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_27)">
<path
d="M26.9711 32V27.7008C27.0273 26.9865 26.9308 26.2684 26.688 25.5943C26.4452 24.9202 26.0617 24.3054 25.563 23.791C30.2667 23.2667 35.2101 21.4841 35.2101 13.305C35.2096 11.2136 34.4052 9.20234 32.9631 7.68757C33.6459 5.85778 33.5976 3.83525 32.8283 2.04014C32.8283 2.04014 31.0606 1.51584 26.9711 4.25716C23.5377 3.32664 19.9186 3.32664 16.4852 4.25716C12.3956 1.51584 10.628 2.04014 10.628 2.04014C9.8586 3.83525 9.81032 5.85778 10.4932 7.68757C9.04032 9.21357 8.235 11.243 8.24621 13.35C8.24621 21.4691 13.1896 23.2517 17.8933 23.8359C17.4004 24.3453 17.0203 24.9525 16.7777 25.6184C16.5351 26.2843 16.4354 26.9939 16.4852 27.7008V32"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
<path d="M16.4859 29.004C11.992 30.4618 8.24699 29.004 6 24.51"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
</g>
</svg></a></li>
<li><a href="https://www.linkedin.com/in/mariam-amin20/"><svg width="40" height="40"
viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_35)">
<path
d="M33.2 1H6.8C5.80589 1 5 1.80589 5 2.8V29.2C5 30.1941 5.80589 31 6.8 31H33.2C34.1941 31 35 30.1941 35 29.2V2.8C35 1.80589 34.1941 1 33.2 1Z"
stroke-width="2" stroke-miterlimit="10" />
<path d="M10.3994 12.3999H13.9994V24.9999H10.3994V12.3999Z" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" />
<path
d="M12.1996 9.7C13.3594 9.7 14.2996 8.7598 14.2996 7.6C14.2996 6.4402 13.3594 5.5 12.1996 5.5C11.0398 5.5 10.0996 6.4402 10.0996 7.6C10.0996 8.7598 11.0398 9.7 12.1996 9.7Z"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M23.9004 15.3999C22.575 15.3999 21.5004 16.1007 21.5004 18.0999V24.9999H17.9004V12.3999H21.5004V13.7259H21.4994C21.9495 13.2142 22.5035 12.8045 23.1245 12.5241C23.7455 12.2437 24.4192 12.0991 25.1006 12.0999C27.7514 12.0999 29.9006 14.0799 29.9006 17.4999V24.9999H26.3006V18.0999C26.3006 16.1007 25.2258 15.3999 23.9004 15.3999Z"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</g>
</svg></a></li>
<li><a href="mailto:[email protected]"><svg width="44" height="40"
viewBox="0 0 44 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_302_41)">
<path
d="M9.2 2H34.8C36.56 2 38 3.575 38 5.5V26.5C38 28.425 36.56 30 34.8 30H9.2C7.44 30 6 28.425 6 26.5V5.5C6 3.575 7.44 2 9.2 2Z"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
<path d="M38 5.5L22 17.75L6 5.5" stroke-width="3" stroke-linecap="round"
stroke-linejoin="round" />
</g>
</svg></a></li>
<li><a href="tel:01140020847"><svg width="42" height="42" viewBox="0 0 42 42" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_303_543)">
<path
d="M30.3021 21.3871L24.0165 22.605C19.7708 20.474 17.1481 18.0261 15.6218 14.2104L16.797 7.90663L14.5756 2H8.85056C7.12958 2 5.77437 3.42218 6.03139 5.12385C6.67307 9.37203 8.56504 17.0745 14.0955 22.605C19.9034 28.4129 28.2683 30.9331 32.8721 31.9348C34.6499 32.3218 36.2269 30.9348 36.2269 29.1155V23.6448L30.3021 21.3871Z"
stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
</g>
</svg></a></li>
</ul>
</div>
</div>
<form id="contact-form">
<label for="name">Name</label>
<input type="text" id="name" name="name" placeholder="enter your name" />
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="enter your email" />
<label for="textarea">recommendations</label>
<textarea name="textarea" id="textarea" cols="30" rows="10" placeholder="write here.."></textarea>
<button type="submit" id="form-submit">SEND</button>
</form>
<div class="spacer"></div>
</div>
</div>
<div id="footer">
<div id="footer-nav">
<ul>
<li for="#main-home-container">Home</li>
<li for="#main-about-container">About </li>
<li for="#main-certifi-container">Certifications</li>
<li for="#main-project-container">Projects</li>
<li for="#contact-container-large">Contact</li>
</ul>
</div>
<h2>mariam amin</h2>
</div>
</div>
<script src="script.js"></script>
</body>
</html>