-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
886 lines (876 loc) · 37.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
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
879
880
881
882
883
884
885
886
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rofi Syarif Hidayat</title>
<link rel="stylesheet" href="style.css" />
<!-- Feather Icons -->
<script src="https://unpkg.com/feather-icons"></script>
<!-- Swiper Js -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<!-- Animate.CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- Animate on Scroll Library -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
</head>
<body class="font-body dark:bg-black">
<!-- HEADER -->
<header
class="fixed z-50 flex flex-wrap w-full bg-white border-b border-gray-200 dark:bg-black dark:border-neutral-700 md:justify-start md:flex-nowrap"
>
<nav
class="relative max-w-[85rem] w-full md:flex md:items-center md:justify-between md:gap-3 mx-auto px-4 sm:px-6 lg:px-8 py-2"
>
<!-- Logo w/ Collapse Button -->
<div class="flex items-center justify-between">
<a
class="flex-none text-xl font-semibold text-navy focus:outline-none focus:opacity-80 dark:text-lightGreen"
href="#hero"
aria-label="Brand"
>Rofi Syarif Hidayat</a
>
<!-- Humburger Menu Button -->
<div class="md:hidden">
<button
type="button"
class="relative flex items-center justify-center text-sm font-semibold text-gray-800 border border-gray-200 rounded-lg hs-collapse-toggle size-9 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 disabled:opacity-50 disabled:pointer-events-none dark:text-white dark:border-neutral-700 dark:hover:bg-neutral-700 dark:focus:bg-neutral-700"
id="hs-header-classic-collapse"
aria-expanded="false"
aria-controls="hs-header-classic"
aria-label="Toggle navigation"
data-hs-collapse="#hs-header-classic"
>
<svg
class="hs-collapse-open:hidden size-4"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="3" x2="21" y1="6" y2="6" />
<line x1="3" x2="21" y1="12" y2="12" />
<line x1="3" x2="21" y1="18" y2="18" />
</svg>
<svg
class="hidden hs-collapse-open:block shrink-0 size-4"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M18 6 6 18" />
<path d="m6 6 12 12" />
</svg>
<span class="sr-only">Toggle navigation</span>
</button>
</div>
<!-- End Humburger Menu Button -->
</div>
<!-- End Logo w/ Collapse Button -->
<!-- Collapse -->
<div
id="hs-header-classic"
class="hidden overflow-hidden transition-all duration-300 hs-collapse basis-full grow md:block"
aria-labelledby="hs-header-classic-collapse"
>
<div
class="overflow-hidden overflow-y-auto max-h-[75vh] [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-track]:bg-neutral-700 dark:[&::-webkit-scrollbar-thumb]:bg-neutral-500"
>
<div
class="py-2 md:py-0 flex flex-col md:flex-row md:items-center md:justify-end gap-0.5 md:gap-1"
>
<a
class="flex items-center p-2 text-sm transition-all duration-300 ease-in-out text-navy hover:underline hover:scale-x-105 focus:outline-none focus:text-navy dark:text-lightGreen dark:focus:text-neutral-500"
href="#hero"
aria-current="page"
>
<svg
class="block shrink-0 size-4 me-3 md:me-2 md:hidden"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" />
<path
d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"
/>
</svg>
Home
</a>
<a
class="flex items-center p-2 text-sm transition-all duration-300 ease-in-out text-navy hover:underline hover:scale-x-105 focus:outline-none focus:text-navy dark:text-lightGreen dark:focus:text-neutral-500"
href="#about"
>
<svg
class="block shrink-0 size-4 me-3 md:me-2 md:hidden"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" />
<circle cx="12" cy="7" r="4" />
</svg>
About
</a>
<a
class="flex items-center p-2 text-sm transition-all duration-300 ease-in-out text-navy hover:underline hover:scale-x-105 focus:outline-none focus:text-navy dark:text-lightGreen dark:focus:text-neutral-500"
href="#project"
>
<svg
class="block shrink-0 size-4 me-3 md:me-2 md:hidden"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 12h.01" />
<path d="M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2" />
<path d="M22 13a18.15 18.15 0 0 1-20 0" />
<rect width="20" height="14" x="2" y="6" rx="2" />
</svg>
Project
</a>
<!-- Button Group Dark Mode -->
<div
class="relative flex flex-wrap items-center gap-x-1.5 md:ps-2.5 mt-1 md:mt-0 md:ms-1.5 before:block before:absolute before:top-1/2 before:-start-px before:w-px before:h-4 before:bg-gray-300 before:-translate-y-1/2 dark:before:bg-neutral-700"
>
<button
type="button"
class="inline-flex items-center px-3 py-2 text-sm rounded-full hs-dark-mode hs-dark-mode-active:hidden gap-x-2 bg-white/10 text-navy hover:bg-gray-200 focus:outline-none focus:bg-white/20"
data-hs-theme-click-value="dark"
>
<svg
class="shrink-0 size-4"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path>
</svg>
Dark
</button>
<button
type="button"
class="items-center hidden px-3 py-2 text-sm rounded-full text-lightGreen hs-dark-mode hs-dark-mode-active:inline-flex gap-x-2 bg-white/10 hover:bg-white/20 focus:outline-none focus:bg-white/20"
data-hs-theme-click-value="light"
>
<svg
class="shrink-0 size-4"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="4"></circle>
<path d="M12 2v2"></path>
<path d="M12 20v2"></path>
<path d="m4.93 4.93 1.41 1.41"></path>
<path d="m17.66 17.66 1.41 1.41"></path>
<path d="M2 12h2"></path>
<path d="M20 12h2"></path>
<path d="m6.34 17.66-1.41 1.41"></path>
<path d="m19.07 4.93-1.41 1.41"></path>
</svg>
Light
</button>
</div>
<!-- End Button Group Dark Moded -->
</div>
</div>
</div>
<!-- End Collapse -->
</nav>
</header>
<!-- END HEADER -->
<main>
<!-- Hero -->
<section
class="max-w-[85rem] m-auto px-4 pt-20 lg:px-8 dark:bg-black transition-colors duration-500"
id="hero"
>
<article class="max-w-xl mx-auto mt-5 text-center">
<h3
class="block text-lg font-semibold text-gray-300 greetHero dark:text-slate-600 ms-1 animate__animated animate__backInDown"
>
Hello
</h3>
<h1
class="block text-3xl font-bold text-gray-800 titleHero sm:text-4xl lg:text-6xl lg:leading-tight dark:text-slate-50 animate__animated animate__backInDown"
>
I'm Rofi Syarif Hidayat <br />
<span class="text-xl text-navy dark:text-lightGreen"
>Junior Front-End Developer</span
>
</h1>
<!-- Social Media -->
<div
class="flex items-center justify-center gap-4 mt-4 social-media-container"
>
<a
href="https://www.instagram.com/rofioy"
target="_blank"
class="duration-300 ease-in-out instagram text-navy dark:text-lightGreen dark:hover:text-gray-300 animate__animated animate__backInDown"
>
<i data-feather="instagram"></i>
</a>
<a
href="https://www.linkedin.com/in/rofi-syarif-hidayat-6826a3271/"
target="_blank"
class="duration-300 ease-in-out linkedin text-navy dark:text-lightGreen dark:hover:text-gray-300 animate__animated animate__backInDown"
>
<i data-feather="linkedin"></i>
</a>
<a
href="https://github.com/rofioy"
target="_blank"
class="duration-300 ease-in-out github animate__animated animate__backInDown text-navy dark:text-lightGreen dark:hover:text-gray-300"
>
<i data-feather="github"></i>
</a>
</div>
<!-- Buttons -->
<div class="grid justify-center w-full gap-6 mt-7 sm:inline-flex">
<a
class="inline-flex items-center justify-center px-4 py-3 text-sm font-medium duration-300 ease-in-out border border-transparent rounded-lg text-slate-50 bg-navy dark:bg-lightGreen dark:text-slate-950 gap-x-2 hover:bg-transparent dark:hover:bg-transparent hover:text-navy hover:dark:text-lightGreen focus:outline-none focus:bg-navy dark:focus:bg-lightGreen focus:text-slate-50 dark:focus:text-slate-950 disabled:opacity-50 disabled:pointer-events-none btaHireMe animate__animated animate__backInDown"
href="https://mail.google.com/mail/?view=cm&fs=1&to=rofioy21@gmail.com&su=Job%20Offer&body=Dear%20Rofi%2C%0A%0AI%20am%20interested%20in%20offering%20you%20a%20job.%20Please%20find%20the%20details%20below.%0A%0AThank%20you%2C%0A[Your%20Name]"
target="_blank"
>
Hire Me
<svg
class="shrink-0 size-4"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m9 18 6-6-6-6" />
</svg>
</a>
<article
class="text-sm text-center rounded-md sm:text-start btaContact animate__animated animate__backInDown"
>
<h3 class="font-bold text-slate-600 dark:text-gray-300">
Contact
</h3>
<a
href="https://mail.google.com/mail/?view=cm&fs=1&to=rofioy21@gmail.com&su=Inquiry%20About%20Your%20Services&body=Dear%20Team%2C%0A%0AI%20would%20like%20to%20ask%20about%20your%20services.%20Could%20you%20please%20provide%20more%20information%3F%0A%0AThank%20you%2C%0AYour%20Name"
class="font-semibold text-slate-600 dark:text-gray-300 hover:text-blue-500 hover:underline dark:hover:text-lightGreen dark:hover:underline"
target="_blank"
>
rofioy21@gmail.com
</a>
</article>
</div>
<!-- End Buttons -->
</article>
</section>
<!-- End Hero -->
<!-- About -->
<section class="max-w-[85rem] mt-28 m-auto" id="about">
<h3
class="text-2xl font-semibold text-center text-navy sm:text-4xl"
data-aos="fade-down"
>
About Me,
<span class="text-navy dark:text-lightGreen"
>a Junior Front-End Developer living in Indonesia</span
>
</h3>
<!-- About Rofi -->
<div
class="grid justify-around gap-4 p-2 mt-4 sm:grid-cols-1 lg:items-center lg:grid-cols-2 about-container dark:bg-black"
>
<figure class="items-center" data-aos="fade-down">
<img
class="rounded-lg"
src="/img/Amikom_Intermed_Rofi.PNG"
alt="Rofi Syarif Hidayat"
/>
</figure>
<!-- About Description -->
<article class="text-center lg:text-start" data-aos="fade-down">
<p class="mt-4 text-lg tracking-wide text-navy dark:text-gray-300">
Hi, I'm Rofi Syarif Hidayat, a 5th-semester student at Universitas
Amikom Purwokerto with skills in HTML, CSS (Tailwind & Bootstrap),
and JavaScript. I'm focused on creating creative and interactive
web development while staying eager to learn the latest
technologies. I'm ready to contribute through an internship where
I can further develop my skills and make a positive impact.
</p>
<!-- Progress Skill Container -->
<div class="mt-4 space-y-5">
<!-- Progress 1 -->
<div>
<div class="flex items-center justify-between mb-2">
<h3
class="text-sm font-semibold text-navy dark:text-gray-300"
>
HTML
</h3>
<span class="text-sm text-navy dark:text-lightGreen"
>95%</span
>
</div>
<div
class="flex w-full h-2 overflow-hidden bg-gray-400 rounded-full dark:bg-neutral-700"
role="progressbar"
aria-valuenow="25"
aria-valuemin="0"
aria-valuemax="100"
>
<div
class="flex flex-col justify-center overflow-hidden text-xs text-center text-white transition duration-500 rounded-full bg-navy whitespace-nowrap dark:bg-slate-100"
style="width: 95%"
></div>
</div>
</div>
<!-- End Progress 1 -->
<!-- Progress 2 -->
<div>
<div class="flex items-center justify-between mb-2">
<h3
class="text-sm font-semibold text-navy dark:text-gray-300"
>
CSS
</h3>
<span class="text-sm text-navy dark:text-lightGreen"
>90%</span
>
</div>
<div
class="flex w-full h-2 overflow-hidden bg-gray-400 rounded-full dark:bg-neutral-700"
role="progressbar"
aria-valuenow="25"
aria-valuemin="0"
aria-valuemax="100"
>
<div
class="flex flex-col justify-center overflow-hidden text-xs text-center text-white transition duration-500 rounded-full bg-navy whitespace-nowrap dark:bg-slate-100"
style="width: 90%"
></div>
</div>
</div>
<!-- End Progress 2 -->
<!-- Progress 3 -->
<div>
<div class="flex items-center justify-between mb-2">
<h3
class="text-sm font-semibold text-navy dark:text-gray-300"
>
Tailwind
</h3>
<span class="text-sm text-navy dark:text-lightGreen"
>85%</span
>
</div>
<div
class="flex w-full h-2 overflow-hidden bg-gray-400 rounded-full dark:bg-neutral-700"
role="progressbar"
aria-valuenow="25"
aria-valuemin="0"
aria-valuemax="100"
>
<div
class="flex flex-col justify-center overflow-hidden text-xs text-center text-white transition duration-500 rounded-full bg-navy whitespace-nowrap dark:bg-slate-100"
style="width: 85%"
></div>
</div>
</div>
<!-- End Progress 3 -->
<!-- Progress 4 -->
<div>
<div class="flex items-center justify-between mb-2">
<h3
class="text-sm font-semibold text-navy dark:text-gray-300"
>
Bootstrap
</h3>
<span class="text-sm text-navy dark:text-lightGreen"
>70%</span
>
</div>
<div
class="flex w-full h-2 overflow-hidden bg-gray-400 rounded-full dark:bg-neutral-700"
role="progressbar"
aria-valuenow="25"
aria-valuemin="0"
aria-valuemax="100"
>
<div
class="flex flex-col justify-center overflow-hidden text-xs text-center text-white transition duration-500 rounded-full bg-navy whitespace-nowrap dark:bg-slate-100"
style="width: 70%"
></div>
</div>
</div>
<!-- End Progress 4 -->
<!-- Progress 5 -->
<div>
<div class="flex items-center justify-between mb-2">
<h3
class="text-sm font-semibold text-navy dark:text-gray-300"
>
JavaScript
</h3>
<span class="text-sm text-navy dark:text-lightGreen"
>14%</span
>
</div>
<div
class="flex w-full h-2 overflow-hidden bg-gray-400 rounded-full dark:bg-neutral-700"
role="progressbar"
aria-valuenow="25"
aria-valuemin="0"
aria-valuemax="100"
>
<div
class="flex flex-col justify-center overflow-hidden text-xs text-center text-white transition duration-500 rounded-full bg-navy whitespace-nowrap dark:bg-slate-100"
style="width: 14%"
></div>
</div>
</div>
<!-- End Progress 5 -->
</div>
<!-- End Progress Skill Container -->
</article>
</div>
<!-- Tools & Technologies -->
<div
class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto"
data-aos="fade-down"
>
<div class="grid items-center gap-12 sm:grid-cols-2 lg:grid-cols-3">
<!-- Icon Block Responsive -->
<div class="text-center">
<div
class="flex items-center justify-center mx-auto border border-gray-200 rounded-full size-12 bg-gray-50 dark:bg-neutral-800 dark:border-neutral-700"
>
<svg
class="text-gray-600 shrink-0 size-5 dark:text-neutral-400"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="10" height="14" x="3" y="8" rx="2" />
<path
d="M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4"
/>
<path d="M8 18h.01" />
</svg>
</div>
<div class="mt-3">
<h3 class="text-lg font-semibold text-gray-800 dark:text-white">
Responsive
</h3>
<p class="mt-1 text-gray-600 dark:text-neutral-400">
Apply responsive techniques to ensure websites look optimal
across different devices.
</p>
</div>
</div>
<!-- End Icon Block Responsive -->
<!-- Icon Block GitHub -->
<div class="text-center">
<div
class="flex items-center justify-center mx-auto border border-gray-200 rounded-full size-12 bg-gray-50 dark:bg-neutral-800 dark:border-neutral-700"
>
<svg
class="text-gray-600 shrink-0 size-5 dark:text-neutral-400"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
/>
</svg>
</div>
<div class="mt-3">
<h3 class="text-lg font-semibold text-gray-800 dark:text-white">
Git & GitHub
</h3>
<p class="mt-1 text-gray-600 dark:text-neutral-400">
Manage code versions and collaborate within a team with
effective version control.
</p>
</div>
</div>
<!-- End Icon Block GitHub -->
<!-- Icon Block VisualStudio -->
<div class="text-center">
<div
class="flex items-center justify-center mx-auto border border-gray-200 rounded-full size-12 bg-gray-50 dark:bg-neutral-800 dark:border-neutral-700"
>
<svg
class="shrink-0 size-5"
fill="#209DE0"
width="800px"
height="800px"
viewBox="0 0 14 14"
role="img"
focusable="false"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m 7.6993595,3.353836 c -1.296839,1.296838 -2.3877961,2.353305 -2.4392664,2.353305 -0.04298,0 -0.7556047,-0.523723 -1.5717002,-1.159407 L 2.2111433,3.388326 1.0087555,3.98952 l 0,6.01247 1.2023878,0.601194 1.3658191,-1.064957 C 4.3330978,8.945523 5.0287422,8.41331 5.1231928,8.352819 5.2951141,8.249878 5.4665048,8.404289 7.6913995,10.620694 L 10.070706,13 l 1.46027,-0.592704 1.460268,-0.584214 0,-9.654654 -1.116427,-0.446783 C 11.265135,1.472253 10.60345,1.214902 10.406059,1.137431 L 10.053726,1 7.7004205,3.353305 Z M 10.027195,6.99602 c 0,1.322839 -0.01698,2.404776 -0.051471,2.404776 -0.120451,0 -3.04046,-2.353305 -3.01499,-2.430776 0.026,-0.09445 2.903029,-2.370816 3.0065,-2.370816 0.034489,-0.0085 0.060489,1.073447 0.060489,2.396286 z M 3.1986295,6.136945 4.0577053,6.99602 3.1986295,7.855096 c -0.472253,0.472253 -0.8845457,0.859076 -0.9190361,0.859076 -0.04298,0 -0.068981,-0.773115 -0.068981,-1.717621 0,-0.944506 0.02547,-1.718152 0.068981,-1.718152 0.03449,0 0.4467831,0.386823 0.9190361,0.859076 z"
/>
</svg>
</div>
<div class="mt-3">
<h3 class="text-lg font-semibold text-gray-800 dark:text-white">
Visual Studio Code
</h3>
<p class="mt-1 text-gray-600 dark:text-neutral-400">
Utilize a powerful code editor with various extensions to
enhance productivity.
</p>
</div>
</div>
<!-- End Icon Block VisualStudio -->
</div>
</div>
<!-- End Tools & Technologies -->
<!-- End About Rofi -->
</section>
<!-- End About -->
<!-- Project -->
<section
class="project-container max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto"
id="project"
>
<h3
class="text-4xl font-semibold text-center text-navy dark:text-lightGreen"
data-aos="fade-down"
>
See the Results of My Work
</h3>
<div class="mt-12 swiper swiper-project" data-aos="fade-down">
<div class="swiper-wrapper">
<!-- Card Project 1 -->
<div class="swiper-slide">
<div
class="flex flex-col bg-white border shadow-sm rounded-xl dark:bg-neutral-900 dark:border-neutral-700 dark:shadow-neutral-700/70"
>
<img
class="w-full h-auto rounded-t-xl"
src="/img/project/coffeweb.png"
alt="Card Image"
/>
<div class="p-4 md:p-5">
<h3 class="text-lg font-bold text-gray-800 dark:text-white">
Coffee Shop
</h3>
</div>
</div>
</div>
<!-- End Card Project 1 -->
<!-- Card Project 2 -->
<div class="swiper-slide">
<div
class="flex flex-col bg-white border shadow-sm rounded-xl dark:bg-neutral-900 dark:border-neutral-700 dark:shadow-neutral-700/70"
>
<img
class="w-full h-auto rounded-t-xl"
src="/img/project/course.png"
alt="Card Image"
/>
<div class="p-4 md:p-5">
<h3 class="text-lg font-bold text-gray-800 dark:text-white">
Online Course
</h3>
</div>
</div>
</div>
<!-- End Card Project 2 -->
<!-- Card Project 3 -->
<div class="swiper-slide">
<div
class="flex flex-col bg-white border shadow-sm rounded-xl dark:bg-neutral-900 dark:border-neutral-700 dark:shadow-neutral-700/70"
>
<img
class="w-full h-auto rounded-t-xl"
src="/img/project/ecostore.png"
alt="Card Image"
/>
<div class="p-4 md:p-5">
<h3 class="text-lg font-bold text-gray-800 dark:text-white">
EcoStore
</h3>
</div>
</div>
</div>
<!-- End Card Project 3 -->
<!-- Card Project 4 -->
<div class="swiper-slide">
<div
class="flex flex-col bg-white border shadow-sm rounded-xl dark:bg-neutral-900 dark:border-neutral-700 dark:shadow-neutral-700/70"
>
<img
class="w-full h-auto rounded-t-xl"
src="/img/project/gz.png"
alt="Card Image"
/>
<div class="p-4 md:p-5">
<h3 class="text-lg font-bold text-gray-800 dark:text-white">
Gz E-Commerce Design
</h3>
</div>
</div>
</div>
<!-- End Card Project 4 -->
<!-- Card Project 5 -->
<div class="swiper-slide">
<div
class="flex flex-col bg-white border shadow-sm rounded-xl dark:bg-neutral-900 dark:border-neutral-700 dark:shadow-neutral-700/70"
>
<img
class="w-full h-auto rounded-t-xl"
src="/img/project/vans.png"
alt="Card Image"
/>
<div class="p-4 md:p-5">
<h3 class="text-lg font-bold text-gray-800 dark:text-white">
Vans Shop
</h3>
</div>
</div>
</div>
<!-- End Card Project 5 -->
<!-- Card Project 6 -->
<div class="swiper-slide">
<div
class="flex flex-col bg-white border shadow-sm rounded-xl dark:bg-neutral-900 dark:border-neutral-700 dark:shadow-neutral-700/70"
>
<img
class="w-full h-auto rounded-t-xl"
src="/img/project/formlogin.png"
alt="Card Image"
/>
<div class="p-4 md:p-5">
<h3 class="text-lg font-bold text-gray-800 dark:text-white">
Form Login
</h3>
</div>
</div>
</div>
<!-- End Card Project 6 -->
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- End Project -->
<!-- Back To Up -->
<a
href="#"
class="btnToUp fixed bottom-4 right-4 z-[9999] rounded-full h-10 w-10 sm:w-14 sm:h-14 sm:p-4 bg-navy dark:bg-lightGreen text-slate-50 dark:text-slate-950 p-2"
>
<i
data-feather="arrow-up"
class="text-sm text-slate-50 dark:text-slate-950"
></i>
</a>
<!-- End Back To Up -->
</main>
<!-- FOOTER -->
<footer class="w-full px-4 mx-auto sm:px-6 lg:px-8">
<div class="py-6 border-t border-gray-200 dark:border-neutral-700">
<div class="flex flex-wrap items-center justify-between gap-2">
<div>
<p class="text-xs text-gray-600 dark:text-neutral-400">
© 2024 Rofi Syarif Hidayat.
</p>
</div>
<!-- End Col -->
<!-- List -->
<ul class="flex flex-wrap items-center">
<!-- Instagram -->
<li
class="inline-block relative pe-4 text-xs last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-1.5 before:-translate-y-1/2 before:size-[3px] before:rounded-full before:bg-gray-400 dark:text-neutral-500 dark:before:bg-neutral-600"
>
<a
class="text-xs text-gray-500 underline hover:text-gray-800 hover:decoration-2 focus:outline-none focus:decoration-2 dark:text-neutral-500 dark:hover:text-neutral-400"
href="https://www.instagram.com/rofioy/"
target="_blank"
>
Instagram
</a>
</li>
<!-- LinkedIn -->
<li
class="inline-block relative pe-4 text-xs last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-1.5 before:-translate-y-1/2 before:size-[3px] before:rounded-full before:bg-gray-400 dark:text-neutral-500 dark:before:bg-neutral-600"
>
<a
class="text-xs text-gray-500 underline hover:text-gray-800 hover:decoration-2 focus:outline-none focus:decoration-2 dark:text-neutral-500 dark:hover:text-neutral-400"
href="https://www.linkedin.com/in/rofi-syarif-hidayat-6826a3271/"
target="_blank"
>
LinkedIn
</a>
</li>
<!-- GitHub -->
<li class="inline-block text-xs pe-4">
<a
class="text-xs text-gray-500 underline hover:text-gray-800 hover:decoration-2 focus:outline-none focus:decoration-2 dark:text-neutral-500 dark:hover:text-neutral-400"
href="https://github.com/rofioy"
target="_blank"
>
Github
</a>
</li>
<li class="inline-block">
<!-- Dark Mode -->
<button
type="button"
class="relative flex items-center justify-center text-gray-500 border border-gray-200 rounded-full hs-dark-mode hs-dark-mode-active:hidden size-7 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 dark:border-neutral-700 dark:text-neutral-400 dark:hover:bg-neutral-700 dark:focus:bg-neutral-700"
data-hs-theme-click-value="dark"
>
<span class="sr-only">Dark</span>
<svg
class="shrink-0 size-3.5"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path>
</svg>
</button>
<button
type="button"
class="relative flex items-center justify-center hidden text-gray-500 border border-gray-200 rounded-full hs-dark-mode hs-dark-mode-active:flex size-7 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 dark:border-neutral-700 dark:text-neutral-400 dark:hover:bg-neutral-700 dark:focus:bg-neutral-700"
data-hs-theme-click-value="light"
>
<span class="sr-only">Light</span>
<svg
class="shrink-0 size-3.5"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="4"></circle>
<path d="M12 2v2"></path>
<path d="M12 20v2"></path>
<path d="m4.93 4.93 1.41 1.41"></path>
<path d="m17.66 17.66 1.41 1.41"></path>
<path d="M2 12h2"></path>
<path d="M20 12h2"></path>
<path d="m6.34 17.66-1.41 1.41"></path>
<path d="m19.07 4.93-1.41 1.41"></path>
</svg>
</button>
<!-- End Dark Mode -->
</li>
</ul>
<!-- End List -->
</div>
</div>
</footer>
<!-- END FOOTER -->
<!-- Js -->
<script src="index.js"></script>
<!-- Preline -->
<script src="/preline.js"></script>
<!-- Feather Icon -->
<script>
feather.replace();
</script>
<!-- Swiper Js -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<!-- Initialize Swiper Project -->
<script>
var swiper = new Swiper(".swiper-project", {
slidesPerView: 1,
spaceBetween: 20,
freeMode: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
breakpoints: {
640: {
slidesPerView: 2,
spaceBetween: 20,
},
1024: {
slidesPerView: 3,
spaceBetween: 20,
},
},
});
</script>
<!-- Animate On Scroll library Js -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- Initialize AOS -->
<script>
AOS.init();
</script>
</body>
</html>