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,27 +0,0 @@
<script setup lang="ts">
import { RouterLink, RouterView } from 'vue-router'
import Header from './components/Header.vue';
</script>
<template>
<header>
<!--<Header :links="[['About me', 'a'], ['Projects', '#projects']]"></Header>-->
</header>
<div id="view_content">
<RouterView />
</div>
</template>
<style scoped>
#view_content{
width: 80%;
margin: auto;
}
@media (min-width: 1024px) {
}
</style>