Skip to content

Commit fb1ab8d

Browse files
committed
feat: add cv and improve ui
1 parent 547d6f7 commit fb1ab8d

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

public/HUDSAWAT-AKKATI-CV.pdf

112 KB
Binary file not shown.

src/app/component/Content.tsx

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ export default function Content() {
2929

3030
// About Me list items
3131
const aboutMeItems = [
32-
"💁‍♂️View my resume: Coming soon..",
32+
(
33+
<>
34+
💁‍♂️View my CV: <Link href="/HUDSAWAT-AKKATI-CV.pdf" target="_blank" rel="noopener noreferrer" className="text-blue-500 hover:underline">Click here</Link>
35+
</>
36+
),
3337
"🗺Nationality: Thai",
3438
"🏠Live in Khon Kaen, Thailand",
3539
"🏳️Languages: Thai - English",
@@ -49,7 +53,7 @@ export default function Content() {
4953
animate="visible"
5054
>
5155

52-
<div className="grid grid-cols-1 xl:grid-cols-2">
56+
<div className="grid grid-cols-1 xl:grid-cols-1">
5357
<div>
5458
<motion.div
5559
custom={0}
@@ -106,7 +110,7 @@ export default function Content() {
106110
</li>
107111
<Separator className="mt-4 mb-4" />
108112
<li>
109-
<strong>Web Development (Full Stack Role)</strong>
113+
<strong>Tools Experience (Full-Stack Role)</strong>
110114
<ul className="mt-1 list-[circle] pl-6 space-y-1 text-gray-700">
111115
<li>Node.js</li>
112116
<li>Express.js</li>
@@ -120,10 +124,15 @@ export default function Content() {
120124
<li>CI/CD (Github Action by YML)</li>
121125
<li>Docker</li>
122126
<li>Kubernetes</li>
123-
<li>Cloud Computing (Alibaba Cloud, Huawei Cloud)</li>
127+
<li>Cloud Computing (Alibaba Cloud, Huawei Cloud, AWS, GCP, Digital Ocean)</li>
124128
<li>Handle large traffic with Load Balancer</li>
125129
<li>Cloudflare DNS Management</li>
126130
<li>Telegram Bot/Discord Bot/LINE Bot (Logs and dialogs system) for processor handling</li>
131+
<li>AI/ML (OpenAI, Cluade AI, etc.)</li>
132+
<li>OAuth2.0 (Google, Facebook)</li>
133+
<li>Microservices with gRPC, RabbitMQ</li>
134+
<li>SMS/Email/Telegram/Line Notification</li>
135+
<li>WebSocket (Socket.io)</li>
127136

128137
</ul>
129138
</li>
@@ -141,7 +150,7 @@ export default function Content() {
141150
</Card>
142151
</motion.div>
143152
</div>
144-
<div className="pl-0 xl:pl-4">
153+
<div className="pl-0">
145154
<motion.div
146155
custom={2}
147156
variants={cardVariant}

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function RootLayout({
1818
}) {
1919
return (
2020
<html lang="en">
21-
<body className="bg-slate-100 text-black min-h-screen flex flex-col">
21+
<body className="bg-slate-100 text-black min-h-screen flex flex-col max-w-screen-xl mx-auto">
2222
{children}
2323
<footer className="mt-auto py-4 text-center text-sm">
2424
This portfolio is coded by Boss Hudsawat, using Next.js and TailwindCSS

0 commit comments

Comments
 (0)