<!– Footer –> <footer class=“footer”>

<div class="container has-text-centered content">
  <p>
    The source code for this website is licensed by
    <a href="https://opensource.org/licenses/mit-license.php">MIT</a> and can be found
    <a href="https://github.com/johnmoxon/johnmoxon.github.io/">here on github <i class="fab fa-github has-text-black"></i></a><br>
    <span xmlns:dct="https://purl.org/dc/terms/" 
      xmlns:cc="https://creativecommons.org/ns#" 
      class="license-text">
      The website content by <strong><span rel="cc:attributionName">John Moxon</span></strong> is licensed under
      <a href="https://creativecommons.org/licenses/by/4.0">
        CC BY 4.0
        <img
          style="height:22px!important;margin-left: 3px;vertical-align:text-bottom;"
          src="https://creativecommons.org/wp-content/uploads/2016/06/brain.png" height="22px" />
      </a>
    </span>
  </p>

  <div class="has-vcentred-content">
    <img class="" width="150px" src="/assets/img/made-with-bulma--semiblack.png" alt="Made with Bulma">
    <img class="" width="150px" src="/assets/img/webpack-on-white-bg.svg" alt="Made with Webpack">
    <img class="" width="150px" src="/assets/img/jekyll-logo-black-red-transparent.png" alt="Made with Jekyll">
  </div>
</div>

</footer>