fiddle with footer stuff

This commit is contained in:
anna 2021-06-11 09:58:34 +02:00
parent 089d68dbb0
commit 7ed819e669
Signed by: fef
GPG key ID: EC22E476DC2D3D84
4 changed files with 30 additions and 6 deletions

View file

@ -65,6 +65,7 @@ GEM
PLATFORMS
amd64-freebsd-12
amd64-freebsd-13
DEPENDENCIES
jekyll (~> 4.2.0)

View file

@ -13,6 +13,9 @@ author:
user: fef
host: notbird.site
twitter: libfef
matrix:
user: fef
host: fef.moe
sass:
style: compact
exclude:

View file

@ -44,12 +44,18 @@
license except where noted otherwise.
</p>
<p>
<img alt="MAINTAINED BY A QUEER FOLK." src="{{ '/assets/img/enby.png' | relative_url }}">
<img alt="Firefox NOW!" src="{{ '/assets/img/firefoxnow.gif' | relative_url }}">
<img alt="W3C HTML5" src="{{ '/assets/img/html5.png' | relative_url }}">
<img alt="This site is certified 100% cookie free!" src="{{ '/assets/img/nocookie.gif' | relative_url }}">
<img alt="always wear your programming socks" src="{{ '/assets/img/programmingsocks.gif' | relative_url }}">
<img alt="Powered by FreeBSD" src="{{ '/assets/img/freebsd.gif' | relative_url }}">
<img alt="MAINTAINED BY A QUEER FOLK." src="{{ '/assets/img/enby.png' | relative_url }}" width="64" height="32">
<a href="https://getfirefox.org/" class="nostyle">
<img alt="Firefox NOW!" src="{{ '/assets/img/firefoxnow.gif' | relative_url }}" width="88" height="31">
</a>
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Ffef.moe%2F" class="nostyle">
<img alt="W3C HTML5" src="{{ '/assets/img/html5.png' | relative_url }}" width="88" height="31">
</a>
<img alt="This site is certified 100% cookie free!" src="{{ '/assets/img/nocookie.gif' | relative_url }}" width="88" height="31">
<img alt="always wear your programming socks" src="{{ '/assets/img/programmingsocks.gif' | relative_url }}" width="129" height="38">
<a href="https://www.freebsd.org/" class="nostyle">
<img alt="Powered by FreeBSD" src="{{ '/assets/img/freebsd.gif' | relative_url }}" width="171" height="64">
</a>
</p>
</div>
<div>
@ -69,11 +75,20 @@
</a>
</li>
{% endif %}
{% if site.author.matrix %}
<li>
Matrix:
<a rel="me" href="https://matrix.to/#/@{{ site.author.matrix.user }}:{{ site.author.matrix.host }}">
@{{ site.author.matrix.user }}:{{ site.author.matrix.host }}
</a>
</li>
{% endif %}
{% if site.hs_url %}
<li><a href="{{ site.hs_url }}">Hidden Service mirror</a></li>
{% endif %}
<li><a href="{{ '/feed.xml' | relative_url }}">Atom feed</a></li>
<li><a href="/pgp.txt">PGP key</a></li>
<li><a href="/canary.txt">Proof of identity</a></li>
<li><a href="https://git.fef.moe/fef">Gitea</a></li>
</ul>
</div>

View file

@ -130,6 +130,11 @@ a {
color: $color-primary;
}
a.nostyle {
color: unset;
text-decoration: none;
}
nav {
overflow-x: auto;
white-space: nowrap;