-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
833 lines (735 loc) · 71 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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ilham Sidik Saksena - Portofolio</title>
<link rel="shortcut icon" href="https://example.cvgo.my.id/arsip/main-logo.png" type="image/png">
<meta name="description" content="Backend Developer dengan keahlian dalam pemrograman PHP, Framework Laravel, dan konsep Rest API/Restful API.">
<!-- Open Graph Tags -->
<meta property="og:title" content="Ilham Sidik Saksena - Portofolio">
<meta property="og:type" content="website">
<meta property="og:url" content="https://example.cvgo.my.id/">
<meta property="og:image" content="https://example.cvgo.my.id/arsip/me.png">
<meta property="og:description" content="Backend Developer dengan keahlian dalam pemrograman PHP, Framework Laravel, dan konsep Rest API/Restful API.">
<meta property="og:site_name" content="Portofolio Ilham Sidik Saksena">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Ilham Sidik Saksena - Portofolio">
<meta name="twitter:description" content="Backend Developer dengan keahlian dalam pemrograman PHP, Framework Laravel, dan konsep Rest API/Restful API.">
<meta name="twitter:image" content="https://example.cvgo.my.id/arsip/me.png">
<meta name="twitter:site" content="@twitterhandle"> <!-- Ganti @twitterhandle dengan handle Twitter Anda -->
<!-- Other Meta Tags -->
<meta name="author" content="Ilham Sidik Saksena">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Ilham Sidik Saksena",
"url": "https://example.cvgo.my.id",
"image": "https://example.cvgo.my.id/arsip/me.png",
"description": "Backend Developer dengan keahlian dalam pemrograman PHP, Framework Laravel, dan konsep Rest API/Restful API.",
"sameAs": [
"https://www.instagram.com/hammm.70/",
"https://www.linkedin.com/in/ilham-sidik-saksena/",
"https://github.com/ilham-s-saksena"
],
"worksFor": {
"@type": "Organization",
"name": "Universitas Harapan Bangsa"
},
"jobTitle": "Backend Developer",
"email": "mailto:ilhamsidikc@gmail.com",
"telephone": "+62-812-2537-8954",
"address": {
"@type": "PostalAddress",
"addressLocality": "Purwokerto",
"addressRegion": "Jawa Tengah",
"postalCode": "53183",
"addressCountry": "ID"
}
}
</script>
<link href="css/output.css" rel="stylesheet">
</head>
<body class="snap-y snap-mandatory">
<nav class="border-gray-200 bg-gray-900 z-40 w-full sm:py-5 py-0 sm:fixed sticky top-0">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
<a href="" class="flex items-center space-x-3 rtl:space-x-reverse">
<img src="arsip/main-logo.png" class="h-8" alt="Flowbite Logo" />
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">Portofolio</span>
</a>
<button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="navbar-default" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-default">
<ul class="font-medium flex flex-col p-4 md:p-0 mt-4 border rounded-lg md:flex-row md:space-x-8 rtl:space-x-reverse md:mt-0 md:border-0 bg-gray-800 md:bg-gray-900 border-gray-700">
<li>
<a href="#ovr" class="block py-2 px-3 bg-blue-700 rounded md:bg-transparent md:p-0 text-white md:text-blue-500" aria-current="page">Overview</a>
</li>
<li>
<a href="#edu" class="block py-2 px-3 rounded md:hover:bg-transparent md:border-0 md:p-0 text-white md:hover:text-blue-500 hover:bg-gray-700 hover:text-white md:hover:bg-transparent">Education</a>
</li>
<li>
<a href="#skills" class="block py-2 px-3 rounded md:hover:bg-transparent md:border-0 md:p-0 text-white md:hover:text-blue-500 hover:bg-gray-700 hover:text-white md:hover:bg-transparent">Skills</a>
</li>
<li>
<a href="#exp" class="block py-2 px-3 rounded md:hover:bg-transparent md:border-0 md:p-0 text-white md:hover:text-blue-500 hover:bg-gray-700 hover:text-white md:hover:bg-transparent">Experience</a>
</li>
<li>
<a href="#por" class="block py-2 px-3 rounded md:hover:bg-transparent md:border-0 md:p-0 text-white md:hover:text-blue-500 hover:bg-gray-700 hover:text-white md:hover:bg-transparent">Portofolio</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="ovr" class="snap-center h-screen bg-gray-900 bg-[url('https://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern-dark.svg')] relative overflow-hidden">
<div class="bg-gradient-to-b to-transparent via-blue-900/25 from-blue-900/75 w-full h-full absolute top-0 left-0 z-0 sm:px-20 px-2.5">
<div class="flex sm:flex-row flex-col w-full h-full sm:space-x-20 space-x-0 sm:justify-center sm:pt-0 pt-5 ">
<div class="w-full sm:h-full h-1/2 max-w-xl px-5 relative sm:order-first order-last sm:ml-0 ">
<div class="sm:w-96 sm:h-96 w-64 h-64 absolute bg-blue-500 rounded-full left-1/2 -translate-x-1/2 sm:top-1/4 top-1/8 z-20 blur-md mt-5"></div>
<div class="animate-pulse sm:w-96 sm:h-96 w-64 h-64 absolute bg-blue-800 rounded-full left-1/2 -translate-x-1/2 sm:top-1/4 top-1/8 z-10 scale-150 blur-lg mt-5"></div>
<div style="background-image: url('arsip/me.png');" class=" bg-bottom bg-contain bg-no-repeat w-full h-full z-30 absolute sm:bottom-10 bottom-0 left-0"></div>
<div class="absolute w-full max-w-sm bg-gradient-to-t from-blue-200 to-blue-100 sm:bottom-10 bottom-0 z-40 left-1/2 -translate-x-1/2 rounded-xl">
<div class="text-center py-3 flex items-center justify-center px-3 space-x-5">
<h3 class="uppercase sm:text-3xl text-2xl font-black text-blue-900 w-fit">ilham</h3>
<div class="flex place-items-center w-fit space-x-2">
<!-- INSTAGRAM -->
<a href="https://www.instagram.com/hammm.70/" target="_blank" class="sm:h-10 sm:w-10 h-8 w-8 block transition-all bg-blue-800 rounded-full text-white p-1.5 hover:scale-105">
<svg class="" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" fill="currentColor"></path> <path d="M18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z" fill="currentColor"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M1.65396 4.27606C1 5.55953 1 7.23969 1 10.6V13.4C1 16.7603 1 18.4405 1.65396 19.7239C2.2292 20.8529 3.14708 21.7708 4.27606 22.346C5.55953 23 7.23969 23 10.6 23H13.4C16.7603 23 18.4405 23 19.7239 22.346C20.8529 21.7708 21.7708 20.8529 22.346 19.7239C23 18.4405 23 16.7603 23 13.4V10.6C23 7.23969 23 5.55953 22.346 4.27606C21.7708 3.14708 20.8529 2.2292 19.7239 1.65396C18.4405 1 16.7603 1 13.4 1H10.6C7.23969 1 5.55953 1 4.27606 1.65396C3.14708 2.2292 2.2292 3.14708 1.65396 4.27606ZM13.4 3H10.6C8.88684 3 7.72225 3.00156 6.82208 3.0751C5.94524 3.14674 5.49684 3.27659 5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404C3.27659 5.49684 3.14674 5.94524 3.0751 6.82208C3.00156 7.72225 3 8.88684 3 10.6V13.4C3 15.1132 3.00156 16.2777 3.0751 17.1779C3.14674 18.0548 3.27659 18.5032 3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564C5.49684 20.7234 5.94524 20.8533 6.82208 20.9249C7.72225 20.9984 8.88684 21 10.6 21H13.4C15.1132 21 16.2777 20.9984 17.1779 20.9249C18.0548 20.8533 18.5032 20.7234 18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816C20.7234 18.5032 20.8533 18.0548 20.9249 17.1779C20.9984 16.2777 21 15.1132 21 13.4V10.6C21 8.88684 20.9984 7.72225 20.9249 6.82208C20.8533 5.94524 20.7234 5.49684 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597C18.5032 3.27659 18.0548 3.14674 17.1779 3.0751C16.2777 3.00156 15.1132 3 13.4 3Z" fill="currentColor"></path> </g></svg>
</a>
<!-- Linkedin -->
<a href="https://www.linkedin.com/in/ilham-sidik-saksena-776409299/" target="_blank" class="sm:h-10 sm:w-10 h-8 w-8 block transition-all bg-blue-800 rounded-full text-white p-1.5 hover:scale-105">
<svg class=""viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M6.5 8C7.32843 8 8 7.32843 8 6.5C8 5.67157 7.32843 5 6.5 5C5.67157 5 5 5.67157 5 6.5C5 7.32843 5.67157 8 6.5 8Z" fill="currentColor"></path> <path d="M5 10C5 9.44772 5.44772 9 6 9H7C7.55228 9 8 9.44771 8 10V18C8 18.5523 7.55228 19 7 19H6C5.44772 19 5 18.5523 5 18V10Z" fill="currentColor"></path> <path d="M11 19H12C12.5523 19 13 18.5523 13 18V13.5C13 12 16 11 16 13V18.0004C16 18.5527 16.4477 19 17 19H18C18.5523 19 19 18.5523 19 18V12C19 10 17.5 9 15.5 9C13.5 9 13 10.5 13 10.5V10C13 9.44771 12.5523 9 12 9H11C10.4477 9 10 9.44772 10 10V18C10 18.5523 10.4477 19 11 19Z" fill="currentColor"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 1C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4C1 2.34315 2.34315 1 4 1H20ZM20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20Z" fill="currentColor"></path> </g></svg>
</a>
<!-- Gmail -->
<a href="mailto:ilhamsidiksaksena@gmail.com" target="_blank" class="sm:h-10 sm:w-10 h-8 w-8 block transition-all bg-blue-800 rounded-full text-white p-1.5 hover:scale-105">
<svg class="" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M5.85557 6.83962C5.62315 6.71446 5.34204 6.72072 5.11541 6.85608C4.88878 6.99145 4.75 7.23599 4.75 7.49997V17C4.75 17.4142 5.08579 17.75 5.5 17.75C5.91421 17.75 6.25 17.4142 6.25 17V8.75563L11.6444 11.6603C11.8664 11.7799 12.1336 11.7799 12.3556 11.6603L17.75 8.75563V17C17.75 17.4142 18.0858 17.75 18.5 17.75C18.9142 17.75 19.25 17.4142 19.25 17V7.49997C19.25 7.23599 19.1112 6.99145 18.8846 6.85608C18.658 6.72072 18.3769 6.71446 18.1444 6.83962L12 10.1482L5.85557 6.83962Z" fill="currentColor"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3106 3.7218C13.7773 3.40588 10.2228 3.40588 6.68943 3.7218L5.17208 3.85747C3.54447 4.003 2.2294 5.24642 1.99301 6.86334C1.49501 10.2697 1.49501 13.7303 1.99301 17.1366C2.2294 18.7535 3.54447 19.9969 5.17208 20.1425L6.68943 20.2781C10.2228 20.5941 13.7773 20.5941 17.3106 20.2781L18.8279 20.1425C20.4556 19.9969 21.7706 18.7535 22.007 17.1366C22.505 13.7303 22.505 10.2697 22.007 6.86334C21.7706 5.24642 20.4556 4.003 18.8279 3.85747L17.3106 3.7218ZM6.82301 5.21584C10.2675 4.90787 13.7325 4.90787 17.177 5.21584L18.6944 5.35151C19.6305 5.43521 20.3868 6.15036 20.5228 7.08033C20.9998 10.3427 20.9998 13.6572 20.5228 16.9196C20.3868 17.8496 19.6305 18.5647 18.6944 18.6484L17.177 18.7841C13.7325 19.0921 10.2675 19.0921 6.82301 18.7841L5.30567 18.6484C4.36955 18.5647 3.61319 17.8496 3.47723 16.9196C3.00027 13.6572 3.00027 10.3427 3.47723 7.08033C3.61319 6.15036 4.36955 5.43521 5.30567 5.35151L6.82301 5.21584Z" fill="currentColor"></path> </g></svg>
</a>
<!-- Github -->
<a href="https://github.com/ilham-s-saksena" target="_blank" class="sm:h-10 sm:w-10 h-8 w-8 block transition-all bg-blue-800 rounded-full text-white p-1.5 hover:scale-105">
<svg class="" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="currentColor"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <title>github [currentColor]</title> <desc>Created with Sketch.</desc> <defs> </defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dribbble-Light-Preview" transform="translate(-140.000000, -7559.000000)" fill="currentColor"> <g id="icons" transform="translate(56.000000, 160.000000)"> <path d="M94,7399 C99.523,7399 104,7403.59 104,7409.253 C104,7413.782 101.138,7417.624 97.167,7418.981 C96.66,7419.082 96.48,7418.762 96.48,7418.489 C96.48,7418.151 96.492,7417.047 96.492,7415.675 C96.492,7414.719 96.172,7414.095 95.813,7413.777 C98.04,7413.523 100.38,7412.656 100.38,7408.718 C100.38,7407.598 99.992,7406.684 99.35,7405.966 C99.454,7405.707 99.797,7404.664 99.252,7403.252 C99.252,7403.252 98.414,7402.977 96.505,7404.303 C95.706,7404.076 94.85,7403.962 94,7403.958 C93.15,7403.962 92.295,7404.076 91.497,7404.303 C89.586,7402.977 88.746,7403.252 88.746,7403.252 C88.203,7404.664 88.546,7405.707 88.649,7405.966 C88.01,7406.684 87.619,7407.598 87.619,7408.718 C87.619,7412.646 89.954,7413.526 92.175,7413.785 C91.889,7414.041 91.63,7414.493 91.54,7415.156 C90.97,7415.418 89.522,7415.871 88.63,7414.304 C88.63,7414.304 88.101,7413.319 87.097,7413.247 C87.097,7413.247 86.122,7413.234 87.029,7413.87 C87.029,7413.87 87.684,7414.185 88.139,7415.37 C88.139,7415.37 88.726,7417.2 91.508,7416.58 C91.513,7417.437 91.522,7418.245 91.522,7418.489 C91.522,7418.76 91.338,7419.077 90.839,7418.982 C86.865,7417.627 84,7413.783 84,7409.253 C84,7403.59 88.478,7399 94,7399" id="github-[currentColor]"> </path> </g> </g> </g> </g></svg>
</a>
<!-- WhastApp -->
<a href="https://wa.me/621225378954" target="_blank" class="sm:h-10 sm:w-10 h-8 w-8 block transition-all bg-blue-800 rounded-full text-white p-1.5 hover:scale-105">
<svg class="" viewBox="0 0 192 192" xmlns="http://www.w3.org/2000/svg" fill="none"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="currentColor" fill-rule="evenodd" d="M96 16c-44.183 0-80 35.817-80 80 0 13.12 3.163 25.517 8.771 36.455l-8.608 36.155a6.002 6.002 0 0 0 7.227 7.227l36.155-8.608C70.483 172.837 82.88 176 96 176c44.183 0 80-35.817 80-80s-35.817-80-80-80ZM28 96c0-37.555 30.445-68 68-68s68 30.445 68 68-30.445 68-68 68c-11.884 0-23.04-3.043-32.747-8.389a6.003 6.003 0 0 0-4.284-.581l-28.874 6.875 6.875-28.874a6.001 6.001 0 0 0-.581-4.284C31.043 119.039 28 107.884 28 96Zm46.023 21.977c11.975 11.974 27.942 20.007 45.753 21.919 11.776 1.263 20.224-8.439 20.224-18.517v-6.996a18.956 18.956 0 0 0-13.509-18.157l-.557-.167-.57-.112-8.022-1.58a18.958 18.958 0 0 0-15.25 2.568 42.144 42.144 0 0 1-7.027-7.027 18.958 18.958 0 0 0 2.569-15.252l-1.582-8.021-.112-.57-.167-.557A18.955 18.955 0 0 0 77.618 52H70.62c-10.077 0-19.78 8.446-18.517 20.223 1.912 17.81 9.944 33.779 21.92 45.754Zm33.652-10.179a6.955 6.955 0 0 1 6.916-1.743l8.453 1.665a6.957 6.957 0 0 1 4.956 6.663v6.996c0 3.841-3.124 6.995-6.943 6.585a63.903 63.903 0 0 1-26.887-9.232 64.594 64.594 0 0 1-11.661-9.241 64.592 64.592 0 0 1-9.241-11.661 63.917 63.917 0 0 1-9.232-26.888C63.626 67.123 66.78 64 70.62 64h6.997a6.955 6.955 0 0 1 6.66 4.957l1.667 8.451a6.956 6.956 0 0 1-1.743 6.917l-1.12 1.12a5.935 5.935 0 0 0-1.545 2.669c-.372 1.403-.204 2.921.603 4.223a54.119 54.119 0 0 0 7.745 9.777 54.102 54.102 0 0 0 9.778 7.746c1.302.806 2.819.975 4.223.603a5.94 5.94 0 0 0 2.669-1.545l1.12-1.12Z" clip-rule="evenodd"></path></g></svg>
</a>
</div>
</div>
</div>
</div>
<div class="w-full max-w-3xl flex flex-col justify-center sm:px-20 px-5 sm:space-y-6 space-y-3 ">
<h2 class="text-white font-black sm:text-5xl text-4xl uppercase ">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-200 via-blue-100 to-blue-300">
Ilham Sidik Saksena
</span>
</h2>
<h3 class="font-semibold sm:text-2xl text-xl capitalize text-blue-600 w-fit px-4 py-1 relative">
<div class="w-full h-full absolute bg-blue-50 left-0 top-0 -z-10 animate-pulse rounded"></div>
<span class="animate-none">
Backend Developer
</span>
</h3>
<h4 class="text-white font-normal sm:text-md normal-case text-justify">
Backend Developer dengan keahlian dalam pemrograman <span class="font-bold">PHP, Framework Laravel,</span> dan konsep <span class="italic underline">Rest API/Restful API.</span>
Berpengalaman menggunakan <span class="font-bold underline">Docker dan GitHub</span> serta memahami <span class="italic underline">database, relasi dan query MySQL, dan PostgreSQL.</span>
Mampu membuat tampilan website dengan <span class="font-bold">HTML, CSS, JavaScript, Bootstrap, dan TailwindCSS,</span>
serta menggunakan framework <span class="font-bold">Flutter</span> untuk pengembangan aplikasi mobile.
</h4>
<a href="https://wa.me/621225378954" target="_blank" class="flex bg-blue-200 w-fit pl-5 pr-1.5 rounded-full py-1.5 space-x-3 cursor-pointer group hover:bg-blue-100 transition-all">
<button class="text-lg font-semibold text-blue-950 group-hover:scale-105 truncate">
Hire Me!
</button>
<div class="sm:w-12 sm:h-12 h-8 w-8 bg-blue-600 text-blue-100 rounded-full grid place-items-center">
<svg class="group-hover:hidden grid w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" />
</svg>
<svg class="group-hover:grid hidden w-8 h-8" viewBox="0 0 192 192" xmlns="http://www.w3.org/2000/svg" fill="none"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="currentColor" fill-rule="evenodd" d="M96 16c-44.183 0-80 35.817-80 80 0 13.12 3.163 25.517 8.771 36.455l-8.608 36.155a6.002 6.002 0 0 0 7.227 7.227l36.155-8.608C70.483 172.837 82.88 176 96 176c44.183 0 80-35.817 80-80s-35.817-80-80-80ZM28 96c0-37.555 30.445-68 68-68s68 30.445 68 68-30.445 68-68 68c-11.884 0-23.04-3.043-32.747-8.389a6.003 6.003 0 0 0-4.284-.581l-28.874 6.875 6.875-28.874a6.001 6.001 0 0 0-.581-4.284C31.043 119.039 28 107.884 28 96Zm46.023 21.977c11.975 11.974 27.942 20.007 45.753 21.919 11.776 1.263 20.224-8.439 20.224-18.517v-6.996a18.956 18.956 0 0 0-13.509-18.157l-.557-.167-.57-.112-8.022-1.58a18.958 18.958 0 0 0-15.25 2.568 42.144 42.144 0 0 1-7.027-7.027 18.958 18.958 0 0 0 2.569-15.252l-1.582-8.021-.112-.57-.167-.557A18.955 18.955 0 0 0 77.618 52H70.62c-10.077 0-19.78 8.446-18.517 20.223 1.912 17.81 9.944 33.779 21.92 45.754Zm33.652-10.179a6.955 6.955 0 0 1 6.916-1.743l8.453 1.665a6.957 6.957 0 0 1 4.956 6.663v6.996c0 3.841-3.124 6.995-6.943 6.585a63.903 63.903 0 0 1-26.887-9.232 64.594 64.594 0 0 1-11.661-9.241 64.592 64.592 0 0 1-9.241-11.661 63.917 63.917 0 0 1-9.232-26.888C63.626 67.123 66.78 64 70.62 64h6.997a6.955 6.955 0 0 1 6.66 4.957l1.667 8.451a6.956 6.956 0 0 1-1.743 6.917l-1.12 1.12a5.935 5.935 0 0 0-1.545 2.669c-.372 1.403-.204 2.921.603 4.223a54.119 54.119 0 0 0 7.745 9.777 54.102 54.102 0 0 0 9.778 7.746c1.302.806 2.819.975 4.223.603a5.94 5.94 0 0 0 2.669-1.545l1.12-1.12Z" clip-rule="evenodd"></path></g></svg>
</div>
</a>
<div class="h-24 flex sm:-space-x-4 -space-x-1 pt-5 relative w-fit z-40">
<div data-tooltip-target="tooltip-docker" data-tooltip-placement="bottom" class="sm:h-16 sm:w-16 h-10 w-10 bg-blue-200 rounded-full grid place-items-center border-2 border-white relative p-1.5 hover:scale-105 transition-all cursor-pointer">
<img src="arsip/logos/Docker.png" class="grayscale" alt="Docker.png">
</div>
<div id="tooltip-docker" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip">
Docker
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<div data-tooltip-target="tooltip-laravel" data-tooltip-placement="bottom" class="sm:h-16 sm:w-16 h-10 w-10 bg-blue-200 rounded-full grid place-items-center border-2 border-white relative p-2.5 hover:scale-105 transition-all cursor-pointer">
<img src="arsip/logos/Laravel.png" class="grayscale" alt="Laravel">
</div>
<div id="tooltip-laravel" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip">
Laravel
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<div data-tooltip-target="tooltip-mysql" data-tooltip-placement="bottom" class="sm:h-16 sm:w-16 h-10 w-10 bg-blue-200 rounded-full grid place-items-center border-2 border-white relative p-1.5 hover:scale-105 transition-all cursor-pointer">
<img src="arsip/logos/Mysql.png" class="grayscale" alt="Mysql.png">
</div>
<div id="tooltip-mysql" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip">
My SQL
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<div data-tooltip-target="tooltip-pgsql" data-tooltip-placement="bottom" class="sm:h-16 sm:w-16 h-10 w-10 bg-blue-200 rounded-full grid place-items-center border-2 border-white relative p-2.5 hover:scale-105 transition-all cursor-pointer">
<img src="arsip/logos/Postgresql.png" class="grayscale" alt="Postgresql.png">
</div>
<div id="tooltip-pgsql" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip">
Postgre SQL
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<div data-tooltip-target="tooltip-tailwind" data-tooltip-placement="bottom" class="sm:h-16 sm:w-16 h-10 w-10 bg-blue-200 rounded-full grid place-items-center border-2 border-white relative p-1.5 hover:scale-105 transition-all cursor-pointer">
<img src="arsip/logos/Tailwind.png" class="invert" alt="Tailwind.png">
</div>
<div id="tooltip-tailwind" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip">
Tailwindcss
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<div data-tooltip-target="tooltip-flowbite" data-tooltip-placement="bottom" class="sm:h-16 sm:w-16 h-10 w-10 bg-blue-200 rounded-full grid place-items-center border-2 border-white p-1.5 relative hover:scale-105 transition-all cursor-pointer">
<img src="arsip/logos/Flowbite.png" class="grayscale" alt="Flowbite.png">
</div>
<div id="tooltip-flowbite" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip">
Flowbite
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<div data-tooltip-target="tooltip-flutter" data-tooltip-placement="bottom" class="sm:h-16 sm:w-16 h-10 w-10 bg-blue-200 rounded-full grid place-items-center border-2 border-white sm:pl-2 pl-1.5 sm:pt-2 pt-1 sm:pb-3 pb-1 sm:pr-5 pr-2.5 relative hover:scale-105 transition-all cursor-pointer">
<img src="arsip/logos/Flutter.png" class="grayscale" alt="Flutter.png">
</div>
<div id="tooltip-flutter" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip">
Flutter
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<div class="absolute -right-2 translate-x-full sm:h-16 sm:w-16 h-10 w-10 bg-blue-200 flex rounded-full items-center justify-center space-x-1 border-2 border-white p-1.5 hover:scale-105 transition-all cursor-pointer">
<span class="bg-gray-600 w-1.5 h-1.5 rounded-full"></span>
<span class="bg-gray-600 w-1.5 h-1.5 rounded-full"></span>
<span class="bg-gray-600 w-1.5 h-1.5 rounded-full"></span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="edu" class="snap-center h-full sm:py-28 py-16 bg-gray-900 bg-[url('https://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern-dark.svg')] relative">
<div class="bg-gradient-to-t to-transparent via-violet-900/25 from-violet-900/75 w-full h-full absolute top-0 left-0 z-0 sm:px-20 px-2.5 h-fit">
</div>
<div class="relative z-10">
<h2 class="text-white font-black sm:text-5xl text-4xl uppercase text-center mb-8">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-violet-300 via-violet-100 to-violet-300">
Education
</span>
</h2>
<div class="flex justify-center items-center p-5 sm:flex-row flex-col sm:space-x-5 space-x-0 sm:space-y-0 space-y-4 ">
<div class="sm:w-1/2 w-full items-center flex sm:flex-row flex-col sm:space-x-5 space-x-0 sm:space-y-0 space-y-5 p-5 bg-white/10 rounded-2xl shadow-xl ">
<div class="sm:w-1/4 w-1/3">
<img src="arsip/education/uhb.png" alt="" class="rounded-xl">
</div>
<div class="flex-1 h-fit space-y-1 sm:text-left text-center">
<h2 class="text-white font-black sm:text-2xl text-xl uppercase">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-violet-400 to-violet-300">
universitas harapan bangsa
</span>
</h2>
<h3 class="sm:text-xl text-md font-bold text-violet-100">
2021 - Present
</h3>
<h3 class="sm:text-xl text-md font-bold text-violet-300">
S1 Teknologi Informasi
</h3>
<p class="text-white text-sm">
Mahasiswa Jurusan S1 Teknologi Informasi di Perguruan Tinggi Swasta Universitas Harapan Bangsa
</p>
<div class="py-3">
<a target="_blank" href="https://uhb.ac.id" class="px-3 py-2 bg-violet-400 rounded-lg hover:bg-violet-300 transition-all">
About My Campus
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="org" class="snap-center h-full sm:py-28 py-16 bg-gray-900 bg-[url('https://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern-dark.svg')] relative">
<div class="bg-gradient-to-b to-transparent via-violet-900/50 from-violet-900/75 w-full h-full absolute top-0 left-0 z-0 sm:px-20 px-2.5 h-fit">
</div>
<div class="relative z-10">
<h2 class="text-white font-black sm:text-5xl text-4xl uppercase text-center mb-10">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-violet-300 via-violet-100 to-violet-300">
Organization
</span>
</h2>
<div class="flex flex-wrap items-center justify-center gap-4 py-5 sm:px-20 px-5">
<div class=" w-full max-w-3xl items-center flex space-x-5 p-5 bg-transparent rounded-2xl shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-violet-500/50 ">
<div class="sm:w-1/4 w-1/3">
<img src="arsip/organization/teater.png" alt="" class="rounded-xl">
</div>
<div class="flex-1 h-fit space-y-1 text-left">
<h2 class="text-white font-black sm:text-2xl text-xl uppercase">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-violet-400 to-violet-300">
teater kanvas
</span>
</h2>
<h3 class="sm:text-xl text-md font-bold text-violet-100">
2018 - 2021
</h3>
<h3 class="sm:text-xl text-md font-bold text-violet-300">
Ketua Organisasi
</h3>
<p class="text-white text-sm">
Ketua Organisasi Teater Kanvas dan pernah meraih Prestasi di tingkat Provinsi: Juara 3 Monolog dan Juara 1 Film Pendek
</p>
</div>
</div>
<div class=" w-full max-w-3xl items-center flex space-x-5 p-5 bg-transparent rounded-2xl shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-violet-500/50 ">
<div class="sm:w-1/4 w-1/3">
<img src="arsip/organization/hima.jpeg" alt="" class="rounded-xl">
</div>
<div class="flex-1 h-fit space-y-1 text-left">
<h2 class="text-white font-black sm:text-2xl text-xl uppercase">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-violet-400 to-violet-300">
himatifor
</span>
</h2>
<h3 class="sm:text-xl text-md font-bold text-violet-100">
2022 - 2024
</h3>
<h3 class="sm:text-xl text-md font-bold text-violet-300">
Ketua Organisasi
</h3>
<p class="text-white text-sm">
Menjadi Pembentuk sekaligus Ketua Pertama di Himpunan Mahasiswa Teknologi Informasi Universitas Harapan Bangsa
</p>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="snap-center h-full sm:py-28 py-16 bg-gray-900 bg-[url('https://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern-dark.svg')] relative">
<div class="bg-gradient-to-t to-transparent via-indigo-900/40 from-indigo-900/75 w-full h-full absolute top-0 left-0 z-0 sm:px-20 px-2.5 h-fit">
</div>
<div class="relative z-10 grid grid-cols-1 place-items-center">
<h2 class="text-white font-black sm:text-5xl text-4xl uppercase text-center mb-12">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
hard skills
</span>
</h2>
<div class="flex flex-wrap items-center justify-center max-w-7xl">
<div class="w-full max-w-sm mx-2 mb-4 px-8 py-8 border rounded-xl border-indigo-300 flex items-center space-x-8">
<div class="bg-transparent w-28 h-28 grid grid-cols-1 place-items-center rounded-lg shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 rotate-45">
<img src="arsip/logos/Docker.png" alt="" class="p-5 -rotate-45 grayscale">
</div>
<div class="flex-1 text-white">
<h1 class="font-black text-xl">Docker</h1>
<span class="italic underline">Level : Amateur</span>
<p class="text-sm mt-3">Mampu menggunakan Docker dalam proses pengembangan aplikasi yang terisolasi</p>
</div>
</div>
<div class="w-full max-w-sm mx-2 mb-4 px-8 py-8 border rounded-xl border-indigo-300 flex items-center space-x-8">
<div class="bg-transparent w-28 h-28 grid grid-cols-1 place-items-center rounded-lg shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 rotate-45">
<img src="arsip/logos/Laravel.png" alt="" class="p-5 -rotate-45 grayscale">
</div>
<div class="flex-1 text-white">
<h1 class="font-black text-xl">Laravel</h1>
<span class="italic underline">Level : Intermediate</span>
<p class="text-sm mt-3">Expert dalam pemrograman PHP dan memahami dengan baik ekosistem Framework Laravel</p>
</div>
</div>
<div class="w-full max-w-sm mx-2 mb-4 px-8 py-8 border rounded-xl border-indigo-300 flex items-center space-x-8">
<div class="bg-transparent w-28 h-28 grid grid-cols-1 place-items-center rounded-lg shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 rotate-45">
<img src="arsip/logos/Mysql.png" alt="" class="p-5 -rotate-45 grayscale">
</div>
<div class="flex-1 text-white">
<h1 class="font-black text-xl">SQL</h1>
<span class="italic underline">Level : Intermediate</span>
<p class="text-sm mt-3">Memahami dengan baik mengenai Query, Relasi, Struktur pada sebuah Database SQL</p>
</div>
</div>
<div class="w-full max-w-sm mx-2 mb-4 px-8 py-8 border rounded-xl border-indigo-300 flex items-center space-x-8">
<div class="bg-transparent w-28 h-28 grid grid-cols-1 place-items-center rounded-lg shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 rotate-45">
<img src="arsip/logos/Tailwind.png" alt="" class="p-5 -rotate-45 grayscale">
</div>
<div class="flex-1 text-white">
<h1 class="font-black text-xl">Tailwind</h1>
<span class="italic underline">Level : Intermediate</span>
<p class="text-sm mt-3">Dengan baik memahami kelas kelas yang ada di TailwindCSS dan mengimplementasikan dalam pembuatan tampilan website yang dinamis</p>
</div>
</div>
<div class="w-full max-w-sm mx-2 mb-4 px-8 py-8 border rounded-xl border-indigo-300 flex items-center space-x-8">
<div class="bg-transparent w-28 h-28 grid grid-cols-1 place-items-center rounded-lg shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 rotate-45">
<img src="arsip/logos/Flutter.png" alt="" class="p-5 -rotate-45 grayscale">
</div>
<div class="flex-1 text-white">
<h1 class="font-black text-xl">Flutter</h1>
<span class="italic underline">Level : Amateur</span>
<p class="text-sm mt-3">Dapat Membuat Aplikasi sederhana dengan Flutter yang dapat Berkomunikasi dan Bertukar data melalui API</p>
</div>
</div>
</div>
</div>
</section>
<section id="exp" class="snap-center h-full sm:py-28 py-16 bg-gray-900 bg-[url('https://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern-dark.svg')] relative">
<div class="bg-gradient-to-b to-transparent via-indigo-900/40 from-indigo-900/75 w-full h-full absolute top-0 left-0 z-0 sm:px-20 px-2.5 h-fit">
</div>
<div class="relative z-10">
<h2 class="text-white font-black sm:text-5xl text-4xl uppercase text-center mb-12">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Experience
</span>
</h2>
<div class="sm:px-20 px-4 py-5 grid grid-cols-1 gap-8">
<div class="grid sm:grid-cols-4 grid-cols-2 sm:gap-0 gap-4 items-center border-b p-4 border rounded-2xl border-indigo-300">
<div class="text-white font-bold text-2xl text-right uppercase">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Computer Network Technician
</span>
</div>
<div class="grid place-items-center">
<div class="bg-transparent w-36 h-36 grid grid-cols-1 place-items-center rounded-full shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 text-white font-bold text-lg">
2019-2021
</div>
</div>
<div class="col-span-2 w-full p-5 bg-indigo-600/10 rounded-2xl shadow-xl text-white">
<div class="flex items-center justify-between">
<div class="flex-1">
<h4 class="font-black text-xl text-indigo-100">
CV Anugerah Wijaya
</h4>
<p class="italic text-sm">
December 2019 – April 2020
</p>
</div>
<div class="py-4 w-fit">
<a href="" class="px-3 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
<div class="w-1/8 border-b"></div>
<p class="indent-8 mt-2">
Menjadi teknisi Komputer dan Jaringan di perusahaan Internet Provider,
Melakukan Instalasi WiFi,
Perbaikan Jaringan dan Komputer,
Merakit PC,
Membangun tower segitiga untuk antena jaringan internet,
</p>
</div>
</div>
<div class="grid sm:grid-cols-4 grid-cols-2 sm:gap-0 gap-4 items-center border-b p-4 border rounded-2xl border-indigo-300">
<div class="text-white font-bold text-2xl text-right uppercase">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
software engineer
</span>
</div>
<div class="grid place-items-center">
<div class="bg-transparent w-36 h-36 grid grid-cols-1 place-items-center rounded-full shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 text-white font-bold text-lg">
2022-2024
</div>
</div>
<div class="col-span-2 w-full p-5 bg-indigo-600/10 rounded-2xl shadow-xl text-white">
<div class="flex items-center justify-between">
<div class="flex-1">
<h4 class="font-black text-xl text-indigo-100">
PKBM Harapan Bangsa
</h4>
<p class="italic text-sm">
Agu 2023 – Present
</p>
</div>
<div class="py-4 w-fit">
<a href="https://pkbmharbang.com" target="_blank" class="px-3 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
<div class="w-1/8 border-b"></div>
<p class="indent-8 mt-2">
Mengembangkan aplikasi web untuk Sistem Informasi Sekolah.
Merancang dan mengimplementasikan website PKBM Harapan Bangsa yang menampilkan
aplikasi kehadiran untuk tutor.
Mengembangkan berbagai fungsi untuk memenuhi kebutuhan informasi siswa, termasuk Absensi.
Data Mahasiswa dan Kartu Mahasiswa dengan integrasi QR Code.
API website terintegrasi dengan Aplikasi Android tutor PKBM Harapan Bangsa untuk
manajemen kehadiran yang mulus.
</p>
</div>
<hr class="col-span-2 sm:col-span-4 my-4 px-4">
<div class="text-white font-bold text-2xl text-right uppercase">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Computer Teacher
</span>
</div>
<div class="grid place-items-center">
<div class="bg-transparent w-36 h-36 grid grid-cols-1 place-items-center rounded-full shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 text-white font-bold text-lg">
2022-2024
</div>
</div>
<div class="col-span-2 w-full p-5 bg-indigo-600/10 rounded-2xl shadow-xl text-white">
<div class="flex items-center justify-between">
<div class="flex-1">
<h4 class="font-black text-xl text-indigo-100">
PKBM Harapan Bangsa
</h4>
<p class="italic text-sm">
May 2022 – June 2024
</p>
</div>
<div class="py-4 w-fit">
<a href="https://pkbmharbang.com" target="_blank" class="px-3 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
<div class="w-1/8 border-b"></div>
<p class="indent-8 mt-2">
Sebagai lulusan Teknologi Informasi, saya juga mulai mendalami peran guru komputer di lembaga pendidikan nonformal
</p>
</div>
<hr class="col-span-2 sm:col-span-4 my-4 px-4">
<div class="text-white font-bold text-2xl text-right uppercase">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Office Administrator
</span>
</div>
<div class="grid place-items-center">
<div class="bg-transparent w-36 h-36 grid grid-cols-1 place-items-center rounded-full shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 text-white font-bold text-lg">
2022-2024
</div>
</div>
<div class="col-span-2 w-full p-5 bg-indigo-600/10 rounded-2xl shadow-xl text-white">
<div class="flex items-center justify-between">
<div class="flex-1">
<h4 class="font-black text-xl text-indigo-100">
PKBM Harapan Bangsa
</h4>
<p class="italic text-sm">
May 2022 – June 2024
</p>
</div>
<div class="py-4 w-fit">
<a href="https://pkbmharbang.com" target="_blank" class="px-3 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
<div class="w-1/8 border-b"></div>
<p class="indent-8 mt-2">
Sebagai Admin yang terampil di suatu Institusi Pendidikan, saya berkomitmen untuk memberikan pengalaman belajar siswa yang nyaman dan menyenangkan. Saya memiliki pemahaman komprehensif tentang tugas-tugas administratif dan berkembang dalam lingkungan yang serba cepat.
</p>
</div>
</div>
<div class="grid sm:grid-cols-4 grid-cols-2 sm:gap-0 gap-4 items-center border-b p-4 border rounded-2xl border-indigo-300">
<div class="text-white font-bold text-2xl text-right uppercase">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Backend Web Developer
</span>
</div>
<div class="grid place-items-center">
<div class="bg-transparent w-36 h-36 grid grid-cols-1 place-items-center rounded-full shadow-[inset_2px_2px_16px_4px_rgb(0,0,0/0.50)] shadow-indigo-500/50 text-white font-bold text-lg">
2024
</div>
</div>
<div class="col-span-2 w-full p-5 bg-indigo-600/10 rounded-2xl shadow-xl text-white">
<div class="flex items-center justify-between">
<div class="flex-1">
<h4 class="font-black text-xl text-indigo-100">
PT Pilih Jurusan
</h4>
<p class="italic text-sm">
August 2023 – June 2024
</p>
</div>
<div class="py-4 w-fit">
<a href="https://pilihjurusan.id" target="_blank" class="px-3 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
<div class="w-1/8 border-b"></div>
<p class="indent-8 mt-2">
Berkolaborasi dengan tim untuk mengembangkan aplikasi berbasis website yang fokus pada Tes IQ layanan, minat Bakat, dan banyak lagi.
Mengkhususkan diri dalam pengembangan backend, memastikan kelancaran fungsi dan kinerja aplikasi web.
Menerapkan solusi backend yang kuat untuk menangani pemrosesan data, otentikasi pengguna, dan integrasi API.
Berkontribusi pada proses pengembangan dengan merancang struktur database yang efisien dan mengoptimalkan fungsionalitas sisi server
</p>
</div>
</div>
</div>
</div>
</section>
<section id="por" class="snap-center h-full sm:py-28 py-16 bg-gray-900 bg-[url('https://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern-dark.svg')] relative">
<div class="bg-gradient-to-t to-transparent via-gray-900/40 from-gray-900/75 w-full h-full absolute top-0 left-0 z-0 sm:px-20 px-2.5 h-fit">
</div>
<div class="relative z-10">
<h2 class="text-white font-black sm:text-5xl text-4xl uppercase text-center mb-12">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Portofolio
</span>
</h2>
<div class="sm:px-20 px-4 py-5 grid grid-cols-1 gap-8">
<div class="grid sm:grid-cols-2 grid-cols-1 gap-6 place-items-center">
<div>
<div class="bg-gray-800 rounded-lg pt-8 pb-2 px-2 shadow-sm shadow-indigo-500 relative">
<div class="absolute w-4 h-4 bg-red-600 rounded-full top-2 right-2"></div>
<div class="absolute w-4 h-4 bg-green-600 rounded-full top-2 right-8"></div>
<div class="absolute w-4 h-4 bg-yellow-600 rounded-full top-2 right-14"></div>
<div class="absolute w-2 h-2 border-b-2 border-l-2 top-3 left-4 rotate-45"></div>
<div class="absolute w-2 h-2 border-t-2 border-r-2 top-3 left-8 rotate-45"></div>
<img src="arsip/portofolio/2.png" alt="" class="w-full rounded">
</div>
</div>
<div>
<div class="text-white font-bold text-2xl uppercase">
<h1 class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Harapan Bangsa PKBM school information system
</h1>
</div>
<span class="italic text-white">
Created at November 2023
</span>
<div class="w-full border-b mb-4"></div>
<p class="text-justify text-white indent-8 text-md">
Membangunan dari awal sebuah Sistem Informasi Sekolah yang komprehensif seorang diri. Sistem ini mencakup beberapa fitur utama, yaitu absensi siswa yang menggunakan QR Code, jurnal mengajar untuk para tutor, pembayaran SPP siswa, serta sistem penggajian karyawan. Untuk pengembangan backend, saya menggunakan framework Laravel, sementara tampilan antarmuka dibangun menggunakan framework TailwindCSS. Selain itu, sistem ini juga dilengkapi dengan layanan web yang dapat mengirim dan menerima API pada aplikasi Android yang digunakan oleh para tutor.
</p>
<div class="mt-6">
<a href="https://pkbmharbang.com" target="_blank" class="text-white px-5 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
</div>
<div class="grid sm:grid-cols-2 grid-cols-1 gap-6 place-items-center">
<div class="sm:order-1 order-0">
<div class="bg-gray-800 rounded-lg pt-8 pb-2 px-2 shadow-sm shadow-indigo-500 relative">
<div class="absolute w-4 h-4 bg-red-600 rounded-full top-2 right-2"></div>
<div class="absolute w-4 h-4 bg-green-600 rounded-full top-2 right-8"></div>
<div class="absolute w-4 h-4 bg-yellow-600 rounded-full top-2 right-14"></div>
<div class="absolute w-2 h-2 border-b-2 border-l-2 top-3 left-4 rotate-45"></div>
<div class="absolute w-2 h-2 border-t-2 border-r-2 top-3 left-8 rotate-45"></div>
<img src="arsip/portofolio/3.png" alt="" class="w-full rounded">
</div>
</div>
<div class="text-right">
<div class="text-white font-bold text-2xl uppercase">
<h1 class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
PKBM Harapan Bangsa teacher attendance android application
</h1>
</div>
<span class="italic text-white">
Created at December 2023
</span>
<div class="w-full border-b mb-4"></div>
<p class="text-justify text-white indent-8 text-md">
Saya membangun aplikasi ini menggunakan framework Flutter, yang mencakup berbagai fungsi untuk mencatat jurnal mengajar para tutor secara otomatis dan mencatat absensi kehadiran siswa dengan memindai QR code yang terdapat pada kartu siswa. Semua fungsi tersebut terhubung langsung ke situs web PKBM Harapan Bangsa melalui komunikasi API. Setiap aksi yang dilakukan di aplikasi ini dicatat dan disimpan di dalam database, dan rekapannya dapat dilihat melalui dashboard admin yang tersedia di situs web tersebut.
</p>
<div class="mt-6">
<a href="https://www.linkedin.com/posts/ilham-sidik-saksena_attendance-android-application-activity-7180921193300914176-a1FT?utm_source=share&utm_medium=member_desktop" target="_blank" class="text-white px-5 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
</div>
<div class="grid sm:grid-cols-2 grid-cols-1 gap-6 place-items-center">
<div>
<div class="bg-gray-800 rounded-lg pt-8 pb-2 px-2 shadow-sm shadow-indigo-500 relative">
<div class="absolute w-4 h-4 bg-red-600 rounded-full top-2 right-2"></div>
<div class="absolute w-4 h-4 bg-green-600 rounded-full top-2 right-8"></div>
<div class="absolute w-4 h-4 bg-yellow-600 rounded-full top-2 right-14"></div>
<div class="absolute w-2 h-2 border-b-2 border-l-2 top-3 left-4 rotate-45"></div>
<div class="absolute w-2 h-2 border-t-2 border-r-2 top-3 left-8 rotate-45"></div>
<img src="arsip/portofolio/1.png" alt="" class="w-full rounded">
</div>
</div>
<div class="text-left">
<div class="text-white font-bold text-2xl uppercase">
<h1 class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Aplikasi Tes Psikologi (Backend)
</h1>
</div>
<span class="italic text-white">
Created at March 2024
</span>
<div class="w-full border-b mb-4"></div>
<p class="text-justify text-white indent-8 text-md">
Selama magang di PT Pilihanmu Indonesia Jaya, saya berperan dalam mengembangkan aplikasi tes psikologi pada sisi backend dengan menggunakan framework Laravel. Magang ini merupakan bagian dari program MSIB Kampus Merdeka Batch 6 dan berlangsung selama lima bulan.
Solusi Tepat memilih jurusan dan Karier,
Bimbingan intensif untuk membantu memilih jurusan dan karier sesuai dengan minat dan bakatmu!
</p>
<div class="mt-6">
<a href="https://pilihjurusan.id" target="_blank" class="text-white px-5 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
</div>
<div class="grid sm:grid-cols-2 grid-cols-1 gap-6 place-items-center">
<div class="sm:order-1 order-0">
<div class="bg-gray-800 rounded-lg pt-8 pb-2 px-2 shadow-sm shadow-indigo-500 relative">
<div class="absolute w-4 h-4 bg-red-600 rounded-full top-2 right-2"></div>
<div class="absolute w-4 h-4 bg-green-600 rounded-full top-2 right-8"></div>
<div class="absolute w-4 h-4 bg-yellow-600 rounded-full top-2 right-14"></div>
<div class="absolute w-2 h-2 border-b-2 border-l-2 top-3 left-4 rotate-45"></div>
<div class="absolute w-2 h-2 border-t-2 border-r-2 top-3 left-8 rotate-45"></div>
<img src="arsip/portofolio/4.png" alt="" class="w-full rounded">
</div>
</div>
<div class="text-right">
<div class="text-white font-bold text-2xl uppercase">
<h1 class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 via-indigo-100 to-indigo-300">
Integrated Attendances with IoT, Mobile App and Website
</h1>
</div>
<span class="italic text-white">
Created at June 2024 (on going)
</span>
<div class="w-full border-b mb-4"></div>
<p class="text-justify text-white indent-8 text-md">
<span>
Klinik Watumas Attendances adalah sebuah aplikasi yang dirancang untuk mempermudah proses absensi karyawan di Klinik Watumas. Aplikasi ini terintegrasi secara menyeluruh dengan Website Klinik Watumas dan Perangkat IoT (RFID), menciptakan sistem yang efisien dan terhubung.
</span>
<span>
Aplikasi ini bertujuan untuk memfasilitasi absensi karyawan dengan cara yang lebih terstruktur dan terintegrasi. Semua data absensi yang dihasilkan akan dikirim ke Website Klinik dan hanya dapat diakses oleh Admin Klinik, menjaga keamanan dan kerahasiaan informasi.
</span>
<span>
Aplikasi ini tidak hanya berfungsi sebagai alat untuk mencatat absensi, tetapi juga terintegrasi dengan perangkat IoT Klinik Watumas. Data absensi dari aplikasi ini dan perangkat IoT akan disimpan di Website Klinik, memberikan laporan absensi yang komprehensif dan mudah diakses oleh Admin.
</span>
</p>
<div class="mt-6">
<a href="https://app-klinik.cvgo.my.id" target="_blank" class="text-white px-5 py-2 bg-indigo-600 rounded-lg hover:bg-indigo-500 transition-all">
See Details
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="con" class=" snap-center p-4 md:p-8 lg:p-10 bg-gray-900">
<div class="mx-auto max-w-screen-xl text-center">
<a href="#" class="flex uppercase justify-center items-center text-2xl font-semibold text-white">
Ilham Sidik Saksena
</a>
<p class="my-6 text-gray-400">You can contact me on one of my social media, email or WhatsApp below, and come on, let me join and contribute to you!</p>
<div class="flex mt-4 space-x-6 sm:justify-center sm:mt-0 mb-6">
<a href="https://www.linkedin.com/in/ilham-sidik-saksena-776409299/" class="text-gray-500 hover:text-white">
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M6.5 8C7.32843 8 8 7.32843 8 6.5C8 5.67157 7.32843 5 6.5 5C5.67157 5 5 5.67157 5 6.5C5 7.32843 5.67157 8 6.5 8Z" fill="currentColor"></path> <path d="M5 10C5 9.44772 5.44772 9 6 9H7C7.55228 9 8 9.44771 8 10V18C8 18.5523 7.55228 19 7 19H6C5.44772 19 5 18.5523 5 18V10Z" fill="currentColor"></path> <path d="M11 19H12C12.5523 19 13 18.5523 13 18V13.5C13 12 16 11 16 13V18.0004C16 18.5527 16.4477 19 17 19H18C18.5523 19 19 18.5523 19 18V12C19 10 17.5 9 15.5 9C13.5 9 13 10.5 13 10.5V10C13 9.44771 12.5523 9 12 9H11C10.4477 9 10 9.44772 10 10V18C10 18.5523 10.4477 19 11 19Z" fill="currentColor"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 1C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4C1 2.34315 2.34315 1 4 1H20ZM20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20Z" fill="currentColor"></path> </g></svg>
</a>
<a href="https://www.instagram.com/hammm.70/" class="text-gray-500 hover:text-white">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path fill-rule="evenodd" d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z" clip-rule="evenodd" /></svg>
</a>
<a href="https://wa.me/621225378954" class="text-gray-500 hover:text-white">
<svg class="w-5 h-5" viewBox="0 0 192 192" xmlns="http://www.w3.org/2000/svg" fill="none"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="currentColor" fill-rule="evenodd" d="M96 16c-44.183 0-80 35.817-80 80 0 13.12 3.163 25.517 8.771 36.455l-8.608 36.155a6.002 6.002 0 0 0 7.227 7.227l36.155-8.608C70.483 172.837 82.88 176 96 176c44.183 0 80-35.817 80-80s-35.817-80-80-80ZM28 96c0-37.555 30.445-68 68-68s68 30.445 68 68-30.445 68-68 68c-11.884 0-23.04-3.043-32.747-8.389a6.003 6.003 0 0 0-4.284-.581l-28.874 6.875 6.875-28.874a6.001 6.001 0 0 0-.581-4.284C31.043 119.039 28 107.884 28 96Zm46.023 21.977c11.975 11.974 27.942 20.007 45.753 21.919 11.776 1.263 20.224-8.439 20.224-18.517v-6.996a18.956 18.956 0 0 0-13.509-18.157l-.557-.167-.57-.112-8.022-1.58a18.958 18.958 0 0 0-15.25 2.568 42.144 42.144 0 0 1-7.027-7.027 18.958 18.958 0 0 0 2.569-15.252l-1.582-8.021-.112-.57-.167-.557A18.955 18.955 0 0 0 77.618 52H70.62c-10.077 0-19.78 8.446-18.517 20.223 1.912 17.81 9.944 33.779 21.92 45.754Zm33.652-10.179a6.955 6.955 0 0 1 6.916-1.743l8.453 1.665a6.957 6.957 0 0 1 4.956 6.663v6.996c0 3.841-3.124 6.995-6.943 6.585a63.903 63.903 0 0 1-26.887-9.232 64.594 64.594 0 0 1-11.661-9.241 64.592 64.592 0 0 1-9.241-11.661 63.917 63.917 0 0 1-9.232-26.888C63.626 67.123 66.78 64 70.62 64h6.997a6.955 6.955 0 0 1 6.66 4.957l1.667 8.451a6.956 6.956 0 0 1-1.743 6.917l-1.12 1.12a5.935 5.935 0 0 0-1.545 2.669c-.372 1.403-.204 2.921.603 4.223a54.119 54.119 0 0 0 7.745 9.777 54.102 54.102 0 0 0 9.778 7.746c1.302.806 2.819.975 4.223.603a5.94 5.94 0 0 0 2.669-1.545l1.12-1.12Z" clip-rule="evenodd"></path></g></svg>
</a>
<a href="https://github.com/ilham-s-saksena" class="text-gray-500 hover:text-white">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd" /></svg>
</a>
<a href="mailto:ilhamsidiksaksena@gmail.com" class="text-gray-500 hover:text-white">
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M5.85557 6.83962C5.62315 6.71446 5.34204 6.72072 5.11541 6.85608C4.88878 6.99145 4.75 7.23599 4.75 7.49997V17C4.75 17.4142 5.08579 17.75 5.5 17.75C5.91421 17.75 6.25 17.4142 6.25 17V8.75563L11.6444 11.6603C11.8664 11.7799 12.1336 11.7799 12.3556 11.6603L17.75 8.75563V17C17.75 17.4142 18.0858 17.75 18.5 17.75C18.9142 17.75 19.25 17.4142 19.25 17V7.49997C19.25 7.23599 19.1112 6.99145 18.8846 6.85608C18.658 6.72072 18.3769 6.71446 18.1444 6.83962L12 10.1482L5.85557 6.83962Z" fill="currentColor"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3106 3.7218C13.7773 3.40588 10.2228 3.40588 6.68943 3.7218L5.17208 3.85747C3.54447 4.003 2.2294 5.24642 1.99301 6.86334C1.49501 10.2697 1.49501 13.7303 1.99301 17.1366C2.2294 18.7535 3.54447 19.9969 5.17208 20.1425L6.68943 20.2781C10.2228 20.5941 13.7773 20.5941 17.3106 20.2781L18.8279 20.1425C20.4556 19.9969 21.7706 18.7535 22.007 17.1366C22.505 13.7303 22.505 10.2697 22.007 6.86334C21.7706 5.24642 20.4556 4.003 18.8279 3.85747L17.3106 3.7218ZM6.82301 5.21584C10.2675 4.90787 13.7325 4.90787 17.177 5.21584L18.6944 5.35151C19.6305 5.43521 20.3868 6.15036 20.5228 7.08033C20.9998 10.3427 20.9998 13.6572 20.5228 16.9196C20.3868 17.8496 19.6305 18.5647 18.6944 18.6484L17.177 18.7841C13.7325 19.0921 10.2675 19.0921 6.82301 18.7841L5.30567 18.6484C4.36955 18.5647 3.61319 17.8496 3.47723 16.9196C3.00027 13.6572 3.00027 10.3427 3.47723 7.08033C3.61319 6.15036 4.36955 5.43521 5.30567 5.35151L6.82301 5.21584Z" fill="currentColor"></path> </g></svg>
</a>
</div>
<span class="text-sm sm:text-center text-gray-400">© 2024 <a href="#" class="hover:underline">Cvgo™</a>. All Rights Reserved.</span>
</div>
</footer>
<script src="node_modules/flowbite/dist/flowbite.js"></script>
</body>
</html>