feat: add footer link to github
This commit is contained in:
parent
40261c9f8c
commit
751b84c119
1 changed files with 10 additions and 2 deletions
|
|
@ -68,14 +68,22 @@
|
|||
<div class="container">
|
||||
<p>Copyright <Icon path={mdiCopyright} size="1rem" /> {year} Alexander Daichendt</p>
|
||||
|
||||
<div class="footerLinks">
|
||||
<Link href="/privacy">Privacy Policy</Link>
|
||||
<Link href="/impressum">Impressum</Link>
|
||||
<Link href="https://github.com/AlexDaichendt/site">Source</Link>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
@import 'normalize.css';
|
||||
@import 'sanitize.css';
|
||||
|
||||
.footerLinks {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.upper {
|
||||
min-height: calc(100vh - 4rem - 8px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue