began rewrite

This commit is contained in:
2024-01-29 21:49:35 +01:00
parent 5fc0d4ac9f
commit de681d6326
18 changed files with 2476 additions and 1844 deletions

View File

@@ -1,18 +1,11 @@
---
import Base from "../layouts/Base.astro";
import Layout from "../layouts/Layout.astro";
---
<Base title="Work in progress">
<h1 class="wip-title">Work in <span class="text-gradient">progress</span></h1>
<div class="card">
<p>
Hey &nbsp;<img width="32px" src="/hand_wave.webp"><br>
<br>
this is my personal website <br> wich gets a rewrite "right now".<br>
My name is Yannik aka vaporvee and I'm 19 years old.<br>
I'm a game developer and i code in C++, Godot Engine's GDScript and C#.<br>
<br>
If you want to see the progress on this website visit <a href="https://github.com/vaporvee/web">github.com/vaporvee/web</a>
</p>
</div>
</Base>
<Layout
title="Home"
description="This is my personal website with my projects, docs and other useful stuff."
>
<h1>Home</h1>
<p>Under construction ;)</p>
</Layout>