From 7a70ba654c1dd5ad95548222d4379421744910a5 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Thu, 1 Feb 2024 10:16:18 +0100 Subject: [PATCH] added linkedin and age --- public/linkedin-icon.svg | 1 + src/components/Navbar.astro | 28 ++++++++++++++++++++-------- src/pages/index.astro | 5 ++++- 3 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 public/linkedin-icon.svg diff --git a/public/linkedin-icon.svg b/public/linkedin-icon.svg new file mode 100644 index 0000000..831894b --- /dev/null +++ b/public/linkedin-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 0a25f60..6312f63 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -33,19 +33,28 @@ const routes = { }) } - My GitHub account +
+ + +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 7431e53..4aed449 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,8 @@ --- import Layout from "../layouts/Layout.astro"; import "../styles/home.scss"; + +const yannikAge = new Date().getFullYear() - 2004; // 31/12/2003 ---

Hello my name is Yannik!
- I’m a 20 year old Game Developer living in GermanyGame Developer living in Germany.
I mostly code in C++, Godot Engine's GDScript and C#.
I am mostly self taught but i cant really say when i began to learn