update footer
This commit is contained in:
parent
4fcb0e11b4
commit
6a8681ba2a
|
@ -6,8 +6,12 @@
|
|||
padding: 2em 1em;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
dt {font-weight: 700;}
|
||||
dd {margin-bottom: 0.5em;}
|
||||
a {color: inherit;}
|
||||
.external {display: grid; grid-template-columns: repeat(3,1fr); gap: 1em;}
|
||||
i {font-size: 2em;}
|
||||
}
|
|
@ -9,6 +9,13 @@
|
|||
<dt>fediverse</dt>
|
||||
<dd><a href="https://mastodon.social/@trwnh" rel="me">mastodon.social/@trwnh</a></dd>
|
||||
</dl>
|
||||
|
||||
<div class="external">
|
||||
<a href="https://github.com/trwnh"><i class="fa fa-github"></i></a>
|
||||
<a href="https://git.trwnh.com/a"><i class="fa fa-gitea"></i></a>
|
||||
<a href="https://birdsounds.media"><i class="fa fa-camera"></i></a>
|
||||
<a href="https://liberapay.com/trwnh"><i class="fa fa-liberapay"></i></a>
|
||||
<a href="https://patreon.com/trwnh"><i class="fa fa-patreon"></i></a>
|
||||
<a href="https://paypal.me/trwnh"><i class="fa fa-paypal"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Loading…
Reference in a new issue