mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Merge pull request #152 from safing/feature/footer-rss-icons
Footer rss icons / links
This commit is contained in:
commit
02b389fb90
3 changed files with 27 additions and 5 deletions
|
@ -19,7 +19,6 @@ vendor_url: /vendor/
|
|||
|
||||
### pages
|
||||
about_url: /about/
|
||||
blog_feed_url: /blog.xml
|
||||
blog_url: /blog/
|
||||
backlog_url: /backlog/
|
||||
community_hub_url: /community-hub/
|
||||
|
@ -117,3 +116,10 @@ podcast_title: "Coding Freedom - The Safing Podcast"
|
|||
podcast_subtitle: "Join ordinary people who fight Mass Surveillance because they Love Freedom."
|
||||
podcast_description: "Discontent with the global state of mass surveillance and its negative impact on our lives, the Safing team decided it was time to do something about it. Take part of the journey and explore the behind-the-scenes: How do you fund a privacy company? Why are deadlines always unrealistic? And ultimately, what is the solution to the privacy dilemma?"
|
||||
podcast_summary: "Discontent with the global state of mass surveillance and its negative impact on our lives, the Safing team decided it was time to do something about it. Take part of the journey and explore the behind-the-scenes: How do you fund a privacy company? Why are deadlines always unrealistic? And ultimately, what is the solution to the privacy dilemma?"
|
||||
|
||||
##############################
|
||||
###### Blog settings ######
|
||||
##############################
|
||||
|
||||
blog_feed_url: /blog.xml
|
||||
|
||||
|
|
|
@ -58,11 +58,21 @@
|
|||
<li class="block mr-0">
|
||||
<a href="{{ site.next_page_url }}" class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out"> What's Next?</a>
|
||||
</li>
|
||||
<li class="mt-3 block mr-0">
|
||||
<a href="{{ site.blog_url }}" class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">Blog</a>
|
||||
<li class="mt-3 flex items-center mr-0">
|
||||
<a href="{{ site.blog_url }}"
|
||||
class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">Blog</a>
|
||||
<a href="{{ site.blog_feed_url }}" style="transform: scale(0.8); margin-top: 2px; margin-left: 3px;"
|
||||
class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">
|
||||
<img style="height: 1.3rem; width: auto;" src="{{ site.img_url }}icons/rss-white.svg">
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-3 block mr-0">
|
||||
<a href="{{ site.podcast_url }}" class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">Podcast</a>
|
||||
<li class="mt-3 flex items-center mr-0">
|
||||
<a href="{{ site.podcast_url }}"
|
||||
class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">Podcast</a>
|
||||
<a href="{{ site.podcast_feed_url }}" style="transform: scale(0.8); margin-top: 2px; margin-left: 3px;"
|
||||
class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">
|
||||
<img style="height: 1.3rem; width: auto;" src="{{ site.img_url }}icons/rss-white.svg">
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-3 block mr-0">
|
||||
<a href="{{ site.video_url }}" class="no-underline hover:opacity-100 opacity-55 text-white transition duration-150 ease-in-out">Videos</a>
|
||||
|
|
6
assets/img/icons/rss-white.svg
Normal file
6
assets/img/icons/rss-white.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M5.773 20C4.794 20 4 19.206 4 18.227c0-.979.794-1.773 1.773-1.773.979 0 1.773.794 1.773 1.773 0 .979-.794 1.773-1.773 1.773zM4 12.909c4.609-.693 7.783 2.482 7.091 7.091M4 8.478C11.056 7.785 16.215 12.944 15.522 20M4 4.046c9.504-.692 16.646 6.45 15.954 15.954"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 477 B |
Loading…
Add table
Reference in a new issue