diff --git a/app/components/Timeline.tsx b/app/components/Timeline.tsx index 43152f2..6b91bc2 100755 --- a/app/components/Timeline.tsx +++ b/app/components/Timeline.tsx @@ -15,7 +15,7 @@ const Timeline = () => { school: "Sarasas Witaed Romklao International Programme", period: "4th Grade - 6th Grade", address: "124 Rom Klao Rd, Khlong Sam Prawet, Lat Krabang, Bangkok, Thailand 10520", - image: "/images/photos/school-logo/swr-iep.jpg", + image: "/images/photos/school-logo/swr.jpg", date: "2016 - 2019" }, { diff --git a/app/page.tsx b/app/page.tsx index bc7202c..dce5a7e 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -16,22 +16,39 @@ export default function Home() { src="/images/picture.png" width={200} height={200} - alt="Win's Mastodon Profile" + alt="Win's Logo" className="rounded-full" />
-

Win Pattanaphol

-

A full-stack hobbyist developer, high schooler, enjoyer of 60s-80s music, language nerd, an electrician, and a professional terrible-jokes-maker from Thailand 🇹🇭

+
+

Thanawin Pattanaphol

+

ธนาวินทร์ พัฒนผล

+
+

A hobbyist full-stack developer, high schooler, enjoyer of 60s-80s music, language nerd, and a hobbyist electrician.

About Me

+
+
+ Nickname: Win +
+
+ Age: 16 +
+
+ Nationality: Thai 🇹🇭 +
+
+ Religion: Buddhist +
+

- My main field of work is creating web applications. I specialize in backend development with Node.js and PHP, as well as working with relational databases, - such as MySQL / MariaDB. + My main field of work is creating web applications. I specialize in backend development with Node.js and PHP, as well as working with relational databases, + such as MySQL / MariaDB.

I also have experience working with server infrastructure. I am currently administering the IT infrastructure (servers, networking, firewalls) @@ -76,7 +93,7 @@ export default function Home() {

- +
@@ -84,7 +101,7 @@ export default function Home() {
- +
diff --git a/public/images/photos/school-logo/swr.jpg b/public/images/photos/school-logo/swr.jpg new file mode 100755 index 0000000..2e8a1b3 Binary files /dev/null and b/public/images/photos/school-logo/swr.jpg differ