all repos — site @ b07ae71064ff7d252f42e7d58ecea3ebfd84087f

source for my site, found at icyphox.sh

templates/partials/footer.html (view raw)

 1<section class="footer">
 2  <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
 3    <img alt="cc nc-by-sa" src="/static/cc.svg">
 4  </a>
 5  <a href="https://webring.xxiivv.com/#random" target="_blank">
 6    <img alt="xxiivv webring" src="/static/webring.svg">
 7  </a>
 8  <a href="/blog/feed.xml" >
 9    <img alt="rss feed" src="/static/rss.svg" width="30">
10  </a>
11  <a href="https://git.icyphox.sh">
12    <img alt="git" src="/static/git.svg" width="35">
13  </a>
14  <a href="https://h.icyphox.sh/u/icy">
15    <img alt="fedi" src="/static/honk.svg" width="35">
16  </a>
17</section>