diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index b9b560b8..d7c49365 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -13,7 +13,7 @@ const { currentPage } = Astro.props;
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 205b59a9..5a952019 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -68,17 +68,19 @@ const projects: ProjectMetadata[] = Object.values(
---
- projects
+
- {
- projects.map((project) => (
-
- ))
- }
+
+ {
+ projects.map((project) => (
+
+ ))
+ }
+
diff --git a/src/pages/projects/mizu.astro b/src/pages/projects/mizu.astro
new file mode 100644
index 00000000..13d60325
--- /dev/null
+++ b/src/pages/projects/mizu.astro
@@ -0,0 +1,29 @@
+---
+import ProjectPage from "../../components/ProjectPage.astro";
+
+export const metadata = {
+ title: "MIZU",
+ description:
+ "A discord bot card trading and collection game. (Currently inactive, 4000+ players) ",
+ date: "January - June 2024",
+ slug: "mizu",
+ image: "/mizu-icon.svg",
+ hidden: false,
+};
+---
+
+
+ simple description here
+
+ images here
+
+
+
Technologies
+
+ - Node.js
+ - TypeScript
+ - PostgreSQL
+ - AWS S3
+
+
+
diff --git a/src/pages/projects/wiskatron.astro b/src/pages/projects/wiskatron.astro
new file mode 100644
index 00000000..9aa82999
--- /dev/null
+++ b/src/pages/projects/wiskatron.astro
@@ -0,0 +1,17 @@
+---
+import ProjectPage from "../../components/ProjectPage.astro";
+
+export const metadata = {
+ title: "wiskatron",
+ description: "Spotify listening activity with dynamic visuals",
+ date: "February 2024",
+ slug: "wiskatron",
+ // image: null,
+ image: "/wiskatron-icon.svg",
+ hidden: false,
+};
+---
+
+
+ lorem ipsum
+