From 6746aa770c34e9efc4d0794518ff46cf4942dba6 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 14 Jul 2025 18:05:49 +0200 Subject: chore: remove gear and project page --- public/images/980pro.webp | Bin 13206 -> 0 bytes public/images/B550MITX.webp | Bin 27598 -> 0 bytes public/images/airpodspro.webp | Bin 11402 -> 0 bytes public/images/amdryzen55600g.webp | Bin 17350 -> 0 bytes public/images/amdryzen7700x.webp | Bin 284886 -> 0 bytes public/images/authentication.webp | Bin 1928 -> 0 bytes public/images/b650e-i.webp | Bin 41786 -> 0 bytes public/images/github.webp | Bin 6250 -> 0 bytes public/images/gskilltridentz5.webp | Bin 9714 -> 0 bytes public/images/hackintosh.webp | Bin 16886 -> 0 bytes public/images/iphone11.webp | Bin 40480 -> 0 bytes public/images/jonsbon2.webp | Bin 16288 -> 0 bytes public/images/ksm32ed8.webp | Bin 12068 -> 0 bytes public/images/macbookair.webp | Bin 85954 -> 0 bytes public/images/markdownparser.webp | Bin 12700 -> 0 bytes public/images/ncasem2.webp | Bin 19282 -> 0 bytes public/images/nix.webp | Bin 27256 -> 0 bytes public/images/noctuanh-d9l.webp | Bin 42058 -> 0 bytes public/images/p3plus.webp | Bin 8140 -> 0 bytes public/images/patriop300.webp | Bin 10666 -> 0 bytes public/images/raylibshooter.webp | Bin 6334 -> 0 bytes public/images/rice.webp | Bin 31914 -> 0 bytes public/images/rx9070xt.webp | Bin 8250 -> 0 bytes public/images/seagateironwolf.webp | Bin 10692 -> 0 bytes public/images/sf450.webp | Bin 16006 -> 0 bytes public/images/sf750.webp | Bin 12926 -> 0 bytes public/images/site.webp | Bin 17846 -> 0 bytes public/images/spaceinvaders.webp | Bin 15830 -> 0 bytes public/images/todolist.webp | Bin 16534 -> 0 bytes src/App.tsx | 8 ++----- src/components/Navbar.tsx | 25 ++++++++++----------- src/pages/Gear.tsx | 43 ------------------------------------- src/pages/Projects.tsx | 24 --------------------- 33 files changed, 15 insertions(+), 85 deletions(-) delete mode 100644 public/images/980pro.webp delete mode 100644 public/images/B550MITX.webp delete mode 100644 public/images/airpodspro.webp delete mode 100644 public/images/amdryzen55600g.webp delete mode 100644 public/images/amdryzen7700x.webp delete mode 100644 public/images/authentication.webp delete mode 100644 public/images/b650e-i.webp delete mode 100644 public/images/github.webp delete mode 100644 public/images/gskilltridentz5.webp delete mode 100644 public/images/hackintosh.webp delete mode 100644 public/images/iphone11.webp delete mode 100644 public/images/jonsbon2.webp delete mode 100644 public/images/ksm32ed8.webp delete mode 100644 public/images/macbookair.webp delete mode 100644 public/images/markdownparser.webp delete mode 100644 public/images/ncasem2.webp delete mode 100644 public/images/nix.webp delete mode 100644 public/images/noctuanh-d9l.webp delete mode 100644 public/images/p3plus.webp delete mode 100644 public/images/patriop300.webp delete mode 100644 public/images/raylibshooter.webp delete mode 100644 public/images/rice.webp delete mode 100644 public/images/rx9070xt.webp delete mode 100644 public/images/seagateironwolf.webp delete mode 100644 public/images/sf450.webp delete mode 100644 public/images/sf750.webp delete mode 100644 public/images/site.webp delete mode 100644 public/images/spaceinvaders.webp delete mode 100644 public/images/todolist.webp delete mode 100644 src/pages/Gear.tsx delete mode 100644 src/pages/Projects.tsx diff --git a/public/images/980pro.webp b/public/images/980pro.webp deleted file mode 100644 index 6e004bf..0000000 Binary files a/public/images/980pro.webp and /dev/null differ diff --git a/public/images/B550MITX.webp b/public/images/B550MITX.webp deleted file mode 100644 index aeaf364..0000000 Binary files a/public/images/B550MITX.webp and /dev/null differ diff --git a/public/images/airpodspro.webp b/public/images/airpodspro.webp deleted file mode 100644 index 7426f84..0000000 Binary files a/public/images/airpodspro.webp and /dev/null differ diff --git a/public/images/amdryzen55600g.webp b/public/images/amdryzen55600g.webp deleted file mode 100644 index ffd55a3..0000000 Binary files a/public/images/amdryzen55600g.webp and /dev/null differ diff --git a/public/images/amdryzen7700x.webp b/public/images/amdryzen7700x.webp deleted file mode 100644 index 22393d1..0000000 Binary files a/public/images/amdryzen7700x.webp and /dev/null differ diff --git a/public/images/authentication.webp b/public/images/authentication.webp deleted file mode 100644 index 91980d2..0000000 Binary files a/public/images/authentication.webp and /dev/null differ diff --git a/public/images/b650e-i.webp b/public/images/b650e-i.webp deleted file mode 100644 index 5cb20f6..0000000 Binary files a/public/images/b650e-i.webp and /dev/null differ diff --git a/public/images/github.webp b/public/images/github.webp deleted file mode 100644 index 92d6ffa..0000000 Binary files a/public/images/github.webp and /dev/null differ diff --git a/public/images/gskilltridentz5.webp b/public/images/gskilltridentz5.webp deleted file mode 100644 index 6017949..0000000 Binary files a/public/images/gskilltridentz5.webp and /dev/null differ diff --git a/public/images/hackintosh.webp b/public/images/hackintosh.webp deleted file mode 100644 index 831e7b7..0000000 Binary files a/public/images/hackintosh.webp and /dev/null differ diff --git a/public/images/iphone11.webp b/public/images/iphone11.webp deleted file mode 100644 index 6708e1d..0000000 Binary files a/public/images/iphone11.webp and /dev/null differ diff --git a/public/images/jonsbon2.webp b/public/images/jonsbon2.webp deleted file mode 100644 index a7f9459..0000000 Binary files a/public/images/jonsbon2.webp and /dev/null differ diff --git a/public/images/ksm32ed8.webp b/public/images/ksm32ed8.webp deleted file mode 100644 index 5de5a94..0000000 Binary files a/public/images/ksm32ed8.webp and /dev/null differ diff --git a/public/images/macbookair.webp b/public/images/macbookair.webp deleted file mode 100644 index 2713c6d..0000000 Binary files a/public/images/macbookair.webp and /dev/null differ diff --git a/public/images/markdownparser.webp b/public/images/markdownparser.webp deleted file mode 100644 index be7c23d..0000000 Binary files a/public/images/markdownparser.webp and /dev/null differ diff --git a/public/images/ncasem2.webp b/public/images/ncasem2.webp deleted file mode 100644 index f887f25..0000000 Binary files a/public/images/ncasem2.webp and /dev/null differ diff --git a/public/images/nix.webp b/public/images/nix.webp deleted file mode 100644 index 3061b5c..0000000 Binary files a/public/images/nix.webp and /dev/null differ diff --git a/public/images/noctuanh-d9l.webp b/public/images/noctuanh-d9l.webp deleted file mode 100644 index 3d9b00e..0000000 Binary files a/public/images/noctuanh-d9l.webp and /dev/null differ diff --git a/public/images/p3plus.webp b/public/images/p3plus.webp deleted file mode 100644 index f02ced1..0000000 Binary files a/public/images/p3plus.webp and /dev/null differ diff --git a/public/images/patriop300.webp b/public/images/patriop300.webp deleted file mode 100644 index aa81f3c..0000000 Binary files a/public/images/patriop300.webp and /dev/null differ diff --git a/public/images/raylibshooter.webp b/public/images/raylibshooter.webp deleted file mode 100644 index 36a8559..0000000 Binary files a/public/images/raylibshooter.webp and /dev/null differ diff --git a/public/images/rice.webp b/public/images/rice.webp deleted file mode 100644 index 769ca06..0000000 Binary files a/public/images/rice.webp and /dev/null differ diff --git a/public/images/rx9070xt.webp b/public/images/rx9070xt.webp deleted file mode 100644 index cd3b89b..0000000 Binary files a/public/images/rx9070xt.webp and /dev/null differ diff --git a/public/images/seagateironwolf.webp b/public/images/seagateironwolf.webp deleted file mode 100644 index 25fd27f..0000000 Binary files a/public/images/seagateironwolf.webp and /dev/null differ diff --git a/public/images/sf450.webp b/public/images/sf450.webp deleted file mode 100644 index 4c15b5d..0000000 Binary files a/public/images/sf450.webp and /dev/null differ diff --git a/public/images/sf750.webp b/public/images/sf750.webp deleted file mode 100644 index cf1afe1..0000000 Binary files a/public/images/sf750.webp and /dev/null differ diff --git a/public/images/site.webp b/public/images/site.webp deleted file mode 100644 index 2268da0..0000000 Binary files a/public/images/site.webp and /dev/null differ diff --git a/public/images/spaceinvaders.webp b/public/images/spaceinvaders.webp deleted file mode 100644 index 01065ec..0000000 Binary files a/public/images/spaceinvaders.webp and /dev/null differ diff --git a/public/images/todolist.webp b/public/images/todolist.webp deleted file mode 100644 index 2a833d5..0000000 Binary files a/public/images/todolist.webp and /dev/null differ diff --git a/src/App.tsx b/src/App.tsx index ca7bcb4..0d4b55e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,8 +1,6 @@ import { Routes, Route } from 'react-router-dom'; import Navbar from './components/Navbar'; -import Gear from './pages/Gear'; import Home from './pages/Home'; -import Projects from './pages/Projects'; import Footer from './components/Footer'; import NotFound from './pages/404'; import Blog from './pages/Blog'; @@ -11,13 +9,11 @@ import Post from './pages/Post'; function App() { return ( - <> + <> -
+
} /> - } /> - } /> } /> } /> } /> diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 5f9dbbd..720274b 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -1,22 +1,23 @@ +import { Button } from "./ui/button"; import ThemeToggle from "./ThemeToggle"; -export default function Navbar() { - const navItems = [ - { label: 'Home', href: '/' }, - { label: 'Gear', href: '/gear' }, - { label: 'Projects', href: '/projects' }, - { label: 'Blog', href: '/blog' } - ]; +const navItems = [ + { label: "Home", href: "/" }, + { label: "Blog", href: "/blog" }, +]; +export default function Navbar() { return ( -