first commit
This commit is contained in:
19
src/pages/about.vue
Normal file
19
src/pages/about.vue
Normal 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
7
src/pages/index.mdx
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Julien Calixte
|
||||
---
|
||||
|
||||
<main>
|
||||
<Welcome />
|
||||
</main>
|
||||
Reference in New Issue
Block a user