|
16 | 16 |
|
17 | 17 | const config = { |
18 | 18 | title: "Hyper-Z11", |
19 | | - description: "Hyper-Z11 Personal Website", |
| 19 | + description: "Situs Web Pribadi Hyper-Z11", |
20 | 20 | type: "website", |
21 | 21 | url: "/", |
22 | 22 | isHome: true, |
|
33 | 33 | alt="Profile" /> |
34 | 34 | <div class="mx-4 grow md:*:text-center"> |
35 | 35 | <h2 class="text-3xl font-semibold">Hyper-Z11</h2> |
36 | | - <p class="text-gray-500">The beginner programmer</p> |
| 36 | + <p class="text-gray-500">Seorang programmer pemula</p> |
37 | 37 | <ul class="my-2 flex w-fit flex-row flex-wrap-reverse justify-center gap-2 md:mx-auto"> |
38 | 38 | {#each profiles as { icon, url } (url)} |
39 | 39 | <li><a href={url} class="flex items-center gap-1"><Icon {icon} /></a></li> |
|
43 | 43 | </div> |
44 | 44 | <div class="grow"> |
45 | 45 | <section id="about"> |
46 | | - <h2>About</h2> |
| 46 | + <h2>Tentang</h2> |
47 | 47 | <p class="**:inline"> |
48 | | - Hello, i'm <b>Hyper-Z11</b> (he/him). The beginner programmer. My real name is |
49 | | - <b>Firjatullah Zeroun</b>. I'm from |
50 | | - <a href="https://en.wikipedia.org/wiki/Indonesia"><b><Icon icon="pin-map" class="mx-1" />Indonesia</b></a>. I like |
51 | | - coding as my hobby and contributing to open source projects if i want. |
| 48 | + Halo, saya <b>Hyper-Z11</b>. Seorang programmer pemula. Nama asli saya adalah |
| 49 | + <b>Firjatullah Zeroun</b>. Saya dari |
| 50 | + <a href="https://en.wikipedia.org/wiki/Indonesia"><b><Icon icon="pin-map" class="mx-1" />Indonesia</b></a>. Saya suka |
| 51 | + koding sebagai hobi saya dan berkontribusi ke proyek sumber terbuka jika saya mau. |
52 | 52 | </p> |
53 | 53 | </section> |
54 | 54 |
|
55 | 55 | <section id="projects"> |
56 | | - <h2>Projects</h2> |
57 | | - <p>I have worked and contributed to some projects below:</p> |
| 56 | + <h2>Proyek</h2> |
| 57 | + <p>Saya telah bekerja dan berkontribusi ke beberapa proyek di bawah ini:</p> |
58 | 58 | <ul class="list-disc"> |
59 | 59 | {#each projects as { name, description, url } (url)} |
60 | 60 | <li class="mx-5"><a href={url}>{name} - {description}</a></li> |
|
0 commit comments