-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
727 lines (709 loc) · 32.2 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link href="dist/output.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="/dist/img/favicon.svg" />
<style>
.suzu {
border: 1px solid salmon;
}
</style>
</head>
<body>
<!-- Header Start -->
<header
class="bg-transparent absolute top-0 left-0 w-full flex items-center z-10"
>
<div class="container">
<div class="flex items-center justify-between relative">
<div class="px-4">
<a href="#home" class="font-bold text-lg text-primary block py-6"
>myPortfolio</a
>
</div>
<div class="flex items-center px-4">
<button
id="hamburger"
name="hamburger"
type="button"
class="block absolute right-4 lg:hidden"
>
<span
class="hamburger-line transition duration-300 ease-in-out origin-top-left"
></span>
<span
class="hamburger-line transition duration-300 ease-in-out"
></span>
<span
class="hamburger-line transition duration-300 ease-in-out origin-bottom-left"
></span>
</button>
<nav
id="nav-menu"
class="hidden absolute py-5 bg-white shadow-lg rounded-lg max-w-[250px] w-full right-4 top-full lg:block lg:static lg:bg-transparent lg:max-w-full lg:shadow-none lg:rounded-none"
>
<ul class="block lg:flex">
<li class="group">
<a
href="#home"
class="text-base text-dark py-2 mx-8 flex group-hover:text-primary"
>Home</a
>
</li>
<li class="group">
<a
href="#about"
class="text-base text-dark py-2 mx-8 flex group-hover:text-primary"
>About Me</a
>
</li>
<li class="group">
<a
href="#portfolio"
class="text-base text-dark py-2 mx-8 flex group-hover:text-primary"
>Portfolio</a
>
</li>
<li class="group">
<a
href="#clients"
class="text-base text-dark py-2 mx-8 flex group-hover:text-primary"
>Clients</a
>
</li>
<li class="group">
<a
href="#blog"
class="text-base text-dark py-2 mx-8 flex group-hover:text-primary"
>Blog</a
>
</li>
<li class="group">
<a
href="#contact"
class="text-base text-dark py-2 mx-8 flex group-hover:text-primary"
>Contact Me</a
>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Hero Section Start -->
<section id="home" class="pt-36">
<div class="container">
<div class="flex flex-wrap">
<div class="w-full self-center px-4 lg:w-1/2">
<h1 class="text-base font-semibold text-primary md:text-xl">
Hello, i am
<span
class="block font-bold text-dark text-4xl mt-1 lg:text-5xl md:py-3"
>Farid Anwar</span
>
</h1>
<h2 class="font-medium text-secondary text-lg mb-5 lg:text-2xl">
Undergraduate Student at
<span class="text-dark">Yogyakarta State University</span>
</h2>
<p class="font-medium text-secondary 0 mb-10 leading-relaxed">
Studying at college is fun and enjoyable, isn't it?
<span class="text-dark font-semibold">No, it's not!</span>
</p>
<a
href="#"
class="text-base font-semibold text-white bg-primary py-3 px-8 rounded-full hover:shadow-lg hover:opacity-75 transition duration-300 ease-in-out"
>Contact Me</a
>
</div>
<div class="w-full self-end px-4 lg:w-1/2">
<div class="relative mt-10 lg:mt-0 lg:right-0">
<img
src="dist/img/pp2.png"
alt="Farid"
class="max-w-full mx-auto rounded-full border shadow-2xl border-primary border-opacity-20 md:border-none md:shadow-none"
/>
<span
class="scale-0 md:scale-100 lg:scale-105 absolute -bottom-14 -z-10 left-1/2 -translate-x-1/2"
>
<svg
width="400"
height="400"
viewBox="0 0 200 200"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="#00AFF0"
d="M68.4,-21.9C76.6,3.2,63.1,35.7,41,50.3C19,64.8,-11.6,61.4,-28.6,47.2C-45.6,33,-49,8,-42,-15.4C-35,-38.8,-17.5,-60.5,6.3,-62.6C30.1,-64.6,60.1,-47,68.4,-21.9Z"
transform="translate(100 100) scale(1.1)"
/>
</svg>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- Hero Section End -->
<!-- About Section Start -->
<section id="about" class="pt-36 pb-32">
<div class="container">
<div class="flex flex-wrap">
<div class="w-full px-4 mb-10 lg:w-1/2">
<h4 class="font-bold uppercase text-primary text-lg mb-3">
About Me
</h4>
<h2 class="font-bold text-dark text-3xl mb-5 max-w-md">
More than million fish on the ocean. Let's find out, shall we?
</h2>
<p class="font-medium text-base text-secondary lg:text-lg">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quasi
officia atque et ratione consectetur modi quisquam cupiditate
cumque molestiae voluptatibus.
</p>
</div>
<div class="w-full px-4 lg:w-1/2">
<h3
class="font-semibold text-dark text-2xl mb-4 lg:text-3xl lg:pt-10"
>
Stay in touch
</h3>
<p class="font-medium text-base text-secondary mb-6 lg:text-lg">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam
quam sequi facere officiis ad delectus?
</p>
<div class="flex items-center">
<!-- Instagram -->
<a
href="https://instagram.com/farid.mp4"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-500 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
class="fill-current"
width="20"
role="img"
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>
<!-- LinkedIn -->
<a
href="https://www.linkedin.com/in/farid-amanullah"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-500 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
class="fill-current"
width="20"
role="img"
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>
<!-- Tiktok -->
<a
href="#"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-500 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
class="fill-current"
width="20"
role="img"
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>
<!-- Oof -->
<a
href="#"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-500 hover:border-primary hover:bg-primary hover:text-white"
>
<svg
class="fill-current"
width="20"
role="img"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>OnlyFans</title>
<path
d="M24 4.003h-4.015c-3.45 0-5.3.197-6.748 1.957a7.996 7.996 0 1 0 2.103 9.211c3.182-.231 5.39-2.134 6.085-5.173 0 0-2.399.585-4.43 0 4.018-.777 6.333-3.037 7.005-5.995zM5.61 11.999A2.391 2.391 0 0 1 9.28 9.97a2.966 2.966 0 0 1 2.998-2.528h.008c-.92 1.778-1.407 3.352-1.998 5.263A2.392 2.392 0 0 1 5.61 12Zm2.386-7.996a7.996 7.996 0 1 0 7.996 7.996 7.996 7.996 0 0 0-7.996-7.996Zm0 10.394A2.399 2.399 0 1 1 10.395 12a2.396 2.396 0 0 1-2.399 2.398Z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Portfolio Section Start -->
<section id="portfolio" class="pt-36 pb-16 bg-slate-100">
<div class="container">
<div class="w-full px-4">
<div class="max-w-xl mx-auto text-center mb-16">
<h4 class="font-semibold text-lg text-primary mb-2">Portfolio</h4>
<h2
class="font-bold text-dark text-3xl mb-4 sm:text-4xl lg:text-5xl"
>
Latest Project
</h2>
<p class="font-medium text-md text-secondary md:text-lg">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus
numquam dolor in vel odit a neque distinctio laborum temporibus
excepturi.
</p>
</div>
</div>
<div
class="w-full px-4 flex flex-wrap justify-center lg:w-10/12 lg:mx-auto"
>
<div class="mb-12 p-4 md:w-1/2">
<div class="rounded-md shadow-md overflow-hidden">
<img src="dist/img/portfolio/1.jpg" alt="dummy1" width="100%" />
</div>
<h3 class="font-semibold text-dark text-xl mt-5 mb-2">Dummy1</h3>
<p class="font-medium text-base text-secondary">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Vero
cumque vel deserunt?
</p>
</div>
<div class="mb-12 p-4 md:w-1/2">
<div class="rounded-md shadow-md overflow-hidden">
<img src="dist/img/portfolio/1.jpg" alt="dummy2" width="100%" />
</div>
<h3 class="font-semibold text-dark text-xl mt-5 mb-2">Dummy2</h3>
<p class="font-medium text-base text-secondary">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Vero
cumque vel deserunt?
</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Section End -->
<!-- Clients Section Start -->
<section id="clients" class="pt-36 pb-32 bg-slate-700">
<div class="container">
<div class="w-full px-4">
<div class="mx-auto text-center mb-16">
<h4 class="font-semibold text-lg text-primary mb-2">Clients</h4>
<h2
class="font-bold text-white text-3xl mb-4 sm:text-4xl lg:text-5xl"
>
Who have collaborated before
</h2>
<p class="font-medium text-md text-secondary md:text-lg">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Provident!
</p>
</div>
</div>
<div class="w-full px-4">
<div class="flex flex-wrap items-center justify-center">
<a
href="#"
class="max-w-[120px] mx-4 py-4 grayscale opacity-60 transition duration-500 hover:grayscale-0 hover:opacity-100 lg:mx-6 xl:mx-8"
>
<img src="dist/img/clients/1.svg" alt="Google" />
</a>
<a
href="#"
class="max-w-[120px] mx-4 py-4 grayscale opacity-60 transition duration-500 hover:grayscale-0 hover:opacity-100 lg:mx-6 xl:mx-8"
>
<img src="dist/img/clients/2.svg" alt="Tokopedia" />
</a>
<a
href="#"
class="max-w-[120px] mx-4 py-4 grayscale opacity-60 transition duration-500 hover:grayscale-0 hover:opacity-100 lg:mx-6 xl:mx-8"
>
<img src="dist/img/clients/3.svg" alt="Wika" />
</a>
<a
href="#"
class="max-w-[120px] mx-4 py-4 grayscale opacity-60 transition duration-500 hover:grayscale-0 hover:opacity-100 lg:mx-6 xl:mx-8"
>
<img src="dist/img/clients/4.svg" alt="Binance" />
</a>
</div>
</div>
</div>
</section>
<!-- Clients Section End -->
<!-- Blog Section Start -->
<section id="blog" class="pt-36 pb-32 bg-slate-100">
<div class="container">
<div class="w-full px-4">
<div class="max-w-xl mx-auto text-center mb-16">
<h4 class="font-semibold text-lg text-primary mb-2">Blog</h4>
<h2
class="font-bold text-dark text-3xl mb-4 sm:text-4xl lg:text-5xl"
>
Latest Article
</h2>
<p class="font-medium text-md text-secondary md:text-lg">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Expedita, esse optio!
</p>
</div>
</div>
<div class="flex flex-wrap justify-center">
<div class="w-full px-4 lg:w-1/2 xl:h-1/3">
<div class="bg-white rounded-xl shadow-lg overflow-hidden mb-10">
<img
src="https://source.unsplash.com/360x200?programming"
alt="Programming"
class="w-full"
/>
<div class="py-8 px-6">
<h3>
<a
href="#"
class="block mb-3 font-semibold text-xl text-dark hover:text-primary truncate"
>Reactive Imaging Device Vulnerabilities Issues [Solved]</a
>
</h3>
<p class="font-medium text-secondary text-base mb-4">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Magnam, exercitationem?
</p>
<a
href="#"
class="font-medium text-sm text-white bg-primary py-2 px-4 rounded-md hover:opacity-80"
>Read More</a
>
</div>
</div>
</div>
<div class="w-full px-4 lg:w-1/2 xl:h-1/3">
<div class="bg-white rounded-xl shadow-lg overflow-hidden mb-10">
<img
src="https://source.unsplash.com/360x200?electronics"
alt="Programming"
class="w-full"
/>
<div class="py-8 px-6">
<h3>
<a
href="#"
class="block mb-3 font-semibold text-xl text-dark hover:text-primary truncate"
>How To Get B Score in Practical Electronics</a
>
</h3>
<p class="font-medium text-secondary text-base mb-4">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Magnam, exercitationem?
</p>
<a
href="#"
class="font-medium text-sm text-white bg-primary py-2 px-4 rounded-md hover:opacity-80"
>Read More</a
>
</div>
</div>
</div>
<div class="w-full px-4 lg:w-1/2 xl:h-1/3">
<div class="bg-white rounded-xl shadow-lg overflow-hidden mb-10">
<img
src="https://source.unsplash.com/360x200?cooking"
alt="Programming"
class="w-full"
/>
<div class="py-8 px-6">
<h3>
<a
href="#"
class="block mb-3 font-semibold text-xl text-dark hover:text-primary truncate"
>The Importance of Breakfast Before Taking a Class</a
>
</h3>
<p class="font-medium text-secondary text-base mb-4">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Debitis suscipit labore sit repellat provident iste obcaecati
molestias dolorem fuga, accusamus corporis illum dicta
perspiciatis, voluptatem quaerat veniam unde vel voluptas.
</p>
<a
href="#"
class="font-medium text-sm text-white bg-primary py-2 px-4 rounded-md hover:opacity-80"
>Read More</a
>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog Section End -->
<!-- Contact Section Start -->
<section id="contact" class="pt-36 pb-32">
<div class="container">
<div class="w-full px-4">
<div class="mx-auto text-center mb-16">
<h4 class="font-semibold text-lg text-primary mb-2">Contact</h4>
<h2
class="font-bold text-dark text-3xl mb-4 sm:text-4xl lg:text-5xl"
>
Do you have any questions? Please contact us.
</h2>
<p class="font-medium text-md text-secondary md:text-lg">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Expedita, esse optio!
</p>
</div>
</div>
<form>
<div class="w-full lg:w-2/3 lg:mx-auto">
<div class="w-full px-4 mb-8">
<label for="name" class="text-base font-bold text-primary"
>Name</label
>
<input
type="text"
id="name"
class="w-full bg-slate-200 text-dark p-3 rounded-md focus:outline-none focus:ring-primary focus:ring-1 focus:border-primary"
/>
</div>
<div class="w-full px-4 mb-8">
<label for="email" class="text-base font-bold text-primary"
>Email</label
>
<input
type="text"
id="email"
class="w-full bg-slate-200 text-dark p-3 rounded-md focus:outline-none focus:ring-primary focus:ring-1 focus:border-primary"
/>
</div>
<div class="w-full px-4 mb-8">
<label for="name" class="text-base font-bold text-primary"
>Message</label
>
<textarea
type="text"
id="name"
class="w-full bg-slate-200 text-dark p-3 rounded-md focus:outline-none focus:ring-primary focus:ring-1 focus:border-primary h-32"
></textarea>
</div>
<div class="w-full">
<button
class="text-base font-semibold text-white bg-primary py-3 px-8 rounded-full w-full hover:opacity-80 hover:shadow-lg transition duration-500"
>
Send
</button>
</div>
</div>
</form>
</div>
</section>
<!-- Contact Section Start -->
<!-- Footer Start -->
<footer class="bg-dark pt-24 pb-12">
<div class="container">
<div class="flex flex-wrap">
<div class="w-full p-4 mb-12 text-slate-300 font-medium md:w-1/3">
<h2 class="font-bold text-4xl text-white mb-5">myPortfolio</h2>
<h3 class="font-bold text-2xl mb-2">Contact Us</h3>
<p>[email protected]</p>
<p>Jl. Soekarno Hatta No.1</p>
<p>Tulungagung</p>
</div>
<div class="w-full px-4 mb-12 md:w-1/3">
<h3 class="font-semibold text-xl text-white mb-5">
Article Category
</h3>
<ul class="text-slate-300">
<li>
<a
href="#"
class="inline-block text-base hover:text-primary mb-3"
>Programming</a
>
</li>
<li>
<a
href="#"
class="inline-block text-base hover:text-primary mb-3"
>Hacking</a
>
</li>
<li>
<a
href="#"
class="inline-block text-base hover:text-primary mb-3"
>Cooking</a
>
</li>
</ul>
</div>
<div class="w-full px-4 mb-12 md:w-1/3">
<h3 class="font-semibold text-xl text-white mb-5">Links</h3>
<ul class="text-slate-300">
<li>
<a
href="#home"
class="inline-block text-base hover:text-primary mb-3"
>Home</a
>
</li>
<li>
<a
href="#about"
class="inline-block text-base hover:text-primary mb-3"
>About Us</a
>
</li>
<li>
<a
href="#portfolio"
class="inline-block text-base hover:text-primary mb-3"
>Portfolio</a
>
</li>
<li>
<a
href="#clients"
class="inline-block text-base hover:text-primary mb-3"
>Clients</a
>
</li>
<li>
<a
href="#blog"
class="inline-block text-base hover:text-primary mb-3"
>Blog</a
>
</li>
<li>
<a
href="#contact"
class="inline-block text-base hover:text-primary mb-3"
>Contact</a
>
</li>
</ul>
</div>
</div>
<div class="w-full pt-10 border-t border-slate-700">
<div class="flex items-center justify-center mb-5">
<!-- Instagram -->
<a
href="https://instagram.com/farid.mp4"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-500 hover:border-primary hover:bg-primary text-slate-200"
>
<svg
class="fill-current"
width="20"
role="img"
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>
<!-- LinkedIn -->
<a
href="https://www.linkedin.com/in/farid-amanullah"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-500 hover:border-primary hover:bg-primary text-slate-200"
>
<svg
class="fill-current"
width="20"
role="img"
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>
<!-- Tiktok -->
<a
href="#"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-500 hover:border-primary hover:bg-primary text-slate-200"
>
<svg
class="fill-current"
width="20"
role="img"
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>
<!-- Oof -->
<a
href="#"
target="_blank"
class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-500 hover:border-primary hover:bg-primary text-slate-200"
>
<svg
class="fill-current"
width="20"
role="img"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>OnlyFans</title>
<path
d="M24 4.003h-4.015c-3.45 0-5.3.197-6.748 1.957a7.996 7.996 0 1 0 2.103 9.211c3.182-.231 5.39-2.134 6.085-5.173 0 0-2.399.585-4.43 0 4.018-.777 6.333-3.037 7.005-5.995zM5.61 11.999A2.391 2.391 0 0 1 9.28 9.97a2.966 2.966 0 0 1 2.998-2.528h.008c-.92 1.778-1.407 3.352-1.998 5.263A2.392 2.392 0 0 1 5.61 12Zm2.386-7.996a7.996 7.996 0 1 0 7.996 7.996 7.996 7.996 0 0 0-7.996-7.996Zm0 10.394A2.399 2.399 0 1 1 10.395 12a2.396 2.396 0 0 1-2.399 2.398Z"
/>
</svg>
</a>
</div>
<p class="font-medium text-xs text-slate-500 text-center">
Made by <span class="text-pink-500">❤️</span>
<a
href="https://github.com/faridmd"
target="_blank"
class="font-bold text-primary"
>Farid Anwar</a
>, with
<a
href="https://tailwindcss.com"
target="_blank"
class="font-bold text-sky-500"
>TailwindCSS</a
>.
</p>
</div>
</div>
</footer>
<!-- Footer End -->
<script src="dist/js/script.js"></script>
</body>
</html>