links to buttons

This commit is contained in:
nelle 2024-06-25 13:21:18 -06:00
parent 25ee660657
commit 54ed5dabfe

View file

@ -8,42 +8,28 @@ 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 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 <Card
href="https://librewolf.net/" href="https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/"
title="Librewolf" title="Ladybird"
/> />
<Card <Card
href="https://mullvad.net/en/browser" href="https://www.microsoft.com/en-us/download/internet-explorer"
title="Mullvad Browser" title="Internet Explorer"
/>
<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"
/> />
</ul> </ul>
<hr /> <hr />