_footer.php 566 B

123456789101112131415161718
  1. </div> <!-- #content_box -->
  2. <footer id="site_footer">
  3. <div class="footer_body">
  4. <div class="first column">
  5. <p>Find me on</p>
  6. <p><a href="//twitter.com/Morpheu5">Twitter</a></p>
  7. <p><a href="//plus.google.com/+AndreaFranceschini">Google+</a></p>
  8. </div>
  9. <div class="second column">
  10. <p><a href="<?=$baseurl?>colophon">About this site</a></p>
  11. <p>Unless otherwise specified, the content of this site is licenced as <a href="//creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.
  12. </div>
  13. </div>
  14. </footer>
  15. </body>
  16. </html>