Skip to content

Commit c4aa820

Browse files
author
rxyhn
committed
chore: update content
1 parent c9a3951 commit c4aa820

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

cv.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"name": "Rayhan Kafi Pratama",
44
"nickname": "rxyhn",
55
"label": "Undergraduate of Computer Science at Bina Nusantara University.",
6-
"roles": ["Back-End Developer", "DevOps Engineer"],
7-
"summary": "Crafting scalable and resilient systems that turn ideas into reality. I excel in seamless integration, clean code, and robust infrastructure. Committed to continuous learning, I deliver high-performance solutions that optimize reliability and deliver meaningful impact.",
6+
"summary": "Passionate about continuously learning and building impactful open source projects. Experienced in software engineering with a focus on development and operations.",
87
"location": {
98
"city": "Jakarta",
109
"countryCode": "ID",

src/pages/index.astro

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ const { name, label, summary, socials } = basics;
88
---
99

1010
<BaseLayout title="Home" description={SITE.DESCRIPTION}>
11-
<section class="h-full" transition:animate="slide">
11+
<section class="h-full">
1212
<div class="flex h-full items-center justify-center">
1313
<div class="container mx-auto my-24 xl:my-0">
1414
<div class="flex flex-col items-center justify-between xl:flex-row">
1515
<!-- Text Section -->
16-
<div
17-
class="order-2 text-center xl:order-none xl:text-left"
18-
transition:animate="slide"
19-
>
16+
<div class="order-2 text-center xl:order-none xl:text-left">
2017
<span class="text-xl">Hi, my name is</span>
2118
<h1 class="mb-6">
2219
{name}
@@ -44,10 +41,7 @@ const { name, label, summary, socials } = basics;
4441
</div>
4542
</div>
4643
<!-- Photo Section -->
47-
<div
48-
class="order-1 mb-8 xl:order-none xl:mb-0"
49-
transition:animate="slide"
50-
>
44+
<div class="order-1 mb-8 xl:order-none xl:mb-0">
5145
<Photo client:load imageSrc="/assets/photo.png" imageAlt={name} />
5246
</div>
5347
</div>

0 commit comments

Comments
 (0)