diff --git a/src/components/ContentBox.astro b/src/components/ContentBox.astro index 0c1b9a8..7e84ec9 100644 --- a/src/components/ContentBox.astro +++ b/src/components/ContentBox.astro @@ -1,5 +1,5 @@
diff --git a/src/components/LinkBox.astro b/src/components/LinkBox.astro index 0ed0343..4d6139e 100644 --- a/src/components/LinkBox.astro +++ b/src/components/LinkBox.astro @@ -10,20 +10,20 @@ const { title, href, center, color } = Astro.props; ---

{ href ? ( {title} diff --git a/src/components/MainHeader.astro b/src/components/MainHeader.astro index 0339dc8..47947d7 100644 --- a/src/components/MainHeader.astro +++ b/src/components/MainHeader.astro @@ -1,6 +1,6 @@ --- import { Image } from "astro:assets"; -import Nav from "./Nav.astro"; +import Nav from "./nav/Nav.astro"; interface Props { logo?: string; diff --git a/src/components/NavLink.astro b/src/components/NavLink.astro deleted file mode 100644 index b3a91b5..0000000 --- a/src/components/NavLink.astro +++ /dev/null @@ -1,17 +0,0 @@ ---- -interface Props { - title: string; - href: string; -} - -const { title, href } = Astro.props; ---- - - -

- {title} -

-
diff --git a/src/components/Nav.astro b/src/components/nav/Nav.astro similarity index 86% rename from src/components/Nav.astro rename to src/components/nav/Nav.astro index 59e0b86..144f63b 100644 --- a/src/components/Nav.astro +++ b/src/components/nav/Nav.astro @@ -1,5 +1,5 @@ --- -import Hamburger from "./Hamburger.astro"; +import Hamburger from "../Hamburger.astro"; import NavLink from "./NavLink.astro"; --- @@ -29,7 +29,7 @@ import NavLink from "./NavLink.astro";

-
+
+ + A template for using TypeScript and roblox-ts with + ComputerCraft. + + + My science and engineering company based around the SwitchCraft 3 modded Minecraft server. + + + The worst paint program I have ever made. Coincidentally, it's + also the only paint program I have ever made. + + + Tired of using Multiplayer Piano only to find other people are + frustrating you? + + + I finally got fed up with the stupid Skyrim multi-monitor cursor + bug so I did the most simple thing I could do to mitigate it. + + + Custom hats script for MPP. Hat textures made by yours truly. + - - Bot for Discord and MPP. Lots of baking involved. + + Chat bot for Discord and MPP. Lots of baking involved. - + A clone of Multiplayer Piano with a completely original backend server with a fresh style. @@ -78,12 +112,9 @@ import LinkBox from "~/components/LinkBox.astro"; source and currently under development. */ } - - I made some contributions to this site, such as the ability to - hide cursors. + + I made major contributions to this site's development over the + years, even if it wasn't through code. { /*