tidy up formatting

This commit is contained in:
Ray Elliott 2020-04-22 10:55:58 +00:00
parent 98ef83b4f5
commit d9f381c125
1 changed files with 11 additions and 0 deletions

View File

@ -1,7 +1,11 @@
<footer class="footer transition-fade">
<div class="l-underlay footer-bg"></div>
<div class="l-wrapper reduce-padding">
<ul class="l-flex-list-row footer__body">
<li class="footer__body-section footer__body-section--m-left-align footer-section">
<h3 class="footer__heading">Let's keep in touch!</h3>
<p>Find us on any of these platforms. We respond in 1-2 business days.</p>
@ -12,6 +16,7 @@
<li><span class="social-icon"></span></li>
</ul>
</li>
<li class="footer__body-section footer__body-section--m-left-align footer__body-section--narrow footer-section">
<h3 class="footer__heading--small footer__heading">Useful Links</h3>
<ul class="l-list-bare">
@ -21,6 +26,7 @@
<li><a class="footer__link" href="#">Link Four</a></li>
</ul>
</li>
<li class="footer__body-section footer__body-section--m-left-align footer__body-section--narrow footer-section">
<h3 class="footer__heading--small footer__heading">Other Resources</h3>
<ul class="l-list-bare">
@ -30,11 +36,16 @@
<li><a class="footer__link" href="#">Link Four</a></li>
</ul>
</li>
</ul>
<ul class="l-flex-list-row footer__footer">
<li class="footer__term"><a class="footer__link" href="{{ "terms-and-conditions" | relURL }}">Terms and Conditions</a></li>
<li class="footer__term"><a class="footer__link" href="{{ "privacy-policy" | relURL }}">Privacy Policy</a></li>
</ul>
<p class="footer__attr">Copyright &copy; <span id="js-copy-date">2019</span> &dash; <a class="footer__link" rel="nofollow" href="https://rayelliott.dev">rayelliott.dev</a></p>
</div>
</footer>