<footer id=“site-footer”>

<hr id="footer-demarcation"/>

<div id="footer-nav-container">
  <nav id="footer-nav-menu-icons-container">

    <a href="{{ site.github_page }}">
      <div class="footer-menu-icon">{% include social/social-github.html %}</div>
    </a>
    <a href="{{ site.twitter_page }}">
      <div class="footer-menu-icon">{% include social/social-twitter.html %}</div>
    </a>
    <a href="{{ site.linkedin_page }}">
      <div class="footer-menu-icon">{% include social/social-linkedin.html %}</div>
    </a>
    <a href="/feed.xml">
      <div class="footer-menu-icon">{% include social/social-rss.html %}</div>
    </a>

  </nav>

  <div id="fine-print">
    <p class="fint-print-text">Made with &#9829; by {{ site.first-name }}</p>
    <p class="fint-print-text">© 2017-18 {{ site.title }}. All rights reserved.</p>
  </div>
</div>

</footer>