mirror of
https://github.com/safing/web
synced 2025-04-17 17:39:08 +00:00
Replace underline links with a secondary button
This commit is contained in:
parent
ac46550720
commit
b186fd2bef
2 changed files with 8 additions and 2 deletions
|
@ -22,7 +22,7 @@ redirect_from:
|
|||
We are a bunch of ordinary people who want to change the world. Discontent with the global state of mass surveillance, and seeing how it negatively impacts our lives, we decided it was time to do something about it.
|
||||
</p>
|
||||
<p class="text-md opacity-55 max-w-lg pt-4">
|
||||
We still have a long way to go. We hope you'll <a href="#footer"><u>join us on this venture</u>.</a>
|
||||
We still have a long way to go. We hope you'll join us on this venture.
|
||||
</p>
|
||||
<div class="py-10 flex">
|
||||
<a href="{{ site.team_url }}">
|
||||
|
@ -30,6 +30,9 @@ redirect_from:
|
|||
View Team Overview
|
||||
</button>
|
||||
</a>
|
||||
<a href="#footer" class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-50 text-xs font-bold">
|
||||
Follow Along
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden pt-16 lg:pt-0 ml-0 lg:ml-32 lg:block self-center">
|
||||
|
|
|
@ -46,7 +46,7 @@ layout: page
|
|||
We are thankful for all the partnerships & possibilities that are emerging from our R&D heavy years in which we are exploring new privacy frontiers.
|
||||
</p>
|
||||
<p class="text-md opacity-55 max-w-lg pt-4">
|
||||
Slowly but surely we are migrating into our dream scenario where we only have to rely on the support and trust of our users. Help us get there by using and <a href="{{ site.spn_url }}#pricing"><u>purchasing our privacy software</u></a>.
|
||||
Slowly but surely we are migrating into our dream scenario where we only have to rely on the support and trust of our users. Help us get there by using and purchasing our privacy software.
|
||||
</p>
|
||||
<div class="py-10 flex">
|
||||
<a href="#influences">
|
||||
|
@ -54,6 +54,9 @@ layout: page
|
|||
Explore the details
|
||||
</button>
|
||||
</a>
|
||||
<a href="{{ site.spn_url }}#pricing" class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-50 text-xs font-bold">
|
||||
Support with a purchase
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden pt-16 lg:pt-0 ml-0 lg:ml-32 lg:block self-center">
|
||||
|
|
Loading…
Add table
Reference in a new issue