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>
|
||||
from Europe.
|
||||
</p>
|
||||
<XSpacer v="5"/>
|
||||
<p>
|
||||
I primarily focus on
|
||||
full-stack Web and Android development.
|
||||
</p>
|
||||
</div>
|
||||
<XSpacer v="10"/>
|
||||
<router-link to="/contact" :class="$style.reachOut">Reach out</router-link>
|
||||
|
@ -95,12 +90,12 @@
|
|||
import LinkCardList from "../components/LinkCardList.vue"
|
||||
|
||||
const NAVIGATION_LINKS = [
|
||||
{
|
||||
icon: "📝",
|
||||
to: "/blog",
|
||||
label: "Blog",
|
||||
description: "My thoughts, mostly on dev things"
|
||||
},
|
||||
// {
|
||||
// icon: "📝",
|
||||
// to: "/blog",
|
||||
// label: "Blog",
|
||||
// description: "My thoughts, mostly on dev things"
|
||||
// },
|
||||
{
|
||||
iconClasses: "top-[-0.25rem]",
|
||||
icon: "📷",
|
||||
|
|
Loading…
Add table
Reference in a new issue