tilde-site/templates/includes/footer.html

46 lines
2.9 KiB
HTML

<footer id="footer">
<p style="font-style: italic;">
{% if page %}
Last update : {{ page.updated }}
{% elif section %}
Last update : {{ now() | date(format="%Y-%m-%d") }}
{% endif %}
</p>
<div id="tilde_ring" style="border: 1px dotted black; text-align:center; border-radius:10px;">
<p><em>a member of the tilde.town ~ring</em></p>
<p> <a id="tilde_town_ring" class="tilde_ring_link" href="">random ~user</a>
| <a id="random_tildebox" class="tilde_ring_link" href="">random ~box</a>
| <a id="tilde_town_ring_next" class="tilde_ring_link" href="">next ~user</a> </p>
<p><a href="https://tilde.town/~um/tilde_ring/join.html">join</a></p>
<script>
var ringjs = document.createElement('script')
ringjs.src = document.location.protocol + '//tilde.town/~um/tilde_ring/tilde_ring.js'
document.getElementById('tilde_ring').appendChild(ringjs)
</script>
</div>
<div>
<a href="https://tilde.town/"><img alt="tilde.town logo" src="{{ config.base_url }}/img/88x31/tildetownpink.gif" title="By ~lucidiot"></a>
<a href="https://www.vim.org/" target="_blank"><img src="{{ config.base_url }}/img/88x31/vim.gif" alt="Made with Vim"></a>
<a href="https://archlinux.org" target="_blank"><img src="{{ config.base_url }}/img/88x31/archlinux.gif" alt="arch linux" title="i use arch btw"></a>
<img src="{{ config.base_url }}/img/88x31/sucks.gif" alt="this website sucks" title="yeah sorry i haven't put in enough effort so far to make it work correctly">
<a href="https://anybrowser.org/campaign/" target="_blank" title="don't use a proprietary one though"><img src="{{ config.base_url }}/img/88x31/anybrowser.gif" alt="best viewed with any browser"></a>
<img src="{{ config.base_url }}/img/88x31/anarchynow.gif" alt="Anarchy now">
<img src="{{ config.base_url }}/img/88x31/antinft.gif" alt="this is an anti-nft site" title="fuck you if you think burning the environment is cool">
<img src="{{ config.base_url }}/img/88x31/piracy.gif" alt="piracy now!" title="piracy is fun and cool">
<a href="javascript:alert('what did i tell you??')" target="_blank"><img src="{{ config.base_url }}/img/88x31/noclick.gif" alt="don't click here" title="don't do it"></a>
<a href="https://minecraft.net" target="_blank" title="minecraft is a cool game imo"><img src="{{ config.base_url }}/img/88x31/minecraft.gif" alt="minecraft"></a>
<img src="{{ config.base_url }}/img/88x31/void.gif" alt="powered by the void" title="i use my gender to power this website">
</div>
<div>
<img src="{{ config.base_url }}/img/80x15/anarcom.png" alt="Anar-com" title="Anarcho-communist">
<img src="{{ config.base_url }}/img/80x15/mp3love.gif" alt="i <3 mp3" title="music fucking slaps">
<img src="{{ config.base_url }}/img/80x15/frenchy.gif" alt="Frenchy" title="Frenchy">
</div>
<div>
Made with <a href="https://www.getzola.org">Zola</a>
</div>
</footer>