This commit is contained in:
2023-02-09 20:21:20 +01:00
parent 248868b1bd
commit 372984e55b
12 changed files with 2580 additions and 2601 deletions

9
pages/index.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<div class="h-screen snap-y snap-mandatory overflow-y-auto bg-dark-200">
<Heading />
<About />
<Skills />
</div>
</template>
<script setup></script>