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!
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