-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
679 lines (677 loc) · 23.6 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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- styling -->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://unpkg.com/kursor/dist/kursor.css" />
<!-- logo -->
<link rel="shortcut icon" href="asset/Logo.png" type="image/x-icon" />
<!-- fontawesome -->
<script
src="https://kit.fontawesome.com/b2c7ef89be.js"
crossorigin="anonymous"
></script>
<!-- splide JS for carousel -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/css/splide.min.css"
/>
<!-- AOS for scroll reveal -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<title>Curriculum Vitae | ANL PRODUCTION</title>
</head>
<body>
<!-- Tombol scroll up -->
<a href="#" class="scroll-up-button"
><i class="fa-solid fa-up"></i>↑</a
>
<!-- start navigation section -->
<nav>
<div class="navigation">
<div
class="navigation-bar"
data-aos="fade-down"
data-aos-delay="700"
data-aos-duration="900"
>
<div class="logo" style="z-index: 10000">
<img src="asset/Logo.png" alt="" width="50" />
</div>
<div class="nav-toggle">
<i class="fas fa-bars"></i>
</div>
<div class="navigation-menu">
<ul>
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#experiences">Experiences</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="https://wa.me/6287843951611" target="_blank"
>Contact</a
>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- end navigation section -->
<!-- start home section -->
<section class="home-section" id="home">
<div class="home-background-object">
<img src="asset/llline.svg" width="800" alt="" />
</div>
<div class="home-container">
<div
class="home-left"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="100"
>
<h1 class="home-title">
<span class="home-title-typed"></span>, I'm <br />Abdillah Naufal
</h1>
<p class="home-desc">
A Web Developer with a good Software Engineering background and
curious to mastering in it, i love to learn something new and
trending technology, participating in a big projects, and I'm very
perfectionist in all of my works.
</p>
<div class="home-buttons">
<a
href="asset/CV Abdillah Naufal Lesmana.pdf"
download
class="home-buttons-cv"
><i class="fa-solid fa-download"></i> Download CV</a
>
<a href="#skills" class="home-buttons-explore">Start Explore</a>
</div>
<div class="home-social-buttons">
<a href="https://github.com/abdfal" target="_blank"
><i class="fa-brands fa-github"></i
></a>
<a href="https://linkedin.com/in/naufallsmn" target="_blank"
><i class="fa-brands fa-linkedin"></i
></a>
<a
href="https://youtube.com/channel/UCpat0_xRdyyZaSYBpfzUILg"
target="_blank"
><i class="fa-brands fa-youtube"></i
></a>
<a href="https://instagram.com/naufallsmn_" target="_blank"
><i class="fa-brands fa-instagram"></i
></a>
</div>
<div class="tooltip">
<i class="fa-solid fa-eye"></i>
<div class="bottom">
<h3>Don't Forget To Visit</h3>
<p>My Socials Above :)</p>
</div>
</div>
</div>
<div
class="home-right"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<img src="asset/iPhone 14 Pro Max.png" width="80%" alt="" />
</div>
</div>
</section>
<!-- end home section -->
<marquee
behavior="scroll"
direction="right"
style="
background-color: #ffffff;
text-transform: uppercase;
padding: 6px 0;
"
>Abdillah naufal lesmana cv website | Abdillah naufal lesmana cv website |
Abdillah naufal lesmana cv website | Abdillah naufal lesmana cv website |
Abdillah naufal lesmana cv website
</marquee>
<!-- start skills section -->
<section class="skills-section" id="skills">
<div class="skills-container">
<div class="skills-left">
<div
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<div class="profile-card">
<div class="profile-card-img">
<img src="asset/profile-img.png" alt="" />
</div>
<div class="profile-card-name">
<h3>Abdillah Naufal Lesmana</h3>
<p>Developer</p>
</div>
<div class="profile-card-skills">
<div class="profile-card-skills-web">
<i class="fa-solid fa-globe"></i>
<p>Web Development</p>
</div>
<div class="profile-card-skills-android">
<i class="fa-brands fa-android"></i>
<p>Android Development</p>
</div>
</div>
<div class="profile-card-desc">
<ul>
<li>Age :16</li>
<li>Address :Central Jakarta, Indonesia</li>
<li>Phone :+62 878 4395 1611</li>
<li>Jobs :Founder of ANL Production & Freelance Developer</li>
<li>Speaking in :English & Bahasa</li>
</ul>
</div>
<div class="profile-card-button">
<a
href="https://www.linkedin.com/in/naufallsmn"
target="_blank"
style="text-decoration: none"
><i class="fa-solid fa-link"></i> View On Linkedin</a
>
</div>
</div>
</div>
<div
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<div class="education-card">
<h3 class="education-card-title">Education</h3>
<div class="education-card-desc">
<div>
<img src="asset/Logo IDN.png" width="75" alt="" />
</div>
<div>
<h3>SMK Islamic Development Network</h3>
<p>Software Engineering</p>
</div>
</div>
</div>
</div>
</div>
<div class="skills-right">
<div class="skills-tools-box">
<div
class="skills-tools-box-title"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<h2>Skills & Tools</h2>
<div class="skills-tools-box-title-desc">
<p>Web Development</p>
<p>Android Development</p>
</div>
</div>
<div
class="skills-tools-box-cards"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="500"
>
<div class="skills-card">
<img src="asset/image 1.png" alt="" />
<p>Laravel</p>
</div>
<div class="skills-card">
<img src="asset/image 2.png" alt="" />
<p>React</p>
</div>
<div class="skills-card">
<img src="asset/image 3.png" alt="" />
<p>Next</p>
</div>
<div class="skills-card">
<img src="asset/image 4.png" alt="" />
<p>Vue</p>
</div>
<div class="skills-card">
<img src="asset/image 5.png" alt="" />
<p>Tailwind</p>
</div>
<div class="skills-card">
<img src="asset/image 6.png" alt="" />
<p>Kotlin</p>
</div>
<div class="skills-card">
<img src="asset/image 7.png" alt="" />
<p>Flutter</p>
</div>
<div class="skills-card">
<img src="asset/image 8.png" alt="" />
<p>Swift</p>
</div>
</div>
</div>
<div class="libraries-box">
<div
class="libraries-box-title"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="500"
>
<h2>Libraries</h2>
<div class="libraries-box-title-desc">
<p>Web Development</p>
</div>
</div>
<div
class="libraries-box-cards"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="600"
>
<div class="libraries-card">
<img src="asset/image 9.png" alt="" />
<p>Splide JS</p>
</div>
<div class="libraries-card">
<img src="asset/image 10.png" alt="" />
<p>AOS</p>
</div>
<div class="libraries-card">
<img src="asset/image 11.png" alt="" />
<p>Tailwind UI</p>
</div>
<div class="libraries-card">
<img src="asset/image 12.png" alt="" />
<p>Shadcn</p>
</div>
<div class="libraries-card">
<img src="asset/image 13.png" alt="" />
<p>Cursor JS</p>
</div>
<div class="libraries-card">
<img src="asset/image 14.png" alt="" />
<p>Toastify</p>
</div>
<div class="libraries-card">
<img src="asset/image 15.png" alt="" />
<p>CKEditor</p>
</div>
<div class="libraries-card">
<img src="asset/image 16.png" alt="" />
<p>Flowbite</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end skills section -->
<marquee
behavior="scroll"
direction="left"
style="
background-color: #ffffff;
text-transform: uppercase;
padding: 6px 0;
"
>Abdillah naufal lesmana cv website | Abdillah naufal lesmana cv website |
Abdillah naufal lesmana cv website | Abdillah naufal lesmana cv website |
Abdillah naufal lesmana cv website
</marquee>
<!-- start experiences section -->
<section class="experiences-section" id="experiences">
<div class="experiences-background-object">
<img src="asset/bbblurry (1).svg" width="750" alt="" />
</div>
<div class="experiences-container">
<div
class="experiences-title"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<h2>Experiences</h2>
</div>
<div class="experiences-timeline">
<div class="timeline">
<div
class="timeline-item"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<div class="timeline-date">September 2024</div>
<div class="timeline-content">
<h3>
<span>International Program </span
><i class="fa-solid fa-flag"></i>
</h3>
<p>
In September 2024, I joined an international program at Kolej
Yayasan Saad Alor Gajah in Selangor, Malaysia. I teached about
20 high school students and also learn together with them
</p>
</div>
<div class="timeline-image">
<img
src="asset/image experiences 1.jpg"
alt="International Program"
/>
</div>
</div>
<div
class="timeline-item"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<div class="timeline-date">November 2023</div>
<div class="timeline-content">
<h3>
<span>Project Developer</span>
<i class="fa-solid fa-code"></i>
</h3>
<p>
In November 2023, during the event from my school named
Business Survival in Yogyakarta.I worked for one week at one
of the Yogyakarta UMKM as a developer
</p>
</div>
<div class="timeline-image">
<img
src="asset/image experiences 2.jpg"
alt="Project Developer"
/>
</div>
</div>
<div
class="timeline-item"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<div class="timeline-date">February 2024</div>
<div class="timeline-content">
<h3>
<span>Teaching Web Development</span
><i class="fa-solid fa-school"></i>
</h3>
<p>
Teaching about 30 senior high school students in a class,
about 1 week there, and Teached about PHP Native, Laravel, and
Bootstrap CSS, and make the final project TODO List
Application
</p>
</div>
<div class="timeline-image">
<img
src="asset/image experiences 3.jpg"
alt="Teaching Web Development"
/>
</div>
</div>
<div
class="timeline-item"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<div class="timeline-date">January 2024 - Maret 2024</div>
<div class="timeline-content">
<h3>
<span>Collaborative Project</span
><i class="fa-solid fa-laptop-file"></i>
</h3>
<p>
In this teamwork project, me and my partners succeeded in
building HRD Application for PT. GLC Indonesia as our Client,
has been running for about 3 months development, close
collaboration with PT.GLC Indonesia team is the key to the
success of this project
</p>
</div>
<div class="timeline-image">
<img
src="asset/image experiences 4.jpg"
alt="Collaborative Project"
/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end experiences section -->
<marquee
behavior="scroll"
direction="right"
style="
background-color: #ffffff;
text-transform: uppercase;
padding: 6px 0;
"
>Abdillah naufal lesmana cv website | Abdillah naufal lesmana cv website |
Abdillah naufal lesmana cv website | Abdillah naufal lesmana cv website |
Abdillah naufal lesmana cv website
</marquee>
<!-- start projects section -->
<section class="projects-section" id="projects">
<div class="projects-container">
<div
class="projects-title"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<h2>Creative Projects</h2>
</div>
<div class="projects-gallery">
<div
class="item"
data-aos="fade-down"
data-aos-duration="1000"
data-aos-delay="300"
>
<div class="item-img">
<img src="asset/Image Project Audi.jpg" alt="" />
</div>
<p>
This is the website of the Audi Pamijahan luxury car company,
which has the Audi R8 iconic section, this website contains car
details, the latest news from Audi, services provided by Audi, and
also contact information for Audi Pamijahan.
</p>
<a href="https://github.com/abdfal/audi-website"
>Available On Github <i class="fa-brands fa-github"></i
></a>
</div>
<div
class="item"
data-aos="fade-down"
data-aos-duration="1000"
data-aos-delay="400"
>
<div class="item-img">
<img src="asset/Image Project Manager.png" alt="" />
</div>
<p>
This is Employee management application, it is used for managing
employee data, there are also recruitment features, leave & daily
permits, Quality practice accreditation, and also managing salary
slips for employees.
</p>
<a href="https://github.com/akmlrnyn/EmployeeManagement-Pt.GLC"
>Available On Github <i class="fa-brands fa-github"></i
></a>
</div>
<div
class="item"
data-aos="fade-down"
data-aos-duration="1000"
data-aos-delay="500"
>
<div class="item-img">
<img src="asset/Image Project Kuliner.png" alt="" />
</div>
<p>
This is a restaurant application named kulineran that makes it
easy for buyers to order food, there are many features here, there
are food details, order details, details, continue orders, cancel
orders, pay orders, and order cart.
</p>
<a href="https://github.com/abdFal/Kulineran-App-VUE"
>Available On Github <i class="fa-brands fa-github"></i
></a>
</div>
<div
class="item"
data-aos="fade-down"
data-aos-duration="1000"
data-aos-delay="600"
>
<div class="item-img">
<img src="asset/Image Project Blog.png" alt="" />
</div>
<p>
This is my Complex Blog Application i built using laravel, can bu
used for CRUD operations, landing page, admin panel page,
middleware, Request, Upload Image, Upload and reply Comments on
post, searchbar query, Fortify Laravel Authentication.
</p>
<a href="https://github.com/abdFal/Simple-Laravel-Blog"
>Available On Github <i class="fa-brands fa-github"></i
></a>
</div>
<div
class="item"
data-aos="fade-down"
data-aos-duration="1000"
data-aos-delay="700"
>
<div class="item-img">
<img src="asset/Image Project Plantique.png" alt="" />
</div>
<p>
A company profile. contains agency information, has an unusual
design, with a modern concept. Even though the website is static,
it has many features in it in the form of design development
features that designed to be as cool as possible
</p>
<a href="https://github.com/abdfal/plantique"
>Available On Github <i class="fa-brands fa-github"></i
></a>
</div>
</div>
<div>
<div
class="projects-running-title"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<h2>Tutorial Book</h2>
<p>Kitab E Commerce Using Laravel</p>
</div>
<div class="projects-running-box">
<div
id="projects-carousel"
role="group"
class="splide"
aria-label="Creative projects"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="300"
>
<div class="splide__arrows">
<button class="splide__arrow splide__arrow--prev">
<i class="fa-solid fa-circle-arrow-left"></i>
</button>
<button class="splide__arrow splide__arrow--next">
<i class="fa-solid fa-circle-arrow-right"></i>
</button>
</div>
<div class="splide__track">
<ul class="splide__list">
<li class="splide__slide">
<img src="asset/Book Art.png" alt="" />
</li>
<li class="splide__slide">
<img src="asset/Book Art 2.png" alt="" />
</li>
<li class="splide__slide">
<img src="asset/Book Art 3.png" alt="" />
</li>
<li class="splide__slide">
<img src="asset/Book Art 4.png" alt="" />
</li>
</ul>
</div>
</div>
<div
class="projects-running-desc"
data-aos="fade-down"
data-aos-duration="900"
data-aos-delay="400"
>
<h3>Synopsis</h3>
<p>
Making a project which is complex using Laravel Jetstream and
some libraries. intended for intermediate level developers,
contains steps to develop an online shop or e-commerce web
application project, step by step from database setup, CRUD,
admin panel and so on
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end projects section -->
<footer>
<div class="footer">
<div class="footer-text">
© 2024 Abdillah Naufal Lesmana. All Rights Reserved
</div>
<div class="footer-img">
<img src="asset/Logo.png" width="50" alt="" />
</div>
</div>
</footer>
<!-- AOS scroll reveal -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!-- typing animation -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<!-- splide JS for carousel -->
<script src="https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/js/splide.min.js"></script>
</body>
<!-- custom cursor kursor js library -->
<script src="https://cdn.jsdelivr.net/npm/kursor"></script>
<script type="text/javascript">
new kursor({
type: 1,
removeDefaultCursor: true,
});
var typed = new Typed(".home-title-typed", {
strings: ["Hello", "Bonjour", "Konnichiwa", "Hola", "Salut"],
typeSpeed: 80,
backSpeed: 80,
showCursor: false,
startDelay: 300,
loop: true,
});
AOS.init();
</script>
<script src="main.js"></script>
</html>