1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-09 05:29:10 +00:00
safing-web/_includes/footer.html
Natanael Rodriguez Ramos cb08f3aab3 task:remove jobs page
2025-03-17 12:14:28 +00:00

115 lines
6 KiB
HTML

<div class="horizontal-line"></div>
<footer class="footer" id="footer">
<div class="footer-form-wrapper">
<span class="footer-form-title">Stay Connected via Newsletter</span>
<form class="footer-form" action="https://t80607841.emailsys1a.net/184/1387/c70759e794/subscribe/form.html" method="post">
<div class="footer-form-subscribe">
<input class="input-rounded-primary w-full" type="email" name="email" required placeholder="email">
<input class="btn-primary" type="submit" value="Subscribe">
</div>
<div class="footer-form-legal">
<input class="toggle darkmode" type="checkbox" id="consent_text" name="consent_text" value="yes" required="">
<div>
<label class="consent cursor-pointer text-safing-gray-500" for="consent_text">
I agree that Safing &
<a target="_blank" class="link-primary-external" href="https://rapidmail.de" target="_blank">rapidmail.de</a>
may process and use the email for newsletter purposes.
</label>
</div>
</div>
</form>
</div>
<div class="footer-wrapper">
<div class="footer-category">
<div class="footer-category-title">
<span>Company</span>
</div>
<div class="footer-links">
<div class="footer-links-left">
<a href="{{ site.about_url }}" class="footer-link"> About Us </a>
<a href="{{ site.business_model_url }}" class="footer-link"> Business Model </a>
<a href="{{ site.help_url }}" class="footer-link">Support</a>
</div>
</div>
</div>
<div class="vertical-line"></div>
<div class="footer-category">
<div class="footer-category-title">
<span>Community</span>
</div>
<div class="footer-links">
<div class="footer-links-left">
<a href="{{ site.docs_code_of_conduct_url }}" class="footer-link"> Code of Conduct </a>
<div class="flex items-center space-x-2">
<a href="{{ site.blog_url }}" class="footer-link"> Blog </a>
<a href="{{ site.blog_feed_url }}" class="footer-link"><i class="icon-rss text-xs"></i></a>
</div>
<div class="flex items-center space-x-2">
<a href="{{ site.podcast_url }}" class="footer-link"> Podcast </a>
<a href="{{ site.podcast_feed_url }}" class="footer-link"><i class="icon-rss text-xs"></i></a>
</div>
<a href="{{ site.video_url }}" class="footer-link"> Videos </a>
</div>
<div class="footer-links-right">
<a target="_blank" href="{{ site.discord_url }}" class="footer-link link-primary-external">Discord </a>
<a target="_blank" href="{{ site.github_url }}" class="footer-link link-primary-external">Github </a>
<a target="_blank" href="{{ site.twitter_url }}" class="footer-link link-primary-external">Twitter </a>
<a target="_blank" href="{{ site.youtube_channel_url }}" class="footer-link link-primary-external">YouTube </a>
</div>
</div>
</div>
<div class="vertical-line"></div>
<div class="footer-category">
<div class="footer-category-title">
<span>Portmaster</span>
<div class="horizontal-line"></div>
</div>
<div class="footer-links">
<div class="footer-links-left">
<a href="{{ site.download_url }}" class="footer-link"> Download </a>
<a href="{{ site.features_url }}" class="footer-link"> Features </a>
<a href="{{ site.wiki_url }}" class="footer-link"> Wiki & FAQ </a>
<a target="_blank" href="{{ site.github_url }}/portmaster/" class="footer-link link-primary-external">Source Code </a>
</div>
<div class="footer-links-right">
<a href="{{ site.glasswire_comparison_url }}" class="footer-link">vs GlassWire</a>
<a href="{{ site.simplewall_comparison_url }}" class="footer-link">vs Simplewall</a>
<a href="{{ site.pihole_comparison_url }}" class="footer-link">vs Pi-hole</a>
</div>
</div>
</div>
<div class="footer-category">
<div class="footer-category-title">
<span>SPN</span>
<div class="horizontal-line"></div>
</div>
<div class="footer-links">
<div class="footer-links-left">
<a href="{{ site.spn_url }}" class="footer-link"> Features </a>
<a href="{{ site.whitepaper_url }}" class="footer-link"> Whitepaper </a>
<a target="_blank" href="{{ site.github_url }}/portmaster/tree/develop/spn/"
class="footer-link link-primary-external">Source Code </a>
</div>
<div class="footer-links-right">
<a href="{{ site.vpn_comparison_url }}" class="footer-link"> vs VPNs </a>
<a href="{{ site.tor_comparison_url }}" class="footer-link"> vs Tor </a>
</div>
</div>
</div>
</div>
<div class="footer-legal">
<div class="footer-legal-wrapper">
<span class="footer-legal-copyright">
&copy; {{ site.time | date: '%Y' }} Safing ICS Technologies GmbH
</span>
<div class="footer-legal-links">
<a href="{{ site.terms_url }}" class="footer-legal-link"> Terms of Service </a>
<a href="{{ site.privacy_url }}" class="footer-legal-link"> Privacy Policy </a>
<a href="{{ site.contact_url }}" class="footer-legal-link"> Contact & Notice </a>
</div>
</div>
<span class="footer-legal-extra">
Companies mentioned are by way of example and are an opinion only, not based on fact.
</span>
</div>
</footer>