_footer.php 593 B

12345678910111213141516171819
  1. </div> <!-- #inner_box -->
  2. </div> <!-- #content_box -->
  3. <footer id="site_footer">
  4. <div class="footer_body">
  5. <div class="first column">
  6. <p>Find me on</p>
  7. <p><a href="//twitter.com/Morpheu5">Twitter</a></p>
  8. <p><a href="//plus.google.com/+AndreaFranceschini">Google+</a></p>
  9. </div>
  10. <div class="last column">
  11. <p><a href="<?=$baseurl?>colophon">About this site</a></p>
  12. <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>.
  13. </div>
  14. </div>
  15. </footer>
  16. </body>
  17. </html>