Newer
Older
express-blog / src / views / partials / footer.handlebars
@Jason Jason on 10 Jul 1 KB modified: content
<div class="container">
  <p>
    To the extent possible under law, {{siteOwner}} has waived all copyright and related or neighboring rights to this
    work.
    <a href="https://creativecommons.org/publicdomain/zero/1.0/">
      <img src="https://licensebuttons.net/p/zero/1.0/88x31.png" alt="CC0" />
    </a>
  </p>

  <nav aria-label="Footer Navigation">
    <p>
      <a href="{{baseUrl}}/sitemap">Site Map</a>
      <small class="xml-sitemap-link">
        (<a href="{{baseUrl}}/sitemap.xml" rel="nofollow">XML</a>)
      </small>
    </p>
    <p><a href="{{baseUrl}}/archive">Archive</a></p>
    <p><a href="{{baseUrl}}/rss-feed.xml">RSS Feed</a></p>
  </nav>

  <div class="social-contact">
    <p>
      <a href="#"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v11/icons/linkedin.svg"
          alt="Link to LinkedIn Profile" width="24" height="24">
      </a>
    </p>
    <p>
      <a href="https://github.com/jpoage1"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v11/icons/github.svg"
          alt="Link to GitHub Profile" width="24" height="24" /></a>
      <a href="{{baseUrl}}/contact"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
          fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
          class="feather feather-mail">
          <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
          <polyline points="22,6 12,13 2,6"></polyline>
        </svg></a>
    </p>
  </div>
</div>