1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-16 17:09:09 +00:00

Update footer links

This commit is contained in:
Luke Seers 2022-10-12 13:02:52 +02:00
parent 53e986a122
commit 70584cdc78

View file

@ -43,6 +43,7 @@
</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>
<a href="{{ site.next_page_url }}" class="footer-link"> What's Next? </a>
<div class="flex items-center space-x-2">
<a href="{{ site.blog_url }}" class="footer-link"> Blog </a>
@ -55,10 +56,11 @@
<a href="{{ site.video_url }}" class="footer-link"> Videos </a>
</div>
<div class="footer-links-right">
<a href="{{ site.docs_code_of_conduct_url }}" class="footer-link"> Code of Conduct </a>
<a href="{{ site.github_url }}" class="footer-link"> Github </a>
<a href="{{ site.reddit_url }}" class="footer-link"> Reddit </a>
<a href="{{ site.twitter_url }}" class="footer-link"> Twitter </a>
<a href="{{ site.github_url }}" class="footer-link link-primary-external">Github </a>
<a href="{{ site.discord_url }}" class="footer-link link-primary-external">Discord </a>
<a href="{{ site.reddit_url }}" class="footer-link link-primary-external">Reddit </a>
<a href="{{ site.twitter_url }}" class="footer-link link-primary-external">Twitter </a>
<a href="{{ site.youtube_channel_url }}" class="footer-link link-primary-external">Youtube </a>
</div>
</div>
</div>
@ -70,9 +72,10 @@
</div>
<div class="footer-links">
<div class="footer-links-left">
<a href="{{ site.portmaster_url }}" class="footer-link"> Discover </a>
<a href="{{ site.download_url }}" class="footer-link"> Download </a>
<a href="{{ site.features_url }}" class="footer-link"> Features </a>
<a href="{{ site.docs_url }}portmaster/architecture/overview" class="footer-link"> Documentation </a>
<a href="{{ site.github_url }}/portmaster/" class="footer-link"> Source Code </a>
<a href="{{ site.github_url }}/portmaster/" class="footer-link link-primary-external">Source Code </a>
<a href="{{ site.backlog_url }}#portmaster" class="footer-link"> Backlog </a>
</div>
<div class="footer-links-right">
@ -91,7 +94,7 @@
<div class="footer-links-left">
<a href="{{ site.spn_url }}" class="footer-link"> Discover </a>
<a href="{{ site.whitepaper_url }}" class="footer-link"> Whitepaper </a>
<a href="{{ site.github_url }}/spn/" class="footer-link"> Source Code </a>
<a href="{{ site.github_url }}/spn/" class="footer-link link-primary-external">Source Code </a>
<a href="{{ site.backlog_url }}#spn" class="footer-link"> Backlog </a>
</div>
<div class="footer-links-right">
@ -117,3 +120,4 @@
</span>
</div>
</footer>