all repos — site @ 0f042150a4e491ce50242acd3ab4a39a1a169d2b

source for my site, found at icyphox.sh

templates/partials/footer.html (view raw)

 1<div class="footer">
 2  <section class="footimgs">
 3    <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
 4      <img alt="cc nc-by-sa" src="/static/cc.svg">
 5    </a>
 6    <a href="https://webring.xxiivv.com/#random" target="_blank">
 7      <img alt="xxiivv webring" src="/static/webring.svg">
 8    </a>
 9    <a href="/blog/feed.xml" >
10      <img alt="rss feed" src="/static/rss.svg" width="30">
11    </a>
12    <a href="https://git.icyphox.sh">
13      <img alt="git" src="/static/git.svg" width="35">
14    </a>
15    <a href="https://h.icyphox.sh/u/icy">
16      <img alt="fedi" src="/static/honk.svg" width="35">
17    </a>
18
19  </section>
20  <section class="credits">
21    <span><em><small>
22      <a href="https://openbsd.org">OpenBSD</a> ยท
23      <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
24    </small></em></span>
25  </section>
26</div>