Footer

HTML

<footer class="site-footer row">
  <div class="content width--wide">
    <div class="column">
      <a class="logo" href="/">Uncover</a>
      <p>
        <a href="https://uk.10ofthose.com/partners/uccf" target="_blank">Buy a printed copy of Uncover</a>
      </p>
    </div>
    <div class="column column--4">
      <nav class="nav" role="navigation" aria-label="Footer menu">
        <div class="nav nav--main">
          <h3 class="nav__label">
            Links
          </h3>
          <ul class="nav__group">
            <li class="nav__item">
              <a href="/luke">Luke</a>
            </li>
            <li class="nav__item">
              <a href="/mark">Mark</a>
            </li>
            <li class="nav__item">
              <a href="/john">John</a>
            </li>
            <li class="nav__item nav__item--hl">
              <a href="/about">About us</a>
            </li>
          </ul>
        </div>
        <div class="nav nav--socials" role="navigation">
          <h3 class="nav__label">
            Socials
          </h3>
          <ul class="nav__group">
            <li class="nav__item">
              <a href="https://www.facebook.com/UncoverJesus">Facebook</a>
            </li>
            <li class="nav__item">
              <a href="https://twitter.com/UncoverJesus">Twitter</a>
            </li>
            <li class="nav__item">
              <a href="https://www.youtube.com/channel/UCr-8Oj6L1byAQvoAuXmOqzg">YouTube</a>
            </li>
            <li class="nav__item">
              <a href="https://www.instagram.com/uncoverjesus/">Instagram</a>
            </li>
          </ul>
        </div>
        <div class="nav nav--info" role="navigation">
          <h3 class="nav__label">
            Information
          </h3>
          <ul class="nav__group">
            <li class="nav__item">
              <a href="/terms/">Terms & Conditions</a>
            </li>
            <li class="nav__item">
              <a href="/cookies/">Cookie Policy</a>
            </li>
          </ul>
        </div>
      </nav>
      <p>
        <small>These resources have been developed to help you engage with the narrative of the gospels. They are produced by UCCF: The Christian
        Unions – hundreds of university Christian Unions across Britain. We exist to give every student on campus an opportunity to hear about
        Jesus.</small>
      </p>
      <p>
        <small>Copyright © UCCF: The Christian Unions</small>
      </p>
      <p>
        <small>Gospels of Mark, John and Luke taken from the Holy Bible, New International Version®, Anglicized, NIV® Copyright © 1979, 1984, 2011 by
        Biblica, Inc.® Used by permission. All rights reserved worldwide.</small>
      </p>
    </div>
  </div>
</footer>