all repos — h3rald @ 843df1487d4268978cb90181f74196e52deeaf95

The sources of https://h3rald.com

templates/_footer.mustache

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
<footer class="sidebar">
    <p><span class="h3rald"></span> Web Site v9.2.3</p> 
    <p>&copy; 2004&mdash;2023 &bull; <em>Fabio Cevasco</em></p>
    <p><a href="/about/">About</a></p>
    <p>Unless stated otherwise, all the content published on this web site is licensed under 
    the <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
    The source code of this web site, such as its layout, stylesheets, custom min rules and code is licensed under the terms of the 
      <a href="https://opensource.org/licenses/mit-license.php"><span class="caps">MIT</span> License</a> and it is available
      on <a href="https://github.com/h3rald/h3rald">GitHub</a>.
    </p>
    <p class="license-icons">
      <i class="ent ent-creative-commons"></i>
      <i class="ent ent-creative-commons-attribution"></i>
      <i class="ent ent-creative-commons-noncommercial-eu"></i>
      <i class="ent ent-creative-commons-sharealike"></i>
    </p>
    <p>
      <a href="https://webring.xxiivv.com/" target="_blank" rel="noopener">
        <img class="webring" src="/images/webring.icon.white.svg" alt="XXIIVV webring"/>
      </a>
    </p>
</footer>
<script src="/js/es6-shim.min.js" type="text/javascript"></script>
<script src="/js/axios.min.js" type="text/javascript"></script>
<script src="/js/highlight.pack.js" type="text/javascript"></script>