From 8cfa39a4d433a59a1ef2551f80d5fdd9016e38cf Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Wed, 11 Feb 2026 17:29:25 +0100 Subject: [PATCH] Refactor: move ASCII generator to a dedicated page and embed navigation directly into the homepage. --- src/components/Sidebar.astro | 246 ---------------- src/pages/ascii.astro | 362 +++++++++++++++++++++++ src/pages/index.astro | 555 ++++++++++++----------------------- 3 files changed, 553 insertions(+), 610 deletions(-) delete mode 100644 src/components/Sidebar.astro create mode 100644 src/pages/ascii.astro diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro deleted file mode 100644 index 23d3bfe..0000000 --- a/src/components/Sidebar.astro +++ /dev/null @@ -1,246 +0,0 @@ ---- -import { Zap, FileText, Mail } from "@lucide/astro"; ---- - - - - - - diff --git a/src/pages/ascii.astro b/src/pages/ascii.astro new file mode 100644 index 0000000..bc61781 --- /dev/null +++ b/src/pages/ascii.astro @@ -0,0 +1,362 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Tooltip from "../components/Tooltip.astro"; +import ControlPanel from "../components/ControlPanel.astro"; +--- + + +
+
+
+
Loading...
+

+                
+            
+ + + +
+
+

ASCII Art Generator

+

+ Generate stunning ASCII art from images. Pull a random + image from an anime API or upload your own to get + started. +

+
+ + +
+

+ Disclaimer: Images loaded via the API are not my own + and are not filtered or curated. In rare cases, they might + contain sensitive material. +

+
+
+
+
+ + + +
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index b014c89..28bdee0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,400 +1,227 @@ --- import Layout from "../layouts/Layout.astro"; -import Sidebar from "../components/Sidebar.astro"; -import Tooltip from "../components/Tooltip.astro"; -import ControlPanel from "../components/ControlPanel.astro"; +import { Zap, FileText, Mail } from "@lucide/astro"; --- -
- - - -
- -
-
Loading...
-

-                
+    
+
+
+

SYNTAXBULLET

+
+ FULL STACK ENGINEER + | + CREATIVE TECHNOLOGIST +
- +

+ Crafting high-performance digital experiences at the intersection of + engineering, design, and artificial intelligence. +

- -
-
-

ASCII Art Generator

-

- Generate stunning ASCII art from images. Pull a random - image from an anime API or upload your own to get - started. -

-
- - -
-

- Disclaimer: Images loaded via the API are not my own - and are not filtered or curated. In rare cases, they might - contain sensitive material. -

-
+ + +
- - -