feat: add articles
This commit is contained in:
19
pages/index.vue
Normal file
19
pages/index.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<script setup lang="ts">
|
||||
useSeoMeta({
|
||||
title: "Marios Antonoudiou",
|
||||
ogTitle: "Marios Antonoudiou",
|
||||
description:
|
||||
"An experienced software engineer. Enabling teams and crafting user interfaces at Celonis",
|
||||
ogDescription:
|
||||
"An experienced software engineer. Enabling teams and crafting user interfaces at Celonis",
|
||||
twitterCard: "summary_large_image",
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<Introduction />
|
||||
<BeenWorkingWith />
|
||||
<PersonalProjects />
|
||||
<RecentPosts />
|
||||
<Connect />
|
||||
<Footer />
|
||||
</template>
|
||||
Reference in New Issue
Block a user