Merge pull request 'ReStyle' (#1) from restyle into main

Reviewed-on: #1
This commit is contained in:
nelle 2024-06-25 11:17:12 -06:00
commit 78b0c22a4f
3 changed files with 54 additions and 132 deletions

View file

@ -1,3 +1,17 @@
.content {}
.column {
float: left;
width: 50%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.navbar-menu { .navbar-menu {
flex-grow: initial !important; flex-grow: initial !important;
flex-shrink: initial !important; flex-shrink: initial !important;

View file

@ -6,7 +6,6 @@ import Card from "../components/Card.astro";
<Layout title="LimePot"> <Layout title="LimePot">
<main> <main>
<div class="content"> <div class="content">
<div class="wrapper"></div>
<center> <center>
<h1 class="title">LimePotato</h1> <h1 class="title">LimePotato</h1>
<marquee Behavior="Alternate"> <marquee Behavior="Alternate">
@ -20,9 +19,9 @@ import Card from "../components/Card.astro";
<hr /> <hr />
<p class="title">Name(s):</p> <p class="title">Name(s):</p>
<p> <p>
You can call me <span style="color: #fe640b;">[Nelle]</span>, although You can call me <span style="color: #fab387;">[Nelle]</span>, although
some call me <span style="color: #fe640b;">[Luna, Lilith, ???]</span>. some call me <span style="color: #fab387;">[Luna, Lilith, ???]</span>.
Or you can simply call me by my username <span style="color: #fe640b;" Or you can simply call me by my username <span style="color: #fab387;"
>[LimePot/LimePotato]</span >[LimePot/LimePotato]</span
>. >.
</p> </p>
@ -30,7 +29,7 @@ import Card from "../components/Card.astro";
<p class="title">Pronoun'd:</p> <p class="title">Pronoun'd:</p>
<p> <p>
<span style="color: #fe640b;">[She/They]</span>, Alternatively: <a <span style="color: #fab387;">[She/They]</span>, Alternatively: <a
href="https://pronouns.cc/@LimePotato"><u>pronouns.cc page</u></a href="https://pronouns.cc/@LimePotato"><u>pronouns.cc page</u></a
>. >.
</p> </p>
@ -81,7 +80,7 @@ import Card from "../components/Card.astro";
alt="Steam Logo" alt="Steam Logo"
/> />
</ul> </ul>
</div>
</center> </center>
</div>
</main> </main>
</Layout> </Layout>

View file

@ -1,91 +0,0 @@
---
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 (on the <a
href="staging.limepot.xyz">Staging Site</a
>), 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.</p>
</div>
<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" />
<strong>Made by me for this website!</strong>
<br />
<a href="https://jointhefediverse.net/"
><image src="/assets/badges/FEDERATE-NOW.jpg" />
<strong>I forgor 💀</strong>
<br />
<a href="https://gnu.org"
><image src="/assets/badges/gnu-linux.gif" />
<strong>I forgor 💀</strong>
<br />
<a href="https://fuckoffgoogle.de/"
><image src="/assets/badges/google_stand.gif" />
<strong>I forgor 💀</strong>
<br />
<a href="https://privacytests.org/"
><image src="/assets/badges/chrmevil.gif" />
<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" />
<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" />
<strong
><a href="https://cybercriminal.eu/users/voltrina"
>Volted Rina</a
></strong
>
<br />
<!--Badges-->
</a>
</a>
</image>
</a></a
></a
></a
></a>
</div>
</main>
</Layout>