add navbar and new logo

This commit is contained in:
geoffrey45
2022-03-04 08:02:01 +03:00
parent 6931cd926c
commit eebe6b4440
11 changed files with 201 additions and 55 deletions
+14
View File
@@ -0,0 +1,14 @@
<template>
<div class="topnav"></div>
</template>
<script setup>
function toggleNav() {}
</script>
<style lang="scss">
.topnav {
background-color: $gray;
display: grid;
}
</style>