feat: add AttributionsView
This commit is contained in:
parent
e7ffb63e43
commit
0683ff26c5
3 changed files with 45 additions and 0 deletions
31
src/views/AttributionsView.vue
Normal file
31
src/views/AttributionsView.vue
Normal file
|
@ -0,0 +1,31 @@
|
|||
<script setup lang="ts">
|
||||
import TextBlock from "@/components/TextBlock.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<TextBlock>
|
||||
<h1>{{ $route.meta.title }}</h1>
|
||||
<h2>Artwork</h2>
|
||||
<p>
|
||||
Viktor Ref & Frontal Shot:
|
||||
<a href="https://twitter.com/sabertoofs">sabertoofs</a>
|
||||
</p>
|
||||
|
||||
<h2>Icons</h2>
|
||||
<p>Navigation Icons: <a href="https://fontawesome.com">Font Awesome</a></p>
|
||||
|
||||
<h2>Fonts</h2>
|
||||
<h3>Heading Font</h3>
|
||||
<p>
|
||||
<a href="https://github.com/MichalSahar/Secular">Secular One</a> by
|
||||
<a href="https://github.com/MichalSahar">Michal Sahar</a>
|
||||
</p>
|
||||
<h3>Copy Font</h3>
|
||||
<p>
|
||||
<a href="https://antonkoovit.com/typefaces/arvo">Arvo</a> by
|
||||
<a href="https://antonkoovit.com/">Anton Koovit</a>
|
||||
</p>
|
||||
</TextBlock>
|
||||
</template>
|
||||
|
||||
<style lang="scss"></style>
|
Loading…
Add table
Add a link
Reference in a new issue