finished navbar and continued home

This commit is contained in:
2024-01-30 23:16:05 +01:00
parent 82e1635a16
commit 2f94f4854a
16 changed files with 1415 additions and 2546 deletions

10
src/pages/projects.astro Normal file
View File

@@ -0,0 +1,10 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout
title="Projects"
description="This is my personal website with my projects, docs and other useful stuff."
>
<main>Projects</main>
</Layout>