added some shadowing to the wip

This commit is contained in:
Yannik
2023-05-20 17:47:59 +02:00
parent bc881fd129
commit 8bf6e2814b
3 changed files with 22 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
---
import Base from "../layouts/Base.astro";
import "../styles/global.scss";
---
<Base title="Work in progress">
@@ -9,9 +8,9 @@ import "../styles/global.scss";
<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#.
this is my personal website wich gets a rewrite rignt now.<br>
My name is Yannik aka vaporvee and I'm 19 years old.<br>
In my freetime i'm a gamedev and i code in C++, Godot Engine's GDScript and C#.<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>