From d163a4ec7dc4408cdd421d9fd59daed684e60e04 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 7 Nov 2025 19:07:06 +0000 Subject: [PATCH] feat: add projects section to homepage --- src/pages/home.tsx | 28 ++++++++ src/styles/_variables.css | 148 +++++++++++++++++++------------------- 2 files changed, 102 insertions(+), 74 deletions(-) diff --git a/src/pages/home.tsx b/src/pages/home.tsx index a0e4369..8695488 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -31,6 +31,34 @@ const HomePage = () => { +
+
+
+

+ Projects +

+
    +
  • + + eolas + +
  • +
  • +

    + A self-hosted, full-stack application created with NodeJS, + Python and React that serves as a frontend for my + Zettelkasten. +

    +
  • +
+
+
+
+