mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
10 lines
405 B
HTML
10 lines
405 B
HTML
<section class="footer-section">
|
|
<div class="ui secondary inverted three item stackable mini footer-section menu">
|
|
<a class="item" href="/contact">Contact</a>
|
|
<a class="item" href="{{ site.community_hub_url }}"> Community Hub </a>
|
|
<a class="item" href="https://safing.io/">
|
|
<i class="ui envelope outline icon"> </i>
|
|
<div class="contact-email"></div>
|
|
</a>
|
|
</div>
|
|
</section>
|