add policy.astro

This commit is contained in:
nelle 2023-08-14 02:44:43 -06:00
parent 66caa65308
commit db8218e1bb

48
src/pages/policy.astro Normal file
View file

@ -0,0 +1,48 @@
---
import Layout from '../layouts/Layout.astro';
import Card from '../components/Card.astro';
---
<Layout title="Privacy Policy and Philosophy">
<main>
<div class="content">
<div class="wrapper">
<h2 class="subtitle">Privacy & Security</h2>
<p>I try to use as little javascript as possible int he front-end of this site,
I use <strong><a href="https://bulma.io/"><u>Bulma</u></a></strong> Which doesn't require JS in the frontend,
I've used a little JS for the mobile version,
specifically the menu burger opening and closing).
I do however use <strong><a href="https://astro.build"><u>Astro</u></a></strong> in the backend for server-side rendering,
i mostly use this as a boilerplate solution, as i got tired of entering the same copy-paste fields over and over again.
but this site will function if you turn JS off.</p>
<br>
<p>I do not collect or store information.</a></p>
<br>
<h2 class="subtitle">Credits</h2>
<small>Or, at least, what I can credit</small>
<br>
<!--Badges-->
<a href="https://limepot.xyz/"><image src="/assets/badges/limepotxyz-badge00.gif"></a> <strong>Made by me for this website!</strong>
<br>
<a href="https://jointhefediverse.net/"><image src="/assets/badges/FEDERATE-NOW.jpg"></a> <strong>I forgor 💀</strong>
<br>
<a href="https://gnu.org"><image src="/assets/badges/gnu-linux.gif"></a> <strong>I forgor 💀</strong>
<br>
<a href="https://fuckoffgoogle.de/"><image src="/assets/badges/google_stand.gif"></a> <strong>I forgor 💀</strong>
<br>
<a href="https://privacytests.org/"><image src="/assets/badges/chrmevil.gif"></a> <strong>I forgor 💀</strong>
<br>
<image src="/assets/badges/browser.gif"> <strong>I forgor 💀</strong>
<br>
<a href="https://tuxcrafting.online/"><image src="/assets/badges/tctek.gif"></a> <strong><a href="https://meow.tuxcrafting.online/@chjara">Chjara!</a></strong>
<br>
<iframe src="//incr.easrng.net/badge?key=limepot" style="background: url(//incr.easrng.net/bg.gif)" title="increment badge" width="88" height="31" frameborder="0"></iframe> <strong><a href="https://easrng.net/">easrng</a></strong>
<br>
<a href="https://cybercriminal.eu"><image src ="/assets/badges/cbrmnl.png"></a> <strong><a href="https://cybercriminal.eu/users/voltrina">Volted Rina</a></strong>
<br>
<!--Badges-->
</div>
</div>
</main>
</Layout>