-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
602 lines (582 loc) · 25.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://ilhammajidzaiman.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Portfolio" />
<meta
property="og:description"
content="Hi, I am Ilham Majid Zaiman. I am a Programmer. Let’s discuss about an Project!"
/>
<meta
property="og:image"
content="https://ilhammajidzaiman.github.io/assets/image/thumbnail.jpg"
/>
<title>Ilham Majid Zaiman</title>
<link
rel="shortcut icon"
href="/assets/image/imz.svg"
type="image/x-icon"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="/assets/bootstrap/icons/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="/assets/fontawesome/css/fontawesome.css" />
<link rel="stylesheet" href="/assets/fontawesome/css/brands.css" />
<link rel="stylesheet" href="/assets/fontawesome/css/solid.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>
<body id="home" class="bg-body-tertiary bg-lightt bg-light-subtlee pt-5">
<nav
class="navbar navbar-expand-lg navbar-light fixed-top shadow-sm bg-white text-dark bg-opacity-75"
aria-label="Offcanvas navbar large"
>
<div class="container py-1">
<a href="" class="navbar-brand d-flex align-items-center">
<img
src="assets/image/imz.svg"
alt="Logo"
height="35"
class="d-inline-block align-text-center me-3"
/>
Ilham Majid Zaiman
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasNavbar2"
aria-controls="offcanvasNavbar2"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="offcanvas offcanvas-end text-bg-light bg-opacity-100"
tabindex="-1"
id="offcanvasNavbar2"
aria-labelledby="offcanvasNavbar2Label"
>
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbar2Label">
Menu
</h5>
<button
type="button"
class="btn-close btn-close-dark"
data-bs-dismiss="offcanvas"
aria-label="Close"
></button>
</div>
<div class="offcanvas-body">
<ul
class="navbar-nav justify-content-end flex-grow-1 text-capitalize"
>
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#service" class="nav-link">Service</a>
</li>
<li class="nav-item">
<a href="#tech" class="nav-link">Tech</a>
</li>
<li class="nav-item">
<a href="#project" class="nav-link">Project</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section class="container pb-5">
<div
class="row g-3 mt-5 pt-5 flex-md-row-reverse align-items-center"
>
<div class="col-sm-12 col-md-4 col-lg-6">
<img
src="assets/image/avatar.jpg"
class="mx-auto img-fluid w-100 rounded-start-circle"
/>
</div>
<div class="col-sm-12 col-md-8 col-lg-6">
<div class="text-center text-md-start">
<h1 class="fs-5 fw-light text-secondary">Hi, I am</h1>
<h1 class="display-4 fw-medium lh-1">
Ilham Majid Zaiman
</h1>
<h1 class="fs-5 fw-light text-secondary mb-4">
I am a Programmer. Let’s discuss about an Project!
</h1>
<a
href="#contact"
class="btn btn-outline-secondary btn-lg"
>
Contac Me
</a>
</div>
</div>
</div>
</section>
<section id="about" class="container py-5">
<div class="row g-3 my-5">
<div class="col-12">
<h1 class="text-center fs-1">About Me</h1>
</div>
</div>
<div class="row g-3 justify-content-center mb-5 pb-5">
<div class="col-sm-12 col-lg-6">
<div class="fs-5">
<h5>
I am a Software Engineer and Fullstack Developer
</h5>
<p>
Currently active as a programmer, IT consultant and
IT expert in the local government environment
</p>
<p>
A passionate web developer with a knack for turning
ideas into interactive and visually appealing
digital experiences.
</p>
</div>
</div>
</div>
<div class="row g-3 justify-content-between">
<div class="col-sm-12 col-lg-3">
<div class="row g-3">
<div class="col-12">
<h4
class="d-block bg-primary-subtle rounded-start-pill px-4 py-2"
>
<i
class="bi bi-person-bounding-box text-secondary me-3"
></i>
Personal Info
</h4>
</div>
</div>
<div class="row g-3">
<div class="col-12">
<ul class="list-unstyled">
<li>Name: Ilham Majid Zaiman</li>
<li>Email: [email protected]</li>
<li>
Address: Kepulauan Meranti, Riau, Indonesia
</li>
<li>Nationality: Indonesia</li>
<li>Languages: Indonesian, English</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-3">
<div class="row g-3">
<div class="col-12">
<h4
class="d-block bg-primary-subtle rounded-start-pill px-4 py-2"
>
<i class="bi bi-book text-secondary me-3"></i>
Education
</h4>
</div>
</div>
<div class="row g-3">
<div class="col-12">
<ul>
<li>
<h5>Sistem Informsi</h5>
<p>Universitah Hangtuah</p>
<p>2021-2022</p>
</li>
<li>
<h5>Manajemen Informaatika</h5>
<p>AMIK Selatpanjang</p>
<p>2016-2019</p>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-3">
<div class="row-g-3">
<div class="col-12">
<h4
class="d-block bg-primary-subtle rounded-start-pill px-4 py-2"
>
<i
class="bi bi-person-workspace text-secondary me-3"
></i>
Experience
</h4>
</div>
</div>
<div class="row g-3">
<div class="col-12">
<ul>
<li>
<h5>Programmer</h5>
<p>DISKOMINFOTIK Kepulauan Meranti</p>
<p>2022-2024</p>
</li>
<li>
<h5>laboratory IT staff</h5>
<p>AMIK Selatpanjang</p>
<p>2020-2022</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="service" class="container py-5">
<div class="row g-3 my-5">
<div class="col-12">
<h1 class="text-center fs-1">Service</h1>
</div>
</div>
<div class="row g-3">
<div class="col-12 col-sm-12 col-md-6 col-lg-3">
<div class="card border-0 shadow-sm">
<div class="card-body">
<div class="text-center">
<i
class="bi bi-palette fs-1 text-secondary"
></i>
<h5>Web Design</h5>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-3">
<div class="card border-0 shadow-sm">
<div class="card-body">
<div class="text-center">
<i
class="bi bi-code-slash fs-1 text-secondary"
></i>
<h5>Web Development</h5>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-3">
<div class="card border-0 shadow-sm">
<div class="card-body">
<div class="text-center">
<i class="bi bi-brush fs-1 text-secondary"></i>
<h5>Graphic Design</h5>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-3">
<div class="card border-0 shadow-sm">
<div class="card-body">
<div class="text-center">
<i
class="bi bi-box-seam fs-1 text-secondary"
></i>
<h5>Product Design</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="tech" class="container py-5">
<div class="row g-3 my-5">
<div class="col-12">
<h1 class="text-center fs-1">Technologies</h1>
</div>
</div>
<div class="row g-3 flex-lg-row-reverse justify-content-between">
<div class="col-sm-12 col-lg-5">
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-linux"></i>
Linux
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-ubuntu"></i>
Ubuntu
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-html5"></i>
Html
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-css"></i>
Css
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-bootstrap"></i>
Bootstrap
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
Tailwind CSS
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-js"></i>
Javascript
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-php"></i>
Php
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-laravel"></i>
Laravel
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
Codeigniter
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-node-js"></i>
Node.js
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-solid fa-share-nodes"></i>
RestAPIs
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
<i class="fa-brands fa-github"></i>
github
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
MySQL
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
SQLite
</button>
<button class="btn btn-outline-secondary btn-lg mb-1">
PostgreSQL
</button>
</div>
<div class="col-sm-12 col-lg-5">
<div class="bg-secondary-subtle rounded-end-5 p-5">
<p class="fs-5">
Here are some of the technologies I have mastered
for developing projects.
</p>
<blockquote class="blockquote mt-5">
Behind the results there is a complicated process
</blockquote>
<figcaption class="blockquote-footer">
Anonymous
</figcaption>
</div>
</div>
</div>
</section>
<section id="project" class="container py-5">
<div class="row g-3 my-5 flex-lg-row-reverse align-items-center">
<div class="col-12">
<h1 class="text-center fs-1">Project</h1>
</div>
</div>
<div class="row g-3" data-masonry='{"percentPosition": true }'>
<div class="col-sm-6 col-md-4 col-lg-3">
<a href="">
<img
src="assets/image/default-img.svg"
alt="image"
class="w-100 rounded-2 bg-secondary-subtle"
/>
</a>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<a href="">
<img
src="assets/image/default-img.svg"
alt="image"
class="w-100 rounded-2 bg-secondary-subtle"
/>
</a>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<a href="">
<img
src="assets/image/default-img.svg"
alt="image"
class="w-100 rounded-2 bg-secondary-subtle"
/>
</a>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<a href="">
<img
src="assets/image/default-img.svg"
alt="image"
class="w-100 rounded-2 bg-secondary-subtle"
/>
</a>
</div>
</div>
</section>
<section id="contact" class="container py-5">
<div
class="row g-3 mt-5 flex-lg-row-reverse justify-content-center"
>
<div class="col-sm-12 col-lg-4">
<h1 class="fs-1">Get in touch</h1>
<p class="fs-5">Let’s discuss about an project!</p>
<p class="fs-5 mb-5">
Feel free to get in touch with me. I am always open to
discussing new projects, creative ideas or opportunities
to be part of your visions.
</p>
<div class="d-flex align-items-start">
<i
class="bi bi-envelope-at text-secondary fs-2 me-3"
></i>
<div>
<h6 class="mb-0 text-secondary">Email</h6>
<p>[email protected]</p>
</div>
</div>
<div class="d-flex align-items-start">
<i class="bi bi-telegram text-secondary fs-2 me-3"></i>
<div>
<h6 class="mb-0 text-secondary">Phone</h6>
<p>@ilhammajidzaiman</p>
</div>
</div>
<div class="d-flex align-items-start">
<i class="bi bi-geo text-secondary fs-2 me-3"></i>
<div>
<h6 class="mb-0 text-secondary">Address</h6>
<p>Kepulauan Meranti, Riau, Indonesia.</p>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-4">
<a
href="#home"
class="navbar-brand d-flex align-items-center mb-2"
>
<img
src="assets/image/imz.svg"
alt="Logo"
height="75"
class="d-inline-block align-text-center me-3"
/>
</a>
<div class="text-secondary fs-5">
<a
href=""
class="text-reset link-primary link-underline link-underline-opacity-0 link-underline-opacity-100-hover"
>
ilhammajidzaiman.github.io
</a>
</div>
<div class="text-secondary fs-5">
©
<span id="year"></span>
</div>
<nav class="mt-5">
<p class="text-secondary">Share:</p>
<button
onclick="whatsapp()"
type="button"
class="btn btn-outline-secondary"
>
<i class="rounded-circle bi bi-whatsapp fs-4"></i>
</button>
<button
onclick="facebook()"
type="button"
class="btn btn-outline-secondary"
>
<i class="rounded-circle bi bi-facebook fs-4"></i>
</button>
<button
onclick="twitter()"
type="button"
class="btn btn-outline-secondary"
>
<i class="rounded-circle bi bi-twitter-x fs-4"></i>
</button>
<button
onclick="telegram()"
type="button"
class="btn btn-outline-secondary"
>
<i class="rounded-circle bi bi-telegram fs-4"></i>
</button>
<button
onclick="copyLink()"
type="button"
class="btn btn-outline-secondary"
>
<i class="rounded-circle bi bi-copy fs-4"></i>
</button>
</nav>
</div>
</div>
</section>
<script src="/assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/masonry.pkgd.min.js"></script>
<script>
const date = new Date();
const url = "https://ilhammajidzaiman.github.io";
const message = "Check out my portfolio: " + url;
window.onload = function updateYear() {
let year = date.getFullYear();
document.getElementById("year").innerHTML = year;
};
function facebook() {
const api = `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(
url
)}"e=${encodeURIComponent(message)}`;
window.open(api, "_blank");
}
function whatsapp() {
const api =
"https://wa.me/?text=" + encodeURIComponent(message);
window.open(api, "_blank");
}
function telegram() {
const api = `https://t.me/share/url?url=${encodeURIComponent(
url
)}&text=${encodeURIComponent(message)}`;
window.open(api, "_blank");
}
function twitter() {
const hashtags = "website,portfolio";
const via = "rider_lintas";
const api = `https://twitter.com/intent/tweet?text=${encodeURIComponent(
message
)}&url=${encodeURIComponent(url)}&hashtags=${encodeURIComponent(
hashtags
)}&via=${encodeURIComponent(via)}`;
window.open(api, "_blank");
}
function copyLink() {
const textarea = document.createElement("textarea");
textarea.value = url;
document.body.appendChild(textarea);
textarea.select();
document.execCommand("copy");
document.body.removeChild(textarea);
alert("Tautan berhasil disalin");
}
</script>
</body>
</html>