-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
504 lines (495 loc) · 19.2 KB
/
index.html
File metadata and controls
504 lines (495 loc) · 19.2 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
<!DOCTYPE html>
<html class="scroll-smooth" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./public/assets/css/style.css" />
<link rel="icon" href="./public/assets/favicon.svg" type="image/x-icon" />
</head>
<body class="font-montserrat text-base">
<div>
<div class="container m-auto">
<!-- navigation -->
<div class="flex items-center justify-between py-3 lg:py-8">
<div class="flex items-center justify-between gap-3 md:order-first">
<div
class="uppercase text-sm md:text-xs lg:font-semibold font-medium"
>
<a href="#works">Works</a>
</div>
<div
class="uppercase text-sm md:text-xs lg:font-semibold font-medium"
>
<a href="#same">Contact</a>
</div>
<div
class="uppercase text-sm md:text-xs lg:font-semibold font-medium"
>
<a href="./public/assets/images/cv.jpeg" download>CV</a>
</div>
</div>
<div class="logo order-first font-lora font-semibold text-xl">
👨🏻💻
</div>
<div class="social-media hidden md:block">
<div class="flex justify-center items-center gap-2">
<a target="_blank" href="https://www.instagram.com/muhammadnabilmufarruidtilallah/"><i class="bx bxl-instagram text-xl lg:text-lg"></i></a>
</div>
</div>
</div>
<!-- end navigation -->
<!-- intro heading -->
<div class="py-7">
<h3
class="text-center md:mt-5 font-normal font-lora text-xl md:text-2xl lg:text-3xl"
>
Hi I’m Nabil 🧑🏻🦱<br />
Web Designer <br />
Based in Indonesia
</h3>
</div>
<!-- end intro heading -->
<!-- content -->
<div id="same" class="py-3 lg:mt-10 lg:pt-5 lg:pb-16 scroll-mt-28">
<div
class="flex flex-wrap gap-y-10 justify-between md:justify-center lg:justify-between lg:items-start"
>
<!-- avatar -->
<div class="basis-full relative lg:basis-1/3">
<div
class="bruno w-[70%] m-auto pt-4 bg-avatar overflow-hidden rounded-full md:w-1/2 lg:w-[340px] lg:h-[480px]"
>
<img
class="w-full lg:-translate-y-8 scale-125 lg:scale-100"
src="./public/assets/images/hero-1.jpeg"
alt="bruno"
/>
</div>
</div>
<!-- end avatar -->
<!-- bio right -->
<div
class="basis-[46%] text-start flex flex-col font-lora lg:basis-1/3 lg:order-first"
>
<div class="mb-5 lg:mb-10">
<h3
class="mb-2 text-base font-medium text-gray-400 uppercase lg:font-semibold lg:mb-3"
>
Biography
</h3>
<p class="md:pr-32 lg:pr-36">
Work for money and design for love! <br />
I'm Nabil, an Website Designer Live in Indonesia.
</p>
</div>
<div class="mb-5 lg:mb-10">
<h3
class="mb-2 text-base font-medium text-gray-400 uppercase lg:font-semibold lg:mb-3"
>
Contact
</h3>
<div class="inline-block lg:hidden">
<p>Jember, Indonesia</p>
<p>muhammadnabil</p>
<p>mufarruidtilallah</p>
<p>@gmail.com</p>
</div>
<div class="hidden lg:inline-block">
<p>Jember, Indonesia</p>
<p>muhammadnabil</p>
<p>mufarruidtilallah@gmail.com</p>
</div>
</div>
<div class="mb-5 lg:mb-10">
<h3
class="mb-2 text-base font-medium text-gray-400 uppercase lg:font-semibold lg:mb-3"
>
Services
</h3>
<div>
<p>Website Design</p>
<p>Microsoft Office</p>
<p>Web Development</p>
</div>
</div>
</div>
<!-- end bio right -->
<!-- bio left -->
<div
class="basis-[46%] text-end flex flex-col font-lora lg:basis-1/3"
>
<div class="mb-5 lg:mb-10">
<h3
class="mb-2 text-base font-medium leading-tight text-gray-400 uppercase lg:font-semibold lg:mb-3"
>
Years of <br />
experience
</h3>
<p class="text-xl font-semibold lg:text-2xl lg:font-medium">
2
</p>
</div>
<div class="mb-5 lg:mb-10">
<h3
class="mb-2 text-base font-medium leading-tight text-gray-400 uppercase lg:font-semibold lg:mb-3"
>
Satisfitation <br />
Clients
</h3>
<p class="text-xl font-semibold lg:text-2xl lg:font-medium">
100%
</p>
</div>
<div class="mb-5 lg:mb-10">
<h3
class="mb-2 text-base font-medium leading-tight text-gray-400 uppercase lg:font-semibold lg:mb-3"
>
Clients on worldwide
</h3>
<p class="text-xl font-semibold lg:text-2xl lg:font-medium">
+7
</p>
</div>
<div class="mb-5 lg:mb-10">
<h3
class="mb-2 text-base font-medium text-gray-400 uppercase lg:font-semibold lg:mb-3"
>
Project Done
</h3>
<p class="text-xl font-semibold lg:text-2xl lg:font-medium">
5
</p>
</div>
</div>
<!-- end bio left -->
</div>
</div>
<!-- end content -->
<hr />
<!-- my strength -->
<section class="py-16 font-lora lg:py-20">
<div class="">
<h1
class="mb-10 text-2xl text-center font-semibold text-slate-900 lg:mb-14 lg:text-3xl lg:font-medium"
>
My Strength
</h1>
<div
class="flex flex-wrap justify-center gap-x-5 gap-y-8 md:justify-between lg:justify-center lg:gap-x-10"
>
<div class="pill">
<div
class="flex flex-col gap-y-1 justify-center items-center rounded-full bg-circle w-24 h-36 interaction"
>
<img
class="w-14"
src="./public/assets/images/figma.svg"
alt="lg"
/>
<h4 class="text-sm">70%</h4>
</div>
<p class="text-center mt-2 text-sm">Figma</p>
</div>
<div class="pill">
<div
class="flex flex-col gap-y-1 justify-center items-center rounded-full bg-circle w-24 h-36 interaction"
>
<img
class="w-14"
src="./public/assets/images/adobexd.svg"
alt="lg"
/>
<h4 class="text-sm">80%</h4>
</div>
<p class="text-center mt-2 text-sm">Adobe XD</p>
</div>
<div class="pill">
<div
class="flex flex-col gap-y-1 justify-center items-center rounded-full bg-circle w-24 h-36 interaction"
>
<img
class="w-14"
src="./public/assets/images/js.svg"
alt="lg"
/>
<h4 class="text-sm">50%</h4>
</div>
<p class="text-center mt-2 text-sm">Javascript</p>
</div>
<div class="pill">
<div
class="flex flex-col gap-y-1 justify-center items-center rounded-full bg-circle w-24 h-36 interaction"
>
<img
class="w-14"
src="./public/assets/images/php.jpeg"
alt="lg"
/>
<h4 class="text-sm">70%</h4>
</div>
<p class="text-center mt-2 text-sm">PHP</p>
</div>
<div class="pill">
<div
class="flex flex-col gap-y-1 justify-center items-center rounded-full bg-circle w-24 h-36 interaction"
>
<img
class="w-14"
src="./public/assets/images/html5.svg"
alt="lg"
/>
<h4 class="text-sm">90%</h4>
</div>
<p class="text-center mt-2 text-sm">HTML</p>
</div>
<div class="pill">
<div
class="flex flex-col gap-y-1 justify-center items-center rounded-full bg-circle w-24 h-36 interaction"
>
<img
class="w-14"
src="./public/assets/images/css.jpeg"
alt="lg"
/>
<h4 class="text-sm">80%</h4>
</div>
<p class="text-center mt-2 text-sm">CSS</p>
</div>
</div>
</div>
</section>
<!-- end my strength -->
<hr />
<!-- education & experience -->
<section class="py-16 font-lora lg:py-20">
<div class="">
<h1
class="mb-10 text-2xl text-center font-semibold text-slate-900 lg:mb-14 lg:text-3xl lg:font-medium"
>
Education & Experience
</h1>
<div
class="flex flex-wrap gap-y-10 text-center md:text-left md:justify-between"
>
<div class="basis-full md:basis-1/3">
<span
class="font-semibold mb-5 block text-base text-gray-500 lg:mb-8"
>2021</span
>
<h3 class="font-semibold">UKM Multimedia</h3>
<p class="mb-3 text-gray-500 text-sm">Multimedia Chairperson</p>
</div>
<div class="basis-full md:basis-1/3">
<span
class="font-semibold mb-5 block text-base text-gray-500 lg:mb-8"
>2022 - 2023</span
>
<h3 class="font-semibold">Media & Network Division Head</h3>
<p class="mb-3 text-gray-500 text-sm">Media & Network Division Head, <br> Engineering Student Council</p>
<h3 class="font-semibold">Bachelor of Informatics Engineering</h3>
<p class="mb-3 text-gray-500 text-sm">Nurul Jadid University, Probolinggo</p>
<h3 class="font-semibold">Admin of Rey Concept Interior & Exterior</h3>
<p class="mb-3 text-gray-500 text-sm">Rey Concept Interior & Exterior Admin</p>
</div>
<div class="basis-full md:basis-1/3">
<span
class="font-semibold mb-5 block text-base text-gray-500 lg:mb-8"
>PRESENT</span
>
<h3 class="font-semibold">Setia Hati Terate Brotherhood Coach</h3>
<p class="mb-3 text-gray-500 text-sm">Coaching for the Setia Hati Terate Brotherhood</p>
</div>
</div>
</div>
</section>
<!-- end education & experience -->
<hr />
<!-- latest produts -->
<section id="works" class="py-16 lg:py-20">
<h1
class="mb-10 text-2xl text-center font-semibold text-slate-900 font-lora lg:mb-14 lg:text-3xl lg:font-medium"
>
My Latest Project
</h1>
<div class="flex flex-wrap justify-center gap-7">
<div
class="max-w-[18rem] p-1 hover:-translate-y-1 transition-transform duration-300 ease-in-out text-center shadow-sm rounded-lg overflow-hidden border border-slate-100 bg-white/70">
<div class="images-product">
<img class="cursor-pointer h-52 bg-cover" src="./public/assets/images/portfolio-1.png" alt="" />
</div>
<div class="py-5">
<p class="font-medium text-gray-500 text-sm lg:text-xs lg:text-gray-400">
Web Development
</p>
<h3 class="font-semibold text-slate-900 text-base lg:text-sm">
Sparepart Truck
</h3>
</div>
</div>
<div
class="max-w-[18rem] p-1 hover:-translate-y-1 shadow-sm transition-transform duration-300 ease-in-out text-center rounded-lg overflow-hidden border border-slate-100 bg-white/70"
>
<div class="images-product">
<img
class="cursor-pointer"
src="./public/assets/images/mobile-1.png"
alt=""
/>
</div>
<div class="py-5">
<p
class="font-medium text-gray-500 text-sm lg:text-xs lg:text-gray-400"
>
Mobile Application
</p>
<h3 class="font-semibold text-slate-900 text-base lg:text-sm">
The Best Mentor Mobile
</h3>
</div>
</div>
<div
class="max-w-[18rem] p-1 hover:-translate-y-1 transition-transform duration-300 ease-in-out text-center shadow-sm rounded-lg overflow-hidden border border-slate-100 bg-white/70"
>
<div class="images-product">
<img
class="cursor-pointer"
src="./public/assets/images/webdesign-2.png"
alt=""
/>
</div>
<div class="py-5">
<p
class="font-medium text-gray-500 text-sm lg:text-xs lg:text-gray-400"
>
Web Design
</p>
<h3 class="font-semibold text-slate-900 text-base lg:text-sm">
Farmart - Organic & Grocery
</h3>
</div>
</div>
</div>
</section>
<!-- end latest produts -->
<hr />
<!-- testimonials -->
<section class="py-16 lg:py-20">
<h1
class="mb-10 text-2xl text-center font-semibold text-slate-900 font-lora lg:mb-14 lg:text-3xl lg:font-medium"
>
Testimonial
</h1>
<div
class="flex justify-center items-center gap-y-10 flex-wrap md:gap-x-10"
>
<div class="max-w-[18rem] text-center">
<img
class="w-24 h-24 rounded-full m-auto lg:w-20 lg:h-20"
src="./public/assets/images/avatar.jpeg"
alt=""
/>
<h3 class="font-normal text-lg font-lora mt-2 lg:text-sm">
Maman
</h3>
<p
class="italic font-semibold my-1 text-sm text-indigo-600 lg:text-xs"
>
UI/UX Designer
</p>
<p class="text-gray-500 text-sm lg:text-xs">
Exceptionally talented and dedicated, consistently demonstrating hard work and excellence across various fields.
</p>
</div>
<div class="max-w-[18rem] text-center">
<img
class="w-24 h-24 rounded-full m-auto lg:w-20 lg:h-20"
src="./public/assets/images/avatar.jpeg"
alt=""
/>
<h3 class="font-normal text-lg font-lora mt-2 lg:text-sm">
Rizal
</h3>
<p
class="italic font-semibold my-1 text-sm text-indigo-600 lg:text-xs"
>
CEO ioTm
</p>
<p class="text-gray-500 text-sm lg:text-xs">
Incredibly gifted and committed, showcasing unwavering determination and outstanding performance in every area of work.
</p>
</div>
<div class="max-w-[18rem] text-center">
<img
class="w-24 h-24 rounded-full m-auto lg:w-20 lg:h-20"
src="./public/assets/images/avatar.jpeg"
alt=""
/>
<h3 class="font-normal text-lg font-lora mt-2 lg:text-sm">
Bayu
</h3>
<p
class="italic font-semibold my-1 text-sm text-indigo-600 lg:text-xs"
>
businessman
</p>
<p class="text-gray-500 text-sm lg:text-xs">
Remarkably skilled and diligent, always striving for excellence and delivering exceptional results in all endeavors.
</p>
</div>
</div>
</section>
<!-- end testimonials -->
<hr />
<!-- callme -->
<section
class="py-16 font-lora flex justify-center md:scale-90 lg:py-20 lg:scale-100"
>
<a href="mailto:muhammadnabilmufarruidtilallah@gmail.com">
<div
class="flex items-center justify-center border-dashed border w-64 h-64 border-slate-500 rounded-full hover:border-double hover:border-slate-500 hover:scale-105 transition-transform duration-300 ease-in-out"
>
<div class="text-center">
<p class="text-sm text-gray-400">
DESCRIBE YOUR <br />
PROJECT
</p>
<h1 class="font-normal text-3xl my-2">
Call <br />
Nabil
</h1>
<img
class="w-14"
src="./public/assets/images/arrow.svg"
alt=""
/>
</div>
</div>
</a>
</section>
<!-- end callme -->
<hr />
<!-- footer -->
<footer>
<div class="flex gap-y-2 flex-col py-5 justify-center items-center">
<div class="col">
<p class="text-center text-sm text-gray-500">
© 2024 Created By Nabil All Rights Reserved.
</p>
</div>
<div class="col">
<div class="flex justify-center items-center gap-2">
<a target="_blank" href="https://www.instagram.com/muhammadnabilmufarruidtilallah/"><i class="bx bxl-instagram text-xl lg:text-lg"></i></a>
</div>
</div>
</div>
</footer>
<!-- end footer -->
</div>
</div>
</body>
</html>