adding recently played and restructured spotify components

This commit is contained in:
2025-11-29 00:53:37 +00:00
parent 160dd24bf2
commit e986044159
4 changed files with 90 additions and 27 deletions

View File

@@ -1,12 +1,19 @@
<template>
<nav class="no-print flex-row">
<RouterLink to="/">Home</RouterLink>
<RouterLink to="/cv">CV</RouterLink>
<RouterLink to="/"><h1>HOME</h1></RouterLink>
<RouterLink to="/cv"><h1>CV</h1></RouterLink>
</nav>
</template>
<style>
<style scoped>
nav {
height: 10vh;
}
a {
rotate: -50deg;
height: 100%;
background: white;
padding: 4px;
border: 2px solid black;
}
</style>