add design
This commit is contained in:
13
src/components/presentation/AboutMe.vue
Normal file
13
src/components/presentation/AboutMe.vue
Normal 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>
|
||||
Reference in New Issue
Block a user