-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
849 lines (836 loc) · 44.6 KB
/
Copy pathindex.html
File metadata and controls
849 lines (836 loc) · 44.6 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
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio-Mahmudul Hasan Jobaier</title>
<!-- ========= Fav Icon ========= -->
<link rel="icon" type="image/png" href="./image/Fav-Icon.png" />
<!-- ========= Main CSS Files ========= -->
<link rel="stylesheet" href="./assets/css/global.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/responsive.css" />
</head>
<body>
<!-- ========= Header ========= -->
<header class="header container">
<div class="navbar-wrapper">
<!-- === Logo on Left === -->
<div class="nav-logo">
<a href="#home"
><img src="./image/Logo.png" alt="Jobaieer's Logo"
/></a>
</div>
<!-- Logo on Left End -->
<!-- ========= Navbar Menu on Right ========= -->
<nav id="navbar">
<ul id="nav-menu">
<li><a href="#">Home</a></li>
<li><a href="#about-me">About Me</a></li>
<li><a href="#my-projects-l">Projects</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#" class="download-cv button">Download CV</a></li>
</ul>
</nav>
<!-- Navbar Menu End-->
</div>
<!-- Navbar-Wrapper End-->
</header>
<!-- Header End-->
<!-- ========= Main ========= -->
<main id="main">
<!-- ========= Intro Section defined as a 'hero' ========= -->
<section id="hero" class="container">
<div class="hero-left">
<h1>
HI, I'M JOBAIER <br />
A CREATIVE
<img
src="./image/StarIcon.png"
alt="star"
width="30px"
height="30px"
/>
DESIGNER
</h1>
<h1>BASED IN <span class="font-color">CHATTOGRAM</span></h1>
<p>
I'm Mahmudul Hasan Jobaier. Pursuing B.Sc. in Computer Science &
Engineering (CSE) <br />at International Islamic University
Chittagong (IIUC).
</p>
<div class="skills">
<h4>
DESIGN
<img
src="./image/StarIcon.png"
alt="star"
width="24px"
height="24px"
/>
DEVELOPMENT
<img
src="./image/StarIcon.png"
alt="star"
width="24px"
height="24px"
/>
WEBFLOW
</h4>
</div>
<div class="portfolio-container">
<a
href="#my-portfolio"
target="_blank"
rel="noopener"
aria-label="Visit Portfolio"
>
<h4 class="portfolio-h4">
Portfolio
<svg
width="30px"
height="30px"
viewBox="0 0 42 43"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12.25 30.0217L29.75 12.5217"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M12.25 12.5217H29.75V30.0217"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</h4>
</a>
<h4>Hire me</h4>
</div>
<div class="social-media">
<svg
width="33"
height="33"
viewBox="0 0 33 33"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2_99)">
<a
href="https://www.facebook.com/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit Facebook Page"
>
<path
d="M32.4752 16.5094C32.4752 7.54155 25.2054 0.271729 16.2376 0.271729C7.26983 0.271729 0 7.54155 0 16.5094C0 24.6139 5.93783 31.3316 13.7005 32.5497V21.203H9.57766V16.5094H13.7005V12.932C13.7005 8.86245 16.1247 6.61455 19.8337 6.61455C21.6097 6.61455 23.4684 6.93169 23.4684 6.93169V10.9277H21.421C19.404 10.9277 18.7748 12.1794 18.7748 13.4648V16.5094H23.2782L22.5582 21.203H18.7748V32.5497C26.5374 31.3316 32.4752 24.6139 32.4752 16.5094Z"
fill="white"
fill-opacity="0.5"
/>
</a>
</g>
<defs>
<clipPath id="clip0_2_99">
<rect
width="32.4752"
height="32.4752"
fill="white"
transform="translate(0 0.271729)"
/>
</clipPath>
</defs>
</svg>
<svg
width="50"
height="27"
viewBox="0 0 33 27"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<a
href="https://www.x.com/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit x"
>
<path
d="M10.7247 26.7021C22.9765 26.7021 29.6796 16.5491 29.6796 7.74716C29.6796 7.46174 29.6732 7.16997 29.6605 6.88454C30.9645 5.94154 32.0898 4.7735 32.9835 3.43531C31.7691 3.97562 30.4798 4.3285 29.1595 4.48188C30.5496 3.64858 31.5905 2.33951 32.0892 0.797333C30.7814 1.5724 29.3512 2.11914 27.8598 2.41412C26.855 1.34643 25.5264 0.639489 24.0795 0.402602C22.6326 0.165715 21.1479 0.412073 19.8551 1.10359C18.5622 1.7951 17.5332 2.89326 16.927 4.22827C16.3209 5.56328 16.1714 7.06079 16.5017 8.48927C13.8536 8.35639 11.2629 7.66847 8.89771 6.47013C6.5325 5.27178 4.44551 3.58976 2.77205 1.5331C1.92151 2.99953 1.66125 4.73479 2.04415 6.38622C2.42705 8.03765 3.42439 9.48132 4.83347 10.4238C3.77562 10.3902 2.74094 10.1054 1.81492 9.59292V9.67538C1.81397 11.2143 2.34599 12.706 3.32053 13.897C4.29508 15.088 5.65201 15.9048 7.16065 16.2085C6.18072 16.4766 5.15224 16.5157 4.15479 16.3227C4.5805 17.6461 5.40878 18.8037 6.52403 19.6337C7.63928 20.4638 8.98586 20.925 10.3758 20.9529C8.01607 22.8065 5.10108 23.8119 2.10035 23.8072C1.56819 23.8064 1.03656 23.7738 0.508301 23.7095C3.55672 25.6652 7.10285 26.7039 10.7247 26.7021Z"
fill="white"
fill-opacity="0.5"
/>
</a>
</svg>
<svg
width="50"
height="33"
viewBox="0 0 33 33"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2_97)">
<a
href="https://www.instagram.com/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit Instagram"
>
<path
d="M16.2542 3.19565C20.5927 3.19565 21.1065 3.21468 22.8127 3.29079C24.3984 3.36056 25.2547 3.62696 25.8255 3.84896C26.5803 4.14073 27.1258 4.49593 27.6903 5.06044C28.2612 5.63129 28.61 6.17043 28.9018 6.92523C29.1238 7.49608 29.3902 8.3587 29.46 9.93807C29.5361 11.6506 29.5551 12.1644 29.5551 16.4965C29.5551 20.835 29.5361 21.3488 29.46 23.055C29.3902 24.6407 29.1238 25.497 28.9018 26.0679C28.61 26.8227 28.2548 27.3681 27.6903 27.9327C27.1195 28.5035 26.5803 28.8524 25.8255 29.1441C25.2547 29.3661 24.3921 29.6325 22.8127 29.7023C21.1001 29.7784 20.5864 29.7974 16.2542 29.7974C11.9157 29.7974 11.402 29.7784 9.69575 29.7023C8.11004 29.6325 7.25376 29.3661 6.68291 29.1441C5.92811 28.8524 5.38263 28.4972 4.81812 27.9327C4.24726 27.3618 3.89841 26.8227 3.60664 26.0679C3.38464 25.497 3.11824 24.6344 3.04847 23.055C2.97236 21.3425 2.95333 20.8287 2.95333 16.4965C2.95333 12.1581 2.97236 11.6443 3.04847 9.93807C3.11824 8.35236 3.38464 7.49608 3.60664 6.92523C3.89841 6.17043 4.25361 5.62495 4.81812 5.06044C5.38897 4.48958 5.92811 4.14073 6.68291 3.84896C7.25376 3.62696 8.11639 3.36056 9.69575 3.29079C11.402 3.21468 11.9157 3.19565 16.2542 3.19565ZM16.2542 0.271606C11.846 0.271606 11.2941 0.290635 9.56255 0.366749C7.8373 0.442863 6.65119 0.721947 5.62366 1.12154C4.55172 1.54017 3.6447 2.092 2.74401 2.99902C1.83699 3.8997 1.28517 4.80672 0.86654 5.87232C0.466942 6.9062 0.187858 8.08596 0.111744 9.81121C0.03563 11.5491 0.0166016 12.101 0.0166016 16.5092C0.0166016 20.9175 0.03563 21.4693 0.111744 23.2009C0.187858 24.9262 0.466942 26.1123 0.86654 27.1398C1.28517 28.2117 1.83699 29.1188 2.74401 30.0194C3.6447 30.9201 4.55172 31.4783 5.61731 31.8906C6.65119 32.2902 7.83096 32.5693 9.5562 32.6454C11.2878 32.7215 11.8396 32.7405 16.2479 32.7405C20.6561 32.7405 21.208 32.7215 22.9396 32.6454C24.6648 32.5693 25.8509 32.2902 26.8785 31.8906C27.944 31.4783 28.8511 30.9201 29.7517 30.0194C30.6524 29.1188 31.2106 28.2117 31.6229 27.1461C32.0225 26.1123 32.3016 24.9325 32.3777 23.2072C32.4538 21.4757 32.4728 20.9238 32.4728 16.5156C32.4728 12.1073 32.4538 11.5555 32.3777 9.8239C32.3016 8.09865 32.0225 6.91254 31.6229 5.885C31.2233 4.80672 30.6715 3.8997 29.7644 2.99902C28.8638 2.09834 27.9567 1.54017 26.8911 1.12789C25.8573 0.72829 24.6775 0.449205 22.9522 0.373092C21.2143 0.290635 20.6625 0.271606 16.2542 0.271606Z"
fill="white"
fill-opacity="0.5"
/>
<path
d="M16.2541 8.16846C11.6493 8.16846 7.91333 11.9044 7.91333 16.5093C7.91333 21.1142 11.6493 24.8501 16.2541 24.8501C20.859 24.8501 24.595 21.1142 24.595 16.5093C24.595 11.9044 20.859 8.16846 16.2541 8.16846ZM16.2541 21.9197C13.2667 21.9197 10.8437 19.4967 10.8437 16.5093C10.8437 13.5218 13.2667 11.0988 16.2541 11.0988C19.2416 11.0988 21.6646 13.5218 21.6646 16.5093C21.6646 19.4967 19.2416 21.9197 16.2541 21.9197Z"
fill="white"
fill-opacity="0.5"
/>
<path
d="M26.872 7.83848C26.872 8.91677 25.9967 9.78573 24.9248 9.78573C23.8465 9.78573 22.9775 8.91042 22.9775 7.83848C22.9775 6.7602 23.8528 5.89124 24.9248 5.89124C25.9967 5.89124 26.872 6.76655 26.872 7.83848Z"
fill="white"
fill-opacity="0.5"
/>
</a>
</g>
<defs>
<clipPath id="clip0_2_97">
<rect
width="32.4752"
height="32.4752"
fill="white"
transform="translate(0.0166016 0.271606)"
/>
</clipPath>
</defs>
</svg>
<svg
width="50"
height="33"
viewBox="0 0 33 33"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2_96)">
<a
href="https://www.linkedin.com/in/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit Linked In"
>
<path
d="M30.596 0.271606H2.92224C1.59659 0.271606 0.524658 1.31817 0.524658 2.61211V30.4C0.524658 31.6939 1.59659 32.7469 2.92224 32.7469H30.596C31.9216 32.7469 32.9999 31.6939 32.9999 30.4064V2.61211C32.9999 1.31817 31.9216 0.271606 30.596 0.271606ZM10.1594 27.9453H5.33886V12.4435H10.1594V27.9453ZM7.74913 10.3313C6.20148 10.3313 4.95195 9.08179 4.95195 7.54048C4.95195 5.99917 6.20148 4.74964 7.74913 4.74964C9.29044 4.74964 10.54 5.99917 10.54 7.54048C10.54 9.07544 9.29044 10.3313 7.74913 10.3313ZM28.1984 27.9453H23.3842V20.4101C23.3842 18.615 23.3525 16.2999 20.8788 16.2999C18.3734 16.2999 17.9928 18.2598 17.9928 20.2832V27.9453H13.1849V12.4435H17.8025V14.562H17.8659C18.5066 13.3442 20.0796 12.0566 22.4201 12.0566C27.2977 12.0566 28.1984 15.266 28.1984 19.4396V27.9453Z"
fill="white"
fill-opacity="0.5"
/>
</a>
</g>
<defs>
<clipPath id="clip0_2_96">
<rect
width="32.4752"
height="32.4752"
fill="white"
transform="translate(0.524658 0.271606)"
/>
</clipPath>
</defs>
</svg>
</div>
</div>
<div class="hero-right">
<img src="./image/Jobaieer.png" alt="Mahmudul Hasan Jobaier" />
</div>
</section>
<!-- 'hero' Section End -->
<!-- ========= Banner Section ========= -->
<section id="banner-container" class="container">
<div class="banner container">
<h1>
UX Design
<svg
width="20"
height="20"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.3757 0.500967L21.9159 12.446L34.5116 16.2836L22.5666 21.8237L18.729 34.4194L13.1888 22.4744L0.59315 18.6368L12.5382 13.0966L16.3757 0.500967Z"
fill="white"
fill-opacity="0.2"
/>
</svg>
App Design
<svg
width="20"
height="20"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.3757 0.500967L21.9159 12.446L34.5116 16.2836L22.5666 21.8237L18.729 34.4194L13.1888 22.4744L0.59315 18.6368L12.5382 13.0966L16.3757 0.500967Z"
fill="white"
fill-opacity="0.2"
/>
</svg>
Dashboard
<svg
width="20"
height="20"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.3757 0.500967L21.9159 12.446L34.5116 16.2836L22.5666 21.8237L18.729 34.4194L13.1888 22.4744L0.59315 18.6368L12.5382 13.0966L16.3757 0.500967Z"
fill="white"
fill-opacity="0.2"
/>
</svg>
Wireframe
<svg
width="20"
height="20"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.3757 0.500967L21.9159 12.446L34.5116 16.2836L22.5666 21.8237L18.729 34.4194L13.1888 22.4744L0.59315 18.6368L12.5382 13.0966L16.3757 0.500967Z"
fill="white"
fill-opacity="0.2"
/>
</svg>
User Research
<svg
width="20"
height="20"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.3757 0.500967L21.9159 12.446L34.5116 16.2836L22.5666 21.8237L18.729 34.4194L13.1888 22.4744L0.59315 18.6368L12.5382 13.0966L16.3757 0.500967Z"
fill="white"
fill-opacity="0.2"
/>
</svg>
UX Design
<svg
width="20"
height="20"
viewBox="0 0 35 35"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.3757 0.500967L21.9159 12.446L34.5116 16.2836L22.5666 21.8237L18.729 34.4194L13.1888 22.4744L0.59315 18.6368L12.5382 13.0966L16.3757 0.500967Z"
fill="white"
fill-opacity="0.2"
/>
</svg>
App Design
</h1>
</div>
</section>
<!-- Banner Section End -->
<!-- ========= About Me Section ========= -->
<section id="about-me" class="container">
<div class="about-me-left">
<h1>ABOUT ME</h1>
<p>
I'm Mahmudul Hasan Jobaier. I was born in Chattogram, Bangladesh. My
current academic program is B.Sc. in CSE at IIUC, <br />
Which is a highly respected and demanding degree that equips me with
the competencies and expertise needed for the <br />computer science
and engineering field.
</p>
</div>
<div class="about-me-right">
<svg
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M23.8912 19.0934C23.5459 19.428 23.3872 19.912 23.4659 20.3867L24.6512 26.9467C24.7512 27.5027 24.5165 28.0654 24.0512 28.3867C23.5952 28.72 22.9885 28.76 22.4912 28.4934L16.5858 25.4134C16.3805 25.304 16.1525 25.2454 15.9192 25.2387H15.5578C15.4325 25.2574 15.3099 25.2974 15.1979 25.3587L9.29118 28.4534C8.99918 28.6 8.66852 28.652 8.34452 28.6C7.55518 28.4507 7.02852 27.6987 7.15785 26.9054L8.34452 20.3454C8.42318 19.8667 8.26452 19.38 7.91918 19.04L3.10452 14.3734C2.70185 13.9827 2.56185 13.396 2.74585 12.8667C2.92452 12.3387 3.38052 11.9534 3.93118 11.8667L10.5578 10.9054C11.0619 10.8534 11.5045 10.5467 11.7312 10.0934L14.6512 4.10671C14.7205 3.97337 14.8099 3.85071 14.9179 3.74671L15.0378 3.65337C15.1005 3.58404 15.1725 3.52671 15.2525 3.48004L15.3979 3.42671L15.6245 3.33337H16.1859C16.6872 3.38537 17.1285 3.68537 17.3592 4.13337L20.3179 10.0934C20.5312 10.5294 20.9459 10.832 21.4245 10.9054L28.0512 11.8667C28.6112 11.9467 29.0792 12.3334 29.2645 12.8667C29.4392 13.4014 29.2885 13.988 28.8779 14.3734L23.8912 19.0934Z"
fill="#FD853A"
/>
</svg>
<svg
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M23.8912 19.0934C23.5459 19.428 23.3872 19.912 23.4659 20.3867L24.6512 26.9467C24.7512 27.5027 24.5165 28.0654 24.0512 28.3867C23.5952 28.72 22.9885 28.76 22.4912 28.4934L16.5858 25.4134C16.3805 25.304 16.1525 25.2454 15.9192 25.2387H15.5578C15.4325 25.2574 15.3099 25.2974 15.1979 25.3587L9.29118 28.4534C8.99918 28.6 8.66852 28.652 8.34452 28.6C7.55518 28.4507 7.02852 27.6987 7.15785 26.9054L8.34452 20.3454C8.42318 19.8667 8.26452 19.38 7.91918 19.04L3.10452 14.3734C2.70185 13.9827 2.56185 13.396 2.74585 12.8667C2.92452 12.3387 3.38052 11.9534 3.93118 11.8667L10.5578 10.9054C11.0619 10.8534 11.5045 10.5467 11.7312 10.0934L14.6512 4.10671C14.7205 3.97337 14.8099 3.85071 14.9179 3.74671L15.0378 3.65337C15.1005 3.58404 15.1725 3.52671 15.2525 3.48004L15.3979 3.42671L15.6245 3.33337H16.1859C16.6872 3.38537 17.1285 3.68537 17.3592 4.13337L20.3179 10.0934C20.5312 10.5294 20.9459 10.832 21.4245 10.9054L28.0512 11.8667C28.6112 11.9467 29.0792 12.3334 29.2645 12.8667C29.4392 13.4014 29.2885 13.988 28.8779 14.3734L23.8912 19.0934Z"
fill="#FD853A"
/>
</svg>
<svg
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M23.8912 19.0934C23.5459 19.428 23.3872 19.912 23.4659 20.3867L24.6512 26.9467C24.7512 27.5027 24.5165 28.0654 24.0512 28.3867C23.5952 28.72 22.9885 28.76 22.4912 28.4934L16.5858 25.4134C16.3805 25.304 16.1525 25.2454 15.9192 25.2387H15.5578C15.4325 25.2574 15.3099 25.2974 15.1979 25.3587L9.29118 28.4534C8.99918 28.6 8.66852 28.652 8.34452 28.6C7.55518 28.4507 7.02852 27.6987 7.15785 26.9054L8.34452 20.3454C8.42318 19.8667 8.26452 19.38 7.91918 19.04L3.10452 14.3734C2.70185 13.9827 2.56185 13.396 2.74585 12.8667C2.92452 12.3387 3.38052 11.9534 3.93118 11.8667L10.5578 10.9054C11.0619 10.8534 11.5045 10.5467 11.7312 10.0934L14.6512 4.10671C14.7205 3.97337 14.8099 3.85071 14.9179 3.74671L15.0378 3.65337C15.1005 3.58404 15.1725 3.52671 15.2525 3.48004L15.3979 3.42671L15.6245 3.33337H16.1859C16.6872 3.38537 17.1285 3.68537 17.3592 4.13337L20.3179 10.0934C20.5312 10.5294 20.9459 10.832 21.4245 10.9054L28.0512 11.8667C28.6112 11.9467 29.0792 12.3334 29.2645 12.8667C29.4392 13.4014 29.2885 13.988 28.8779 14.3734L23.8912 19.0934Z"
fill="#FD853A"
/>
</svg>
<svg
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M23.8912 19.0934C23.5459 19.428 23.3872 19.912 23.4659 20.3867L24.6512 26.9467C24.7512 27.5027 24.5165 28.0654 24.0512 28.3867C23.5952 28.72 22.9885 28.76 22.4912 28.4934L16.5858 25.4134C16.3805 25.304 16.1525 25.2454 15.9192 25.2387H15.5578C15.4325 25.2574 15.3099 25.2974 15.1979 25.3587L9.29118 28.4534C8.99918 28.6 8.66852 28.652 8.34452 28.6C7.55518 28.4507 7.02852 27.6987 7.15785 26.9054L8.34452 20.3454C8.42318 19.8667 8.26452 19.38 7.91918 19.04L3.10452 14.3734C2.70185 13.9827 2.56185 13.396 2.74585 12.8667C2.92452 12.3387 3.38052 11.9534 3.93118 11.8667L10.5578 10.9054C11.0619 10.8534 11.5045 10.5467 11.7312 10.0934L14.6512 4.10671C14.7205 3.97337 14.8099 3.85071 14.9179 3.74671L15.0378 3.65337C15.1005 3.58404 15.1725 3.52671 15.2525 3.48004L15.3979 3.42671L15.6245 3.33337H16.1859C16.6872 3.38537 17.1285 3.68537 17.3592 4.13337L20.3179 10.0934C20.5312 10.5294 20.9459 10.832 21.4245 10.9054L28.0512 11.8667C28.6112 11.9467 29.0792 12.3334 29.2645 12.8667C29.4392 13.4014 29.2885 13.988 28.8779 14.3734L23.8912 19.0934Z"
fill="#FD853A"
/>
</svg>
<svg
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M23.8912 19.0934C23.5459 19.428 23.3872 19.912 23.4659 20.3867L24.6512 26.9467C24.7512 27.5027 24.5165 28.0654 24.0512 28.3867C23.5952 28.72 22.9885 28.76 22.4912 28.4934L16.5858 25.4134C16.3805 25.304 16.1525 25.2454 15.9192 25.2387H15.5578C15.4325 25.2574 15.3099 25.2974 15.1979 25.3587L9.29118 28.4534C8.99918 28.6 8.66852 28.652 8.34452 28.6C7.55518 28.4507 7.02852 27.6987 7.15785 26.9054L8.34452 20.3454C8.42318 19.8667 8.26452 19.38 7.91918 19.04L3.10452 14.3734C2.70185 13.9827 2.56185 13.396 2.74585 12.8667C2.92452 12.3387 3.38052 11.9534 3.93118 11.8667L10.5578 10.9054C11.0619 10.8534 11.5045 10.5467 11.7312 10.0934L14.6512 4.10671C14.7205 3.97337 14.8099 3.85071 14.9179 3.74671L15.0378 3.65337C15.1005 3.58404 15.1725 3.52671 15.2525 3.48004L15.3979 3.42671L15.6245 3.33337H16.1859C16.6872 3.38537 17.1285 3.68537 17.3592 4.13337L20.3179 10.0934C20.5312 10.5294 20.9459 10.832 21.4245 10.9054L28.0512 11.8667C28.6112 11.9467 29.0792 12.3334 29.2645 12.8667C29.4392 13.4014 29.2885 13.988 28.8779 14.3734L23.8912 19.0934Z"
fill="#FD853A"
/>
</svg>
<h1>10 years</h1>
<h5>Experience</h5>
</div>
</section>
<!-- About Me Section End -->
<!-- ========= My Experience Section ========= -->
<section id="my-experience" class="my-experience-bg">
<div class="my-experience-wrapper container">
<div class="my-experience-left">
<h5>Experience</h5>
<h1>MY EXPERIENCE</h1>
<p>
I'm a passionate Creative Designer with a knack for <br />
crafting visually compelling and impactful designs. <br />I bring
my creative vision to life across various <br />
mediums, helping brands and businesses <br />communicate
effectively and leave a lasting <br />
impression.
</p>
</div>
<div class="my-experience-right">
<div class="experience-block">
<div class="right-up">
<h5>-2018 - Present</h5>
<p>-Rolling Thunder</p>
</div>
<h1>Lead UI/UX Designer</h1>
</div>
<div class="experience-block">
<div class="right-up">
<h5>-2010 - 2018</h5>
<h5>-Locost Accessories</h5>
</div>
<h1>Senior UI/UX Designer</h1>
</div>
<div class="experience-block">
<div class="right-up">
<h5>-2006 - 2010</h5>
<h5>-Sagebrush</h5>
</div>
<h1>Junior UI/UX Designer</h1>
</div>
</div>
</div>
</section>
<!-- My Experience Section End -->
<!-- ========= Awards Section ========= -->
<section id="awards" class="container">
<div class="top">
<h1>AWARDS</h1>
<p>
"Code never lies, Comments sometimes do." <br />
— Ron Jeffries
</p>
</div>
<div class="awards-details">
<div class="awards-f">
<div class="awards-flex-fs">
<h1>Best Mobile App Design (2023)</h1>
<p>Product Design 2023</p>
</div>
<p>
Awarded by [Name of Awarding Body] for my design of the "Fitness+
App". The <br />
app's intuitive interface and user-friendly features were praised
for promoting <br />
a healthy lifestyle.
</p>
</div>
<div class="awards-s">
<div class="awards-flex-fs">
<h1>UI/UX Design Competition (2022)</h1>
<p>Product Design 2022</p>
</div>
<p>
My design concept for a sustainable e-commerce platform was
selected as a <br />
finalist in the [Name of Competition]. The judges commended the
design's <br />
focus on user experience and eco-friendly features.
</p>
</div>
</div>
</section>
<!-- Awards Section End -->
<!-- ========= My Portfolio Section ========= -->
<section id="my-portfolio" class="container">
<div class="top">
<h1>MY PORTFOLIO</h1>
<p>
“The only way to do great work is to love what you do. If you
haven't found it yet, keep looking. Don't settle.” <br />
- Steve Jobs <br />
<br />
Here, My recent working projects snaps.
</p>
</div>
<div id="my-projects-l" class="my-projects">
<ul class="my-projects-button">
<li><a href="#" class="uiux normal-button">UI/UX</a></li>
<li>
<a href="#" class="web-development button">Web Development</a>
</li>
<li><a href="#" class="app-design normal-button">App Design</a></li>
<li>
<a href="#" class="graphic-design normal-button"
>Graphic Design</a
>
</li>
</ul>
</div>
<div class="my-projects-wrapper">
<div class="my-f-project">
<div class="my-projects-left projects-img">
<a
href="https://tinyurl.com/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit My Portfolio Website"
>
<img
src="./image/my-portfolio-img/project1.png"
alt="Web-Development Project-1"
/>
</a>
</div>
<div class="my-projects-Right projects-text">
<h3>Web Development</h3>
<h1>My Portfolio Website Design</h1>
<p>
As part of my academic journey, I engaged in a credit course
titled “Software Development I” at my university. This project
aimed me to apply theoretical knowledge to practical web
development, fostering hands-on skills and understanding. <br />
<br />I use HTML, CSS, JavaScript, Framework Bootstrap 5, Also
GitHub Integration for Version Control, Deployment Workflow.
<br />
<br />
Debugging Identifying and resolving issues is a crucial part of
development. I faced it too.
</p>
</div>
</div>
<div class="my-S-project">
<div class="my-projects-left projects-text">
<h3>UI/UX case study</h3>
<h1>Grocery-Store Website Research</h1>
<p>
This Grocery-Store UI, I created as a beginner on 2024. Which is
as a part of our University's Departmental Organization
<br />IEEE IIUC SB WIE AG organized UI/UX Workshop for CSE
students. So, I participated here. <br />
<br />Figma For UI/UX Design, Canva & Freepik For Graphical
Images. <br />
<br />Here I've learned me thing about UI/UX, Figma Tools,
Graphical Ideas, Color Context, Opportunities of UI/UX Job
Markets.
</p>
</div>
<div class="my-projects-right projects-img">
<a
href="https://www.figma.com/design/epAjasexHpo5okOWQMXW7g/Grocery-Store-Website?node-id=0-1&t=gasgIcLlndpGgzWu-1"
target="_blank"
rel="noopener"
aria-label="Visit Grocery-Store UI Design by Me [Password-123456]"
>
<img
src="./image/my-portfolio-img/project2.png"
alt="Web-Development-UI/UX Project-2"
/>
</a>
</div>
</div>
</div>
</section>
<!-- My Portfolio Section End -->
<!-- ========= Contact Section ========= -->
<section id="contact" class="container">
<div class="contact-wrapper">
<div class="contact-gap top">
<h4>Contact</h4>
<h1>REACH OUT ME</h1>
</div>
<div class="contact-form-bg">
<div class="contact-form">
<h1>ANY PROJECT?</h1>
<form
action="/submit"
method="post"
enctype="multipart/form-data"
class="form-email"
>
<div class="contact-name-email">
<input
type="text"
id="name"
name="name"
placeholder="NAME"
required
/>
<input
type="email"
id="email"
email="email"
placeholder="EMAIL"
required
/>
</div>
<div class="contact-massage">
<textarea
name="massage"
id="massage"
placeholder="MASSAGE"
rows="5"
required
></textarea>
</div>
<div class="file-input-container">
<span class="file-icon"
><svg
width="21"
height="20"
viewBox="0 0 21 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8.88857 11.1751C9.23024 11.5001 9.23024 12.0334 8.88857 12.3584C8.56357 12.6834 8.03024 12.6834 7.70524 12.3584C6.92472 11.5767 6.48633 10.5172 6.48633 9.41259C6.48633 8.30795 6.92472 7.24845 7.70524 6.46676L10.6552 3.51676C11.4369 2.73624 12.4964 2.29785 13.6011 2.29785C14.7057 2.29785 15.7652 2.73624 16.5469 3.51676C17.3274 4.29845 17.7658 5.35795 17.7658 6.46259C17.7658 7.56724 17.3274 8.62674 16.5469 9.40843L15.3052 10.6501C15.3136 9.96676 15.2052 9.28343 14.9719 8.63343L15.3636 8.23343C15.5972 8.00233 15.7826 7.7272 15.9092 7.42395C16.0358 7.12071 16.101 6.79536 16.101 6.46676C16.101 6.13816 16.0358 5.81282 15.9092 5.50957C15.7826 5.20632 15.5972 4.93119 15.3636 4.70009C15.1325 4.46648 14.8573 4.28102 14.5541 4.15444C14.2508 4.02787 13.9255 3.9627 13.5969 3.9627C13.2683 3.9627 12.943 4.02787 12.6397 4.15444C12.3365 4.28102 12.0613 4.46648 11.8302 4.70009L8.88857 7.64176C8.65496 7.87286 8.46949 8.14799 8.34292 8.45124C8.21635 8.75448 8.15117 9.07982 8.15117 9.40843C8.15117 9.73703 8.21635 10.0624 8.34292 10.3656C8.46949 10.6689 8.65496 10.944 8.88857 11.1751ZM11.2386 7.64176C11.5636 7.31676 12.0969 7.31676 12.4219 7.64176C13.2024 8.42345 13.6408 9.48295 13.6408 10.5876C13.6408 11.6922 13.2024 12.7517 12.4219 13.5334L9.4719 16.4834C8.69021 17.2639 7.63072 17.7023 6.52607 17.7023C5.42142 17.7023 4.36193 17.2639 3.58024 16.4834C2.79972 15.7017 2.36133 14.6422 2.36133 13.5376C2.36133 12.4329 2.79972 11.3735 3.58024 10.5918L4.8219 9.35009C4.81357 10.0334 4.9219 10.7168 5.15524 11.3751L4.76357 11.7668C4.52996 11.9979 4.34449 12.273 4.21792 12.5762C4.09135 12.8795 4.02617 13.2048 4.02617 13.5334C4.02617 13.862 4.09135 14.1874 4.21792 14.4906C4.34449 14.7939 4.52996 15.069 4.76357 15.3001C4.99466 15.5337 5.2698 15.7192 5.57305 15.8457C5.87629 15.9723 6.20163 16.0375 6.53024 16.0375C6.85884 16.0375 7.18418 15.9723 7.48743 15.8457C7.79068 15.7192 8.06581 15.5337 8.2969 15.3001L11.2386 12.3584C11.4722 12.1273 11.6576 11.8522 11.7842 11.549C11.9108 11.2457 11.976 10.9204 11.976 10.5918C11.976 10.2632 11.9108 9.93782 11.7842 9.63457C11.6576 9.33132 11.4722 9.05619 11.2386 8.82509C11.1576 8.74925 11.0931 8.65762 11.049 8.55585C11.0049 8.45408 10.9822 8.34434 10.9822 8.23343C10.9822 8.12251 11.0049 8.01278 11.049 7.91101C11.0931 7.80924 11.1576 7.7176 11.2386 7.64176Z"
fill="white"
/>
</svg>
</span>
<label for="fileInput">ATTACH FILE</label>
<input
type="file"
id="fileInput"
class="file-input"
placeholder="Attach File"
/>
</div>
<a href="#" class="submit-now button">Submit now</a>
</form>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
</main>
<!-- Main End -->
<!-- ========= Footer Start ========= -->
<footer id="footer">
<div class="footer-wrapper container">
<div class="footer-logo">
<a href="#home"
><img src="./image/Logo.png" alt="Jobaieer's Logo"
/></a>
</div>
<div class="footer-menu">
<ul id="footer-nav-menu">
<li><a href="#">Home</a></li>
<li><a href="#about-me">About Me</a></li>
<li><a href="#">Services</a></li>
<li><a href="#my-projects-l">Projects</a></li>
<li><a href="#">Testimonials</a></li>
</ul>
</div>
<div class="footer-sm">
<ul>
<li>
<svg
width="33"
height="33"
viewBox="0 0 33 33"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2_225)">
<a
href="https://www.facebook.com/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit Facebook Page"
>
<path
d="M32.4752 16.763C32.4752 7.79522 25.2054 0.525391 16.2376 0.525391C7.26983 0.525391 0 7.79522 0 16.763C0 24.8676 5.93783 31.5852 13.7005 32.8034V21.4567H9.57766V16.763H13.7005V13.1857C13.7005 9.11611 16.1247 6.86821 19.8337 6.86821C21.6097 6.86821 23.4684 7.18535 23.4684 7.18535V11.1813H21.421C19.404 11.1813 18.7748 12.4331 18.7748 13.7185V16.763H23.2782L22.5582 21.4567H18.7748V32.8034C26.5374 31.5852 32.4752 24.8676 32.4752 16.763Z"
fill="white"
/>
</a>
</g>
<defs>
<clipPath id="clip0_2_225">
<rect
width="32.4752"
height="32.4752"
fill="white"
transform="translate(0 0.525391)"
/>
</clipPath>
</defs>
</svg>
</li>
<li>
<svg
width="33"
height="33"
viewBox="0 0 33 33"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2_224)">
<a
href="https://www.twitter.com/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit Twitter"
>
<path
d="M10.7242 29.956C22.976 29.956 29.6791 19.803 29.6791 11.0011C29.6791 10.7156 29.6727 10.4239 29.6601 10.1384C30.964 9.19545 32.0893 8.02741 32.9831 6.68922C31.7687 7.22953 30.4793 7.5824 29.159 7.73579C30.5491 6.90249 31.59 5.59341 32.0887 4.05124C30.7809 4.8263 29.3507 5.37304 27.8593 5.66802C26.8545 4.60033 25.5259 3.8934 24.079 3.65651C22.6321 3.41962 21.1474 3.66598 19.8546 4.35749C18.5617 5.04901 17.5327 6.14716 16.9265 7.48217C16.3204 8.81719 16.1709 10.3147 16.5012 11.7432C13.8531 11.6103 11.2624 10.9224 8.89723 9.72403C6.53201 8.52569 4.44502 6.84366 2.77157 4.78701C1.92103 6.25344 1.66076 7.9887 2.04366 9.64013C2.42656 11.2916 3.4239 12.7352 4.83298 13.6777C3.77513 13.6442 2.74045 13.3593 1.81443 12.8468V12.9293C1.81349 14.4682 2.3455 15.9599 3.32005 17.1509C4.29459 18.342 5.65152 19.1587 7.16016 19.4624C6.18023 19.7305 5.15175 19.7696 4.1543 19.5766C4.58001 20.9 5.40829 22.0576 6.52354 22.8876C7.63879 23.7177 8.98537 24.1789 10.3753 24.2068C8.01558 26.0604 5.10059 27.0659 2.09986 27.0611C1.56771 27.0603 1.03608 27.0277 0.507812 26.9634C3.55623 28.9191 7.10236 29.9579 10.7242 29.956Z"
fill="white"
/>
</a>
</g>
<defs>
<clipPath id="clip0_2_224">
<rect
width="32.4752"
height="32.4752"
fill="white"
transform="translate(0.507812 0.525391)"
/>
</clipPath>
</defs>
</svg>
</li>
<li>
<svg
width="33"
height="33"
viewBox="0 0 33 33"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2_223)">
<a
href="https://www.instagram.com/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit Instagram"
>
<path
d="M16.2542 3.44943C20.5927 3.44943 21.1065 3.46846 22.8127 3.54457C24.3984 3.61434 25.2547 3.88074 25.8255 4.10274C26.5803 4.39451 27.1258 4.74971 27.6903 5.31422C28.2612 5.88507 28.61 6.42421 28.9018 7.17901C29.1238 7.74986 29.3902 8.61249 29.46 10.1918C29.5361 11.9044 29.5551 12.4182 29.5551 16.7503C29.5551 21.0888 29.5361 21.6026 29.46 23.3088C29.3902 24.8945 29.1238 25.7508 28.9018 26.3216C28.61 27.0764 28.2548 27.6219 27.6903 28.1864C27.1195 28.7573 26.5803 29.1061 25.8255 29.3979C25.2547 29.6199 24.3921 29.8863 22.8127 29.9561C21.1001 30.0322 20.5864 30.0512 16.2542 30.0512C11.9157 30.0512 11.402 30.0322 9.69575 29.9561C8.11004 29.8863 7.25376 29.6199 6.68291 29.3979C5.92811 29.1061 5.38263 28.7509 4.81812 28.1864C4.24726 27.6156 3.89841 27.0764 3.60664 26.3216C3.38464 25.7508 3.11824 24.8882 3.04847 23.3088C2.97236 21.5962 2.95333 21.0825 2.95333 16.7503C2.95333 12.4118 2.97236 11.8981 3.04847 10.1918C3.11824 8.60614 3.38464 7.74986 3.60664 7.17901C3.89841 6.42421 4.25361 5.87873 4.81812 5.31422C5.38897 4.74337 5.92811 4.39451 6.68291 4.10274C7.25376 3.88074 8.11639 3.61434 9.69575 3.54457C11.402 3.46846 11.9157 3.44943 16.2542 3.44943ZM16.2542 0.525391C11.846 0.525391 11.2941 0.544419 9.56255 0.620533C7.8373 0.696647 6.65119 0.975731 5.62366 1.37533C4.55172 1.79395 3.6447 2.34578 2.74401 3.2528C1.83699 4.15348 1.28517 5.06051 0.86654 6.1261C0.466942 7.15998 0.187858 8.33975 0.111744 10.065C0.03563 11.8029 0.0166016 12.3548 0.0166016 16.763C0.0166016 21.1713 0.03563 21.7231 0.111744 23.4547C0.187858 25.1799 0.466942 26.366 0.86654 27.3936C1.28517 28.4655 1.83699 29.3725 2.74401 30.2732C3.6447 31.1739 4.55172 31.7321 5.61731 32.1444C6.65119 32.544 7.83096 32.823 9.5562 32.8992C11.2878 32.9753 11.8396 32.9943 16.2479 32.9943C20.6561 32.9943 21.208 32.9753 22.9396 32.8992C24.6648 32.823 25.8509 32.544 26.8785 32.1444C27.944 31.7321 28.8511 31.1739 29.7517 30.2732C30.6524 29.3725 31.2106 28.4655 31.6229 27.3999C32.0225 26.366 32.3016 25.1863 32.3777 23.461C32.4538 21.7294 32.4728 21.1776 32.4728 16.7694C32.4728 12.3611 32.4538 11.8093 32.3777 10.0777C32.3016 8.35243 32.0225 7.16632 31.6229 6.13879C31.2233 5.06051 30.6715 4.15348 29.7644 3.2528C28.8638 2.35212 27.9567 1.79395 26.8911 1.38167C25.8573 0.982074 24.6775 0.70299 22.9522 0.626876C21.2143 0.544419 20.6625 0.525391 16.2542 0.525391Z"
fill="white"
/>
<path
d="M16.2541 8.42212C11.6493 8.42212 7.91333 12.158 7.91333 16.7629C7.91333 21.3678 11.6493 25.1037 16.2541 25.1037C20.859 25.1037 24.595 21.3678 24.595 16.7629C24.595 12.158 20.859 8.42212 16.2541 8.42212ZM16.2541 22.1734C13.2667 22.1734 10.8437 19.7504 10.8437 16.7629C10.8437 13.7755 13.2667 11.3525 16.2541 11.3525C19.2416 11.3525 21.6646 13.7755 21.6646 16.7629C21.6646 19.7504 19.2416 22.1734 16.2541 22.1734Z"
fill="white"
/>
<path
d="M26.872 8.09227C26.872 9.17055 25.9967 10.0395 24.9248 10.0395C23.8465 10.0395 22.9775 9.16421 22.9775 8.09227C22.9775 7.01399 23.8528 6.14502 24.9248 6.14502C25.9967 6.14502 26.872 7.02033 26.872 8.09227Z"
fill="white"
/>
</a>
</g>
<defs>
<clipPath id="clip0_2_223">
<rect
width="32.4752"
height="32.4752"
fill="white"
transform="translate(0.0166016 0.525391)"
/>
</clipPath>
</defs>
</svg>
</li>
<li>
<svg
width="33"
height="33"
viewBox="0 0 33 33"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2_222)">
<a
href="https://www.linkedin.com/in/jobaieer"
target="_blank"
rel="noopener"
aria-label="Visit Linked In"
>
<path
d="M30.5957 0.525391H2.922C1.59635 0.525391 0.524414 1.57196 0.524414 2.86589V30.6538C0.524414 31.9477 1.59635 33.0006 2.922 33.0006H30.5957C31.9214 33.0006 32.9997 31.9477 32.9997 30.6601V2.86589C32.9997 1.57196 31.9214 0.525391 30.5957 0.525391ZM10.1592 28.1991H5.33862V12.6973H10.1592V28.1991ZM7.74889 10.5851C6.20124 10.5851 4.9517 9.33557 4.9517 7.79426C4.9517 6.25296 6.20124 5.00342 7.74889 5.00342C9.29019 5.00342 10.5397 6.25296 10.5397 7.79426C10.5397 9.32923 9.29019 10.5851 7.74889 10.5851ZM28.1981 28.1991H23.3839V20.6638C23.3839 18.8688 23.3522 16.5537 20.8785 16.5537C18.3731 16.5537 17.9925 18.5136 17.9925 20.537V28.1991H13.1847V12.6973H17.8023V14.8158H17.8657C18.5063 13.5979 20.0793 12.3104 22.4198 12.3104C27.2975 12.3104 28.1981 15.5198 28.1981 19.6934V28.1991Z"
fill="white"
/>
</a>
</g>
<defs>
<clipPath id="clip0_2_222">
<rect
width="32.4752"
height="32.4752"
fill="white"
transform="translate(0.524414 0.525391)"
/>
</clipPath>
</defs>
</svg>
</li>
</ul>
</div>
</div>
<div class="footer-copyright">
<h3 class="container">
© 2024 <span class="fn-color">Jobaieer</span> All Rights Reserved ,
Inc.
</h3>
</div>
</footer>
<!-- Footer End -->
</body>
</html>