From d35b9b0f4a753d00fca31dcd8f811385e7da7f0e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 22 Aug 2024 21:50:16 -0700 Subject: extend projects page for another row --- src/pages/projects.astro | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 8080d01..2758a78 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -70,9 +70,9 @@ import Card from "../components/Card.astro"; @@ -85,6 +85,24 @@ import Card from "../components/Card.astro"; year="2023" tags={["Next", "Typescript", "React"]} /> + + +
and also a few smaller tools... -- cgit v1.2.3