diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index 9db3518..a5ec5be 100755 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -19,11 +19,16 @@ const Navbar = () => { }, { id: 3, + text: "Events", + link: "events" + }, + { + id: 4, text: "Hobbies", link: "hobbies" }, { - id: 4, + id: 5, text: "Donate", link: "donate" } diff --git a/app/events/page.tsx b/app/events/page.tsx new file mode 100644 index 0000000..625aa67 --- /dev/null +++ b/app/events/page.tsx @@ -0,0 +1,124 @@ +"use client" +import React, { useState, useEffect } from "react"; +import Link from 'next/link'; +import Photo from '../components/Photo'; + +export default function Events() { + return ( +
+
+
+
+

Events

+

+ I've been to several developer / tech-related events during the past couple of years - here are some of them! +

+
+
+ +
+
+

FOSSASIA 2024

+

+ The first time FOSSASIA is held in Siam! +

+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+

A.I. Innovation & Engineering Summit

+

+ Thanks to my university's curriculum being around project-based learning, I get to work on my 1st year Undergraduate Research & Development project called "Med-D" in which, I also had to present it at + the 2024 A.I. Innovation & Engineering Summit. +

+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+

"A.I. Made Easy" - Dell & AMD

+

+ On April 25th, Me and my team had the opportunity to present our work at the A.I. Made Easy event; organized by Dell Technologies & Advaned Micro Devices (AMD) Inc. +

+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ ); +} diff --git a/app/hobbies/page.tsx b/app/hobbies/page.tsx index d467d33..cf90bb0 100755 --- a/app/hobbies/page.tsx +++ b/app/hobbies/page.tsx @@ -90,6 +90,26 @@ export default function Hobbies() { +
+
+

Art

+

I decided to start drawing / sketching stuff.

+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+

Graphics Design

diff --git a/app/page.tsx b/app/page.tsx index e236c2a..34cba8a 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -42,7 +42,7 @@ export default function Home() {
Win's LogoAge: 17
- Nationality: Thai 🇹🇭 + Nationality: Siamese

diff --git a/app/projects/page.tsx b/app/projects/page.tsx index ba8c0d7..bc5d11d 100755 --- a/app/projects/page.tsx +++ b/app/projects/page.tsx @@ -11,7 +11,7 @@ export default function Projects() {

Projects

- Here are the projects that I have made over the years. I mostly focus on the web development and computer system side of things, however, I have also picked up embedded programming and electronics over the past couple of months as well. + Here are the projects that I have made or have done over the years. I mostly focus on the web development and computer system side of things, however, I have also picked up embedded programming and electronics over the past couple of months as well.

diff --git a/public/images/icon.png b/public/images/icon.png new file mode 100644 index 0000000..83d7051 Binary files /dev/null and b/public/images/icon.png differ diff --git a/public/images/photos/art/architecture/belvedere-righteousness.jpeg b/public/images/photos/art/architecture/belvedere-righteousness.jpeg new file mode 100644 index 0000000..27d41d6 Binary files /dev/null and b/public/images/photos/art/architecture/belvedere-righteousness.jpeg differ diff --git a/public/images/photos/art/architecture/hagia-sophia.jpeg b/public/images/photos/art/architecture/hagia-sophia.jpeg new file mode 100644 index 0000000..d5b8f35 Binary files /dev/null and b/public/images/photos/art/architecture/hagia-sophia.jpeg differ diff --git a/public/images/photos/cmkl/ai-engineering-2024/me-and-friend.jpg b/public/images/photos/cmkl/ai-engineering-2024/me-and-friend.jpg new file mode 100644 index 0000000..03db7cb Binary files /dev/null and b/public/images/photos/cmkl/ai-engineering-2024/me-and-friend.jpg differ diff --git a/public/images/photos/cmkl/ai-engineering-2024/me.jpg b/public/images/photos/cmkl/ai-engineering-2024/me.jpg new file mode 100644 index 0000000..a202c37 Binary files /dev/null and b/public/images/photos/cmkl/ai-engineering-2024/me.jpg differ diff --git a/public/images/photos/cmkl/ai-engineering-2024/poster.jpg b/public/images/photos/cmkl/ai-engineering-2024/poster.jpg new file mode 100644 index 0000000..9b3666f Binary files /dev/null and b/public/images/photos/cmkl/ai-engineering-2024/poster.jpg differ diff --git a/public/images/photos/cmkl/dell-event/me.jpg b/public/images/photos/cmkl/dell-event/me.jpg new file mode 100644 index 0000000..ef1841d Binary files /dev/null and b/public/images/photos/cmkl/dell-event/me.jpg differ diff --git a/public/images/photos/cmkl/dell-event/med-d-photo.jpg b/public/images/photos/cmkl/dell-event/med-d-photo.jpg new file mode 100644 index 0000000..5848471 Binary files /dev/null and b/public/images/photos/cmkl/dell-event/med-d-photo.jpg differ diff --git a/public/images/photos/cmkl/dell-event/med-d-team.jpg b/public/images/photos/cmkl/dell-event/med-d-team.jpg new file mode 100644 index 0000000..259c847 Binary files /dev/null and b/public/images/photos/cmkl/dell-event/med-d-team.jpg differ diff --git a/public/images/photos/cmkl/dell-event/server.jpg b/public/images/photos/cmkl/dell-event/server.jpg new file mode 100644 index 0000000..26be03c Binary files /dev/null and b/public/images/photos/cmkl/dell-event/server.jpg differ diff --git a/public/images/photos/cmkl/dell-event/team.jpg b/public/images/photos/cmkl/dell-event/team.jpg new file mode 100644 index 0000000..0b484bc Binary files /dev/null and b/public/images/photos/cmkl/dell-event/team.jpg differ diff --git a/public/images/photos/events/fossasia/crazy-ahh.jpg b/public/images/photos/events/fossasia/crazy-ahh.jpg new file mode 100644 index 0000000..b909034 Binary files /dev/null and b/public/images/photos/events/fossasia/crazy-ahh.jpg differ diff --git a/public/images/photos/events/fossasia/me-and-p-mishari.jpg b/public/images/photos/events/fossasia/me-and-p-mishari.jpg new file mode 100644 index 0000000..dcafa1e Binary files /dev/null and b/public/images/photos/events/fossasia/me-and-p-mishari.jpg differ diff --git a/public/images/photos/events/fossasia/nbtc.jpg b/public/images/photos/events/fossasia/nbtc.jpg new file mode 100644 index 0000000..8ea0727 Binary files /dev/null and b/public/images/photos/events/fossasia/nbtc.jpg differ diff --git a/public/images/photos/events/fossasia/nextcloud-and-debian.png b/public/images/photos/events/fossasia/nextcloud-and-debian.png new file mode 100644 index 0000000..ccf1b16 Binary files /dev/null and b/public/images/photos/events/fossasia/nextcloud-and-debian.png differ diff --git a/public/images/photos/events/thai-dev-day/1.jpeg b/public/images/photos/events/thai-dev-day/1.jpeg new file mode 100644 index 0000000..ed8a006 Binary files /dev/null and b/public/images/photos/events/thai-dev-day/1.jpeg differ diff --git a/public/images/win.jpg b/public/images/win.jpg new file mode 100644 index 0000000..1e656f7 Binary files /dev/null and b/public/images/win.jpg differ