redesign #5
1 changed files with 16 additions and 30 deletions
|
@ -8,42 +8,28 @@ import Card from "../components/Card-noimg.astro";
|
|||
<div class="content" style="text-align: center;">
|
||||
<h1 class="title">You Are Using a Chromium-based Browser.</h1>
|
||||
<h2 class="subtitle">
|
||||
There are many reasons not to use chrome (as well as base firefox), consider using an alternative
|
||||
browser.
|
||||
There are many reasons not to use chrome (as well as base firefox),
|
||||
consider using an alternative browser.
|
||||
</h2>
|
||||
<hr />
|
||||
<a href="https://fuckoffgoogle.de/"
|
||||
><h2 class="subtitle">Google is Evil</h2></a
|
||||
>
|
||||
<a href="https://privacytests.org/"
|
||||
><h2 class="subtitle">Browser Privacy Tests</h2></a
|
||||
>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card href="https://fuckoffgoogle.de/" title="Google is Evil" />
|
||||
<Card href="https://privacytests.org/" title="Browser Privacy Tests" />
|
||||
</ul>
|
||||
<hr />
|
||||
<h2 class="subtitle">Some Recommendations</h2>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card href="https://librewolf.net/" title="*Librewolf" />
|
||||
<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
|
||||
href="https://librewolf.net/"
|
||||
title="Librewolf"
|
||||
href="https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/"
|
||||
title="Ladybird"
|
||||
/>
|
||||
<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
|
||||
href="https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/"
|
||||
title="Ladybird"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.microsoft.com/en-us/download/internet-explorer"
|
||||
title="Internet Explorer"
|
||||
href="https://www.microsoft.com/en-us/download/internet-explorer"
|
||||
title="Internet Explorer"
|
||||
/>
|
||||
</ul>
|
||||
<hr />
|
||||
|
|
Loading…
Reference in a new issue