first commit

This commit is contained in:
Julien Calixte
2022-02-26 13:31:39 +01:00
commit d469314fc0
22 changed files with 3332 additions and 0 deletions

19
src/pages/about.vue Normal file
View File

@@ -0,0 +1,19 @@
<page>
title: About
</page>
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>

7
src/pages/index.mdx Normal file
View File

@@ -0,0 +1,7 @@
---
title: Julien Calixte
---
<main>
<Welcome />
</main>