links to buttons
This commit is contained in:
parent
25ee660657
commit
54ed5dabfe
1 changed files with 16 additions and 30 deletions
|
@ -8,35 +8,21 @@ import Card from "../components/Card-noimg.astro";
|
||||||
<div class="content" style="text-align: center;">
|
<div class="content" style="text-align: center;">
|
||||||
<h1 class="title">You Are Using a Chromium-based Browser.</h1>
|
<h1 class="title">You Are Using a Chromium-based Browser.</h1>
|
||||||
<h2 class="subtitle">
|
<h2 class="subtitle">
|
||||||
There are many reasons not to use chrome (as well as base firefox), consider using an alternative
|
There are many reasons not to use chrome (as well as base firefox),
|
||||||
browser.
|
consider using an alternative browser.
|
||||||
</h2>
|
</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<a href="https://fuckoffgoogle.de/"
|
<ul role="list" class="link-card-grid">
|
||||||
><h2 class="subtitle">Google is Evil</h2></a
|
<Card href="https://fuckoffgoogle.de/" title="Google is Evil" />
|
||||||
>
|
<Card href="https://privacytests.org/" title="Browser Privacy Tests" />
|
||||||
<a href="https://privacytests.org/"
|
</ul>
|
||||||
><h2 class="subtitle">Browser Privacy Tests</h2></a
|
|
||||||
>
|
|
||||||
<hr />
|
<hr />
|
||||||
<h2 class="subtitle">Some Recommendations</h2>
|
<h2 class="subtitle">Some Recommendations</h2>
|
||||||
<ul role="list" class="link-card-grid">
|
<ul role="list" class="link-card-grid">
|
||||||
<Card
|
<Card href="https://librewolf.net/" title="*Librewolf" />
|
||||||
href="https://librewolf.net/"
|
<Card href="https://mullvad.net/en/browser" title="Mullvad Browser" />
|
||||||
title="Librewolf"
|
<Card href="https://www.waterfox.net/" title="Waterfox" />
|
||||||
/>
|
<Card href="https://www.netsurf-browser.org/" title="Netsurf" />
|
||||||
<Card
|
|
||||||
href="https://mullvad.net/en/browser"
|
|
||||||
title="Mullvad Browser"
|
|
||||||
/>
|
|
||||||
<Card
|
|
||||||
href="https://www.waterfox.net/"
|
|
||||||
title="Waterfox"
|
|
||||||
/>
|
|
||||||
<Card
|
|
||||||
href="https://www.netsurf-browser.org/"
|
|
||||||
title="Netsurf"
|
|
||||||
/>
|
|
||||||
<Card
|
<Card
|
||||||
href="https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/"
|
href="https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/"
|
||||||
title="Ladybird"
|
title="Ladybird"
|
||||||
|
|
Loading…
Reference in a new issue