-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
951 lines (928 loc) · 42.7 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
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-503TRX2D5G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-503TRX2D5G');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NLFC7BLT');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Portfolio Cahyo Vigo Al Mu'Arif seorang Fullstack Web Developer"
/>
<meta
name="keywords"
content="HTML, CSS, JavaScript, Tailwind, Fullstack, Laravel, Portfolio, vigoalmuarif, Cahyo Vigo Al Mu'Arif"
/>
<meta name="author" content="Cahyo Vigo Al Mu'Arif" />
<meta name="google-site-verification" content="KA749aZT0DyZfauVeV-DTdSINTRTfPfWyot-haal4Mo" />
<title>Cahyo Vigo Al Mu'Arif</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link href="/dist/output.css" rel="stylesheet" />
<link
href="/public/plugins/swiper/swiper-bundle.min.css"
rel="stylesheet"
/>
<style>
.swiper {
width: 275px;
/* height: 357px; */
}
</style>
</head>
<body class="bg-slate-50">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NLFC7BLT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navbar Section Start -->
<section id="navbar">
<nav
class="backdrop-blur-xl bg-white/70 dark:bg-gray-900 fixed w-full z-20 top-0 left-0 shadow-inner dark:border-gray-600"
>
<div
class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4"
>
<a href="/src/index.html" class="flex items-center">
<!-- <img
src="https://flowbite.com/docs/images/logo.svg"
class="h-8 mr-3"
alt="Flowbite Logo"
/> -->
<span
class="self-center text-2xl text-transparent font-black bg-clip-text bg-gradient-to-r from-primary to-secondary whitespace-nowrap dark:text-white"
>vigoalmuarif</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 border-gray-100 rounded-lg md:flex-row md:space-x-8 md:mt-0 md:border-0 dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700"
>
<li>
<a
href="/index.html"
class="block py-2 pl-3 pr-4 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 dark:text-white md:dark:text-blue-500"
aria-current="page"
>Home</a
>
</li>
<li>
<a
href="/src/maintance.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>About</a
>
</li>
<li>
<a
href="/src/portfolio.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Portfolio</a
>
</li>
<li>
<a
href="/src/maintance.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Blogs</a
>
</li>
<li>
<a
href="/src/maintance.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Contact</a
>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-- Navbar Section End -->
<!-- Heroe Section Start -->
<section id="hero" class="pt-24 h-screen">
<div class="container">
<div class="flex flex-wrap">
<div class="w-full self-center px-4 lg:w-1/2">
<!-- tulisan -->
<p class="text-base font-semibold text-secondary mb-2 lg:text-lg">
Hallo semua ✋, Saya
</p>
<h1 class="text-3xl font-black text-title uppercase lg:text-4xl">
Cahyo Vigo Al Mu'Arif
</h1>
<h2
class="uppercase text-slate-400 text-base font-semibold mb-6 mt-1 lg:text-lg"
>
Fullstack Web Developer
</h2>
<p
class="text-base font-medium text-paragraph mb-10 leading-relaxed"
>
Optimalkan bisnismu dengan menerapkan Sistem Informasi.
</p>
<a
href="#contact"
class="text-white bg-primary hover:opacity-90 focus:outline-none focus:ring-4 focus:opacity-80 shadow-lg shadow-indigo-500/50 font-medium rounded-full text-sm px-5 py-2.5 text-center mr-2 mb-2"
>Hubungi Saya</a
>
<a
href="https://drive.google.com/file/d/1hQWB8I5qmPgp2K_74Ad65qzCo7Y6b1ND/view?usp=sharing"
target="_blank"
class="text-primary rounded-full shadow-lg shadow-indigo-500/50 hover:text-white border border-primary hover:bg-primary hover:opacity-90 focus:ring-4 focus:outline-none focus:opacity-80 font-medium text-sm px-5 py-2.5 text-center mr-2 mb-2"
>Download CV</a
>
</div>
<div class="w-full self-end lg:w-1/2">
<!-- gambar -->
<div class="mt-9 relative">
<img
src="/public/img/heroes.png"
alt="vigoalmuarif"
class="max-w-full mx-auto"
/>
</div>
</div>
</div>
</div>
</section>
<!-- Heroe Section End -->
<!-- About Section Start -->
<section id="about" class="py-20 bg-slate-100">
<div class="container">
<div class="flex flex-wrap">
<div class="w-full px-4 mb-10 lg:w-1/2">
<h1
class="uppercase text-2xl font-extrabold text-title mb-4 lg:text-4xl"
>
Tentang Saya
</h1>
<p
class="text-base font-normal text-paragraph leading-relaxed mb-10 lg:font-medium"
>
Ketertarikan saya pada Web Progamming dimulai sejak duduk di
bangku kuliah semester 4 (2017) sampai saat ini. Saya telah
mengembangkan beberapa proyek aplikasi Web-Based. Tempat tinggal
saya di Kabupaten Cilacap dan Kota Yogyakarta.
</p>
</div>
<div class="w-full px-4 lg:w-1/2">
<h2
class="uppercase text-2xl font-extrabold text-title mb-4 lg:text-4xl"
>
Mari Berteman
</h2>
<p
class="text-base font-normal text-paragraph mb-6 leading-relaxed lg:font-medium"
>
Berteman bukanlah hanya sekedar kenal tetapi dimana kita saling
bertukar pikiran tentang pengetahuan dan pengalaman teman-teman
serta berkontribusi terhadap yang membutuhkan.
</p>
<div class="flex item-center">
<!-- instagram -->
<a
href="https://www.instagram.com/vigoalmuarif"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex items-center justify-center border border-slate-400 text-slate-400 bg-slate-50 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
role="img"
width="20px"
class="fill-current"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>Instagram</title>
<path
d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"
/>
</svg>
</a>
<!-- Twitter -->
<a
href="https://www.twitter.com/vigoalmuarif"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex items-center justify-center border border-slate-400 text-slate-400 bg-slate-50 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
role="img"
width="20px"
class="fill-current"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>Twitter</title>
<path
d="M21.543 7.104c.015.211.015.423.015.636 0 6.507-4.954 14.01-14.01 14.01v-.003A13.94 13.94 0 0 1 0 19.539a9.88 9.88 0 0 0 7.287-2.041 4.93 4.93 0 0 1-4.6-3.42 4.916 4.916 0 0 0 2.223-.084A4.926 4.926 0 0 1 .96 9.167v-.062a4.887 4.887 0 0 0 2.235.616A4.928 4.928 0 0 1 1.67 3.148 13.98 13.98 0 0 0 11.82 8.292a4.929 4.929 0 0 1 8.39-4.49 9.868 9.868 0 0 0 3.128-1.196 4.941 4.941 0 0 1-2.165 2.724A9.828 9.828 0 0 0 24 4.555a10.019 10.019 0 0 1-2.457 2.549z"
/>
</svg>
</a>
<!-- TikTok -->
<a
href="https://www.tiktok.com/@vigoalmuarif"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex items-center justify-center border border-slate-400 text-slate-400 bg-slate-50 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
role="img"
width="20px"
class="fill-current"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>TikTok</title>
<path
d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"
/>
</svg>
</a>
<!-- Linkedin -->
<a
href="https://www.linkedin.com/in/vigoalmuarif"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex items-center justify-center border border-slate-400 text-slate-400 bg-slate-50 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
role="img"
width="20px"
class="fill-current"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>LinkedIn</title>
<path
d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"
/>
</svg>
</a>
<!-- GitHub -->
<a
href="https://github.com/vigoalmuarif"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex items-center justify-center border border-slate-400 text-slate-400 bg-slate-50 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
role="img"
width="20px"
class="fill-current"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>GitHub</title>
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Project Section Start -->
<section id="project" class="">
<div class="flex flex-wrap">
<div
class="w-full py-8 bg-purple-200 rounded-b-xl rounded-t-xl lg:w-1/2 lg:rounded-r-lg lg:py-24"
>
<div class="container">
<img
src="/public/img/mobile-mail.png"
alt="wedding-invitation"
class="max-w-full mx-auto lg:scale-125"
/>
</div>
</div>
<div class="w-full py-10 lg:py-24 lg:w-1/2">
<div class="container">
<h1
class="uppercase text-2xl font-extrabold text-title mt-10 text-center lg:text-4xl"
>
Proyek Terbaru
</h1>
<h2 class="text-base font-medium text-slate-500 text-center">
Proyek On Progress
</h2>
<div class="pt-16 pb-16">
<div class="swiper mySwiper mx-auto">
<div class="swiper-wrapper">
<div
class="swiper-slide rounded-3xl bg-purple-300 flex-wrap px-5"
>
<h1
class="text-xl font-bold text-gray-800 pt-7 lg:text-2xl"
>
Sistem Informasi Pendataan Kader
</h1>
<h1 class="text-sm font-semibold text-gray-500 pt-1">
Sekarang
</h1>
<p
class="text-gray-600 font-normal text-base leading-relaxed pt-5"
>
Sistem Pendataan kader untuk caleg DPRD Provinsi DI.
Yogyakarta Dapil 1 Kota Yogyakarta.
</p>
<div class="tag pt-3">
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>Laravel</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>PHP</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>JavaScript</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>TailwindCss</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>jQuery</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>MySQL</span
>
</div>
<div class="py-7 flex self-end">
<a
href="/src/maintance.html"
class="text-white bg-primary hover:opacity-90 focus:outline-none focus:ring-4 focus:opacity-80 shadow-md shadow-indigo-700/50 font-medium rounded-full text-sm px-5 py-2.5 text-center"
>Selengkapnya...</a
>
</div>
</div>
<div
class="swiper-slide rounded-3xl bg-emerald-200 flex-wrap px-5"
>
<h1
class="text-xl font-bold text-gray-800 pt-7 lg:text-2xl"
>
Sistem Informasi Wedding Management
</h1>
<h1 class="text-sm font-semibold text-gray-500 pt-1">
Selanjutnya
</h1>
<p
class="text-gray-600 font-normal text-base leading-relaxed pt-5"
>
SIM Wedding Management mampu mengelola seperti undangan,
tamu, sumbangan, give dan dll....
</p>
<div class="tag pt-3">
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>Laravel</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>PHP</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>JavaScript</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>TailwindCss</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>jQuery</span
>
<span
class="bg-slate-500/30 text-purple-600/90 text-xs font-medium px-2.5 py-0.5 rounded-full"
>MySQL</span
>
</div>
<div class="py-7 flex self-end">
<a
href="/src/maintance.html"
class="text-white bg-primary hover:opacity-90 focus:outline-none focus:ring-4 focus:opacity-80 shadow-md shadow-indigo-700/50 font-medium rounded-full text-sm px-5 py-2.5 text-center"
>Selengkapnya...</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project Section End -->
<!-- Portfolio Section Start -->
<section id="portfolio" class="pt-24 bg-gray-900 rounded-t-xl px-2">
<div class="container">
<h1
class="uppercase text-2xl font-extrabold text-slate-200 text-center lg:text-4xl"
>
Portfolio
</h1>
<h2 class="text-base font-medium text-slate-400 text-center mb-16">
Daftar Proyek Aplikasi
</h2>
<div class="grid grid-cols-1 justify-items-center gap-8 lg:grid-cols-3">
<!-- SIM Antrian -->
<div
class="max-w-sm bg-slate-800 border border-slate-700 rounded-3xl shadow dark:bg-gray-800 dark:border-gray-700"
>
<div class="thumbnail-portfolio p-2">
<a href="/src/detail_portfolio1.html">
<img
class="rounded-2xl h-[180px] w-full"
src="/public/img/portfolio2.jpeg"
alt=""
/>
</a>
</div>
<div class="info flex justify-between mb-3">
<span
class="bg-green/30 text-green-600 text-xs font-medium ml-5 px-2.5 py-0.5 rounded-lg dark:bg-gray-700 dark:text-green-400 border border-green-600"
>Puskesmas Patimuan</span
>
<p class="text-sm font-medium text-slate-500 mr-5">
Agustus 2023
</p>
</div>
<div class="p-5 pt-1">
<a href="/src/detail_portfolio1.html">
<h5
class="mb-1 text-lg font-bold tracking-tight text-gray-300 dark:text-white hover:text-indigo-500"
>
Realtime Sistem Informasi Antrian Pada Pukskesmas Web-Based
</h5>
</a>
<!-- <p
class="mb-2 mt-4 font-normal text-gray-400 dark:text-gray-200 leading-relaxed"
>
Sistem Informasi Manajemen (SIM) Antrian Pasien berbasis Web
pada Puskesmas Patimuan.
</p> -->
<div class="tag">
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>Laravel</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>JavaScript</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>Bootstrap</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>MySQL</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>WebSocket</span
>
</div>
</div>
</div>
<!-- SIM Pendaftaran -->
<div
class="max-w-sm bg-slate-800 border border-slate-700 rounded-3xl shadow dark:bg-gray-800 dark:border-gray-700"
>
<div class="thumbnail-portfolio p-2">
<a href="/src/maintance.html">
<img
class="rounded-2xl h-[180px] w-full"
src="/public/img/portfolio1.jpeg"
alt=""
/>
</a>
</div>
<div class="info flex justify-between mb-3">
<span
class="bg-green/30 text-green-600 text-xs font-medium ml-5 px-2.5 py-0.5 rounded-lg dark:bg-gray-700 dark:text-green-400 border border-green-600"
>Puskesmas Patimuan</span
>
<p class="text-sm font-medium text-slate-500 mr-5">Juli 2023</p>
</div>
<div class="p-5 pt-1">
<a href="/src/maintance.html">
<h5
class="mb-1 text-lg font-bold tracking-tight text-gray-300 dark:text-white hover:text-indigo-500"
>
Sistem Informasi Manajemen Pendaftaran Pasien Pada Puskesmas
Web-Based
</h5>
</a>
<!-- <p
class="mb-2 mt-4 font-normal text-gray-400 dark:text-gray-200 leading-relaxed"
>
Sistem Informasi Manajemen (SIM) Pendaftaran serta Kunjungan
Pasien berbasis Web pada Puskesmas Patimuan.
</p> -->
<div class="tag">
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>Laravel</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>JavaScript</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>Bootstrap</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>MySQL</span
>
</div>
</div>
</div>
<!-- SIM Kios Pasar -->
<div
class="max-w-sm bg-slate-800 border border-slate-700 rounded-3xl shadow dark:bg-gray-800 dark:border-gray-700"
>
<div class="thumbnail-portfolio p-2">
<a href="/src/maintance.html">
<img
class="rounded-2xl h-[180px] w-full"
src="/public/img/portfolio3.jpeg"
alt=""
/>
</a>
</div>
<div class="info flex justify-between mb-3">
<span
class="bg-green/30 text-green-600 text-xs font-medium ml-5 px-2.5 py-0.5 rounded-lg dark:bg-gray-700 dark:text-green-400 border border-green-600"
>BUMDes Karsa Mandiri Bumireja</span
>
<p class="text-sm font-medium text-slate-500 mr-5">Juni 2022</p>
</div>
<div class="p-5 pt-1">
<a href="/src/maintance.html">
<h5
class="mb-1 text-lg font-bold tracking-tight text-gray-300 dark:text-white hover:text-indigo-500"
>
Sistem Informasi Manajemen Sewa Kios & Los Pasar Bumireja
Web-Based
</h5>
</a>
<!--
<p
class="mb-2 mt-4 font-normal text-gray-400 dark:text-gray-200 leading-relaxed"
>
Sistem Informasi Manajemen (SIM) Sewa Kios dan Los Pasar
Bumireja, Cilacap.
</p> -->
<div class="tag">
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>CodeIgniter</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>JavaScript</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>Bootstrap</span
>
<span
class="bg-slate-500/20 text-purple-300/50 text-xs font-medium mr-1 px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>MySQL</span
>
</div>
</div>
</div>
</div>
<div class="next-page pt-10 pb-28 flex justify-center">
<a
href="/src/portfolio.html"
class="text-white bg-primary hover:opacity-90 focus:outline-none focus:ring-4 focus:opacity-80 shadow-md shadow-indigo-700/50 font-medium rounded-full text-sm px-5 py-2.5 text-center"
>Lihat Lebih Banyak ></a
>
</div>
</div>
</section>
<!-- Portfolio Section End -->
<!-- Blogs Section Start -->
<section id="portfolio" class="pt-24 bg-lime-50/30 rounded-t-xl">
<div class="container">
<h1
class="uppercase text-2xl font-extrabold text-slate-800 text-center lg:text-4xl"
>
Blogs
</h1>
<h2 class="text-base font-medium text-slate-600 text-center mb-16">
Artikel Seputar Dunia Teknologi
</h2>
<div class="grid grid-cols-1 justify-items-center gap-8 lg:grid-cols-3">
<!-- Artikel 1 -->
<div
class="max-w-sm bg-lime-50/40 border border-lime-100/90 rounded-xl shadow dark:bg-gray-800 dark:border-gray-700"
>
<div class="thumbnail-portfolio p-2">
<a href="/src/maintance.html">
<img
class="rounded-xl"
src="https://source.unsplash.com/random/600x300/?windows,laptop"
alt=""
/>
</a>
</div>
<div class="p-5 pt-1">
<a href="/src/maintance.html">
<h5
class="mb-1 text-lg font-bold tracking-tight text-gray-800 dark:text-white hover:text-indigo-500"
>
Cara Mengatasi Laptop Lemot Pada Windows 10
</h5>
</a>
<p
class="mb-2 mt-4 font-medium text-sm text-gray-500 dark:text-gray-200 leading-relaxed"
>
Ujian kesabaran salah satunya adalah saat memakai laptop lemot,
hal itu membuat kamu meras....
<a
href="#"
class="text-sm font-medium text-secondary hover:text-secondary/80"
>Baca selengkapnya</a
>
</p>
<div class="tag mb-2">
<span
class="bg-primary/20 text-primary/80 text-xs font-medium mr-1 px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>Tips & Trik</span
>
<span
class="bg-primary/20 text-primary/80 text-xs font-medium mr-1 px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>Windows 10</span
>
</div>
<hr />
<div class="info text-right pt-3">
<p class="text-xs font-medium text-slate-500 mr-2">
20 Oktober 2023
</p>
</div>
</div>
</div>
<!-- Artikel 2 -->
<div
class="max-w-sm bg-lime-50/40 border border-lime-100/90 rounded-xl shadow dark:bg-gray-800 dark:border-gray-700"
>
<div class="thumbnail-portfolio p-2">
<a href="/src/maintance.html">
<img
class="rounded-xl"
src="https://source.unsplash.com/random/600x300/?chatGPT"
alt=""
/>
</a>
</div>
<div class="p-5 pt-1">
<a href="/src/maintance.html">
<h5
class="mb-1 text-lg font-bold tracking-tight text-gray-800 dark:text-white hover:text-indigo-500"
>
Mengenal Apa Itu ChatGPT?
</h5>
</a>
<p
class="mb-2 mt-4 font-medium text-sm text-gray-500 dark:text-gray-200 leading-relaxed"
>
Apa itu Chat GPT? Chat GPT (Generative Pre-training Transformer)
adalah kecerdasan buatan yang car....
<a
href="#"
class="text-sm font-medium text-secondary hover:text-secondary/80"
>Baca selengkapnya</a
>
</p>
<div class="tag mb-2">
<span
class="bg-primary/20 text-primary/80 text-xs font-medium mr-1 px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>AI</span
>
</div>
<hr />
<div class="info text-right pt-3">
<p class="text-xs font-medium text-slate-500 mr-2">
31 September 2023
</p>
</div>
</div>
</div>
<!-- Artikel 3 -->
<div
class="max-w-sm bg-lime-50/40 border border-lime-100/90 rounded-xl shadow dark:bg-gray-800 dark:border-gray-700"
>
<div class="thumbnail-blogs p-2">
<a href="/src/maintance.html">
<img
class="rounded-xl"
src="https://source.unsplash.com/random/600x300/?ui-ux,user interface"
alt=""
/>
</a>
</div>
<div class="p-5 pt-1">
<a href="/src/maintance.html">
<h5
class="mb-1 text-lg font-bold tracking-tight text-gray-800 dark:text-white hover:text-indigo-500"
>
5 Website Untuk Referensi Belajar UI/UX
</h5>
</a>
<p
class="mb-2 mt-4 font-medium text-sm text-gray-500 dark:text-gray-200 leading-relaxed"
>
UI/UX designer menjadi salah satu pekerjaan yang cukup populer
belakangan ini dalam dunia teknolog....
<a
href="#"
class="text-sm font-medium text-secondary hover:text-secondary/80"
>Baca selengkapnya</a
>
</p>
<div class="tag mb-2">
<span
class="bg-primary/20 text-primary/80 text-xs font-medium mr-1 px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>UI/UX</span
>
<span
class="bg-primary/20 text-primary/80 text-xs font-medium mr-1 px-2.5 py-0.5 rounded-full dark:bg-purple-900 dark:text-purple-300"
>Web Development</span
>
</div>
<hr />
<div class="info text-right pt-3">
<p class="text-xs font-medium text-slate-500 mr-2">
15 September 2023
</p>
</div>
</div>
</div>
</div>
<div class="next-page pt-10 pb-28 flex justify-center">
<a
href="/src/maintance.html"
class="text-white bg-primary hover:opacity-90 focus:outline-none focus:ring-4 focus:opacity-80 shadow-md shadow-indigo-700/50 font-medium rounded-full text-sm px-5 py-2.5 text-center"
>Lihat Lebih Banyak ></a
>
</div>
</div>
</section>
<!-- Blogs Section End -->
<!-- Contact Section Start -->
<section id="contact" class="bg-white dark:bg-gray-900">
<div class="py-8 lg:py-24 px-4 mx-auto max-w-screen-md">
<h2
class="mb-2 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white"
>
Kontak Saya
</h2>
<p
class="mb-8 lg:mb-16 font-semibold text-center text-gray-500 dark:text-gray-400 sm:text-xl"
>
Ada yang bisa saya bantu?
</p>
<form
action="mailto:vigoalmuarif@gmail.com"
method="post"
enctype="text/plain"
class="space-y-8"
>
<div>
<label
for="email"
class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Email Kamu</label
>
<input
type="email"
id="email"
name="email"
class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light"
placeholder="nama@email.com"
required
/>
</div>
<div>
<label
for="subject"
class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Subjek</label
>
<input
type="text"
id="subject"
name="subject"
class="block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light"
placeholder="Tentang apa yang bisa saya bantu?"
required
autocomplete="off"
/>
</div>
<div class="sm:col-span-2">
<label
for="message"
class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400"
>Pesan kamu</label
>
<textarea
id="message"
name="message"
rows="6"
class="block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500"
placeholder="Masukan pesan kamu disini...."
></textarea>
<input
type="hidden"
name="info"
id="info"
value="Email dari Portfolio Website"
/>
</div>
<button
type="submit"
class="py-3 px-5 text-sm font-medium text-center text-white rounded-full bg-primary sm:w-fit hover:bg-indigo-800 focus:ring-4 focus:outline-none focus:ring-indigo-300 dark:bg-indigo-600 dark:hover:bg-indigo-700 dark:focus:ring-indigo-800"
>
Kirim pesan
</button>
</form>
</div>
</section>
<!-- Contact Section End -->
<!-- Footer Section Start -->
<footer class="bg-gray-950">
<div
class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between"
>
<span
class="text-transparent font-bold text-sm bg-clip-text bg-gradient-to-r from-primary to-secondary sm:text-center dark:text-gray-400"
>© 2023
<a href="#" class="hover:underline">Vigoalmuarif.</a>
</span>
</div>
</footer>
<!-- Footer Section End -->
<script src="/public/plugins/flowbite/dist/flowbite.min.js"></script>
<script src="/public/plugins/swiper/swiper-bundle.min.js"></script>
<script>
var swiper = new Swiper(".mySwiper", {
effect: "cards",
grabCursor: true,
});
</script>
</body>
</html>