Fancy Footer Sections

<footer class="bg-gold text-white pt-8 pb-3">
  <div class="fui-container">
    <div class="row">

      <!-- COL -->
      <div class="col-md-4 col-12 about-col pb-2">
        <a href="/">
          <img src="/wp-content/themes/famousui/images/famousui-white.png" alt="" style="max-width: 200px" class="img-fluid">
        </a>
        <p class="text-white mt-2">
          The world famous user interface framework which was made by developers, for developers. Famous UI was created for both sophisticated and simple developers in mind. Powered by <a href="https://www.boomcdn.com" class="text-white">Boom CDN</a>
        </p>
      </div>

      <!-- COL -->
      <div class="col-md-3 col-12 pb-2 regular-links-col">
        <h4>Quick Links</h4>
        <ul class="list-unstyled">
          <li><a title="Home" href="/" class="nav-link">Home</a></li>
          <li><a title="Documentation" href="/documentation/get-started/" class="nav-link text-white">Documentation</a></li>
          <li><a title="Showcase" href="/showcase/" class="nav-link text-white">Showcase</a></li>
          <li><a title="Snippets" href="/snippets/" class="nav-link text-white">Snippets</a></li>
          <li><a title="Icons" href="http://www.iconfamous.com" class="nav-link text-white">Icons</a></li>
        </ul>
      </div>

      <!-- COL -->
      <div class="col-md-3 col-12 pb-2 regular-links-col">
        <h4>Partners</h4>
        <ul class="list-unstyled">
          <li><a title="Boom CDN" target="_blank" href="http://www.boomcdn.com" class="nav-link text-white">Boom CDN</a></li>
          <li><a title="Famous Internet Solutions" target="_blank" href="http://www.famousinternetolutions.com" class="nav-link text-white">Famous Internet Solutions</a></li>
          <li><a title="Icon Famous" target="_blank" href="http://www.iconfamous.com" class="nav-link text-white">Icon Famous</a></li>
          <li><a title="Github" target="_blank" href="https://github.com/kenkeydev/Famous-UI" class="nav-link text-white">Github</a></li>
        </ul>
      </div>

      <!-- COL -->
      <div class="col-md-2 col-12 pb-2 regular-links-col">
        <h4>Support</h4>
        <ul class="list-unstyled">
          <li><a class="nav-link text-white" target="_blank" href="https://famousinternet.slack.com/">Slack</a></li>
          <li><a class="nav-link text-white" href="">Contact Us</a></li>
        </ul>
      </div>

      <!-- COPY -->
      <div class="col-md-12 copy-col">
        &copy; Copyright 2019 Famous UI - Created with <i class="if if-heart text-danger" aria-hidden="true"></i> by <a target="_blank" href="https://www.famousinternetsolutions.com" class="text-white">Famous Internet Solutions</a>
      </div>
    </div>
  </div>
</footer>
Dependencies
CSS

Insert before the closing </head> tag

<!-- Icon Famous -->
<link rel="stylesheet" href="https://cdn.boomcdn.com/libs/icon-famous/1.0.0-beta.2/iconfamous.css">
<!-- Famous UI -->
<link rel="stylesheet" href="https://cdn.boomcdn.com/libs/famous-ui/1.0.0-beta.1/famousui.css">
Javascript

Insert before the closing </body> tag

<!-- jQuery -->
<script src="https://cdn.boomcdn.com/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Famous UI -->
<script src="https://cdn.boomcdn.com/libs/famous-ui/1.0.0-beta.1/famousui.js"></script>