added linkedin and age

This commit is contained in:
2024-02-01 10:16:18 +01:00
parent 7648fc9f69
commit 7a70ba654c
3 changed files with 25 additions and 9 deletions

View File

@@ -33,19 +33,28 @@ const routes = {
})
}
</nav>
<a href="https://github.com/vaporvee"
><img
src="/github-mark.svg"
alt="My GitHub account"
class="github"
/></a
>
<div>
<a href="https://github.com/vaporvee"
><img
src="/github-mark.svg"
alt="My GitHub account"
class="social"
/></a
>
<a href="https://www.linkedin.com/in/yannik-ain/"
><img
src="/linkedin-icon.svg"
alt="My Linkedin account"
class="social"
/></a
>
</div>
</header>
<style lang="scss">
nav {
justify-self: flex-start;
display: flex;
display: inline-flex;
}
.navbar-entry {
display: flex;
@@ -77,4 +86,7 @@ const routes = {
font-family: "Satoshi-Bold";
color: #7eca9c;
}
.social {
width: 22px;
}
</style>