add design

This commit is contained in:
Julien Calixte
2022-03-10 22:57:10 +01:00
parent 45a575aa73
commit 4f127d9465
10 changed files with 125 additions and 53 deletions

View File

@@ -0,0 +1,13 @@
<script setup lang="ts"></script>
<template>
<h1>Hi! I'm <julien-calixte />. A mobile & web developer.</h1>
<section class="about-me">
<p>I am into building things with code.</p>
</section>
</template>
<style scoped lang="scss">
.about-me {
}
</style>