1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 21:19:09 +00:00
safing-web/_includes/footer.html
2018-06-11 12:52:23 +02:00

18 lines
514 B
HTML

<section class="footer-section">
<div class="container">
<div class="row text-center">
<div class="footer-col col-lg-4">
<a href="/terms/">Terms & Legal</a>
</div>
<div class="footer-col col-lg-4">
<a href="/community-hub/" class="text-primary">Community Hub</a>
</div>
<div class="footer-col col-lg-4">
<a>
<i class="fa fa-envelope-o"></i>
<span class=" contact-email"><span>
</a>
</div>
</div>
</div>
</section>