Add footer links
This commit is contained in:
parent
cbd187bd21
commit
6601e9cc43
@ -21,6 +21,16 @@
|
||||
>
|
||||
{/each}
|
||||
</p>
|
||||
<div class="link-columns">
|
||||
<div class="link-column-left">
|
||||
TestLink1<br>
|
||||
TestLink2
|
||||
</div>
|
||||
<div class="link-column-right">
|
||||
<a href="https://git.fjla.uk/fred.boniface">Gitea</a><br>
|
||||
<a href="https://github.com/frdbonif">GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
@ -43,4 +53,11 @@
|
||||
.link-image {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.link-columns {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 80px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user