all repos — site @ 6d7167a3a603933222b25d31718bbc5179f854ca

source for my site, found at icyphox.sh

templates/footer.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
<section class="footer">
  <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
    <img alt="cc nc-by-sa" src="/static/cc.svg">
  </a>
  <a href="https://webring.xxiivv.com/#random" target="_blank">
    <img alt="xxiivv webring" src="/static/webring.svg">
  </a>
  <a href="/blog/feed.xml" >
    <img alt="rss feed" src="/static/rss.svg" width="30">
  </a>
  <a href="https://git.icyphox.sh">
    <img alt="git" src="/static/git.svg" width="35">
  </a>
  <span>Anirudh Oppiliappan &copy; 2021 &mdash; BY-NC-SA 4.0</span>
</section>