init
This commit is contained in:
commit
0a1187788c
49 changed files with 11570 additions and 0 deletions
12
src/pages/projects.astro
Normal file
12
src/pages/projects.astro
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
|
||||
import Card from "../components/Card.astro";
|
||||
---
|
||||
|
||||
<Layout title="projects" description="a personal website for some computer nerd">
|
||||
<Card title="projects">
|
||||
<p>unfortunately, at the moment, i don't have too much interesting things for you to see. eventually when i get my shit together, you'll see more and more things appear on here</p>
|
||||
<p>as always, my socials and contacts are on the left or top side of the screen for you to access if you wanna poke around in my git repositories</p>
|
||||
</Card>
|
||||
</Layout>
|
Loading…
Add table
Add a link
Reference in a new issue