Add footer links
This commit is contained in:
parent
cbd187bd21
commit
6601e9cc43
@ -21,6 +21,16 @@
|
|||||||
>
|
>
|
||||||
{/each}
|
{/each}
|
||||||
</p>
|
</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>
|
</footer>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@ -43,4 +53,11 @@
|
|||||||
.link-image {
|
.link-image {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-columns {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 80px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user