diff --git a/app/donate/page.tsx b/app/donate/page.tsx index aead315..f516a25 100644 --- a/app/donate/page.tsx +++ b/app/donate/page.tsx @@ -1,6 +1,6 @@ import React from "react"; import Link from 'next/link'; -import Photo from '../components/Photo' +import Image from 'next/image'; export default function Hobbies() { return ( @@ -10,34 +10,50 @@ export default function Hobbies() {

Donate

- Want to help me run my WinsCloud Empire? Here are ways you can help support! + Like my services? Want to help me run my WinsCloud Empire? Here are ways you can help support!

-
-
-

OpenCollective

-

+

+
+ Open Collective +
+
+

OpenCollective

+

https://opencollective.com/winscloud

-
-

Bank Transfer (Thai Citizens Only)

-

- SCB: 433-1383337 -

-
-
-
-

Monero

+
+
+ Monero +
+
+

Monero

- +

                                         467eMkLCwdxBEWsgtY5akKU6gEaN4V39T9sddoKhLv487c8HJ7SqaDSVhTCtVanhyihavuG8Fe3CkYFCAkzdJfChKBH4KYB
-                                    
+                                    

diff --git a/app/page.tsx b/app/page.tsx index 53c2412..70a6286 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -7,30 +7,30 @@ import ContactButton from './components/ContactButton'; const frontImages = [ [ - { src: '/images/photos/cosplay/tasm-2-asiatique.jpg', href: '/hobbies', alt: 'TASM2 Asiatique Event' }, + { src: '/images/photos/hardware/homelab.jpg', href: '/projects', alt: 'Homelab' }, { src: '/images/photos/software/dateapp.jpg', href: '/projects', alt: 'Date Calculator' }, - { src: '/images/photos/iot/raspberrypi.jpg', href: '/projects', alt: 'Raspberry Pi' }, { src: '/images/photos/hardware/freebsd.jpg', href: '/projects', alt: 'PC running FreeBSD' }, + { src: '/images/photos/cosplay/tasm-2-asiatique.jpg', href: '/hobbies', alt: 'TASM2 Asiatique Event' }, ], [ { src: '/images/photos/events/ai-engineering.jpg', href: '/projects', alt: 'CMKL A.I. Engineering Event' }, { src: '/images/photos/company/main-server-rack/20231221_151039.jpg', href: '/projects', alt: 'Office Main Rack' }, { src: '/images/photos/cosplay/spiderverse.jpg', href: '/hobbies', alt: 'The Spider-Verse Cosplay' }, - { src: '/images/photos/hardware/homelab.jpg', href: '/projects', alt: 'Homelab' }, + { src: '/images/photos/hardware/raspberry_pi.jpg', href: '/projects', alt: 'Pi the Speedtest Server' }, ], [ - { src: '/images/photos/hardware/dell-optiplex.jpg', href: '/projects', alt: 'Dell Optiplex Modified' }, + { src: '/images/photos/software/srt_app.png', href: '/projects', alt: 'SRT App' }, { src: '/images/photos/robotics/robot.jpg', href: '/projects', alt: 'LEGO League'}, - { src: '/images/photos/software/blackboard.jpg', href: '/projects', alt: 'Blackboard of Memory'}, + { src: '/images/photos/software/opnsense.jpg', href: '/projects', alt: 'Home Router'}, { src: '/images/photos/cosplay/tasm-2-spider-man-2.jpg', href: '/hobbies', alt: 'Spider-Man 2 PS5 Event'}, { src: '/images/photos/electrical/solar-panel.jpg', href: '/projects', alt: 'Off-Grid Electrical Work' }, ], [ - { src: '/images/photos/cosplay/spiderverse-photo.jpg', href: '/hobbies', alt: 'Spider-Verse Cosplay #2' }, + { src: '/images/photos/software/misskey_raindar.png', href: '/projects', alt: 'Bangkok Rain Radar'}, { src: '/images/photos/software/winnie-http.png', href: '/projects', alt: 'Homemade webserver'}, - { src: '/images/photos/hardware/hdd.jpg', href: '/projects', alt: 'Storage Server'}, - { src: '/images/photos/software/bkk-raindar.png', href: '/projects', alt: 'Bangkok Rain Radar'}, - { src: '/images/photos/events/the-command-center.jpg', href: '/projects', alt: 'True Digital Park' }, + { src: '/images/photos/hardware/server_rack.jpg', href: '/projects', alt: 'WinsCloud'}, + { src: '/images/photos/software/livyatan.png', href: '/projects', alt: 'Livyatan'}, + { src: '/images/photos/cosplay/spiderverse-photo.jpg', href: '/hobbies', alt: 'Spider-Verse Cosplay #2' }, ] ]; diff --git a/app/projects/page.tsx b/app/projects/page.tsx index d23147b..ba8c0d7 100755 --- a/app/projects/page.tsx +++ b/app/projects/page.tsx @@ -9,7 +9,7 @@ export default function Projects() {
-

Projects & Work

+

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.

@@ -18,7 +18,7 @@ export default function Projects() {
-

Homelab System

+

Homelab

In addition to business systems, I also have a homelab! My homelab equipment are inter-connected under the WinsCloud ecosystem. This is where I run most of my self-hosting instances of various open-source software such as file storage servers, music streaming services, network monitors, and so on.

@@ -86,7 +86,7 @@ export default function Projects() {

Virtualization

- I am able to work with virtualization softwares such as: Proxmox, Docker and VMWare. + I am able to work with virtualization and hypervisor softwares such as: Proxmox, Docker and VMWare.

@@ -210,12 +210,12 @@ export default function Projects() {
- +
- +
diff --git a/public/icons/monero.png b/public/icons/monero.png new file mode 100644 index 0000000..7b6f74d Binary files /dev/null and b/public/icons/monero.png differ diff --git a/public/icons/open-collective.png b/public/icons/open-collective.png new file mode 100644 index 0000000..e8c2ef1 Binary files /dev/null and b/public/icons/open-collective.png differ diff --git a/public/images/photos/hardware/dell-optiplex.jpg b/public/images/photos/hardware/dell-optiplex.jpg deleted file mode 100644 index f24b982..0000000 Binary files a/public/images/photos/hardware/dell-optiplex.jpg and /dev/null differ diff --git a/public/images/picture.png b/public/images/picture.png old mode 100755 new mode 100644 index fcfe6e4..62ab13e Binary files a/public/images/picture.png and b/public/images/picture.png differ