This commit is contained in:
Yannik
2023-05-20 17:13:10 +02:00
commit 98ee03d9ed
15 changed files with 5456 additions and 0 deletions

18
src/pages/index.astro Normal file
View File

@@ -0,0 +1,18 @@
---
import Base from "../layouts/Base.astro";
import "../styles/global.scss";
---
<Base title="Work in progress">
<h1 class="wip-title">Work in <span class="text-gradient">progress</span></h1>
<div class="card">
<p>
Hey👋,<br>
<br>
this is my personal website wich gets a rewrite rignt now. <br>
My name is Yannik aka vaporvee and I'm 19 years old.
In my freetime i'm a gamedev and i code in C++, Godot Engine's GDScript and C#.
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>