began rewrite
This commit is contained in:
@@ -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 <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>
|
||||
|
Reference in New Issue
Block a user