-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
421 lines (393 loc) · 30.3 KB
/
index.html
File metadata and controls
421 lines (393 loc) · 30.3 KB
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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio Muhammad Zaidan</title>
<link href="dist/css/final.css" rel="stylesheet" />
<script>
if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
</script>
</head>
<body>
<!-- Header Start -->
<header class="absolute top-0 left-0 z-10 flex w-full items-center bg-transparent">
<div class="container">
<div class="relative flex items-center justify-between">
<div class="px-4">
<a href="#home" class="block py-6 text-lg font-bold text-primary">Muhammad Zaidan</a>
</div>
<div class="flex items-center px-4">
<button id="hamburger" name="hamburger" type="button" class="absolute right-4 block lg:hidden">
<span class="hamburger-line origin-top-left transition duration-300 ease-in-out"></span>
<span class="hamburger-line transition duration-300 ease-in-out"></span>
<span class="hamburger-line origin-bottom-left transition duration-300 ease-in-out"></span>
</button>
<nav
id="nav-menu"
class="absolute right-4 top-full hidden w-full max-w-[250px] rounded-lg bg-white py-5 shadow-lg dark:bg-dark dark:shadow-slate-500 lg:static lg:block lg:max-w-full lg:rounded-none lg:bg-transparent lg:shadow-none lg:dark:bg-transparent"
>
<ul class="block lg:flex">
<li class="group">
<a href="#home" class="mx-8 flex py-2 text-base text-dark group-hover:text-primary dark:text-white">Home</a>
</li>
<li class="group">
<a href="#about" class="mx-8 flex py-2 text-base text-dark group-hover:text-primary dark:text-white">About Me</a>
</li>
<li class="group">
<a href="#project" class="mx-8 flex py-2 text-base text-dark group-hover:text-primary dark:text-white">Project</a>
</li>
<li class="group">
<a href="#experience" class="mx-8 flex py-2 text-base text-dark group-hover:text-primary dark:text-white">Experience</a>
</li>
<li class="group">
<a href="#contact" class="mx-8 flex py-2 text-base text-dark group-hover:text-primary dark:text-white">Contact</a>
</li>
<li class="mt-3 flex items-center pl-8 lg:mt-0">
<div class="flex">
<span class="mr-2 text-sm text-slate-500">light</span>
<input type="checkbox" class="hidden" id="dark-toggle" />
<label for="dark-toggle">
<div class="flex h-5 w-9 cursor-pointer items-center rounded-full bg-slate-500 p-1">
<div class="toggle-circle h-4 w-4 rounded-full bg-white transition duration-300 ease-in-out"></div>
</div>
</label>
<span class="ml-2 text-sm text-slate-500">dark</span>
</div>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Hero Section Start -->
<section id="home" class="pt-36 dark:bg-dark">
<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">Hi Everyone 🖐️👋, I'm <span class="mt-1 block text-4xl font-bold text-dark dark:text-white lg:text-5xl">Muhammad Zaidan</span></h1>
<h2 class="mb-5 text-lg font-medium text-secondary lg:text-2xl">Active Students & <span class="text-dark dark:text-white">Junior Front End Developer</span></h2>
<p class="mb-10 font-medium leading-relaxed text-secondary">This is My Portfolio, Scroll Down For <span class="font-bold text-dark dark:text-white">Get To Know More</span></p>
<a href="https://api.whatsapp.com/send/?phone=6287725252541&text&type=phone_number&app_absent=0" class="rounded-full bg-primary py-3 px-8 text-base font-semibold text-white transition duration-300 ease-in-out hover:opacity-80 hover:shadow-lg">Contact Me</a>
</div>
<div class="w-full self-end px-4 lg:w-1/2">
<div class="relative mt-10 lg:right-0 lg:mt-9">
<img src="dist/img/Zai no bg.png" alt="M Zaidan" class="relative z-10 mx-auto max-w-full" />
<span class="absolute bottom-0 left-1/2 -translate-x-1/2 md:scale-125">
<svg width="500" height="400" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#14B8A6" d="M18.3,-11.5C29.7,-7,49,-3.5,57.3,8.3C65.5,20,62.7,40,51.4,41.7C40,43.5,20,27.1,8.9,18.2C-2.2,9.3,-4.5,8,-20.6,6.2C-36.8,4.5,-66.9,2.2,-73.8,-6.9C-80.7,-16,-64.4,-32.1,-48.2,-36.6C-32.1,-41.2,-16,-34.3,-6.3,-28C3.5,-21.8,7,-16.1,18.3,-11.5Z" transform="translate(100 100)" />
</svg>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- Hero Section End -->
<!-- About Section Start -->
<section id="about" class="pt-36 pb-32 dark:bg-dark">
<div class="container">
<div class="flex flex-wrap">
<div class="mb-10 w-full px-4 lg:w-1/2">
<h4 class="mb-3 text-lg font-bold uppercase text-primary">About Me</h4>
<h2 class="mb-5 max-w-md text-3xl font-bold text-dark dark:text-white lg:text-4xl"></h2>
<p class="max-w-xl text-base font-medium text-secondary lg:text-lg">Seorang Mahasiswa aktif di Universitas Raharja, dengan jurusan Sistem Informasi Manajemen. Saya tertarik dengan bidang Front End Development yang saya sukai dan ingin tahu tentang pengetahuan atau hal-hal baru seiring perkembangan teknologi saat ini.</p>
<br>
<a href="https://drive.google.com/file/d/1VltitxvAfDjZI0h0JlpBlIPrKxO91xhK/view?usp=sharing" class="rounded-full bg-primary py-3 px-8 text-base font-semibold text-white transition duration-300 ease-in-out hover:opacity-80 hover:shadow-lg">My Latest CV 📄</a>
</div>
<div class="mb-10 w-full px-4 lg:w-1/2">
<h4 class="mb-3 text-lg font-bold uppercase text-primary">My Skills</h4>
<div class="flex items-center">
<!-- PHP -->
<a
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" class="fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>PHP</title>
<path d="M7.01 10.207h-.944l-.515 2.648h.838c.556 0 .97-.105 1.242-.314.272-.21.455-.559.55-1.049.092-.47.05-.802-.124-.995-.175-.193-.523-.29-1.047-.29zM12 5.688C5.373 5.688 0 8.514 0 12s5.373 6.313 12 6.313S24 15.486 24 12c0-3.486-5.373-6.312-12-6.312zm-3.26 7.451c-.261.25-.575.438-.917.551-.336.108-.765.164-1.285.164H5.357l-.327 1.681H3.652l1.23-6.326h2.65c.797 0 1.378.209 1.744.628.366.418.476 1.002.33 1.752a2.836 2.836 0 0 1-.305.847c-.143.255-.33.49-.561.703zm4.024.715l.543-2.799c.063-.318.039-.536-.068-.651-.107-.116-.336-.174-.687-.174H11.46l-.704 3.625H9.388l1.23-6.327h1.367l-.327 1.682h1.218c.767 0 1.295.134 1.586.401s.378.7.263 1.299l-.572 2.944h-1.389zm7.597-2.265a2.782 2.782 0 0 1-.305.847c-.143.255-.33.49-.561.703a2.44 2.44 0 0 1-.917.551c-.336.108-.765.164-1.286.164h-1.18l-.327 1.682h-1.378l1.23-6.326h2.649c.797 0 1.378.209 1.744.628.366.417.477 1.001.331 1.751zM17.766 10.207h-.943l-.516 2.648h.838c.557 0 .971-.105 1.242-.314.272-.21.455-.559.551-1.049.092-.47.049-.802-.125-.995s-.524-.29-1.047-.29z"/></svg>
</a>
<!-- HTML -->
<a
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" class="fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>HTML5</title>
<path d="M1.5 0h21l-1.91 21.563L11.977 24l-8.564-2.438L1.5 0zm7.031 9.75l-.232-2.718 10.059.003.23-2.622L5.412 4.41l.698 8.01h9.126l-.326 3.426-2.91.804-2.955-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157H8.531z"/></svg>
</a>
<!-- CSS -->
<a
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" class="fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>CSS3</title>
<path d="M1.5 0h21l-1.91 21.563L11.977 24l-8.565-2.438L1.5 0zm17.09 4.413L5.41 4.41l.213 2.622 10.125.002-.255 2.716h-6.64l.24 2.573h6.182l-.366 3.523-2.91.804-2.956-.81-.188-2.11h-2.61l.29 3.855L12 19.288l5.373-1.53L18.59 4.414z"/></svg>
</a>
<!-- Ethernet -->
<a
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" class="fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<title>Ethernet LAN</title>
<path d="M0 224L0 416c0 17.7 14.3 32 32 32l64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-32 0 0-32c0-17.7-14.3-32-32-32l-32 0 0-32c0-17.7-14.3-32-32-32L160 64c-17.7 0-32 14.3-32 32l0 32-32 0c-17.7 0-32 14.3-32 32l0 32-32 0c-17.7 0-32 14.3-32 32z"/></svg>
</a>
</div>
</div>
<div class="mb-10 w-full px-4 lg:w-1/2">
<h4 class="mb-3 text-lg font-bold uppercase text-primary">My Social Media</h4>
<div class="flex items-center">
<!-- Instagram -->
<a
href="https://instagram.com/zidennd"
target="_blank"
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" 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>
<!-- Facebook -->
<a
href="https://www.facebook.com/muhamad.ziden.1?mibextid=ZbWKwL"
target="_blank"
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" class="fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Facebook</title>
<path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/>
</svg>
</a>
<!-- LinkedIn -->
<a
href="www.linkedin.com/in/muhammad-zaidan-690172190"
target="_blank"
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" 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>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Project Section Start -->
<section id="project" class="bg-slate-100 pt-36 pb-16 dark:bg-slate-800">
<div class="container">
<div class="w-full px-4">
<div class="mx-auto mb-16 max-w-xl text-center">
<h2 class="mb-3 text-lg font-bold uppercase text-primary">Project / Assignments</h2>
</div>
</div>
<div class="flex w-full flex-wrap justify-center px-4 xl:mx-auto xl:w-10/12">
<div class="mb-12 p-4 md:w-1/2">
<div class="overflow-hidden rounded-md shadow-md">
<img src="dist/img/portfolio/1.png" alt="Landing Page" width="w-full" />
</div>
<h3 class="mt-5 mb-3 text-xl font-semibold text-dark dark:text-white">Web App Agent Travel</h3>
<p class="text-base font-medium text-secondary">Website static dengan tema Agent Travel, dibuat dengan bahasa pemrograman HTML, CSS, & JS. Tanpa menggunakan framework.</p>
</div>
<div class="mb-12 p-4 md:w-1/2">
<div class="overflow-hidden rounded-md shadow-md">
<img src="dist/img/portfolio/2.png" alt="E-Commerce" width="w-full" />
</div>
<h3 class="mt-5 mb-3 text-xl font-semibold text-dark dark:text-white">Web App Pengembalian Barang</h3>
<p class="text-base font-medium text-secondary">Website yang memiliki fungsi utama yaitu CRUD (Create Read Update Delete). Dibuat dengan Framework Bootstrap, menggunakan bahasa pemrograman PHP, HTML, & CSS dan juga menggunakan MySQL sebagai database.</p>
</div>
<div class="mb-12 p-4 md:w-1/2">
<div class="overflow-hidden rounded-md shadow-md">
<img src="dist/img/portfolio/ScreenS.png" alt="Technical Documentation" width="w-full" />
</div>
<h3 class="mt-5 mb-3 text-xl font-semibold text-dark dark:text-white">Installation Wi-Fi</h3>
<p class="text-base font-medium text-secondary">Pemasangan WiFi dari Access Points yang terhubung dengan Switch dan dihubungkan ke perangkat Wireless Router dengan menggunakan kabel LAN.</p>
</div>
</div>
</div>
</section>
<!-- Project Section End -->
<!-- Experience Section Start -->
<section id="experience" class="bg-slate-100 pt-36 pb-32 dark:bg-dark">
<div class="container">
<div class="w-full px-4">
<div class="mx-auto mb-16 max-w-xl text-center">
<h2 class="mb-3 text-lg font-bold uppercase text-primary">Experience & Certification</h2>
</div>
</div>
<div class="flex flex-wrap">
<div class="w-full px-4 lg:w-1/2 xl:w-1/3">
<div class="mb-10 overflow-hidden rounded-xl bg-white shadow-lg dark:bg-slate-800">
<img src="dist/img/experience/pengalaman kerja KFC.jpeg" alt="Programming" class="w-full" />
<div class="py-8 px-6">
<h3>
<a class="mb-3 block truncate text-xl font-semibold text-dark hover:text-primary dark:text-white">Crew Store <span class="mb-6 text-base font-medium text-secondary">(Oct 2019 - Oct 2021)</a>
</h3>
<p class="mb-6 text-base font-medium text-secondary">Bekerja sebagai karyawan di salah satu restoran KFC, dan telah berhasil mencapai 5 bagian, yaitu terdapat Kitchen, Cook, backup, Cashier, dan Dining.</p>
</div>
</div>
</div>
<div class="w-full px-4 lg:w-1/2 xl:w-1/3">
<div class="mb-10 overflow-hidden rounded-xl bg-white shadow-lg dark:bg-slate-800">
<img src="dist/img/experience/Sertif lawas.png" alt="Mechanical Keyboard" class="w-full" />
<div class="py-8 px-6">
<h3>
<a class="mb-3 block truncate text-xl font-semibold text-dark hover:text-primary dark:text-white">Prakerin <span class="mb-6 text-base font-medium text-secondary">(Sep 2017 - Nov 2017)</a>
</h3>
<p class="mb-6 text-base font-medium text-secondary">Praktek Kerja Industri / Praktek Kerja Lapangan. Menangani Troubleshooting jaringan seperti mengganti kabel LAN / Rj45. Mengganti part pada CPU yang telah usang dengan yang terbaru.</p>
</div>
</div>
</div>
<div class="w-full px-4 lg:w-1/2 xl:w-1/3">
<div class="mb-10 overflow-hidden rounded-xl bg-white shadow-lg dark:bg-slate-800">
<img src="dist/img/experience/Certif.png" alt="Mechanical Keyboard" class="w-full" />
<div class="py-8 px-6">
<h3>
<a class="mb-3 block truncate text-xl font-semibold text-dark hover:text-primary dark:text-white">Certification Mini Course <span class="mb-6 text-base font-medium text-secondary">(2024)</a>
</h3>
<p class="mb-6 text-base font-medium text-secondary">Sertifikat pengenalan pada Software Engineering dan Digital Marketing, yang di adakan oleh RevoU.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section End -->
<!-- Contact Section Start -->
<section id="contact" class="pt-36 pb-32 dark:bg-slate-800">
<div class="container">
<div class="w-full px-4">
<div class="mx-auto mb-16 max-w-xl text-center">
<h4 class="mb-2 text-lg font-semibold text-primary">Contact</h4>
<p class="text-md font-medium text-secondary md:text-lg">This features is Coming Soon</p>
</div>
</div>
<form>
<div class="w-full lg:mx-auto lg:w-2/3">
<div class="mb-8 w-full px-4">
<label for="name" class="text-base font-bold text-primary">Name</label>
<input type="text" id="name" class="w-full rounded-md bg-slate-200 p-3 text-dark focus:border-primary focus:outline-none focus:ring-1 focus:ring-primary" />
</div>
<div class="mb-8 w-full px-4">
<label for="email" class="text-base font-bold text-primary">Email</label>
<input type="email" id="email" class="w-full rounded-md bg-slate-200 p-3 text-dark focus:border-primary focus:outline-none focus:ring-1 focus:ring-primary" />
</div>
<div class="mb-8 w-full px-4">
<label for="message" class="text-base font-bold text-primary">Message</label>
<textarea type="text" id="message" class="h-32 w-full rounded-md bg-slate-200 p-3 text-dark focus:border-primary focus:outline-none focus:ring-1 focus:ring-primary"></textarea>
</div>
<div class="w-full px-4">
<button class="w-full rounded-full bg-primary py-3 px-8 text-base font-semibold text-white transition duration-500 hover:opacity-80 hover:shadow-lg">Kirim</button>
</div>
</div>
</form>
</div>
</section>
<!-- Contact Section End -->
<!-- Footer Start -->
<footer class="bg-dark pt-24 pb-12">
<div class="container">
<div class="flex flex-wrap">
<div class="mb-12 w-full px-4 font-medium text-slate-300 md:w-1/3">
<h2 class="mb-5 text-4xl font-bold text-white">Muhammad Zaidan</h2>
<h3 class="mb-2 text-2xl font-bold">Call Me</h3>
<p> <svg role="img" width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Mail.Ru</title>
<path d="M15.61 12c0 1.99-1.62 3.61-3.61 3.61-1.99 0-3.61-1.62-3.61-3.61 0-1.99 1.62-3.61 3.61-3.61 1.99 0 3.61 1.62 3.61 3.61M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12c2.424 0 4.761-.722 6.76-2.087l.034-.024-1.617-1.879-.027.017A9.494 9.494 0 0 1 12 21.54c-5.26 0-9.54-4.28-9.54-9.54 0-5.26 4.28-9.54 9.54-9.54 5.26 0 9.54 4.28 9.54 9.54a9.63 9.63 0 0 1-.225 2.05c-.301 1.239-1.169 1.618-1.82 1.568-.654-.053-1.42-.52-1.426-1.661V12A6.076 6.076 0 0 0 12 5.93 6.076 6.076 0 0 0 5.93 12 6.076 6.076 0 0 0 12 18.07a6.02 6.02 0 0 0 4.3-1.792 3.9 3.9 0 0 0 3.32 1.805c.874 0 1.74-.292 2.437-.821.719-.547 1.256-1.336 1.553-2.285.047-.154.135-.504.135-.507l.002-.013c.175-.76.253-1.52.253-2.457 0-6.617-5.383-12-12-12"/></svg>
muhammadzaidan002@gmail.com</p>
<br>
<p> <svg role="img" width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Google Maps</title>
<path d="M19.527 4.799c1.212 2.608.937 5.678-.405 8.173-1.101 2.047-2.744 3.74-4.098 5.614-.619.858-1.244 1.75-1.669 2.727-.141.325-.263.658-.383.992-.121.333-.224.673-.34 1.008-.109.314-.236.684-.627.687h-.007c-.466-.001-.579-.53-.695-.887-.284-.874-.581-1.713-1.019-2.525-.51-.944-1.145-1.817-1.79-2.671L19.527 4.799zM8.545 7.705l-3.959 4.707c.724 1.54 1.821 2.863 2.871 4.18.247.31.494.622.737.936l4.984-5.925-.029.01c-1.741.601-3.691-.291-4.392-1.987a3.377 3.377 0 0 1-.209-.716c-.063-.437-.077-.761-.004-1.198l.001-.007zM5.492 3.149l-.003.004c-1.947 2.466-2.281 5.88-1.117 8.77l4.785-5.689-.058-.05-3.607-3.035zM14.661.436l-3.838 4.563a.295.295 0 0 1 .027-.01c1.6-.551 3.403.15 4.22 1.626.176.319.323.683.377 1.045.068.446.085.773.012 1.22l-.003.016 3.836-4.561A8.382 8.382 0 0 0 14.67.439l-.009-.003zM9.466 5.868L14.162.285l-.047-.012A8.31 8.31 0 0 0 11.986 0a8.439 8.439 0 0 0-6.169 2.766l-.016.018 3.665 3.084z"/></svg>
Komplek Teluknaga Boulevard, Kampung Melayu Timur, Teluknaga</p>
<p>Tangerang</p>
</div>
<div class="mb-12 w-full px-4 md:w-1/3">
<h3 class="mb-5 text-xl font-semibold text-white">Tautan</h3>
<ul class="text-slate-300">
<li>
<a href="#home" class="mb-3 inline-block text-base hover:text-primary">Home</a>
</li>
<li>
<a href="#about" class="mb-3 inline-block text-base hover:text-primary">About Me</a>
</li>
<li>
<a href="#project" class="mb-3 inline-block text-base hover:text-primary">Project / Assignments</a>
</li>
<li>
<a href="#experience" class="mb-3 inline-block text-base hover:text-primary">Experience</a>
</li>
<li>
<a href="#contact" class="mb-3 inline-block text-base hover:text-primary">Contact</a>
</li>
</ul>
</div>
</div>
<div class="w-full border-t border-slate-700 pt-10">
<div class="mb-5 flex items-center justify-center">
<!-- Instagram -->
<a
href="https://instagram.com/zidennd"
target="_blank"
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" 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>
<!-- Facebook -->
<a
href="https://www.facebook.com/muhamad.ziden.1?mibextid=ZbWKwL"
target="_blank"
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" class="fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Facebook</title>
<path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/>
</svg>
</a>
<!-- LinkedIn -->
<a
href="www.linkedin.com/in/muhammad-zaidan-690172190"
target="_blank"
class="mr-3 flex h-9 w-9 items-center justify-center rounded-full border border-slate-300 text-slate-300 hover:border-primary hover:bg-primary hover:text-white"
>
<svg role="img" width="20" 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>
</div>
<p class="text-center text-xs font-medium text-slate-500">
Made By <span class="text-pink-500">👉</span> <a href="www.linkedin.com/in/muhammad-zaidan-690172190" target="_blank" class="font-bold text-primary">Muhammad Zaidan</a>, Using The Framework
<a href="https://tailwindcss.com" target="_blank" class="font-bold text-sky-500">Tailwind CSS</a>.
</p>
</div>
</div>
</footer>
<!-- Footer End -->
<!-- Back to top Start -->
<a href="#home" class="fixed bottom-4 right-4 z-[9999] hidden h-14 w-14 items-center justify-center rounded-full bg-primary p-4 hover:animate-pulse" id="to-top">
<span class="mt-2 block h-5 w-5 rotate-45 border-t-2 border-l-2"></span>
</a>
<!-- Back to top End -->
<script src="dist/js/script.js"></script>
</body>
</html>