_footer.php 830 B

123456789101112131415161718192021222324
  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="//www.linkedin.com/in/andreafranceschini">LinkedIn</a></p>
  8. <p><a href="//twitter.com/Morpheu5">Twitter</a></p>
  9. </div>
  10. <div class="second column">
  11. <p><a href="//github.com/Morpheu5">github</a></p>
  12. <p><a href="//plus.google.com/+AndreaFranceschini">Google+</a></p>
  13. <p><a href="//orcid.org/0000-0001-8665-6147">ORCID</a></p>
  14. </div>
  15. <div class="last column">
  16. <p><a href="<?=$baseurl?>colophon">About this site</a></p>
  17. <p>Unless otherwise specified, the content of this site is licensed as <a href="//creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</p>
  18. </div>
  19. </div>
  20. </footer>
  21. </body>
  22. </html>