We're re-starting from scratch

Another plan came out
This commit is contained in:
2025-02-11 22:00:40 +01:00
parent 6629f83eb6
commit 956c324273
23 changed files with 132 additions and 3356 deletions

View File

@@ -1,21 +0,0 @@
<script setup lang="ts">
import TypewriterWelcome from '@/components/Home/TypewriterWelcome.vue';
import Projects from '@/components/Home/Projects.vue';
</script>
<template>
<main>
<TypewriterWelcome />
<Projects />
</main>
</template>
<style scoped>
main{
margin-top: 5vh;
width: 100%;
border: 2px red dotted;
}
</style>