aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/footer.html
blob: d5f2b06794d659f036c11615f120893e9e91e86d (plain) (blame)
1
2
3
4
5
6
7
<footer class="footer has-background-grey-darker">
  <div class="content has-text-centered has-text-grey-lighter">
    <p>
      Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.com/?ref=177518"><span id="netcup-logo">netcup</span></a><br>Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> &copy; {% now "Y" %} <span id="pydis-text">Python Discord</span>
    </p>
  </div>
</footer>