1
0
Fork 0

Update index.vue

This commit is contained in:
Moritz Ruth 2023-06-15 23:57:00 +02:00 committed by GitHub
parent 54cb07433d
commit 6c79a60ef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,11 +26,6 @@
<router-link to="/photography" :class="$style.link">hobby&nbsp;photographer</router-link> <router-link to="/photography" :class="$style.link">hobby&nbsp;photographer</router-link>
from&nbsp;Europe. from&nbsp;Europe.
</p> </p>
<XSpacer v="5"/>
<p>
I&nbsp;primarily&nbsp;focus&nbsp;on
full-stack Web&nbsp;and&nbsp;Android&nbsp;development.
</p>
</div> </div>
<XSpacer v="10"/> <XSpacer v="10"/>
<router-link to="/contact" :class="$style.reachOut">Reach out</router-link> <router-link to="/contact" :class="$style.reachOut">Reach out</router-link>
@ -95,12 +90,12 @@
import LinkCardList from "../components/LinkCardList.vue" import LinkCardList from "../components/LinkCardList.vue"
const NAVIGATION_LINKS = [ const NAVIGATION_LINKS = [
{ // {
icon: "📝", // icon: "📝",
to: "/blog", // to: "/blog",
label: "Blog", // label: "Blog",
description: "My thoughts, mostly on dev things" // description: "My thoughts, mostly on dev things"
}, // },
{ {
iconClasses: "top-[-0.25rem]", iconClasses: "top-[-0.25rem]",
icon: "📷", icon: "📷",