-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
878 lines (869 loc) · 64.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
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
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
<!DOCTYPE html>
<html lang="en">
<head>
<!--Meta Tags-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Portfolio">
<meta name="keywords" content="Front-End Developer, Web Designer">
<meta name="author" content="Mohd Azhan">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="p:domain_verify" content="c6df93512a8bf666a4968775e16ff218" />
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
<script src="script.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<style type="text/tailwindcss">
::-webkit-scrollbar {
width: 0;
background: transparent;
}
</style>
<title>Portfolio - Mohd Azhan</title>
</head>
<!---Head Tag Close-->
<body>
<!---Header-->
<header class="p-4 scrollbar-hide">
<div class="container flex justify-between h-16 mx-auto md:justify-center md:space-x-8">
<ul class="items-stretch hidden space-x-3 md:flex">
<li class="flex">
<a rel="noopener noreferrer" href="#top"
class="flex items-center px-4 -mb-1 border-b-2 uppercase dark:border-transparent">about</a>
</li>
<li class="flex">
<a rel="noopener noreferrer" href="https://github.com/siddique-azhann/" target="_blank"
class="uppercase flex items-center px-4 -mb-1 border-b-2 dark:border-transparent">projects</a>
</li>
</ul>
<a rel="noopener noreferrer" href="#" aria-label="Back to homepage" class="flex items-center p-2">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="w-14 -mb-1 h-14"
viewBox="0 0 232.000000 218.000000">
<g transform="translate(0.000000,218.000000) scale(0.100000,-0.100000)" fill="#000000"
stroke="none">
<path d="M20 1095 l0 -1085 1098 -2 c603 -2 1121 -2 1150 0 l52 3 0 1085 0
1084 -1150 0 -1150 0 0 -1085z m605 988 c-8 -27 -125 -426 -260 -888 -135
-462 -250 -851 -255 -865 -5 -15 -9 345 -9 888 l-1 912 269 0 270 0 -14 -47z
m895 42 c0 -7 -384 -625 -386 -622 -8 10 -368 605 -371 615 -4 9 75 12 376 12
210 0 381 -2 381 -5z m729 -977 l0 -983 -260 930 c-142 512 -266 954 -273 983
l-14 52 274 0 274 0 -1 -982z m-345 -45 c152 -546 276 -997 276 -1003 0 -7
-81 -9 -251 -8 l-251 3 -247 586 c-136 322 -251 591 -255 597 -9 16 -48 15
-69 0 -9 -7 -130 -276 -269 -598 l-253 -585 -229 -3 -229 -2 6 27 c17 75 563
1920 570 1924 4 2 97 -142 206 -321 186 -305 199 -325 226 -325 27 0 43 22
254 362 133 213 228 358 232 350 4 -6 131 -458 283 -1004z m-640 -230 c58
-139 106 -254 106 -257 0 -4 -106 -6 -236 -6 -221 0 -236 1 -230 18 4 9 57
135 119 279 99 230 113 259 123 240 7 -12 59 -135 118 -274z m236 -559 c50
-119 89 -218 87 -220 -2 -2 -209 -3 -459 -2 l-456 3 84 195 c46 107 88 205 94
218 l10 22 274 0 274 0 92 -216z" />
</g>
</svg>
</a>
<ul class="items-stretch hidden space-x-3 md:flex">
<li class="flex">
<a rel="noopener noreferrer" href="https://linkedin.com/in/siddique-azhann/" target="_blank"
class="flex items-center px-4 -mb-1 border-b-2 uppercase dark:border-transparent">career</a>
</li>
<li class="flex">
<a rel="noopener noreferrer" href="https://linktr.ee/siddique_azhann" target="_blank"
class="flex items-center px-4 -mb-1 border-b-2 uppercase dark:border-transparent">connect</a>
</li>
</ul>
<button title="Button" type="button" class="p-4 md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"
class="w-6 h-6 dark:text-gray-100">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16">
</path>
</svg>
</button>
</div>
</header>
<!---Introduction-->
<section class="text-gray-800 scrollbar-hide">
<div class="text-gray-800">
<div class="container grid grid-cols-12 mx-auto">
<div class="bg-no-repeat bg-cover col-span-full lg:col-span-4"
style="background-image: url('images/pfp.2.jpg'); background-position: center center; background-blend-mode: multiply; background-size: cover;">
</div>
<div class="flex flex-col p-6 col-span-full row-span-full lg:col-span-8 lg:p-10">
<span>
<h1 id="intro">
<a class="text-6xl font-semibold typewrite" data-period="2000"
data-type='[ "Hello Visitor;", "I am Mohd Azhan.", "I am a Web Developer,", "Cyber Enthusiast,", "Freelancer,", "and Learner, always :-)" ]'>
<span class="wrap"></span>
</a>
</h1>
</span><br>
<p class="break-normal flex-1 pt-2">My passion lies in solving business problems with tailored data
and
algorithms and communicating complex ideas to non-technical stakeholders. I love to dig into
complex problems and solve them with modern technology.</p><br>
<p class="break-normal flex-1 pt-2">
<ul>
<li>- I stay calm when faced with adversity</li>
<li>- I focus on making high-quality decisions </li>
<li>- I am constantly learning because I never settle</li>
<li>- I educate, refine and drive myself to be a better person</li>
<li>- I'm a Hardworking, Enthusiastic, Creative & Quick Learner </li>
</ul>
</p><br>
<p class="break-normal flex-1 pt-2">I seek challenging opportunities where I can fully utilize my
skills for the successful outcome.
</p>
<p class="break-normal flex-1 pt-2">
I would like to work in an environment that encourages me to succeed and grow professionally
where I can utilize my skills and knowledge appropriately and utilize my technical skills and
provide a professional service to customers by applying and honing my knowledge and work in a
challenging and motivating working environment.</p>
</div>
</div>
</div>
</section>
<!--Career-->
<section>
<div class="container max-w-5xl px-4 py-12 mx-auto">
<div class="grid gap-4 mx-4 sm:grid-cols-12">
<div class="col-span-12 sm:col-span-3">
<div>
<h3 id="career" class="text-2xl font-bold tracking-tight sm:text-3xl text-gray-900">Career</h3>
</div>
</div>
<div class="relative col-span-12 px-4 space-y-6 sm:col-span-9">
<div
class="col-span-12 space-y-12 relative px-4 sm:col-span-8 sm:space-y-8 sm:before:absolute sm:before:top-2 sm:before:bottom-0 sm:before:w-0.5 sm:before:-left-3 before:bg-gray-300">
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Packaged App Development Associate |
<a rel="noopener noreferrer" href="https://www.chegg.com/" target="_blank">Accenture
India</a>
</h3>
<time class="text-xs tracking-wide uppercase text-gray-600">November 2023 - Present</time>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Subject Matter Expert - Computer Science |
<a rel="noopener noreferrer" href="https://www.chegg.com/" target="_blank">Chegg
India</a>
</h3>
<time class="text-xs tracking-wide uppercase text-gray-600">November 2022 - September
2023</time>
<p class="mt-3 ">
<ul type="disc">
<li>- Work on domain-specific Ad-hoc Projects</li>
<li>- Responsibility to provide quality answers to questions</li>
<li>- Online answering of CSE questions posted by students abroad</li>
<li>- Facilitate problem-solving with a curious mind and critical thinking skills</li>
<li>- Authoring Solutions for advanced questions from Computer Science Engineering
textbooks</li>
</ul>
</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Web Development & Designing Intern | <a
rel="noopener noreferrer" href="https://oasisinfobyte.com/" target="_blank">Oasis
Infobyte</a></h3>
<time class="text-xs tracking-wide uppercase text-gray-600">February 2023 - March
2023</time>
<p class="mt-3 ">
<ul type="disc">
<li>- Design and development of websites and web applications.</li>
<li>- Learn and implement industry-standard web development tools and practices</li>
<li>- Testing and debugging of web projects to ensure a high-quality user experience
</li>
<li>- Participate in code reviews and contribute to the development of internal
processes</li>
<li>- Design and develop responsive websites and web applications using HTML, CSS,
JavaScript, and various web development frameworks</li>
</ul>
</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Web Development Intern | <a
rel="noopener noreferrer" href="https://www.codeclause.com/" target="_blank">Code
Clause</a></h3>
<time class="text-xs tracking-wide uppercase text-gray-600">February 2023 - March
2023</time>
<p class="mt-3 ">
<ul type="disc">
<li>- Creating, updating, and maintaining website content, including text, images, and
videos</li>
<li>- Conduct thorough testing of websites to identify and resolve any bugs or technical
issues</li>
<li>- WWork closely with the team, including designers, developers, and project
managers, to ensure projects are delivered on time and to a high standard
</li>
<li>- Continuously improve technical skills and knowledge by attending workshops,
participating in training sessions, and conducting research on industry developments
</li>
</ul>
</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Web Development & Designing Intern | <a
rel="noopener noreferrer" href="https://www.thesparksfoundationsingapore.org/"
target="_blank">The Sparks Foundation</a></h3>
<time class="text-xs tracking-wide uppercase text-gray-600">December 2022 - January
2023</time>
<p class="mt-3 ">
<ul type="disc">
<li>- Perform various testing methodologies</li>
<li>- Deploy and maintain websites on hosted networks</li>
<li>- Collaborate and coordinate with fellow team members and mentors</li>
<li>- Work on features such as payment gateway and social media integration</li>
<li>- Creating and/or developing dynamic websites with various specifications</li>
</ul>
</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Front-End Web Development Intern | <a
rel="noopener noreferrer" href="https://www.radicalx.co/"
target="_blank">RadicalX</a></h3>
<time class="text-xs tracking-wide uppercase text-gray-600">October 2022 - December
2022</time>
<p class="mt-3">
<ul type="disc">
<li>- Proactively learning new technologies</li>
<li>- Creating and maintaining technical documentation</li>
<li>- Working on the development of scalable frameworks</li>
<li>- Developing a user-friendly and responsive web interface</li>
<li>- Writing custom HTML, PHP, CSS, and JavaScript code for assigned projects</li>
</ul>
</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Software Development Intern | <a
rel="noopener noreferrer" href="https://gaotek.com/" target="_blank">GAO Tek
Inc.</a></h3>
<time class="text-xs tracking-wide uppercase text-gray-600">September 2022 - December
2022</time>
<p class="mt-3">
<ul type="disc">
<li>- Debugging and testing code</li>
<li>- Proactively learning about new technologies</li>
<li>- Approaching problems and creating solutions</li>
<li>- Documenting and testing new software applications</li>
<li>- Researching, investigating, and fixing a wide range of technical issues</li>
</ul>
</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Data Engineering Intern | <a
rel="noopener noreferrer" href="https://www.medtoureasy.com/"
target="_blank">MedTourEasy</a></h3>
<time class="text-xs tracking-wide uppercase text-gray-600">October 2020 - November
2020</time>
<p class="mt-3">
<ul type="disc">
<li>- Ensure data trustworthiness</li>
<li>- Troubleshoot and resolve issues</li>
<li>- Enable management to make data-driven decisions</li>
<li>- Focused on solving complex data integration problems</li>
<li>- Help build data acquisition and ETL processes to address business questions</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!---Projects
<section class="py-6 sm:py-12 text-gray-800">
<div class="container p-6 mx-auto space-y-8">
<div class="space-y-2 text-center">
<h2 class="text-3xl font-bold">Projects</h2>
</div>
<div class="grid grid-cols-1 gap-x-4 gap-y-8 md:grid-cols-2 lg:grid-cols-4">
<iframe src="projects.html" title="projects" height="250%" width="400%"></iframe>
</div>
</div>
</section>-->
<!----Education & Certifications-->
<section>
<div class="container max-w-xl p-6 py-12 mx-auto space-y-24 lg:px-8 lg:max-w-7xl">
<div class="grid lg:gap-8 lg:grid-cols-2 lg:items-center">
<div>
<h3 id="education" class="text-2xl font-bold tracking-tight sm:text-3xl text-gray-900">Education
</h3>
<div class="mt-12 space-y-12">
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
style="fill: rgba(255, 255, 255, 1);">
<path d="M2 7v1l11 4 9-4V7L11 4z"></path>
<path
d="M4 11v4.267c0 1.621 4.001 3.893 9 3.734 4-.126 6.586-1.972 7-3.467.024-.089.037-.178.037-.268V11L13 14l-5-1.667v3.213l-1-.364V12l-3-1z">
</path>
</svg>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Bachelor of Computer Application
</h4>
<p class="mt-2 text-gray-600">Integral University</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
style="fill: rgba(255, 255, 255, 1);">
<path d="M2 7v1l11 4 9-4V7L11 4z"></path>
<path
d="M4 11v4.267c0 1.621 4.001 3.893 9 3.734 4-.126 6.586-1.972 7-3.467.024-.089.037-.178.037-.268V11L13 14l-5-1.667v3.213l-1-.364V12l-3-1z">
</path>
</svg>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Senior Secondary</h4>
<p class="mt-2 text-gray-600">Eram Group of Institutions</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
style="fill: rgba(255, 255, 255, 1);">
<path d="M2 7v1l11 4 9-4V7L11 4z"></path>
<path
d="M4 11v4.267c0 1.621 4.001 3.893 9 3.734 4-.126 6.586-1.972 7-3.467.024-.089.037-.178.037-.268V11L13 14l-5-1.667v3.213l-1-.364V12l-3-1z">
</path>
</svg>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Course on Computer Concepts</h4>
<p class="mt-2 text-gray-600">National Institute Of Electronics & Information Technology
(NIELIT)</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
style="fill: rgba(255, 255, 255, 1);">
<path d="M2 7v1l11 4 9-4V7L11 4z"></path>
<path
d="M4 11v4.267c0 1.621 4.001 3.893 9 3.734 4-.126 6.586-1.972 7-3.467.024-.089.037-.178.037-.268V11L13 14l-5-1.667v3.213l-1-.364V12l-3-1z">
</path>
</svg>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Computer Hardware and
Application</h4>
<p class="mt-2 text-gray-600">Maulana Azad Education Foundation</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"
style="fill: rgba(255, 255, 255, 1);">
<path d="M2 7v1l11 4 9-4V7L11 4z"></path>
<path
d="M4 11v4.267c0 1.621 4.001 3.893 9 3.734 4-.126 6.586-1.972 7-3.467.024-.089.037-.178.037-.268V11L13 14l-5-1.667v3.213l-1-.364V12l-3-1z">
</path>
</svg>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Matriculation</h4>
<p class="mt-2 text-gray-600">Eram Group of Institutions</p>
</div>
</div>
</div>
</div>
<!---Certifications-->
<div aria-hidden="true" class="mt-10 lg:mt-0">
<div class="lg:col-start-2">
<h3 class="text-2xl font-bold tracking-tight sm:text-3xl text-gray-900">Certifications</h3>
<div class="mt-12 space-y-12">
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<a href="https://forage-uploads-prod.s3.amazonaws.com/completion-certificates/Commonwealth%20Bank/xv8eSGu7nksKNiCQj_Commonwealth%20Bank_JZXYDxLQXjNJdCcAC_1673444532930_completion_certificate.pdf"
target="_blank" rel="noopener noreferrer" title="Mohd Azhan Certifications">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"
viewBox="0 0 24 24" style="fill: rgba(255, 255, 255, 1);">
<path
d="M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5 1 1 0 0 0 .51-.14l1.9-1.1 1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46 1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9-1.1 1.91a1 1 0 0 0-.1.77zm3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9-.89 1.54a1 1 0 0 0 0 1l.89 1.54-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54-1.55-.89a1 1 0 0 0-1 0l-1.51.89-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9.89-1.54a1 1 0 0 0 0-1.05z">
</path>
</svg>
</a>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Software Engineering Virtual
Experience Program
</h4>
<p class="mt-2 text-gray-600">Commonwealth Bank</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<a href="https://forage-uploads-prod.s3.amazonaws.com/completion-certificates/Clifford%20Chance/33CKX5eTKH3dXer7X_Clifford%20Chance_JZXYDxLQXjNJdCcAC_1672570347584_completion_certificate.pdf"
target="_blank" rel="noopener noreferrer" title="Certification Link">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"
viewBox="0 0 24 24" style="fill: rgba(255, 255, 255, 1);">
<path
d="M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5 1 1 0 0 0 .51-.14l1.9-1.1 1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46 1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9-1.1 1.91a1 1 0 0 0-.1.77zm3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9-.89 1.54a1 1 0 0 0 0 1l.89 1.54-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54-1.55-.89a1 1 0 0 0-1 0l-1.51.89-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9.89-1.54a1 1 0 0 0 0-1.05z">
</path>
</svg>
</a>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Cyber Security Global
Virtual
Internship
</h4>
<p class="mt-2 text-gray-600">Clifford Chance</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"
viewBox="0 0 24 24" style="fill: rgba(255, 255, 255, 1);">
<path
d="M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5 1 1 0 0 0 .51-.14l1.9-1.1 1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46 1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9-1.1 1.91a1 1 0 0 0-.1.77zm3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9-.89 1.54a1 1 0 0 0 0 1l.89 1.54-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54-1.55-.89a1 1 0 0 0-1 0l-1.51.89-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9.89-1.54a1 1 0 0 0 0-1.05z">
</path>
</svg>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Full Stack Development with
MERN
</h4>
<p class="mt-2 text-gray-600">Cisco thingQbator</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"
viewBox="0 0 24 24" style="fill: rgba(255, 255, 255, 1);">
<path
d="M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5 1 1 0 0 0 .51-.14l1.9-1.1 1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46 1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9-1.1 1.91a1 1 0 0 0-.1.77zm3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9-.89 1.54a1 1 0 0 0 0 1l.89 1.54-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54-1.55-.89a1 1 0 0 0-1 0l-1.51.89-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9.89-1.54a1 1 0 0 0 0-1.05z">
</path>
</svg>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Agile Methodology Virtual
Experience Program
</h4>
<p class="mt-2 text-gray-600">Cognizant</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div
class="flex items-center justify-center w-12 h-12 rounded-md bg-gray-600 text-gray-50">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"
viewBox="0 0 24 24" style="fill: rgba(255, 255, 255, 1);">
<path
d="M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5 1 1 0 0 0 .51-.14l1.9-1.1 1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46 1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9-1.1 1.91a1 1 0 0 0-.1.77zm3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9-.89 1.54a1 1 0 0 0 0 1l.89 1.54-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54-1.55-.89a1 1 0 0 0-1 0l-1.51.89-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9.89-1.54a1 1 0 0 0 0-1.05z">
</path>
</svg>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium leading-6 text-gray-900">Google Analytics
Certification
</h4>
<p class="mt-2 text-gray-600">Google</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Badges-->
<section class="py-6 sm:py-12 text-gray-800">
<div class="container p-6 mx-auto space-y-8">
<div class="space-y-2 text-center">
<h2 class="text-3xl font-bold">Badges</h2>
</div>
<div class="grid grid-cols-1 gap-x-4 gap-y-8 md:grid-cols-2 lg:grid-cols-4">
<!---Agile Explorer-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="bd7fc90e-e5b9-41a2-bb30-dc22951545d4"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Project Management Fundamentals-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="4734c05f-d611-4b11-b544-34750d0521d6"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!--Cyber Security Fundamentals-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="10ad6ef2-4d7e-4fde-ba96-6bd25760dbb9"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---IBM zSystems-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="abed9f13-004c-4489-a736-6f8cc61c39a6"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---IBM Storage and Cloud-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="473de4cf-4c05-43ce-82cc-6403e687094b"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Introduction to Cyber Security-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="40a00a78-f3d1-4762-b3b3-a796c3959ae0"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!----Cyber Threat Management-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="19d1351e-dff8-4760-9157-831b0a889eee"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---EndPoint Security-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="9c3f68a4-27fc-42db-bc61-9ec3e6a340f8"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Junior Cybersecurity Analyst Career Path-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="f6e71768-38e7-487d-acb8-0c8b13479e49"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Networking Basics-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="b2d9b7ff-714d-482d-b153-8b5e028346c6"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Networking Devices and Initial Config-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="9f54c179-4737-4311-9b4b-336bd4980df6"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Network Addressing and Basic Troubleshooting-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="39876293-cc04-46a9-a606-e3aa1428a346"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Network Support and Security-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="e9f5b201-92dd-473b-914f-ef3494befdda"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Network Defense-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="7041439c-29b8-46c3-b437-08af63f2ce48"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!---Network Technician Career Path-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="effa7b68-f200-4fdb-a403-583d8e249cb7"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!--Python Essentials 01-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="3c8b3f85-cf04-423c-b647-f462396678b8"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!--Python Essentials 02-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="8dec3877-69a9-4ec4-b8fb-16fc81542d0a"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
<!--LFC131: Green Software for Practitioners-->
<article class="flex flex-col">
<div data-iframe-width="300" data-iframe-height="300"
data-share-badge-id="2c52803b-605f-4a2e-a950-38bf413e5ad2"
data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</article>
</div>
</div>
</section>
<!--Volunteer-->
<section>
<div class="container max-w-5xl px-4 py-12 mx-auto">
<div class="grid gap-4 mx-4 sm:grid-cols-12">
<div class="col-span-12 sm:col-span-3">
<div>
<h3 id="career" class="text-2xl font-bold tracking-tight sm:text-3xl text-gray-900">Volunteering
</h3>
</div>
</div>
<div class="relative col-span-12 px-4 space-y-6 sm:col-span-9">
<div
class="col-span-12 space-y-12 relative px-4 sm:col-span-8 sm:space-y-8 sm:before:absolute sm:before:top-2 sm:before:bottom-0 sm:before:w-0.5 sm:before:-left-3 before:bg-gray-300">
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Campus Ambassador @ <a
rel="noopener noreferrer" href="https://www.isb.edu/" target="_blank">Indian School
of Business</a></h3>
<p class="mt-3">The Indian School of Business is a private business school established in
India in 2001. It has two parallel campuses in India, in Hyderabad and Mohali. It offers
certificates in various post-graduate management programs.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Student Partner @ <a
rel="noopener noreferrer" href="https://internshala.com/"
target="_blank">Internshala</a></h3>
<p class="mt-3">Internshala is India's no.1 internship and training platform with 40000+
paid internships in Engineering, MBA, media, law, arts, and other streams.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Campus Ambassador @ <a
rel="noopener noreferrer" href="http://www.ipu.ac.in/" target="_blank">Guru Gobind
Singh Indraprastha University</a></h3>
<p class="mt-3">Guru Gobind Singh Indraprastha University, formerly Indraprastha University,
is a state university located in Delhi, India. It was established in 1998 as a
teaching-cum-affiliating university.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Campus Ambassador @ <a
rel="noopener noreferrer" href="https://www.isacindia.org/" target="_blank">ISAC</a>
</h3>
<p class="mt-3">Information Sharing and Analysis Center is India’s leading cyber security
non-profit foundation and a Partner with CERT-IN, AICTE, Ministry of Education,
Government of India.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Campus Ambassador @ <a
rel="noopener noreferrer" href="https://teachnook.com/" target="_blank">Technook</a>
</h3>
<p class="mt-3">Teachnook, is turning out to be a headturner in the field of skill
development for students.True to its name,it’s the corner with stairwell to your dreams.
</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Campus Ambassador @ <a
rel="noopener noreferrer" href="https://www.techgig.com/"
target="_blank">TechGig</a></h3>
<p class="mt-3">TechGig.com is a competitive programming and technology community website
owned by India's largest media conglomerate The Times Group. It enables recruiters to
shortlist candidates on skills quickly, eliminating bias and mediocrity.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Provisional Campus Ambassador @ <a
rel="noopener noreferrer" href="https://www.upgrad.com/" target="_blank">upGrad</a>
</h3>
<p class="mt-3">upGrad is South Asia's largest higher EdTech company with the latest
technology, pedagogy, industry partners and world-class faculty, creating immersive
online learning experiences for students globally.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Campus Ambassador @ <a
rel="noopener noreferrer" href="https://www.elewayte.com/"
target="_blank">Elewayte</a></h3>
<p class="mt-3">Elewayte is an online training platform that offers courses for students,
graduates, and early job aspirants to equip themselves with real world skills. Elewayte
offers a host of AI, Machine Learning, Digital Marketing, Web & Mobile App Development,
and Industry 4.0 centric online courses.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Campus Ambassador @ <a
rel="noopener noreferrer" href="https://www.alcheringa.in/"
target="_blank">Alcheringa</a></h3>
<p class="mt-3">Alcheringa, also known as "Alcher", is the annual cultural festival of
Indian Institute of Technology, Guwahati. Alcheringa is by far the largest cultural
festival of North-East India and since its inception has served as a pioneer of art and
culture for the youth.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Student Volunteer @ <a
rel="noopener noreferrer" href="https://cuvette.tech" target="_blank">Cuvette</a>
</h3>
<p class="mt-3">Cuvette (Pronounce as Q-vet), help students to connect with companies for
all kinds of jobs & internships (Tech, Management, Media, etc). Cuvette have more than
70K students & 1500+ companies on the platform. The students can connect with their
peers, learn from community events, and get guidance from mentors.</p>
</div>
<div
class="flex flex-col sm:relative sm:before:absolute sm:before:top-2 sm:before:w-4 sm:before:h-4 sm:before:rounded-full sm:before:left-[-35px] sm:before:z-[1] before:bg-gray-600">
<h3 class="text-xl font-semibold tracking-wide">Community Volunteer @ Insaniyat Foundation
</h3>
<p class="mt-3">Insaniyat Foundation is Lucknow's native run initiative in the field of
blood donation. Insaniyat Foundation has partnered with other NGOs to help you reach
out to more and more potential donors.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!---Footer-->
<footer class="px-4 divide-y scrollbar-hide">
<div class="container flex flex-col justify-between py-10 mx-auto space-y-8 lg:flex-row lg:space-y-0">
<div class="lg:w-1/3">
<a rel="noopener noreferrer" href="#" class="flex justify-center space-x-3 lg:justify-start">
<div class="flex items-center justify-center w-12 h-12 rounded-full">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" fill="currentColor"
class="w-14 -mb-1 h-14 dark:text-gray-400" viewBox="0 0 232.000000 218.000000">
<g transform="translate(0.000000,218.000000) scale(0.100000,-0.100000)" fill="#000000"
stroke="none">
<path d="M20 1095 l0 -1085 1098 -2 c603 -2 1121 -2 1150 0 l52 3 0 1085 0
1084 -1150 0 -1150 0 0 -1085z m605 988 c-8 -27 -125 -426 -260 -888 -135
-462 -250 -851 -255 -865 -5 -15 -9 345 -9 888 l-1 912 269 0 270 0 -14 -47z
m895 42 c0 -7 -384 -625 -386 -622 -8 10 -368 605 -371 615 -4 9 75 12 376 12
210 0 381 -2 381 -5z m729 -977 l0 -983 -260 930 c-142 512 -266 954 -273 983
l-14 52 274 0 274 0 -1 -982z m-345 -45 c152 -546 276 -997 276 -1003 0 -7
-81 -9 -251 -8 l-251 3 -247 586 c-136 322 -251 591 -255 597 -9 16 -48 15
-69 0 -9 -7 -130 -276 -269 -598 l-253 -585 -229 -3 -229 -2 6 27 c17 75 563
1920 570 1924 4 2 97 -142 206 -321 186 -305 199 -325 226 -325 27 0 43 22
254 362 133 213 228 358 232 350 4 -6 131 -458 283 -1004z m-640 -230 c58
-139 106 -254 106 -257 0 -4 -106 -6 -236 -6 -221 0 -236 1 -230 18 4 9 57
135 119 279 99 230 113 259 123 240 7 -12 59 -135 118 -274z m236 -559 c50
-119 89 -218 87 -220 -2 -2 -209 -3 -459 -2 l-456 3 84 195 c46 107 88 205 94
218 l10 22 274 0 274 0 92 -216z" />
</g>
</svg>
</div>
<span class="tracking-wide uppercase text-2.5xl font-semibold">Mohd<br>Azhan</span>
</a>
</div>
<div class="grid grid-cols-2 text-sm gap-x-3 gap-y-8 lg:w-2/3 sm:grid-cols-4">
<div class="space-y-3">
<h3 class="tracking-wide uppercase dark:dark:text-gray-50">Dashboard</h3>
<ul class="space-y-1">
<li>
<a rel="noopener noreferrer" href="#intro">About</a>
</li>
<li>
<a rel="noopener noreferrer" href="#projects">Projects</a>
</li>
<li>
<a rel="noopener noreferrer" href="#career">Career</a>
</li>
<li>
<a rel="noopener noreferrer" href="#education">Education</a>
</li>
</ul>
</div>
<div class="space-y-3">
<h3 class="tracking-wide uppercase dark:dark:text-gray-50">Services</h3>
<ul class="space-y-1">
<li>
<a rel="noopener noreferrer" href="#">Web Desiging</a>
</li>
<li>
<a rel="noopener noreferrer" href="#">Web Development</a>
</li>
<li>
<a rel="noopener noreferrer" href="#">Project Management</a>
</li>
</ul>
</div>
<div class="space-y-3">
<h3 class="uppercase dark:dark:text-gray-50">Contact</h3>
<ul class="space-y-1">
<li>
<a rel="noopener noreferrer" href="tel:+917318440351" target="_blank">Call</a>
</li>
<li>
<a rel="noopener noreferrer" href="mailto:azhan2911@outlook.com" target="_blank">Mail</a>
</li>
<li>
<a rel="noopener noreferrer" href="https://join.skype.com/invite/xxjaY87jvBEP"
target="_blank">Skype</a>
</li>
</ul>
</div>
<div class="space-y-3">
<div class="uppercase dark:dark:text-gray-50"><a href="https://linktr.ee/siddique_azhann"
rel="noopener noreferrer" target="_blank">Social Media</a></div>
<div class="flex justify-start space-x-3">
<a rel="noopener noreferrer" href="https://linkedin.com/in/siddique-azhann" title="LinkedIn"
class="flex items-center p-1" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z" />
</svg>
</a>
<a rel="noopener noreferrer" href="https://github.com/siddique-azhann" title="Github"
class="flex items-center p-1" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
</a>
<a rel="noopener noreferrer" href="https://codepen.io/siddique-azhann" title="CodePen"
target="_blank" class="flex items-center p-1">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" class="bi bi-github"
viewBox="0 0 1024 1024">
<path
d="M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z" />
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="py-6 text-sm text-center uppercase dark:dark:text-gray-400">Copyright © 2022 Mohd Azhan</div>
</footer>
</body>
</html>