Files
fatkiss/layouts/partials/footer.html
T

29 lines
945 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<footer class="site-footer">
<div class="container">
<div class="site-footer__grid">
<div>
<div class="site-footer__brand">Fat Kiss</div>
<p class="site-footer__slogan">Everybody Wants One.</p>
<p class="site-footer__copy">Natural ritual skincare. Handcrafted with care.</p>
</div>
<div>
<h4>Shop</h4>
<a href="/products/">All Products</a>
<a href="/products/face-balm/">Face Balm</a>
<a href="/products/body-balm/">Body Balm</a>
<a href="/products/lip-balm/">Lip Balm</a>
</div>
<div>
<h4>Connect</h4>
<a href="/about/">About</a>
<a href="/journal/">Journal</a>
<a href="/contact/">Contact</a>
</div>
</div>
<div class="site-footer__bottom">
<span>&copy; {{ now.Format "2006" }} Fat Kiss. All rights reserved.</span>
<span>Made with care on Kauaʻi</span>
</div>
</div>
</footer>