-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
532 lines (493 loc) · 36.9 KB
/
Copy pathindex.html
File metadata and controls
532 lines (493 loc) · 36.9 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
<!DOCTYPE html>
<html lang="id" class="dark scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Muhammad Fikri — Systems & Industrial IoT Architect</title>
<meta name="description" content="Portofolio Rekayasa Muhammad Fikri: Firmware Instrumentasi Presisi, Arsitektur Kendaraan Listrik (EV), Driver Windows x64, dan Platform Enterprise.">
<meta name="keywords" content="Muhammad Fikri, Laksanasoft, ESP32, FreeRTOS, Embedded Systems, IoT, EV VCU, BACnet, DALI-2, Windows Driver, Pelaihari">
<meta name="author" content="Muhammad Fikri">
<!-- Open Graph -->
<meta property="og:title" content="Muhammad Fikri — Systems & Industrial IoT Architect">
<meta property="og:description" content="Portofolio 176 Repositori Rekayasa Produksi: Embedded Firmware, Arsitektur EV, Driver Low-Level, dan Enterprise Cloud.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://muhammadfikri-dev.github.io/">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
brand: {
50: '#f0fdfa',
100: '#ccfbf1',
400: '#2dd4bf',
500: '#14b8a6',
600: '#0d9488',
900: '#134e4a',
},
darkbg: '#080c14',
darkcard: '#0f172a',
darkborder: '#1e293b',
}
}
}
}
</script>
<!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest"></script>
<!-- Devicon Icons CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-darkbg text-slate-100 min-h-screen selection:bg-teal-500 selection:text-white transition-colors duration-300 antialiased">
<!-- Ambient Grid & Hardware Blueprint Background -->
<div class="fixed inset-0 bg-grid-pattern pointer-events-none z-0 opacity-40"></div>
<div class="fixed top-0 left-1/4 w-96 h-96 bg-teal-500/10 rounded-full blur-3xl pointer-events-none z-0"></div>
<div class="fixed top-1/3 right-10 w-96 h-96 bg-cyan-500/10 rounded-full blur-3xl pointer-events-none z-0"></div>
<!-- Header Navigation -->
<header class="sticky top-0 z-40 glass-panel border-b border-slate-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-20 flex items-center justify-between">
<!-- Brand -->
<a href="#" class="flex items-center gap-3.5 group">
<div class="w-11 h-11 rounded-xl bg-gradient-to-br from-teal-500 via-cyan-500 to-emerald-500 p-[2px] shadow-lg shadow-teal-500/20 group-hover:scale-105 transition-transform">
<div class="w-full h-full bg-slate-950 rounded-[10px] flex items-center justify-center font-mono font-bold text-base text-teal-400">
MF
</div>
</div>
<div>
<div class="font-bold text-base text-white group-hover:text-teal-400 transition-colors flex items-center gap-2">
Muhammad Fikri
<span class="inline-block w-2 h-2 rounded-full bg-emerald-400"></span>
</div>
<div class="text-xs text-slate-400 font-mono">PT. Laksana Digital Industri</div>
</div>
</a>
<!-- Desktop Nav Links -->
<nav class="hidden md:flex items-center gap-1 text-sm font-medium text-slate-300">
<a href="#featured" class="px-3.5 py-2 rounded-lg hover:text-white hover:bg-slate-800/60 transition-all flex items-center gap-1.5">
<i data-lucide="star" class="w-4 h-4 text-teal-400"></i>
<span>Proyek Utama</span>
</a>
<a href="#explorer" class="px-3.5 py-2 rounded-lg hover:text-white hover:bg-slate-800/60 transition-all flex items-center gap-1.5">
<i data-lucide="layers" class="w-4 h-4 text-cyan-400"></i>
<span>Katalog 176 Repo</span>
</a>
<a href="#architecture" class="px-3.5 py-2 rounded-lg hover:text-white hover:bg-slate-800/60 transition-all flex items-center gap-1.5">
<i data-lucide="cpu" class="w-4 h-4 text-emerald-400"></i>
<span>Arsitektur & Protokol</span>
</a>
<a href="#contact" class="px-3.5 py-2 rounded-lg hover:text-white hover:bg-slate-800/60 transition-all flex items-center gap-1.5">
<i data-lucide="mail" class="w-4 h-4 text-slate-400"></i>
<span>Kontak</span>
</a>
</nav>
<!-- Actions & Theme Toggle -->
<div class="flex items-center gap-3">
<button id="themeToggle" title="Ganti Mode Tampilan" class="p-2.5 rounded-xl border border-slate-800 bg-slate-900/80 text-slate-300 hover:text-teal-400 hover:border-teal-500/40 transition-all">
<i data-lucide="sun" id="themeIconSun" class="w-5 h-5 hidden"></i>
<i data-lucide="moon" id="themeIconMoon" class="w-5 h-5"></i>
</button>
<a href="https://github.com/muhammadfikri-dev" target="_blank" rel="noopener noreferrer" class="hidden sm:inline-flex items-center gap-2 px-4 py-2 rounded-xl bg-slate-900 hover:bg-slate-800 text-white font-medium text-sm border border-slate-700 hover:border-teal-500/50 transition-all">
<i class="devicon-github-original text-base"></i>
<span>GitHub Profil</span>
</a>
</div>
</div>
</header>
<main class="relative z-10">
<!-- Hero Section -->
<section class="pt-14 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="grid grid-cols-1 lg:grid-cols-12 gap-10 items-center">
<!-- Left Narrative -->
<div class="lg:col-span-8 space-y-6">
<div class="inline-flex items-center gap-2.5 px-3.5 py-1.5 rounded-full border border-teal-500/30 bg-teal-950/40 text-teal-300 text-xs font-mono">
<i data-lucide="shield-check" class="w-4 h-4 text-teal-400"></i>
<span>Systems & Embedded Firmware Engineering</span>
</div>
<h1 class="text-3xl sm:text-5xl lg:text-6xl font-extrabold tracking-tight text-white leading-tight">
Rekayasa Perangkat Keras, <br class="hidden sm:block">
<span class="text-transparent bg-clip-text bg-gradient-to-r from-teal-400 via-cyan-400 to-emerald-400">
Firmware Presisi & Sistem Enterprise
</span>
</h1>
<p class="text-sm sm:text-base text-slate-300 leading-relaxed max-w-3xl">
Portofolio teknis oleh <strong class="text-teal-300 font-semibold">Muhammad Fikri</strong> — Lead Systems Architect di <strong class="text-white">PT. Laksana Digital Industri</strong> (Pelaihari, Kalimantan Selatan). Berfokus pada perancangan unit kendali kendaraan listrik (VCU), instrumentasi laboratorium beresolusi tinggi, protokol otomasi industri (FreeRTOS, BACnet MS/TP, DALI-2), driver kernel Windows, dan infrastruktur server enterprise.
</p>
<!-- Tech Stack Badges with Official Logos -->
<div class="pt-2">
<div class="text-xs uppercase font-mono text-slate-400 mb-3 flex items-center gap-2">
<i data-lucide="terminal" class="w-3.5 h-3.5 text-teal-400"></i>
<span>Bahasa Pemrograman & Lingkungan Utama:</span>
</div>
<div class="flex flex-wrap gap-2.5 items-center">
<span class="inline-flex items-center gap-2 px-3 py-1.5 rounded-xl bg-slate-900/90 border border-slate-800 text-xs font-medium text-slate-200">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" alt="C++" class="w-4 h-4">
<span>C++ (144 Repo)</span>
</span>
<span class="inline-flex items-center gap-2 px-3 py-1.5 rounded-xl bg-slate-900/90 border border-slate-800 text-xs font-medium text-slate-200">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" alt="Python" class="w-4 h-4">
<span>Python</span>
</span>
<span class="inline-flex items-center gap-2 px-3 py-1.5 rounded-xl bg-slate-900/90 border border-slate-800 text-xs font-medium text-slate-200">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/c/c-original.svg" alt="C" class="w-4 h-4">
<span>C Bare-Metal</span>
</span>
<span class="inline-flex items-center gap-2 px-3 py-1.5 rounded-xl bg-slate-900/90 border border-slate-800 text-xs font-medium text-slate-200">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bash/bash-original.svg" alt="Bash" class="w-4 h-4">
<span>Shell / Bash</span>
</span>
<span class="inline-flex items-center gap-2 px-3 py-1.5 rounded-xl bg-slate-900/90 border border-slate-800 text-xs font-medium text-slate-200">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/powershell/powershell-original.svg" alt="PowerShell" class="w-4 h-4">
<span>PowerShell</span>
</span>
<span class="inline-flex items-center gap-2 px-3 py-1.5 rounded-xl bg-slate-900/90 border border-slate-800 text-xs font-medium text-slate-200">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" alt="Docker" class="w-4 h-4">
<span>Docker Stack</span>
</span>
</div>
</div>
<!-- CTAs -->
<div class="pt-4 flex flex-wrap gap-4 items-center">
<a href="#explorer" class="inline-flex items-center gap-2 px-6 py-3.5 rounded-xl bg-gradient-to-r from-teal-500 to-cyan-600 hover:from-teal-400 hover:to-cyan-500 text-slate-950 font-bold shadow-lg shadow-teal-500/25 transition-all text-sm">
<i data-lucide="layers" class="w-4 h-4"></i>
<span>Telusuri 176 Repositori</span>
</a>
<a href="#featured" class="inline-flex items-center gap-2 px-6 py-3.5 rounded-xl bg-slate-900 hover:bg-slate-800 text-slate-200 hover:text-white font-medium border border-slate-700 hover:border-teal-500/40 transition-all text-sm">
<i data-lucide="star" class="w-4 h-4 text-teal-400"></i>
<span>Sistem Utama</span>
</a>
<a href="mailto:muhammadfikripersonalmail@gmail.com" class="inline-flex items-center gap-2 px-5 py-3.5 rounded-xl text-slate-400 hover:text-teal-300 transition-colors text-sm">
<i data-lucide="mail" class="w-4 h-4"></i>
<span>Hubungi / Surel</span>
</a>
</div>
</div>
<!-- Right Metrics Panel -->
<div class="lg:col-span-4">
<div class="glass-panel rounded-3xl p-6 sm:p-7 border border-slate-800 shadow-2xl relative overflow-hidden">
<div class="flex items-center justify-between pb-4 border-b border-slate-800">
<div>
<div class="text-xs uppercase font-mono text-slate-400">Ringkasan Audit Teknis</div>
<div class="text-lg font-bold text-white">Metrik Repositori</div>
</div>
<span class="px-3 py-1 rounded-full bg-teal-500/10 border border-teal-500/30 text-teal-400 text-xs font-mono font-semibold">Siap Produksi</span>
</div>
<div class="grid grid-cols-2 gap-3.5 my-5">
<div class="p-3.5 rounded-2xl bg-slate-900/80 border border-slate-800">
<div class="text-3xl font-extrabold text-teal-400 font-mono">176</div>
<div class="text-xs text-slate-400 mt-1">Total Repositori</div>
</div>
<div class="p-3.5 rounded-2xl bg-slate-900/80 border border-slate-800">
<div class="text-3xl font-extrabold text-cyan-400 font-mono">144</div>
<div class="text-xs text-slate-400 mt-1">C++ / FreeRTOS</div>
</div>
<div class="p-3.5 rounded-2xl bg-slate-900/80 border border-slate-800">
<div class="text-3xl font-extrabold text-emerald-400 font-mono">6</div>
<div class="text-xs text-slate-400 mt-1">Kluster Rekayasa</div>
</div>
<div class="p-3.5 rounded-2xl bg-slate-900/80 border border-slate-800">
<div class="text-3xl font-extrabold text-amber-400 font-mono">0</div>
<div class="text-xs text-slate-400 mt-1">Fork (100% Asli)</div>
</div>
</div>
<div class="pt-3 text-xs text-slate-400 flex items-center justify-between border-t border-slate-800">
<span class="flex items-center gap-1.5"><i data-lucide="map-pin" class="w-3.5 h-3.5 text-teal-400"></i> Pelaihari, Indonesia</span>
<span class="font-mono text-slate-500">muhammadfikri-dev</span>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Projects Section -->
<section id="featured" class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto border-t border-slate-800">
<div class="flex flex-col md:flex-row md:items-end justify-between mb-10">
<div>
<div class="inline-flex items-center gap-2 text-teal-400 text-xs font-mono tracking-widest uppercase mb-2">
<i data-lucide="award" class="w-4 h-4"></i>
<span>Sistem Unggulan</span>
</div>
<h2 class="text-2xl sm:text-3xl font-extrabold text-white">Proyek Pilihan & Arsitektur Utama</h2>
<p class="text-slate-400 mt-2 max-w-2xl text-xs sm:text-sm">
Implementasi terpadu pada unit kendali kendaraan listrik, platform enterprise regulasi Indonesia, driver Windows x64, dan instrumen laboratorium presisi.
</p>
</div>
<a href="#explorer" class="mt-4 md:mt-0 text-xs sm:text-sm font-semibold text-teal-400 hover:text-teal-300 flex items-center gap-1 group">
<span>Lihat Semua 176 Repositori</span>
<i data-lucide="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
</a>
</div>
<!-- Spotlight Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6" id="featuredGrid">
<!-- Injected via app.js -->
</div>
</section>
<!-- 176 Repositories Explorer -->
<section id="explorer" class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto border-t border-slate-800">
<div class="mb-10 text-center max-w-3xl mx-auto">
<div class="inline-flex items-center gap-2 text-cyan-400 text-xs font-mono tracking-widest uppercase mb-2">
<i data-lucide="database" class="w-4 h-4"></i>
<span>Pencarian & Katalog</span>
</div>
<h2 class="text-2xl sm:text-3xl font-extrabold text-white">Katalog 176 Repositori Produksi</h2>
<p class="text-slate-400 mt-2 text-xs sm:text-sm">
Gunakan filter kategori atau kata kunci (sensor, mikrokontroler, bus komunikasi) untuk menelusuri seluruh repositori.
</p>
</div>
<!-- Controls Panel -->
<div class="glass-panel rounded-2xl p-5 mb-8 border border-slate-800 shadow-lg">
<!-- Search & Filters Row -->
<div class="grid grid-cols-1 md:grid-cols-12 gap-4 items-center">
<!-- Search Input -->
<div class="md:col-span-6 relative">
<i data-lucide="search" class="w-4 h-4 text-slate-400 absolute left-4 top-1/2 -translate-y-1/2 pointer-events-none"></i>
<input type="text" id="searchInput" placeholder="Cari nama proyek, protokol (misal: BACnet, ESP32, FreeRTOS, LoRa, ERP, Driver)..."
class="w-full pl-11 pr-10 py-3 rounded-xl bg-slate-900 border border-slate-700 text-white placeholder-slate-400 focus:outline-none focus:border-teal-500 focus:ring-2 focus:ring-teal-500/20 text-xs sm:text-sm transition-all">
<button id="clearSearchBtn" class="hidden absolute right-3 top-1/2 -translate-y-1/2 text-slate-400 hover:text-white p-1">
<i data-lucide="x" class="w-4 h-4"></i>
</button>
</div>
<!-- Language Filter -->
<div class="md:col-span-3">
<div class="relative">
<select id="languageSelect" class="w-full px-4 py-3 rounded-xl bg-slate-900 border border-slate-700 text-slate-200 focus:outline-none focus:border-teal-500 text-xs sm:text-sm appearance-none cursor-pointer">
<option value="all">Semua Bahasa & Stack</option>
<option value="C++">C++ (ESP32 & Arduino)</option>
<option value="Python">Python</option>
<option value="Shell">Shell / Bash</option>
<option value="C">C Bare-Metal</option>
<option value="PowerShell">PowerShell</option>
<option value="JavaScript">JavaScript</option>
<option value="Docker">Docker Stack</option>
</select>
<i data-lucide="chevron-down" class="w-4 h-4 text-slate-400 absolute right-4 top-1/2 -translate-y-1/2 pointer-events-none"></i>
</div>
</div>
<!-- Sort Select -->
<div class="md:col-span-3">
<div class="relative">
<select id="sortSelect" class="w-full px-4 py-3 rounded-xl bg-slate-900 border border-slate-700 text-slate-200 focus:outline-none focus:border-teal-500 text-xs sm:text-sm appearance-none cursor-pointer">
<option value="featured-first">Proyek Pilihan Teratas</option>
<option value="name-asc">Nama Repositori (A - Z)</option>
<option value="name-desc">Nama Repositori (Z - A)</option>
<option value="recent">Terakhir Diperbarui</option>
</select>
<i data-lucide="arrow-down-up" class="w-4 h-4 text-slate-400 absolute right-4 top-1/2 -translate-y-1/2 pointer-events-none"></i>
</div>
</div>
</div>
<!-- Category Filter Pills -->
<div class="mt-4 pt-4 border-t border-slate-800 flex flex-wrap gap-2 items-center" id="categoryPillsContainer">
<!-- Populated dynamically via app.js -->
</div>
</div>
<!-- Results Counter Bar -->
<div class="flex items-center justify-between mb-6 px-1">
<div class="text-xs sm:text-sm text-slate-400">
Menampilkan <strong id="resultsCount" class="text-teal-400 font-mono font-bold">176</strong> repositori
</div>
<div class="text-xs text-slate-500 font-mono hidden sm:block">
Tekan Detail untuk panduan kloning & deskripsi
</div>
</div>
<!-- Cards Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5" id="reposGrid">
<!-- Dynamically rendered by app.js -->
</div>
<!-- Pagination / Load More Button -->
<div class="mt-10 text-center" id="loadMoreContainer">
<button id="loadMoreBtn" class="inline-flex items-center gap-2 px-8 py-3.5 rounded-xl bg-slate-900 hover:bg-slate-800 text-teal-400 font-semibold border border-slate-700 hover:border-teal-500 shadow-md transition-all text-xs sm:text-sm">
<i data-lucide="plus-circle" class="w-4 h-4"></i>
<span>Tampilkan Lebih Banyak</span>
</button>
</div>
</section>
<!-- System Architecture & Engineering Standards -->
<section id="architecture" class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto border-t border-slate-800">
<div class="mb-10">
<div class="inline-flex items-center gap-2 text-emerald-400 text-xs font-mono tracking-widest uppercase mb-2">
<i data-lucide="cpu" class="w-4 h-4"></i>
<span>Spesifikasi & Standar Rekayasa</span>
</div>
<h2 class="text-2xl sm:text-3xl font-extrabold text-white">Arsitektur, Komponen & Protokol</h2>
<p class="text-slate-400 mt-2 max-w-3xl text-xs sm:text-sm">
Ringkasan teknologi perangkat keras, bus komunikasi industri, driver kernel, dan platform server yang diimplementasikan pada portofolio.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Card 1 -->
<div class="glass-card rounded-2xl p-6 border border-slate-800">
<div class="flex items-center gap-3 mb-4">
<div class="w-10 h-10 rounded-xl bg-teal-500/10 border border-teal-500/30 flex items-center justify-center text-teal-400">
<i data-lucide="cpu" class="w-5 h-5"></i>
</div>
<h3 class="text-base font-bold text-white">Mikrokontroler & SoC</h3>
</div>
<p class="text-xs text-slate-400 mb-4 leading-relaxed">Pengembangan firmware bare-metal dan multi-threading RTOS berlatensi rendah.</p>
<div class="flex flex-wrap gap-1.5">
<span class="inline-flex items-center gap-1.5 px-2.5 py-1 rounded-md bg-slate-900 text-teal-300 text-xs font-mono border border-slate-800">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" class="w-3.5 h-3.5" alt="C++"> ESP32-S3 FreeRTOS
</span>
<span class="inline-flex items-center gap-1.5 px-2.5 py-1 rounded-md bg-slate-900 text-teal-300 text-xs font-mono border border-slate-800">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/arduino/arduino-original.svg" class="w-3.5 h-3.5" alt="Arduino"> ATmega328P
</span>
<span class="inline-flex items-center gap-1.5 px-2.5 py-1 rounded-md bg-slate-900 text-teal-300 text-xs font-mono border border-slate-800">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/raspberrypi/raspberrypi-original.svg" class="w-3.5 h-3.5" alt="RPi"> RP2040 / RP2350
</span>
</div>
</div>
<!-- Card 2 -->
<div class="glass-card rounded-2xl p-6 border border-slate-800">
<div class="flex items-center gap-3 mb-4">
<div class="w-10 h-10 rounded-xl bg-cyan-500/10 border border-cyan-500/30 flex items-center justify-center text-cyan-400">
<i data-lucide="radio" class="w-5 h-5"></i>
</div>
<h3 class="text-base font-bold text-white">Protokol Komunikasi Industri</h3>
</div>
<p class="text-xs text-slate-400 mb-4 leading-relaxed">Komunikasi data deterministik untuk otomasi gedung dan sensor jarak jauh.</p>
<div class="flex flex-wrap gap-1.5">
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-cyan-300 text-xs font-mono border border-slate-800">BACnet MS/TP RS-485</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-cyan-300 text-xs font-mono border border-slate-800">DALI-2 Lighting</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-cyan-300 text-xs font-mono border border-slate-800">Modbus RTU / TCP</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-cyan-300 text-xs font-mono border border-slate-800">LoRa 915MHz</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-cyan-300 text-xs font-mono border border-slate-800">MQTT & WebSocket</span>
</div>
</div>
<!-- Card 3 -->
<div class="glass-card rounded-2xl p-6 border border-slate-800">
<div class="flex items-center gap-3 mb-4">
<div class="w-10 h-10 rounded-xl bg-amber-500/10 border border-amber-500/30 flex items-center justify-center text-amber-400">
<i data-lucide="zap" class="w-5 h-5"></i>
</div>
<h3 class="text-base font-bold text-white">Kendaraan Listrik & Avionika</h3>
</div>
<p class="text-xs text-slate-400 mb-4 leading-relaxed">Algoritma kendali motor sinkron dan sensor fusion navigasi penerbangan.</p>
<div class="flex flex-wrap gap-1.5">
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-amber-300 text-xs font-mono border border-slate-800">VCU ESP32-S3 Architecture</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-amber-300 text-xs font-mono border border-slate-800">FOC Inverter & BMS</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-amber-300 text-xs font-mono border border-slate-800">Madgwick AHRS IMU</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-amber-300 text-xs font-mono border border-slate-800">GRBL Motion Control</span>
</div>
</div>
<!-- Card 4 -->
<div class="glass-card rounded-2xl p-6 border border-slate-800">
<div class="flex items-center gap-3 mb-4">
<div class="w-10 h-10 rounded-xl bg-purple-500/10 border border-purple-500/30 flex items-center justify-center text-purple-400">
<i data-lucide="terminal" class="w-5 h-5"></i>
</div>
<h3 class="text-base font-bold text-white">Driver Windows & Low-Level</h3>
</div>
<p class="text-xs text-slate-400 mb-4 leading-relaxed">Porting paket driver Windows x64, implementasi ADB bridge, dan analisis hardware.</p>
<div class="flex flex-wrap gap-1.5">
<span class="inline-flex items-center gap-1.5 px-2.5 py-1 rounded-md bg-slate-900 text-purple-300 text-xs font-mono border border-slate-800">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/powershell/powershell-original.svg" class="w-3.5 h-3.5" alt="PowerShell"> WinUSB INF Package
</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-purple-300 text-xs font-mono border border-slate-800">Realtek I2S Audio Driver</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-purple-300 text-xs font-mono border border-slate-800">Intel Gemini Lake Chipset</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-purple-300 text-xs font-mono border border-slate-800">Synopsys DWC2 Exploit</span>
</div>
</div>
<!-- Card 5 -->
<div class="glass-card rounded-2xl p-6 border border-slate-800">
<div class="flex items-center gap-3 mb-4">
<div class="w-10 h-10 rounded-xl bg-emerald-500/10 border border-emerald-500/30 flex items-center justify-center text-emerald-400">
<i data-lucide="server" class="w-5 h-5"></i>
</div>
<h3 class="text-base font-bold text-white">Cloud, DevOps & ERP Stack</h3>
</div>
<p class="text-xs text-slate-400 mb-4 leading-relaxed">Infrastruktur server mandiri berbasis kontainer Docker terisolasi dan aman.</p>
<div class="flex flex-wrap gap-1.5">
<span class="inline-flex items-center gap-1.5 px-2.5 py-1 rounded-md bg-slate-900 text-emerald-300 text-xs font-mono border border-slate-800">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" class="w-3.5 h-3.5" alt="Docker"> Docker Compose
</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-emerald-300 text-xs font-mono border border-slate-800">Frappe & ERPNext v15</span>
<span class="inline-flex items-center gap-1.5 px-2.5 py-1 rounded-md bg-slate-900 text-emerald-300 text-xs font-mono border border-slate-800">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nginx/nginx-original.svg" class="w-3.5 h-3.5" alt="Nginx"> Nginx SSL Reverse Proxy
</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-emerald-300 text-xs font-mono border border-slate-800">Ollama LLM & n8n</span>
</div>
</div>
<!-- Card 6 -->
<div class="glass-card rounded-2xl p-6 border border-slate-800">
<div class="flex items-center gap-3 mb-4">
<div class="w-10 h-10 rounded-xl bg-rose-500/10 border border-rose-500/30 flex items-center justify-center text-rose-400">
<i data-lucide="file-check" class="w-5 h-5"></i>
</div>
<h3 class="text-base font-bold text-white">Kepatuhan Regulasi Indonesia</h3>
</div>
<p class="text-xs text-slate-400 mb-4 leading-relaxed">Integrasi modul sistem informasi dengan regulasi perpajakan dan ketenagakerjaan RI.</p>
<div class="flex flex-wrap gap-1.5">
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-rose-300 text-xs font-mono border border-slate-800">BPJS Ketenagakerjaan API</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-rose-300 text-xs font-mono border border-slate-800">PPh 21 TER 2024</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-rose-300 text-xs font-mono border border-slate-800">e-Faktur DJP XML</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-rose-300 text-xs font-mono border border-slate-800">QRIS Standar ASPI</span>
<span class="px-2.5 py-1 rounded-md bg-slate-900 text-rose-300 text-xs font-mono border border-slate-800">UU PDP No. 27/2022</span>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto border-t border-slate-800">
<div class="glass-panel rounded-3xl p-8 sm:p-12 border border-slate-800 text-center max-w-4xl mx-auto relative overflow-hidden">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-teal-500 to-cyan-400 p-[2px] mx-auto mb-5 shadow-xl shadow-teal-500/20">
<div class="w-full h-full bg-slate-950 rounded-[14px] flex items-center justify-center font-mono font-bold text-2xl text-teal-400">
MF
</div>
</div>
<h2 class="text-2xl sm:text-3xl font-bold text-white mb-2">Konsultasi Rekayasa & Kerjasama Teknis</h2>
<p class="text-slate-300 text-xs sm:text-sm leading-relaxed mb-6 max-w-2xl mx-auto">
Kebutuhan pengembangan sistem IoT industri, telemetri kendaraan listrik, instrumentasi laboratorium, maupun implementasi server enterprise untuk operasional perusahaan Anda.
</p>
<div class="flex flex-wrap justify-center gap-3.5">
<a href="mailto:muhammadfikripersonalmail@gmail.com" class="inline-flex items-center gap-2 px-5 py-3 rounded-xl bg-teal-500 hover:bg-teal-400 text-slate-950 font-bold text-xs sm:text-sm shadow-md transition-all">
<i data-lucide="mail" class="w-4 h-4"></i>
<span>muhammadfikripersonalmail@gmail.com</span>
</a>
<a href="https://github.com/muhammadfikri-dev" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-2 px-5 py-3 rounded-xl bg-slate-900 hover:bg-slate-800 text-white font-medium border border-slate-700 text-xs sm:text-sm transition-all">
<i class="devicon-github-original text-base"></i>
<span>Kunjungi Profil GitHub</span>
</a>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="border-t border-slate-800 bg-slate-950 py-8 px-4 sm:px-6 lg:px-8 text-center text-xs text-slate-500 font-mono">
<div class="max-w-7xl mx-auto flex flex-col sm:flex-row items-center justify-between gap-4">
<div>
© 2026 <strong>Muhammad Fikri</strong> — PT. Laksana Digital Industri • Pelaihari, Indonesia.
<div class="mt-1 text-slate-400">Dibuat dengan ❤️ oleh <strong class="text-teal-400">Muhammad Fikri Dev</strong></div>
</div>
<div class="flex items-center gap-4 text-slate-400">
<a href="#top" class="hover:text-teal-400 transition-colors">Kembali ke Atas ↑</a>
<span>•</span>
<a href="https://github.com/muhammadfikri-dev" target="_blank" class="hover:text-teal-400 transition-colors">GitHub</a>
</div>
</div>
</footer>
<!-- Interactive Modal -->
<div id="repoModal" class="fixed inset-0 z-50 hidden items-center justify-center p-4 bg-slate-950/80 backdrop-blur-sm">
<div class="glass-panel w-full max-w-2xl rounded-2xl border border-slate-700 p-6 sm:p-7 shadow-2xl relative max-h-[90vh] overflow-y-auto">
<button id="closeModalBtn" class="absolute right-5 top-5 p-2 rounded-xl text-slate-400 hover:text-white bg-slate-800/60 hover:bg-slate-800 transition-colors">
<i data-lucide="x" class="w-5 h-5"></i>
</button>
<div id="modalContent">
<!-- Injected via JavaScript -->
</div>
</div>
</div>
<!-- Toast Notification -->
<div id="toast" class="fixed bottom-6 right-6 z-50 hidden toast-animate">
<div class="flex items-center gap-2.5 px-4 py-3 rounded-xl bg-slate-900 border border-teal-500 text-white shadow-xl text-xs font-medium">
<i data-lucide="check" class="w-4 h-4 text-teal-400"></i>
<span id="toastMessage">Teks berhasil disalin.</span>
</div>
</div>
<!-- Dataset & App Script -->
<script src="repos-data.js"></script>
<script src="app.js"></script>
</body>
</html>