Update index.vue
This commit is contained in:
parent
54cb07433d
commit
6c79a60ef2
1 changed files with 6 additions and 11 deletions
|
@ -26,11 +26,6 @@
|
||||||
<router-link to="/photography" :class="$style.link">hobby photographer</router-link>
|
<router-link to="/photography" :class="$style.link">hobby photographer</router-link>
|
||||||
from Europe.
|
from Europe.
|
||||||
</p>
|
</p>
|
||||||
<XSpacer v="5"/>
|
|
||||||
<p>
|
|
||||||
I primarily focus on
|
|
||||||
full-stack Web and Android 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: "📷",
|
||||||
|
|
Loading…
Add table
Reference in a new issue