11 lines
535 B
HTML
11 lines
535 B
HTML
<footer class="footer transition-fade">
|
|
<div class="l-underlay body-bg"></div>
|
|
<div class="l-wrapper">
|
|
<ul class="l-flex-list-row">
|
|
<li class="footer_item"><a href="{{ "terms-and-conditions" | relURL }}">Terms and Conditions</a></li>
|
|
<li class="footer_item"><a><a href="{{ "privacy-policy" | relURL }}">Privacy Policy</a></li>
|
|
</ul>
|
|
<p class="footer__attr">Copyright © <span id="js-copy-date">2020</span> ‐ <a rel="nofollow" href="https://rayelliott.dev">rayelliott.dev</a></p>
|
|
</div>
|
|
</footer>
|