mirror of
https://github.com/safing/web
synced 2025-04-17 17:39:08 +00:00
Fix all links in about and ownership page
This commit is contained in:
parent
854116f043
commit
56fe86f0a8
3 changed files with 24 additions and 12 deletions
|
@ -22,6 +22,7 @@ about_url: /about/
|
|||
blog_url: /blog/
|
||||
community_hub_url: /community-hub/
|
||||
contact_url: /contact/
|
||||
esa_bic_url: /esa-bic/
|
||||
help_url: /support/
|
||||
newsletter_url: /newsletter/
|
||||
ownership_url: /ownership/
|
||||
|
|
|
@ -22,9 +22,11 @@ redirect_from:
|
|||
your whole computer, not only your web-browser.
|
||||
</p>
|
||||
<div class="py-10 flex">
|
||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
<a href="{{ site.ownership_url }}">Go to Finances & ownership</a>
|
||||
</button>
|
||||
<a href="{{ site.ownership_url }}">
|
||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
Go to Finances & ownership
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden pt-16 lg:pt-0 ml-0 lg:ml-32 lg:block self-center">
|
||||
|
@ -73,9 +75,11 @@ redirect_from:
|
|||
your whole computer, not only your web-browser.
|
||||
</p>
|
||||
<div class="py-10 flex">
|
||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
<a href="{{ site.team_url }}">go to team</a>
|
||||
</button>
|
||||
<a href="{{ site.team_url }}">
|
||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
go to team
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden pt-16 lg:pt-0 ml-0 lg:ml-32 lg:block self-center">
|
||||
|
|
|
@ -21,9 +21,11 @@ layout: page
|
|||
your whole computer, not only your web-browser.
|
||||
</p>
|
||||
<div class="py-10 md:flex text-center md:text-left inline-block">
|
||||
<button type="button" style="background-color: #000;" class="mb-5 md:mb-0 transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
<a href="/portmaster.html">Go to gov</a>
|
||||
</button>
|
||||
<a href="{{ site.company_agreement_url }}">
|
||||
<button type="button" style="background-color: #000;" class="mb-5 md:mb-0 transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
Go to gov
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -45,9 +47,11 @@ layout: page
|
|||
your whole computer, not only your web-browser.
|
||||
</p>
|
||||
<div class="py-10 flex">
|
||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
<a href="#influences">go to influences</a>
|
||||
</button>
|
||||
<a href="#influences">
|
||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
go to influences
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden pt-16 lg:pt-0 ml-0 lg:ml-32 lg:block self-center">
|
||||
|
@ -142,6 +146,9 @@ layout: page
|
|||
<span class="font-medium opacity-50">2017</span>
|
||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">47.799€ funding</span></li>
|
||||
</ul>
|
||||
<p class="text-sm pt-4">
|
||||
<a href="{{ site.esa_bic_url }}">More information</a>
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li class="text-center md:text-left pt-16 md:pt-0">
|
||||
|
|
Loading…
Add table
Reference in a new issue