mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
16 lines
535 B
HTML
16 lines
535 B
HTML
<section class="footer-section">
|
|
<div class="ui two column centered stackable grid">
|
|
<div class="three wide center aligned column footer-column">
|
|
<a href="/terms/">Terms & Privacy Policy</a>
|
|
</div>
|
|
<div class="three wide center aligned column footer-column">
|
|
<a href="{{ site.community_hub_url }}"> Community Hub </a>
|
|
</div>
|
|
<div class="three wide center aligned column footer-column">
|
|
<a href="/contact/">Contact</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- END PUSHER -->
|
|
</div>
|