added content block
This commit is contained in:
@@ -6,5 +6,5 @@ import Layout from "../layouts/Layout.astro";
|
||||
title="Blog"
|
||||
description="This is my personal website with my projects, docs and other useful stuff."
|
||||
>
|
||||
<main>Blog</main>
|
||||
<main><div class="content">Blog (not finished yet)</div></main>
|
||||
</Layout>
|
||||
|
@@ -6,5 +6,5 @@ import Layout from "../layouts/Layout.astro";
|
||||
title="Docs"
|
||||
description="This is my personal website with my projects, docs and other useful stuff."
|
||||
>
|
||||
<main>Docs</main>
|
||||
<main><div class="content">Docs (not finished yet)</div></main>
|
||||
</Layout>
|
||||
|
@@ -22,5 +22,22 @@ import "../styles/home.scss";
|
||||
width="275px"
|
||||
/>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>
|
||||
Hello my name is <b>Yannik</b>!<br />
|
||||
I’m a 20 year old <b>Game Developer</b> living <b>in Germany</b
|
||||
>.<br />
|
||||
I mostly code in C++, Godot Engine's GDScript and C#.<br />
|
||||
I am mostly self taught but i cant really say when i began to learn
|
||||
game developement.<br />
|
||||
Currently i already work at a game studio and i also have my own
|
||||
game side projects and tools.<br />
|
||||
This website will mostly have docs, tutorials, and showcasing of
|
||||
my projects.<br />
|
||||
Maybe also some other stuff all around the creative process of game
|
||||
developement or completely unrelated stuff like cooking recepies
|
||||
;)
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
||||
|
@@ -6,5 +6,5 @@ import Layout from "../layouts/Layout.astro";
|
||||
title="Projects"
|
||||
description="This is my personal website with my projects, docs and other useful stuff."
|
||||
>
|
||||
<main>Projects</main>
|
||||
<main><div class="content">Projects (not finished yet)</div></main>
|
||||
</Layout>
|
||||
|
@@ -6,5 +6,5 @@ import Layout from "../layouts/Layout.astro";
|
||||
title="Tutorials"
|
||||
description="This is my personal website with my projects, docs and other useful stuff."
|
||||
>
|
||||
<main>Tutorials</main>
|
||||
<main><div class="content">Tutorials (not finished yet)</div></main>
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user