add: imp, privacy

Add imprint and privacy stuff
This commit is contained in:
Fiona Lena Urban 2025-04-21 09:53:25 +02:00
parent 85e6035a9a
commit eabd67f93e
7 changed files with 4948 additions and 2144 deletions

View file

@ -1,6 +1,8 @@
<template>
<header class="Header">
<strong><span>Pro</span>Papier</strong>
<NuxtLink to="/">
<strong><span>Pro</span>Papier</strong>
</NuxtLink>
<label for="burger_nav_toggle" v-if="available">
<Icon name="solar:hamburger-menu-broken" size="2em" />
</label>
@ -19,4 +21,11 @@
<script setup lang="ts">
const available = false
</script>
</script>
<style scoped>
header a {
text-decoration: none;
color: var(--color-black);
}
</style>