-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
471 lines (457 loc) · 37.8 KB
/
index.html
File metadata and controls
471 lines (457 loc) · 37.8 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mezzky Portfolio</title>
<!-- CSS -->
<link rel="stylesheet" href="./CSS/output.css">
<!-- Fontawesome -->
<script src="https://kit.fontawesome.com/1c6364f841.js" crossorigin="anonymous"></script>
<!-- AOS Style -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body class="font-outfit overflow-x-hidden">
<!-- Header -->
<header class="fixed flex m-auto w-full left-0 right-0 justify-between z-50 items-center py-4 px-5 laptop:px-10 duration-300">
<a href="#home">
<h2 class="font-medium text-main text-2xl laptop:text-3xl">Mezzky</h2>
</a>
<div
class="navbar invisible opacity-0 p-5 m-auto w-full laptop:w-4/5 bg-white/80 flex flex-col items-start gap-10 absolute left-0 top-[64px] right-0 rounded-b-2xl duration-300 laptop:flex-row laptop:static laptop:visible laptop:opacity-100 laptop:items-center laptop:justify-between laptop:bg-transparent laptop:p-0 laptop:pl-48 laptop:-mr-[1px]">
<nav>
<ul class="flex flex-col gap-4 laptop:flex-row">
<li><a class="links" href="#home">Home</a></li>
<li><a class="links" href="#about">About</a></li>
<li><a class="links" href="#service">Services</a></li>
<li><a class="links" href="#skill">Skills</a></li>
<li><a class="links" href="#project">Projects</a></li>
<li><a class="links" href="#contact">Contact</a></li>
</ul>
</nav>
<nav class="btn flex justify-between w-full gap-4 laptop:w-52">
<a href="https://wa.me/6289671872255" class="py-2 laptop:duration-100 rounded-md text-main hover:underline cursor-pointer laptop:text-lg">+62-8967-1872-255</a>
</nav>
</div>
<div class="menu-toggle relative flex items-center h-[30px] w-[30px] laptop:hidden">
<button id="hamburger" class="absolute flex flex-col items-end gap-2">
<span
class="bg-main h-[3px] w-[35px] block transition ease-in-out duration-300 origin-top-right"></span>
<span class="bg-main h-[3px] w-[25px] block transition ease-in-out duration-300"></span>
<span
class="bg-main h-[3px] w-[15px] block transition ease-in-out duration-300 origin-bottom-right"></span>
</button>
</div>
</header>
<!-- Home -->
<section id="home" class="pt-28 laptop:pt-32 px-5 flex laptop:justify-between tablet:px-10 flex-col gap-5 tablet:flex-row-reverse laptop:grid laptop:grid-cols-2 laptop:px-40">
<div class="content-home flex gap-4 laptop:gap-6 order-2 laptop:order-1 items-center" data-aos="fade-right" data-aos-duration="1000">
<div class="sosmed flex flex-col gap-1 laptop:gap-3">
<a class="sosmed-links" href="https://linkedin.com/in/rizky-ryan-sahadha-187161225"><i class="fa-brands fa-linkedin"></i></a>
<a class="sosmed-links" href="https://github.com/Mezzky"><i class="fa-brands fa-github"></i></a>
<a class="sosmed-links" href="https://instagram.com/mezzdev"><i class="fa-brands fa-instagram"></i></a>
<a class="sosmed-links" href="https://twitter.com/mezzrysh"><i class="fa-brands fa-twitter"></i></a>
<a class="sosmed-links" href="https://www.facebook.com/rizky.ryansahadha/"><i class="fa-brands fa-facebook"></i></a>
</div>
<div class="content flex flex-col gap-2 laptop:gap-4">
<span class="text-main laptop:text-xl">Hello</span>
<h2 class="text-dark font-bold text-3xl laptop:text-5xl">Im Ryan 😄</h2>
<p class="text-text laptop:text-4xl">A Passionate Web Developer and UI/UX Designer 🌟</p>
<a class="btn-link bg-main text-white hover:bg-main/60" href="#contact">Hire Me!</a>
</div>
</div>
<div class="img-home order-1 flex items-center justify-center laptop:order-2" data-aos="fade-in" data-aos-duration="1000">
<img class="shadow-2xl rounded-full laptop:w-4/5" src="./Assets/ryan-profile-baru.jpeg" alt="Profile">
</div>
</section>
<!-- About -->
<section id="about" class="pt-20 px-5 grid tablet:px-10 grid-cols-1 gap-5 tablet:grid-cols-2 laptop:px-40 laptop:items-center laptop:gap-10">
<div class="about-img flex items-center justify-center" data-aos="fade-in" data-aos-duration="1000">
<img class="rounded-lg" src="./Assets/profile-about.jpg" alt="About">
</div>
<div class="about-content flex flex-col gap-2 laptop:gap-4" data-aos="fade-right" data-aos-duration="1000">
<h2 class="text-dark text-2xl font-bold laptop:text-4xl">About Me 🏆</h2>
<span class="text-dark laptop:text-xl">Intoduce | Experience</span>
<p class="text-text laptop:text-2xl">My name is Rizky Ryan Sahadha, I'am 20 Years Old, I live in Indonesia, I have experience in Website development, UI/UX Design and work as a freelance Website developer</p>
<a class="btn-link bg-main text-white hover:bg-main/60" href="./Assets/CV/Cv-Ryan-Sahadha.pdf" download>Download CV</a>
</div>
</section>
<!-- Service -->
<section id="service" class="pt-20 px-5 flex tablet:px-10 flex-col gap-5 laptop:gap-8 laptop:px-40">
<div class="service-title flex flex-col gap-1 laptop:gap-3" data-aos="fade-in" data-aos-duration="1000">
<span class="h-full w-[2px] bg-main"></span>
<h2 class="text-dark text-2xl font-bold laptop:text-4xl">Specializing In 💪</h2>
<p class="text-text laptop:text-xl">I create powerful websites with captivating UI/UX, ensuring seamless experiences across all devices.</p>
</div>
<div class="service-card px-5 grid grid-cols-1 gap-10 laptop:grid-cols-3">
<div class="card group relative rounded-md pt-8 px-5 pb-12 flex flex-col gap-3 justify-center shadow-xl overflow-hidden hover:bg-main duration-300 transition-all" data-aos="fade-right" data-aos-duration="1000">
<div class="bola-top top-0 left-2 absolute grid grid-cols-3 gap-1">
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
</div>
<span class="h-full w-1 bg-red-500 absolute left-0 bottom-0 rounded-tl-full rounded-bl-full group-hover:bg-dark"></span>
<h3 class="z-10 text-2xl laptop:text-3xl font-semibold text-dark duration-300 group-hover:text-white">UI/UX Design</h3>
<p class="z-10 text-text duration-300 group-hover:text-white">With a passion for User Interface and User Experience Design. I craft interfaces that captivate audiences and enhance the overall user experience. Let's create user-centric designs that delight and engage.</p>
<a class="z-10 text-main duration-300 group-hover:text-white w-max" href="">Read More</a>
<div class="bola-bot bottom-4 right-4 absolute grid grid-cols-4 gap-1">
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
</div>
</div>
<div class="card group relative rounded-md pt-8 px-5 pb-12 flex flex-col gap-3 justify-center shadow-xl overflow-hidden hover:bg-main duration-300 transition-all" data-aos="fade-right" data-aos-duration="1000">
<div class="bola-top top-0 left-2 absolute grid grid-cols-3 gap-1">
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
</div>
<span class="h-full w-1 bg-emerald-500 absolute left-0 bottom-0 rounded-tl-full rounded-bl-full group-hover:bg-dark"></span>
<h3 class="z-10 text-2xl laptop:text-3xl font-semibold text-dark duration-300 group-hover:text-white">Web Development</h3>
<p class="z-10 text-text duration-300 group-hover:text-white">I create powerful and interactive websites that bring ideas to life. My skill set includes crafting efficient, scalable, and secure web applications using the latest technologies and best practices. Let's collaborate to build the digital presence your business deserves.</p>
<a class="z-10 text-main duration-300 group-hover:text-white w-max" href="">Read More</a>
<div class="bola-bot bottom-4 right-4 absolute grid grid-cols-4 gap-1">
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
</div>
</div>
<div class="card group relative rounded-md pt-8 px-5 pb-12 flex flex-col gap-3 justify-center shadow-xl overflow-hidden hover:bg-main duration-300 transition-all" data-aos="fade-right" data-aos-duration="1000">
<div class="bola-top top-0 left-2 absolute grid grid-cols-3 gap-1">
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
</div>
<span class="h-full w-1 bg-yellow-500 absolute left-0 bottom-0 rounded-tl-full rounded-bl-full group-hover:bg-dark"></span>
<h3 class="z-10 text-2xl laptop:text-3xl font-semibold text-dark duration-300 group-hover:text-white">Responsive Design</h3>
<p class="z-10 text-text duration-300 group-hover:text-white"> Crafting flawless websites that adapt to all devices. Reach a wider audience with responsive design. Stay ahead in today's mobile-first world.</p>
<a class="z-10 text-main duration-300 group-hover:text-white w-max" href="">Read More</a>
<div class="bola-bot bottom-4 right-4 absolute grid grid-cols-4 gap-1">
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
<span class="w-[6px] h-[6px] bg-white rounded-full"></span>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section id="skill" class="pt-20 px-5 grid grid-cols-1 gap-5 tablet:grid-cols-2 laptop:px-40">
<div class="skill-content flex flex-col gap-5">
<div class="skill-title flex flex-col gap-2" data-aos="fade-in" data-aos-duration="1000">
<h2 class="text-dark text-2xl font-bold laptop:text-3xl">Skills & Experiences 💻</h2>
<p class="text-text laptop:text-xl">Experienced UI/UX Designer and Web Developer with 3 years of learning and 2 years of professional work.</p>
</div>
<h3 class="text-dark text-xl font-semibold laptop:text-2xl" data-aos="fade-in" data-aos-duration="1000">My Skills</h3>
<div class="skill-box grid grid-cols-3 gap-5 laptop:gap-8">
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent hover:bg-dark duration-300 cursor-pointer">
<img class="w-10 absolute hidden group-hover:block" src="./Assets/svg/JS-icon-white.svg" alt="icon-white">
<img class="w-10 group-hover:hidden" src="./Assets/svg/JS-icon-dark.svg" alt="icon-dark">
</div>
<span class="text-text text-lg">HTML/CSS/JS</span>
</div>
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent duration-300 hover:bg-dark cursor-pointer">
<i class="fa-brands fa-sass text-3xl text-dark duration-300 group-hover:text-white"></i>
</div>
<span class="text-text text-lg">Sass</span>
</div>
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent duration-300 hover:bg-dark cursor-pointer">
<img class="w-10 absolute hidden group-hover:block" src="./Assets/svg/tailwindcss-icon-white.svg" alt="icon-white">
<img class="w-10 group-hover:hidden" src="./Assets/svg/tailwindcss-icon-dark.svg" alt="icon-dark">
</div>
<span class="text-text text-lg">Tailwindcss</span>
</div>
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent duration-300 hover:bg-dark cursor-pointer">
<i class="fa-brands fa-react text-3xl text-dark duration-300 group-hover:text-white"></i>
</div>
<span class="text-text text-lg">ReactJS</span>
</div>
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent duration-300 hover:bg-dark cursor-pointer">
<i class="fa-brands fa-git-alt text-3xl text-dark duration-300 group-hover:text-white"></i>
</div>
<span class="text-text text-lg">Git</span>
</div>
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent duration-300 hover:bg-dark cursor-pointer">
<i class="fa-brands fa-figma text-3xl text-dark duration-300 group-hover:text-white"></i>
</div>
<span class="text-text text-lg">Figma</span>
</div>
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent duration-300 hover:bg-dark cursor-pointer">
<i class="fa-brands fa-npm text-3xl text-dark duration-300 group-hover:text-white"></i>
</div>
<span class="text-text text-lg">NPM</span>
</div>
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent duration-300 hover:bg-dark cursor-pointer">
<i class="fa-brands fa-node text-3xl text-dark duration-300 group-hover:text-white"></i>
</div>
<span class="text-text text-lg">Node</span>
</div>
<div class="skill flex flex-col gap-2 laptop:gap-3 items-center" data-aos="zoom-in" data-aos-duration="1000">
<div class="laptop:scale-105 icon relative group rounded-full w-16 h-16 flex items-center justify-center bg-accent duration-300 hover:bg-dark cursor-pointer">
<i class="fa-brands fa-php text-3xl text-dark duration-300 group-hover:text-white"></i>
</div>
<span class="text-text text-lg">PHP</span>
</div>
</div>
</div>
<div class="experience flex flex-col gap-5">
<h2 class="text-dark font-bold text-2xl" data-aos="fade-in" data-aos-duration="1000">Experiences</h2>
<span class="w-full h-2 bg-main rounded-lg" data-aos="zoom-in" data-aos-duration="1000"></span>
<div class="experience-box flex flex-col gap-2" data-aos="fade-right" data-aos-duration="1000">
<p class="text-text laptop:text-xl">2020 - 2021</p>
<div class="exp flex flex-col gap-1">
<h3 class="text-dark font-semibold text-xl laptop:text-2xl">Internship UI/UX Designer</h3>
<p class="text-text laptop:text-xl">Digital Lontar</p>
</div>
</div>
<span class="w-full h-2 bg-main rounded-lg" data-aos="zoom-in" data-aos-duration="1000"></span>
<div class="experience-box flex flex-col gap-2" data-aos="fade-right" data-aos-duration="1000">
<p class="text-text laptop:text-xl">2021 - 2022</p>
<div class="exp flex flex-col gap-1">
<h3 class="text-dark font-semibold text-xl laptop:text-2xl">Frontend Engineer</h3>
<p class="text-text laptop:text-xl">Segmed Inc</p>
</div>
</div>
<span class="w-full h-2 bg-main rounded-lg" data-aos="zoom-in" data-aos-duration="1000"></span>
<div class="experience-box flex flex-col gap-2" data-aos="fade-right" data-aos-duration="1000">
<p class="text-text laptop:text-xl">2022 - Present</p>
<div class="exp flex flex-col gap-1">
<h3 class="text-dark font-semibold text-xl laptop:text-2xl">Freelance Website Developer</h3>
<p class="text-text laptop:text-xl">Fiverr & Upwork</p>
</div>
</div>
<span class="w-full h-2 bg-main rounded-lg" data-aos="zoom-in" data-aos-duration="1000"></span>
<div class="experience-box flex flex-col gap-2" data-aos="fade-right" data-aos-duration="1000">
<p class="text-text laptop:text-xl">2023 - 2024</p>
<div class="exp flex flex-col gap-1">
<h3 class="text-dark font-semibold text-xl laptop:text-2xl">Web Developer & Creative Designer</h3>
<p class="text-text laptop:text-xl">PT. Aera Projects</p>
</div>
</div>
<span class="w-full h-2 bg-main rounded-lg" data-aos="zoom-in" data-aos-duration="1000"></span>
</div>
</section>
<!-- Projects -->
<section id="project" class="py-20 grid grid-cols-1 gap-5 laptop:gap-10">
<div class="tittle-project bg-main py-5 px-5 flex tablet:px-10 flex-col gap-5 laptop:px-40 laptop:flex-row laptop:py-10" data-aos="fade-in" data-aos-duration="1000">
<div class="title flex flex-col gap-2">
<h2 class="text-white text-2xl font-bold laptop:text-3xl">My Recent Works 💼</h2>
<p class="text-white laptop:text-xl">Unlock the wonders of my portfolio. Dive into website excellence, explore diverse ventures, and witness imaginative ingenuity. Join satisfied clients and embark on a journey from concept to reality.</p>
</div>
<div class="title-btn flex items-center justify-center">
<a class="btn-link bg-white text-dark hover:bg-white/60" href="https://github.com/Mezzky">See More</a>
</div>
</div>
<div class="project-container grid grid-cols-1 gap-10 px-5 laptop:px-40">
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="rounded-[20px]" src="./Assets/Mockup Helsique.png" alt="project-1" data-aos="fade-in" data-aos-duration="1000">
<div class="flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Helsique</h3>
<p class="text-text laptop:text-xl text-center">"Helsique" – Your ultimate fitness companion. Diverse programs, personalized guidance, and expert resources. Start your transformative journey now.</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://github.com/Mezzky/helsique">Code <i class="text-dark fa-brands fa-github"></i></a>
<a class="links" href="https://mezzky.github.io/helsique">Link Demo <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="tablet:col-start-2 rounded-[20px]" src="./Assets/Mockup Eatpizza.png" alt="project-2" data-aos="fade-in" data-aos-duration="1000">
<div class="tablet:row-start-1 flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Eatpizza</h3>
<p class="text-text laptop:text-xl text-center">"Eatpizza" – Discover innovative square pizzas from Korea, now in Indonesia. Enjoy personalized guidance and expert resources. Start your culinary journey today.</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://github.com/Mezzky/eatpizza">Code <i class="text-dark fa-brands fa-github"></i></a>
<a class="links" href="https://eat-pizza-iota.vercel.app/">Link Demo <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="rounded-[20px]" src="./Assets/Mockup WebDevToolsFix.png" alt="project-3" data-aos="fade-in" data-aos-duration="1000">
<div class="flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Web Dev Tools</h3>
<p class="text-text laptop:text-xl text-center">"Web Dev Tools" – Your essential app-building toolbox. Empowering developers with curated tools for streamlined coding. From generators to debugging aids, we've got it all. Simplify your workflow and unleash your coding potential with us. Your one-stop destination for seamless development.</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://github.com/Mezzky/web-dev-tools">Code <i class="text-dark fa-brands fa-github"></i></a>
<a class="links" href="https://mezzky.github.io/web-dev-tools/">Link Demo <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="tablet:cols-start-2 rounded-[20px]" src="./Assets/Mockup Limoncafe.png" alt="project-4" data-aos="fade-in" data-aos-duration="1000">
<div class="tablet:row-start-1 flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Limón Cafe</h3>
<p class="text-text laptop:text-xl text-center">"Limón Cafe" – Welcome to Limón Cafe, where we're dedicated to serving up delicious food that nourishes both the body and soul! we blend Western flavors with fresh, local ingredients to create tasty and healthy dishes</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://thelimoncafe.com">Link Demo <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="rounded-[20px]" src="./Assets/Mockup Wordmogul.png" alt="project-4" data-aos="fade-in" data-aos-duration="1000">
<div class="flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Wordmogul</h3>
<p class="text-text laptop:text-xl text-center">"Wordmogul" – Empowering writers and bloggers. Create, edit, and publish with ease. Connect with a vibrant community. Unleash your unique voice. Conquer the world of words.</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://github.com/Mezzky/word-mogul">Code <i class="text-dark fa-brands fa-github"></i></a>
<a class="links" href="https://wordmogul-testing.mezzky.repl.co/">Link Demo <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="tablet:col-start-2 rounded-[20px]" src="./Assets/Kaddy-Service.png" alt="project-5" data-aos="fade-in" data-aos-duration="1000">
<div class="tablet:row-start-1 flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Kaddy Service</h3>
<p class="text-text laptop:text-xl text-center">"Kaddy Service" – Your tech solutions hub. Top-notch computer services, hardware repairs, software troubleshooting, and more. Experience expertise and personalized support. Your go-to platform for all things tech.</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://github.com/Mezzky/kaddy-service">Code <i class="text-dark fa-brands fa-github"></i></a>
<a class="links" href="https://mezzky.github.io/kaddy-service">Link Demo <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="rounded-[20px]" src="./Assets/HotelzContact Page.png" alt="project-6" data-aos="fade-in" data-aos-duration="1000">
<div class="flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Valuations</h3>
<p class="text-text laptop:text-xl text-center">"Valuations" – Your real estate experts. Top-notch appraisals and expert advice. Navigate the real estate landscape with us. Trusted, reliable, and personalized service.</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://github.com/Mezzky/valuations">Code <i class="text-dark fa-brands fa-github"></i></a>
<a class="links" href="https://mezzky.github.io/valuations">Link Demo <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="tablet:cols-start-2 rounded-[20px]" src="./Assets/Mockup Beauty.png" alt="project-6" data-aos="fade-in" data-aos-duration="1000">
<div class="tablet:row-start-1 flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Klara Cosmetics</h3>
<p class="text-text laptop:text-xl text-center">"Klara" – Enhance your beauty. Klara Cosmetics provides innovative and effective beauty solutions. Discover our range of skincare, makeup, and haircare products. Shop now and embrace your natural beauty.</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://www.figma.com/design/Q9AbaiYjQy2wHfHvd4Lxz2/Klara-Cosmetics?node-id=17-132&t=vN4ocbcaEx5sSRTU-1">Link Design <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="project grid grid-cols-1 gap-2 laptop:gap-10 tablet:grid-cols-2">
<img class="rounded-[20px]" src="./Assets/Mockup Payhool.png" alt="project-1" data-aos="fade-in" data-aos-duration="1000">
<div class="flex flex-col gap-2 justify-center px-10 laptop:px-20" data-aos="fade-up" data-aos-duration="1000">
<h3 class="text-dark font-semibold text-xl text-center">Payhool</h3>
<p class="text-text laptop:text-xl text-center">"Payhool" – Your Payment system for school to safe your time and summarize all data, that's help staff, teacher, and student's parents</p>
<div class="btn flex gap-5 justify-center">
<a class="links" href="https://github.com/Mezzky/payhool">Code <i class="text-dark fa-brands fa-github"></i></a>
<!-- <a class="links" href="https://mezzky.github.io/helsique">Link Demo <i class="text-dark fa-solid fa-arrow-up-right-from-square"></i></a> -->
</div>
</div>
</div>
</div>
</section>
<!-- Preview -->
<!-- Under Construction 📈 -->
<!-- Contact -->
<section id="contact" class="py-20 px-5 flex tablet:px-10 flex-col items-center justify-center gap-5 border-t border-b border-dark laptop:px-40" data-aos="fade-in" data-aos-duration="1000">
<span class="text-main font-semibold">Get In Touch</span>
<h2 class="text-dark font-bold text-2xl text-center laptop:text-3xl">Let's Work Together</h2>
<p class="text-text laptop:text-xl text-center">Elevate your digital presence with me. Experienced UI/UX Designer and Web Developer. Craft unforgettable user experiences together. Let's bring your vision to life. Innovate and achieve exceptional results.</p>
<a class="px-10 py-4 rounded-md font-semibold bg-main text-white hover:bg-main/60 laptop:text-xl" href="mailto:ryansahadha@gmail.com">Connect</a>
<i class="fa-solid fa-envelope text-5xl text-text"></i>
</section>
<!-- Footer -->
<footer class="flex flex-col">
<div class="footer-content p-5 flex flex-col justify-between gap-5 border-b border-dark tablet:p-8">
<div class="content grid grid-cols-1 gap-5 tablet:grid-cols-2 laptop:grid-cols-3">
<div class="logo">
<a href="#home">
<h2 class="font-medium text-main text-2xl laptop:text-4xl">Mezzky</h2>
</a>
</div>
<ul class="flex flex-col gap-2 tablet:flex-row laptop:gap-4 self-end">
<li><a class="links" href="#home">Home</a></li>
<li><a class="links" href="#about">About</a></li>
<li><a class="links" href="#service">Services</a></li>
<li><a class="links" href="#skill">Skills</a></li>
<li><a class="links" href="#project">Projects</a></li>
<li><a class="links" href="#contact">Contact</a></li>
</ul>
<div class="sosmed flex gap-2 laptop:gap-5 laptop:self-end">
<a class="sosmed-links hover:-translate-y-1" href="https://linkedin.com/in/rizky-ryan-sahadha-187161225"><i class="fa-brands fa-linkedin"></i></a>
<a class="sosmed-links hover:-translate-y-1" href="https://github.com/Mezzky"><i class="fa-brands fa-github"></i></a>
<a class="sosmed-links hover:-translate-y-1" href="https://instagram.com/mezzdev"><i class="fa-brands fa-instagram"></i></a>
<a class="sosmed-links hover:-translate-y-1" href="https://twitter.com/mezzrysh"><i class="fa-brands fa-twitter"></i></a>
<a class="sosmed-links hover:-translate-y-1" href="https://www.facebook.com/rizky.ryansahadha/"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
</div>
<div class="copyright flex justify-center py-4">
<p class="text-text laptop:text-xl">© Copyright <span id="year"></span> By <a class="links laptop:text-xl" href="https://github.com/Mezzky">Mezz</a></p>
</div>
</footer>
<!-- Main JS -->
<script src="./JS/script.js"></script>
<!-- AOS -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>