16 lines
290 B
Vue
16 lines
290 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<h1>
|
|
Hi! I'm <julien-calixte version="compact" />. 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>
|