This commit is contained in:
+24
-24
@@ -24,14 +24,31 @@ const navItems = [
|
||||
]
|
||||
|
||||
const skills = [
|
||||
{ label: "Backend", items: ["Go", "Java", "Python", "PHP"] },
|
||||
{
|
||||
label: "Frontend",
|
||||
items: ["JavaScript", "Next.js", "Tailwind CSS", "HTMX"],
|
||||
label: "Language",
|
||||
items: ["Go", "TypeScript", "JavaScript", "Java", "Python"],
|
||||
},
|
||||
{ label: "Database", items: ["PostgreSQL", "MySQL"] },
|
||||
{ label: "Tools", items: ["Docker", "Git", "Selenium", "Scrapy"] },
|
||||
]
|
||||
{
|
||||
label: "Framework",
|
||||
items: [
|
||||
"Next.js",
|
||||
"React",
|
||||
"React Router",
|
||||
"Spring Boot",
|
||||
"Tailwind CSS",
|
||||
"Quart",
|
||||
"Scrapy",
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Database",
|
||||
items: ["PostgreSQL", "MySQL", "Redis", "SQLite"],
|
||||
},
|
||||
{
|
||||
label: "Tools",
|
||||
items: ["Docker", "Git", "Gitea", "gRPC", "GORM", "Drizzle ORM"],
|
||||
},
|
||||
];
|
||||
|
||||
const projects = [
|
||||
{
|
||||
@@ -362,16 +379,7 @@ export default function Home() {
|
||||
<div className="border-b border-outline p-6">
|
||||
<div className="mx-auto max-w-2xl space-y-4 font-body text-lg leading-7">
|
||||
<p>
|
||||
I am an enthusiastic Fullstack Developer and Information Systems
|
||||
student at the University of Indonesia. With internship experience as
|
||||
a Back-end Developer, I have a strong interest in enterprise
|
||||
technologies and am always eager to learn new things.
|
||||
</p>
|
||||
<p>
|
||||
I am committed to developing efficient, secure, and innovative
|
||||
technological solutions. I enjoy working across backend development,
|
||||
frontend interfaces, databases, infrastructure, automation, and
|
||||
self-hosted systems.
|
||||
I’m a Fullstack Developer and Information Systems student at the University of Indonesia with experience in backend development, infrastructure, automation, and self-hosted systems. I enjoy building efficient, secure, and reliable solutions while continuously learning new technologies.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -512,14 +520,6 @@ export default function Home() {
|
||||
id="campus-experience"
|
||||
className="relative scroll-mt-24 overflow-hidden border-x border-b border-outline px-5 py-24 md:scroll-mt-12 md:px-12"
|
||||
>
|
||||
<div
|
||||
aria-hidden="true"
|
||||
className="pointer-events-none absolute inset-0 -z-10 flex select-none items-center justify-center opacity-10"
|
||||
>
|
||||
<span className="whitespace-nowrap font-display text-[120px] leading-none text-ink md:text-[300px]">
|
||||
community
|
||||
</span>
|
||||
</div>
|
||||
<SectionHeading number="05">campus technical experience</SectionHeading>
|
||||
<div className="border-t border-outline pt-6">
|
||||
<p className="mb-12 max-w-2xl font-body text-[15px] leading-6">
|
||||
|
||||
Reference in New Issue
Block a user