From 32b0e826903228a289fc251da67f0382a0f7cfc7 Mon Sep 17 00:00:00 2001 From: winsdominoes Date: Sat, 14 Dec 2024 20:52:29 +0700 Subject: [PATCH] Added more stuff --- app/components/ContactButton.tsx | 2 +- app/components/ContactIcons.tsx | 19 +- app/components/Extra/Fediverse.tsx | 18 ++ app/components/Navbar.tsx | 2 +- app/components/PhotoGrid.tsx | 2 +- app/layout.tsx | 4 +- app/page.tsx | 27 +- app/projects/page.tsx | 284 ++++++++++-------- public/images/photos/cosplay/gtoqw.jpg | Bin 94078 -> 92936 bytes public/images/photos/cosplay/gtoqw2.jpg | Bin 424358 -> 419685 bytes .../photos/cosplay/spiderverse-photo.jpg | Bin 389578 -> 381837 bytes .../photos/cosplay/tasm-2-at-school.jpg | Bin 26532 -> 25534 bytes public/images/photos/cosplay/tasm-2-pose.jpg | Bin 348072 -> 344972 bytes .../images/photos/cosplay/tasm-2-reading.jpg | Bin 239308 -> 236689 bytes public/images/photos/cosplay/win&art.jpg | Bin 210786 -> 202048 bytes .../images/photos/cosplay/win-and-art-2.jpg | Bin 299750 -> 291780 bytes .../images/photos/cosplay/win-and-art-4.jpg | Bin 251783 -> 243500 bytes .../photos/cosplay/win-and-art-thinking.jpg | Bin 259919 -> 251658 bytes .../photos/events/ai-engineering-2023.jpg | Bin 0 -> 146218 bytes .../images/photos/events/ai-engineering.jpg | Bin 146218 -> 225079 bytes .../photos/graphic-design/supta/friday.jpg | Bin 560058 -> 318931 bytes .../photos/graphic-design/supta/monday.jpg | Bin 837525 -> 309316 bytes .../photos/graphic-design/supta/saturday.jpg | Bin 784587 -> 306424 bytes .../photos/graphic-design/supta/sunday.jpg | Bin 455071 -> 315090 bytes .../photos/graphic-design/supta/thursday.jpg | Bin 838744 -> 310192 bytes .../photos/graphic-design/supta/tuesday.jpg | Bin 684624 -> 303293 bytes .../photos/graphic-design/supta/wednesday.jpg | Bin 621150 -> 308191 bytes .../images/photos/hardware/dell-optiplex.jpg | Bin 518247 -> 327368 bytes public/images/photos/hardware/freebsd.jpg | Bin 526014 -> 343381 bytes public/images/photos/hardware/hdd.jpg | Bin 472591 -> 408249 bytes public/images/photos/hardware/homelab.jpg | Bin 34959 -> 300968 bytes .../images/photos/hardware/networktesting.jpg | Bin 471970 -> 324394 bytes public/images/photos/hardware/ps2port.jpg | Bin 433798 -> 281646 bytes public/images/photos/hardware/ram.jpg | Bin 509375 -> 350436 bytes .../images/photos/hardware/raspberry_pi.jpg | Bin 0 -> 304157 bytes public/images/photos/hardware/server_rack.jpg | Bin 0 -> 303290 bytes .../photos/software/discord_raindar.png | Bin 0 -> 270972 bytes public/images/photos/software/livyatan.png | Bin 0 -> 136998 bytes .../photos/software/misskey_raindar.png | Bin 0 -> 363202 bytes public/images/photos/software/srt_app.png | Bin 0 -> 558283 bytes 40 files changed, 191 insertions(+), 167 deletions(-) create mode 100644 app/components/Extra/Fediverse.tsx create mode 100644 public/images/photos/events/ai-engineering-2023.jpg mode change 100755 => 100644 public/images/photos/hardware/homelab.jpg create mode 100644 public/images/photos/hardware/raspberry_pi.jpg create mode 100644 public/images/photos/hardware/server_rack.jpg create mode 100644 public/images/photos/software/discord_raindar.png create mode 100644 public/images/photos/software/livyatan.png create mode 100644 public/images/photos/software/misskey_raindar.png create mode 100644 public/images/photos/software/srt_app.png diff --git a/app/components/ContactButton.tsx b/app/components/ContactButton.tsx index 2784aaa..09ca93e 100755 --- a/app/components/ContactButton.tsx +++ b/app/components/ContactButton.tsx @@ -43,7 +43,7 @@ const ContactButton: React.FC = ({platform, title, descripti } return ( -
+

{ title }

diff --git a/app/components/ContactIcons.tsx b/app/components/ContactIcons.tsx index 9cecef6..01fe906 100755 --- a/app/components/ContactIcons.tsx +++ b/app/components/ContactIcons.tsx @@ -1,10 +1,10 @@ import * as icons from 'simple-icons'; +import FediverseIcon from './Extra/Fediverse'; import PixelfedIcon from './Extra/Pixelfed'; -import Image from 'next/image'; let ContactIcons = () => { return ( -