-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
622 lines (585 loc) · 44.3 KB
/
Copy pathindex.html
File metadata and controls
622 lines (585 loc) · 44.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
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
<!DOCTYPE html>
<html lang="en">
<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" />
<!-- SEO Meta -->
<title>Alan Zagi - Software Engineer</title>
<meta name="description" content="Explore the portfolio of Alan Zagi, an experienced Software Engineer specializing in Laravel and Next.js. Hire for high-quality website & app development." />
<meta name="keywords" content="Alan Zagi, Web Developer Indonesia, Software Engineer, Laravel Developer, Next.js Developer, Portfolio Web Developer, Programmer Indonesia" />
<meta name="author" content="Alan Zagi" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://alanzagi.github.io/" />
<meta name="language" content="English" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Alan Zagi - Software Engineer" />
<meta property="og:description" content="Experienced in Laravel and Next.js, Alan Zagi is a Software Engineer building modern web applications." />
<meta property="og:image" content="https://alanzagi.github.io/img/alan.jpg" />
<meta property="og:url" content="https://alanzagi.github.io/" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Alan Zagi - Software Engineer" />
<meta name="twitter:description" content="Check out Alan Zagi's portfolio and web projects built with Laravel and Next.js." />
<meta name="twitter:image" content="https://alanzagi.github.io/img/alan.jpg" />
<meta name="twitter:site" content="@alanzagi" />
<!-- Schema.org Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Alan Zagi",
"url": "https://alanzagi.github.io/",
"image": "https://alanzagi.github.io/img/alan.jpg",
"jobTitle": "Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "AlanxCode"
},
"sameAs": ["https://github.com/alanzagi", "https://linkedin.com/in/alan-zagi-3a6637243", "https://instagram.com/alanzagi", "mailto:alanzagi@hotmail.com"]
}
</script>
<!-- ✅ Favicon & Fonts -->
<link rel="icon" href="img/alanxcode.jpg" type="image/jpg" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.font-inter {
font-family: "Inter", sans-serif;
}
</style>
</head>
<body class="bg-slate-100 font-inter text-gray-800">
<!-- Start Nav -->
<nav class="fixed top-0 w-full bg-transparent border-gray-200 z-50" data-aos="fade-down" role="navigation" aria-label="Main Navigation">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
<!-- Branding -->
<a href="https://instagram.com/alanzagi" class="flex items-center space-x-3 rtl:space-x-reverse" target="_blank" rel="noopener noreferrer" aria-label="Visit Alan Zagi Instagram">
<span class="self-center text-2xl font-semibold whitespace-nowrap text-slate-100 hidden"> <span class="text-purple-700">A</span>LAN<span class="text-purple-700">x</span><span class="text-purple-700">C</span>ODE </span>
</a>
<!-- Mobile Toggle -->
<div class="flex space-x-3 md:space-x-0 rtl:space-x-reverse">
<button
id="menuButton"
type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm rounded-lg bg-white duration-300 hover:scale-110 md:hidden"
aria-controls="navbar-cta"
aria-expanded="false"
aria-label="Toggle navigation menu"
data-collapse-toggle="navbar-cta"
>
<span class="sr-only">Toggle Menu</span>
<!-- Icon Menu -->
<svg id="menuIcon" class="w-5 h-5 transition-all duration-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14" aria-hidden="true">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15" />
</svg>
<!-- Icon Close -->
<svg id="closeIcon" class="w-5 h-5 hidden transition-all duration-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14" aria-hidden="true">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1l15 12M1 13L16 1" />
</svg>
</button>
</div>
<!-- Main Menu -->
<div class="hidden w-full md:flex md:justify-center md:order-1" id="navbar-cta">
<ul
class="flex flex-col font-medium p-4 mt-4 border border-gray-200 rounded-lg bg-white md:flex-row md:mt-0 md:border md:border-white/30 md:bg-white/20 md:backdrop-blur-md md:px-6 md:py-4 md:rounded-full md:text-sm md:shadow-lg md:space-x-10 md:mt-2"
>
<li><a href="#home" id="nav-home" class="nav-link block py-2 px-3 md:p-0 text-gray-800 rounded hover:bg-slate-200 md:hover:bg-transparent" aria-label="Go to Home section">Home</a></li>
<li><a href="#about" id="nav-about" class="nav-link block py-2 px-3 md:p-0 text-gray-800 rounded hover:bg-slate-200 md:hover:bg-transparent" aria-label="Go to About section">About</a></li>
<li><a href="#projects" id="nav-projects" class="nav-link block py-2 px-3 md:p-0 text-gray-800 rounded hover:bg-slate-200 md:hover:bg-transparent" aria-label="Go to Projects section">Projects</a></li>
<li><a href="#skills" id="nav-skills" class="nav-link block py-2 px-3 md:p-0 text-gray-800 rounded hover:bg-slate-200 md:hover:bg-transparent" aria-label="Go to Skills section">Skills</a></li>
<li><a href="#experience" id="nav-experience" class="nav-link block py-2 px-3 md:p-0 text-gray-800 rounded hover:bg-slate-200 md:hover:bg-transparent" aria-label="Go to Experience section">Experience</a></li>
<li><a href="#contact" id="nav-contact" class="nav-link block py-2 px-3 md:p-0 text-gray-800 rounded hover:bg-slate-200 md:hover:bg-transparent" aria-label="Go to Contact section">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- End Nav -->
<!-- Start Main -->
<main class="relative h-screen bg-gradient-to-r from-blue-200 to-cyan-200 md:pt-20" id="home">
<section class="relative z-10 flex items-center justify-center h-full" data-aos="zoom-in">
<div class="text-center max-w-2xl px-10 lg:px-0">
<header class="text-gray-800 space-y-6 pt-20">
<div class="space-y-4">
<img src="img/alan.jpg" alt="Portrait of Alan Zagi" class="block rounded-full shadow-xl mx-auto -mt-16 h-40 w-40 border-8 border-white object-cover" />
<h1 class="text-2xl font-bold tracking-tight sm:text-5xl">Alan Zagi</h1>
</div>
<h2 class="mt-2 text-xl leading-8 font-medium lg:text-2xl"><strong>2 years</strong> of experience in software engineering, using <strong>Laravel and Next.js</strong> to build websites and web applications.</h2>
<div class="mt-4 flex items-center justify-center flex-col space-y-2 md:flex-row md:space-y-0 md:space-x-5">
<a
href="https://wa.me/6281521550913"
class="flex items-center rounded-full bg-gray-800 text-white px-5 py-3 text-lg font-medium shadow-sm hover:bg-gray-900 hover:-translate-y-1 transition transform duration-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
target="_blank"
rel="noopener"
aria-label="Contact Alan via WhatsApp"
>
Contact Me Here
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" fill="currentColor" class="h-4 w-4 ml-2">
<path d="M647-440H160v-80h487L423-744l57-56 320 320-320 320-57-56 224-224Z" />
</svg>
</a>
<a
href="img/cv_ats_alan.pdf"
download="cv_ats_alan.pdf"
class="flex items-center rounded-full bg-white text-gray-800 px-6 py-3 text-lg font-medium shadow-sm hover:-translate-y-1 transition transform duration-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
aria-label="Download Alan Zagi's CV"
>
Download CV
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" fill="currentColor" class="h-4 w-4 ml-2">
<path d="M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z" />
</svg>
</a>
</div>
<nav class="flex items-center justify-center space-x-4" aria-label="Social media">
<a
href="https://www.linkedin.com/in/alan-zagi-3a6637243"
target="_blank"
rel="noopener"
aria-label="Alan on LinkedIn"
class="bg-white p-1 w-14 h-14 flex items-center justify-center rounded-full shadow-lg hover:shadow-xl transition duration-300 ease-in-out transform hover:-translate-y-1"
>
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" class="w-full h-5">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"
/>
</svg>
</a>
<a
href="mailto:alanzagi@hotmail.com"
target="_blank"
rel="noopener"
aria-label="Email Alan"
class="bg-white p-1 w-14 h-14 flex items-center justify-center rounded-full shadow-lg hover:shadow-xl transition duration-300 ease-in-out transform hover:-translate-y-1"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" class="w-full h-5">
<path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z" />
</svg>
</a>
<a
href="https://github.com/alanzagi"
target="_blank"
rel="noopener"
aria-label="Alan on GitHub"
class="bg-white p-1 w-14 h-14 flex items-center justify-center rounded-full shadow-lg hover:shadow-xl transition duration-300 ease-in-out transform hover:-translate-y-1"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="w-full h-5">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"
/>
</svg>
</a>
<a
href="https://instagram.com/alanzagi"
target="_blank"
rel="noopener"
aria-label="Alan on Instagram"
class="bg-white p-1 w-14 h-14 flex items-center justify-center rounded-full shadow-lg hover:shadow-xl transition duration-300 ease-in-out transform hover:-translate-y-1"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="w-full h-5">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334"
/>
</svg>
</a>
</nav>
</header>
</div>
</section>
</main>
<!-- End Main -->
<!-- Start About -->
<section class="bg-gray-50 py-32" id="about" aria-labelledby="about-heading">
<div class="mx-auto px-10 text-center space-y-10 lg:px-96">
<h2 id="about-heading" class="text-4xl font-bold text-gray-900 mb-4">👨💻 About Me</h2>
<p class="text-md text-gray-700 leading-relaxed">
Saya bersekolah di <strong>SMK Negeri 3 Singkawang</strong> studi
<a href="https://instagram.com/famousclass_xi_pplg" target="_blank" rel="noopener" class="font-bold" aria-label="Instagram kelas XI PPLG"> Pengembangan Perangkat Lunak & Gim (PPLG) </a>
dengan pengalaman lebih dari <strong>2 tahun</strong> dalam membuat dan mengembangkan <i lang="en">website</i>. Hingga sekarang saya telah membuat puluhan <i lang="en">websites</i> dengan berbagai tema dan fungsi yang
berbeda-beda.
</p>
</div>
</section>
<!-- End About -->
<!-- Start Projects -->
<section class="py-16 bg-gray-50" id="projects" aria-labelledby="projects-heading">
<div class="max-w-6xl mx-auto px-4">
<h2 id="projects-heading" class="text-4xl font-bold text-gray-900 mb-12 text-center">🚀 Projects</h2>
<div class="grid gap-8 px-10 md:grid-cols-2">
<!-- Project 1 -->
<article class="bg-white shadow-md rounded-lg overflow-hidden p-4" data-aos="zoom-in">
<img src="img/lankas.png" alt="Screenshot aplikasi LANKAS untuk pengelolaan uang kas kelas" class="w-full h-48 object-cover object-left object-top border-2 border-gray-800 rounded-lg" loading="lazy" decoding="async" />
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-900">LANKAS - Aplikasi Pengelolaan Uang Kas</h3>
<p class="text-gray-600 text-md mt-2">
Lankas adalah sistem pengelolaan uang kas kelas berbasis web yang dibangun dengan Laravel. Fitur mencakup pencatatan pembayaran, pengeluaran, laporan keuangan, manajemen profil, CRUD data, dan ekspor PDF.
</p>
<a
href="https://lankas.pplgxcode.biz.id/login"
target="_blank"
rel="noopener noreferrer"
class="inline-block mt-4 px-4 py-2 bg-gray-100 text-gray-800 rounded-full border border-gray-800 opacity-80 hover: transition"
aria-label="Demo aplikasi LANKAS"
>
Project Preview
</a>
<div class="mt-4 text-left text-sm text-gray-500 flex items-center space-x-3" aria-label="Tools digunakan: Laravel, TailwindCSS, JQuery, MySQL">
<img src="https://upload.wikimedia.org/wikipedia/commons/9/9a/Laravel.svg" alt="Laravel" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Tailwind_CSS_Logo.svg" alt="TailwindCSS" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="img/jquerylogo.png" alt="JQuery" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="https://upload.wikimedia.org/wikipedia/id/a/a9/MySQL.png" alt="MySQL" class="w-10 h-6" loading="lazy" decoding="async" />
</div>
</div>
</article>
<!-- Project 2 -->
<article class="bg-white shadow-md rounded-lg overflow-hidden p-4" data-aos="zoom-in">
<img src="img/makmurcatering.jpg" alt="Screenshot website Makmur Catering untuk pemesanan dan profil" class="w-full h-48 object-cover object-left border-2 border-gray-800 rounded-lg" loading="lazy" decoding="async" />
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-900">MCatering - Company Profile & Ordering</h3>
<p class="text-gray-600 text-md mt-2">
Website Makmur Catering dibangun dengan Laravel, berfungsi sebagai profil bisnis dan sistem pemesanan makanan online. Memiliki antarmuka ramah pengguna, tampilan menu, serta dukungan TailwindCSS dan Flowbite.
</p>
<a
href="https://makmurcatering.pplgxcode.biz.id/"
target="_blank"
rel="noopener noreferrer"
class="inline-block mt-4 px-4 py-2 bg-gray-100 text-gray-800 rounded-full border border-gray-800 opacity-80 hover: transition"
aria-label="Demo website Makmur Catering"
>
Project Preview
</a>
<div class="mt-4 text-left text-sm text-gray-500 flex items-center space-x-3" aria-label="Tools digunakan: Laravel, TailwindCSS, JQuery, MySQL">
<img src="https://upload.wikimedia.org/wikipedia/commons/9/9a/Laravel.svg" alt="Laravel" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Tailwind_CSS_Logo.svg" alt="TailwindCSS" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="img/jquerylogo.png" alt="JQuery" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="https://upload.wikimedia.org/wikipedia/id/a/a9/MySQL.png" alt="MySQL" class="w-10 h-6" loading="lazy" decoding="async" />
</div>
</div>
</article>
<!-- Project 3 -->
<article class="bg-white shadow-md rounded-lg overflow-hidden p-4" data-aos="zoom-in">
<img src="img/lanbakery.png" alt="Screenshot website LANBAKERY untuk toko roti" class="w-full h-48 object-cover object-left border-2 border-gray-800 rounded-lg" loading="lazy" decoding="async" />
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-900">LANBAKERY - Company Profile & Ordering</h3>
<p class="text-gray-600 text-md mt-2">
LANBAKERY adalah situs manajemen toko roti berbasis Laravel dengan fitur listing produk, pemrosesan pesanan, integrasi pembayaran, dan panel admin untuk pengelolaan stok serta kustomisasi tampilan.
</p>
<a
href="https://lanbakery.pplgxcode.biz.id/"
target="_blank"
rel="noopener noreferrer"
class="inline-block mt-4 px-4 py-2 bg-gray-100 text-gray-800 rounded-full border border-gray-800 opacity-80 hover: transition"
aria-label="Demo website LANBAKERY"
>
Project Preview
</a>
<div class="mt-4 text-left text-sm text-gray-500 flex items-center space-x-3" aria-label="Tools digunakan: Laravel, TailwindCSS, JQuery, MySQL">
<img src="https://upload.wikimedia.org/wikipedia/commons/9/9a/Laravel.svg" alt="Laravel" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Tailwind_CSS_Logo.svg" alt="TailwindCSS" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="img/jquerylogo.png" alt="JQuery" class="w-6 h-6" loading="lazy" decoding="async" />
<img src="https://upload.wikimedia.org/wikipedia/id/a/a9/MySQL.png" alt="MySQL" class="w-10 h-6" loading="lazy" decoding="async" />
</div>
</div>
</article>
</div>
</div>
</section>
<!-- End Projects -->
<!-- Start Skills -->
<section class="py-10 px-10 bg-gray-50" id="skills" aria-labelledby="skills-heading">
<div class="mb-12 text-center">
<h2 id="skills-heading" class="text-4xl font-bold inline-block text-gray-900">🎯 Specialized Skills</h2>
</div>
<div class="grid grid-cols-4 lg:grid-cols-5 gap-6 px-4 sm:px-8 md:px-16 lg:px-56 lg:gap-14" data-aos="fade-up">
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Tailwind_CSS_Logo.svg" alt="TailwindCSS" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">TailwindCSS</figcaption>
</figure>
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="img/bootstrap.svg" alt="Bootstrap" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">Bootstrap</figcaption>
</figure>
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="img/PHP-logo.svg" alt="PHP" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">PHP</figcaption>
</figure>
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="https://upload.wikimedia.org/wikipedia/commons/9/9a/Laravel.svg" alt="Laravel" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">Laravel</figcaption>
</figure>
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="https://bayumaulanaikhsan.my.id/images/icon/javascript.svg" alt="Javascript" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">Javascript</figcaption>
</figure>
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="https://bayumaulanaikhsan.my.id/images/icon/typescript.svg" alt="Typescript" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">Typescript</figcaption>
</figure>
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="https://bayumaulanaikhsan.my.id/images/icon/mysql.svg" alt="MySQL" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">MySQL</figcaption>
</figure>
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a7/React-icon.svg" alt="ReactJS" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">ReactJS</figcaption>
</figure>
<figure class="flex flex-col items-center justify-center bg-white aspect-square w-full shadow-[6px_6px_0px_0px_#000] font-mono font-bold uppercase rounded-xl transition-all duration-200 hover:shadow-[12px_12px_0px_0px_#000]">
<img src="img/next-js-logo.png" alt="NextJS" class="w-12 sm:w-16 lg:w-20 transition-all duration-200" loading="lazy" />
<figcaption class="sr-only">NextJS</figcaption>
</figure>
</div>
</section>
<!-- End Skills -->
<!-- Start Experience -->
<section class="relative px-4 py-10 sm:px-6 lg:px-12 bg-gray-50" id="experience" aria-label="Work Experience">
<div class="max-w-5xl mx-auto">
<h2 class="text-4xl font-bold mb-12 text-center">🏢 Work Experiences</h2>
<div class="relative">
<!-- Garis tengah desktop -->
<div class="hidden lg:block absolute top-0 left-1/2 transform -translate-x-1/2 w-1 h-full bg-gray-300"></div>
<!-- DESKTOP TIMELINE -->
<div class="hidden lg:block">
<!-- Left card -->
<article class="mb-12 flex justify-between items-start" data-aos="fade-up">
<div class="w-1/2 pr-8 text-right relative">
<span class="absolute -right-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md z-10">
<img src="img/alanxcode.jpg" alt="Logo ALANxCODE Programming Agency" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 inline-block max-w-xl">
<h3 class="font-bold text-lg">Software Engineer</h3>
<p class="text-sm text-gray-600 font-semibold">ALANxCODE</p>
<p class="text-sm text-gray-700 mt-2">
ALANxCODE is my personal tech brand focused on web and application development. I help businesses build modern, responsive websites and scalable digital solutions, with attention to clean structure, functionality, and
user experience.
</p>
<time datetime="2023-01" class="text-sm font-medium">January 2023 - Present</time>
</div>
</div>
</article>
<!-- Right card -->
<article class="mb-12 flex justify-between items-start" data-aos="fade-up" data-aos-delay="100">
<div class="w-1/2"></div>
<div class="w-1/2 pl-8 relative">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md z-10">
<img src="img/SMK_Negeri_3_Singkawang.jpg" alt="Logo Cinematography SMK Negeri 3 Singkawang" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 inline-block max-w-xl">
<h3 class="font-bold text-lg">Deputy Head</h3>
<p class="text-sm text-gray-600 font-semibold">Cinematography SMK Negeri 3 Singkawang</p>
<p class="text-sm text-gray-700 mt-2">
As Deputy Head, Head of Videography, and Instructor, I led the planning and execution of visual content for various events and projects. I taught cinematography and video editing, mentored the team, and ensured high
production quality across all media outputs.
</p>
<time datetime="2023-09" class="text-sm font-medium">September 2023 - June 2026</time>
</div>
</div>
</article>
<!-- Left card -->
<article class="mb-12 flex justify-between items-start" data-aos="fade-up">
<div class="w-1/2 pr-8 text-right relative">
<span class="absolute -right-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md z-10">
<img src="img/SMK_Negeri_3_Singkawang.jpg" alt="Logo OSIS SMK Negeri 3 Singkawang" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 inline-block max-w-xl">
<h3 class="font-bold text-lg">President</h3>
<p class="text-sm text-gray-600 font-semibold">OSIS SMK Negeri 3 Singkawang</p>
<p class="text-sm text-gray-700 mt-2">
As President of the Student Council, I led major school events, represented the student body in formal settings, organized leadership programs, coordinated with faculty, and gave public speeches to inspire peers and
build a stronger, more connected school community.</p>
<time datetime="2024-06" class="text-sm font-medium">June 2024 - June 2025</time>
</p>
</div>
</div>
</article>
<!-- Right card -->
<article class="mb-12 flex justify-between items-start" data-aos="fade-up" data-aos-delay="100">
<div class="w-1/2"></div>
<div class="w-1/2 pl-8 relative">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md z-10">
<img src="img/komdigi.png" alt="Logo Diskomdigi Kota Singkawang" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 inline-block max-w-xl">
<h3 class="font-bold text-lg">Internship Web Developer</h3>
<p class="text-sm text-gray-600 font-semibold">Diskominfo Kota Singkawang</p>
<p class="text-sm text-gray-700 mt-2">As an intern, I worked on website development and Mikrotik network configuration. My tasks included fullstack, coding, and optimizing connectivity to ensure fast, secure, and reliable systems for users while supporting day-to-day IT operations within the team.</p>
<time datetime="2025-06" class="text-sm font-medium">June 2025 - January 2026</time>
</div>
</div>
</article>
<!-- Left card -->
<article class="mb-12 flex justify-between items-start" data-aos="fade-up">
<div class="w-1/2 pr-8 text-right relative">
<span class="absolute -right-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md z-10">
<img src="img/SMK_Negeri_3_Singkawang.jpg" alt="Logo MPK SMK Negeri 3 Singkawang" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 inline-block max-w-xl">
<h3 class="font-bold text-lg">Chairman</h3>
<p class="text-sm text-gray-600 font-semibold">MPK SMK Negeri 3 Singkawang</p>
<p class="text-sm text-gray-700 mt-2">As Chairperson of the Student Representative Council (MPK), I led council meetings, voiced student concerns, and coordinated with school leaders. I organized initiatives that supported student welfare and helped foster a more inclusive, communicative, and collaborative school environment.</p>
<time datetime="2025-06" class="text-sm font-medium">June 2025 - June 2026</time>
</div>
</div>
</article>
<!-- Right card -->
<article class="mb-12 flex justify-between items-start" data-aos="fade-up" data-aos-delay="100">
<div class="w-1/2"></div>
<div class="w-1/2 pl-8 relative">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md z-10">
<img src="img/veradev-logo.jpeg" alt="Logo Veradev Digital Agency" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 inline-block max-w-xl">
<h3 class="font-bold text-lg">Founder & CEO</h3>
<p class="text-sm text-gray-600 font-semibold">Veradev Digital Agency</p>
<p class="text-sm text-gray-700 mt-2">As the Founder and CEO of Veradev Digital Agency, I lead a team specializing in custom website and application development. We deliver tailored digital solutions for businesses, focusing on performance, user experience, and modern technologies to help clients grow online.</p>
<time datetime="2025-06" class="text-sm font-medium">June 2025 - Present</time>
</div>
</div>
</article>
</div>
<!-- MOBILE VERSION -->
<div class="lg:hidden relative">
<!-- Vertical line mobile -->
<div class="absolute left-3 top-0 bottom-0 w-1 bg-gray-300"></div>
<!-- Cards (simplified, same content) -->
<article class="mb-12 ml-6 relative" data-aos="fade-up">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md">
<img src="img/alanxcode.jpg" alt="Logo ALANxCODE Programming Agency" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 w-full">
<h3 class="font-bold text-lg">Software Engineer</h3>
<p class="text-sm text-gray-600 font-semibold">ALANxCODE</p>
<p class="text-sm text-gray-700 mt-2">ALANxCODE is my personal tech brand focused on web and application development. I help businesses build modern, responsive websites and scalable digital solutions, with attention to clean structure, functionality, and
user experience.</p>
<time datetime="2023-01" class="text-sm font-medium">January 2023 - Present</time>
</div>
</article>
<article class="mb-12 ml-6 relative" data-aos="fade-up" data-aos-delay="100">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md">
<img src="img/SMK_Negeri_3_Singkawang.jpg" alt="Logo Cinematography SMK Negeri 3 Singkawang" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 w-full">
<h3 class="font-bold text-lg">Deputy Head</h3>
<p class="text-sm text-gray-600 font-semibold">Cinematography SMK Negeri 3 Singkawang</p>
<p class="text-sm text-gray-700 mt-2">
As Deputy Head, Head of Videography, and Instructor, I led the planning and execution of visual content for various events and projects. I taught cinematography and video editing, mentored the team, and ensured high production quality across all media outputs.
</p>
<time datetime="2023-09" class="text-sm font-medium">September 2023 - June 2026</time>
</div>
</article>
<article class="mb-12 ml-6 relative" data-aos="fade-up" data-aos-delay="100">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md">
<img src="img/SMK_Negeri_3_Singkawang.jpg" alt="Logo OSIS SMK Negeri 3 Singkawang" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 w-full">
<h3 class="font-bold text-lg">President</h3>
<p class="text-sm text-gray-600 font-semibold">OSIS SMK Negeri 3 Singkawang</p>
<p class="text-sm text-gray-700 mt-2">As President of the Student Council, I led major school events, represented the student body in formal settings, organized leadership programs, coordinated with faculty, and gave public speeches to inspire peers and build a stronger, more connected school community.</p>
<time datetime="2024-06" class="text-sm font-medium">June 2024 - June 2025</time>
</div>
</article>
<article class="mb-12 ml-6 relative" data-aos="fade-up" data-aos-delay="100">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md">
<img src="img/komdigi.png" alt="Logo Diskomdigi Kota Singkawang" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 w-full">
<h3 class="font-bold text-lg">Internship Web Developer</h3>
<p class="text-sm text-gray-600 font-semibold">Diskominfo Kota Singkawang</p>
<p class="text-sm text-gray-700 mt-2">As an intern, I worked on website development and Mikrotik network configuration. My tasks included fullstack, coding, and optimizing connectivity to ensure fast, secure, and reliable systems for users while supporting day-to-day IT operations within the team.</p>
<time datetime="2025-06" class="text-sm font-medium">June 2025 - January 2026</time>
</div>
</article>
<article class="mb-12 ml-6 relative" data-aos="fade-up" data-aos-delay="100">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md">
<img src="img/SMK_Negeri_3_Singkawang.jpg" alt="Logo MPK SMK Negeri 3 Singkawang" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 w-full">
<h3 class="font-bold text-lg">Chairman</h3>
<p class="text-sm text-gray-600 font-semibold">MPK SMK Negeri 3 Singkawang</p>
<p class="text-sm text-gray-700 mt-2">As Chairperson of the Student Representative Council (MPK), I led council meetings, voiced student concerns, and coordinated with school leaders. I organized initiatives that supported student welfare and helped foster a more inclusive, communicative, and collaborative school environment.</p>
<time datetime="2025-06" class="text-sm font-medium">June 2025 - June 2026</time>
</div>
</article>
<article class="mb-12 ml-6 relative" data-aos="fade-up" data-aos-delay="100">
<span class="absolute -left-5 top-1 w-10 h-10 rounded-full bg-white border-2 border-gray-400 flex items-center justify-center shadow-md">
<img src="img/veradev-logo.jpeg" alt="Logo Veradev Digital Agency" class="h-full w-full object-contain rounded-full" />
</span>
<div class="bg-white rounded-lg shadow-md p-6 w-full">
<h3 class="font-bold text-lg">Founder & CEO</h3>
<p class="text-sm text-gray-600 font-semibold">Veradev Digital Agency</p>
<p class="text-sm text-gray-700 mt-2">As the Founder and CEO of Veradev Digital Agency, I lead a team specializing in custom website and application development. We deliver tailored digital solutions for businesses, focusing on performance, user experience, and modern technologies to help clients grow online.</p>
<time datetime="2025-06" class="text-sm font-medium">June 2025 - Present</time>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- End Experience -->
<!-- Start Contact -->
<section class="bg-gray-50 text-gray-900" id="contact">
<div class="py-8 lg:py-16 px-4 mx-auto max-w-screen-md">
<h2 class="mb-4 text-4xl tracking-tight font-bold text-center">Get In Touch</h2>
<p class="mb-8 lg:mb-16 font-light text-center text-gray-900 sm:text-xl">
Additionally, I'm currently open for freelance or part-time opportunities. If you have an interesting project or need extra hands on deck, don't hesitate to get in touch!
<br /><br />
Feel free to get in touch with me whenever you need assistance or want to discuss anything. I'm here to help you with pleasure! 🚀
</p>
<form action="#" method="POST" id="contact-form" class="space-y-4" aria-label="Contact form">
<div>
<label for="name-input" class="block mb-2 text-sm font-medium">Nama</label>
<input
id="name-input"
name="name"
type="text"
class="shadow-sm bg-white border border-gray-200 text-gray-700 text-sm rounded-lg focus:ring-gray-800 focus:border-gray-800 block w-full p-2.5 placeholder-gray-500"
placeholder="Ketikkan nama lengkapmu disini.."
required
aria-required="true"
/>
</div>
<div>
<label for="message-input" class="block mb-2 text-sm font-medium">Pesan</label>
<textarea
id="message-input"
name="message"
rows="6"
class="block p-2.5 w-full text-sm text-gray-700 bg-white rounded-lg shadow-sm border border-gray-200 focus:ring-gray-800 focus:border-gray-800 placeholder-gray-500"
placeholder="Ketikkan pesanmu disini.."
required
aria-required="true"
></textarea>
</div>
<button type="button" onclick="sendToWhatsApp()" class="py-3 px-5 text-sm font-medium text-center text-slate-100 rounded-full bg-gray-800 duration-200 flex items-center space-x-2 border border-gray-800 hover:bg-transparent group">
<span class="text-white text-md group-hover:text-gray-800">Submit</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" class="w-5 h-5 fill-current text-white group-hover:text-gray-800" aria-hidden="true" focusable="false">
<path d="M120-160v-640l760 320-760 320Zm80-120 474-200-474-200v140l240 60-240 60v140Zm0 0v-400 400Z" />
</svg>
</button>
</form>
</div>
</section>
<!-- End Contact -->
<!-- Start Footer -->
<footer class="bg-gray-50 pb-20" role="contentinfo">
<div class="w-full mx-auto max-w-screen-xl p-4 text-center text-xs">
<p class="sm:text-center text-gray-700">
© <time datetime="2025">2025</time> <a href="https://instagram.com/alanzagi" class="hover:underline text-gray-900 font-bold" target="_blank" rel="noopener noreferrer"> Alan Zagi</a>. All Rights Reserved.
</p>
</div>
</footer>
<!-- End Footer -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="js/script.js"></script>
<script>
AOS.init({
duration: 500,
offset: 200,
delay: 100,
once: true,
});
</script>
</body>
</html>