initial
This commit is contained in:
16
app.vue
Normal file
16
app.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<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 />
|
||||
<Connect />
|
||||
</template>
|
||||
Reference in New Issue
Block a user