Update background, remove some images, organize footer a bit

This commit is contained in:
nelle 2024-06-05 15:41:44 -06:00
parent f3ef1570ad
commit 7b3e5309c1
10 changed files with 1462 additions and 527 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1,17 +1,22 @@
--- ---
--- ---
<br><br>
<center> <center>
<footer class="footer"> <footer class="footer">
<div class="content has-text-centered"> <div class="content has-text-centered">
<hr>
<!--Badges--> <!--Badges-->
<a href="../assets/badges/limepotxyz-badge00.gif">mine button</a> <a href="../assets/badges/limepotxyz-badge00.gif">Mine Button</a>
<br> <br>
<a href="https://limepot.xyz/"><image src="/assets/badges/limepotxyz-badge00.gif" /> <a href="https://limepot.xyz/"><image src="/assets/badges/limepotxyz-badge00.gif" />
<br/></br> <br/><br>
<a>Friend Buttons</a>
<br>
<a href="https://zvava.org/"><image src="/assets/badges/zvava.org.png"></a> <a href="https://zvava.org/"><image src="/assets/badges/zvava.org.png"></a>
<a href="https://elke.cafe/"><image src="/assets/badges/elke.cafe.gif"></a> <a href="https://elke.cafe/"><image src="/assets/badges/elke.cafe.gif"></a>
</br> <br/><br>
<a>Buttons</a>
<br>
<a href="https://jointhefediverse.net/" <a href="https://jointhefediverse.net/"
><image src="/assets/badges/FEDERATE-NOW.jpg" /> ><image src="/assets/badges/FEDERATE-NOW.jpg" />
<a href="https://gnu.org" <a href="https://gnu.org"
@ -37,7 +42,7 @@
</p> </p>
<!--Badges--> <!--Badges-->
<br /><br /> <hr><br><br>
<a href="https://astro.build"> <a href="https://astro.build">
<img <img
src="https://astro.badg.es/v1/built-with-astro/tiny.svg" src="https://astro.badg.es/v1/built-with-astro/tiny.svg"
@ -86,3 +91,4 @@
</div> </div>
</footer> </footer>
</center> </center>
<br><br>

View file

@ -6,15 +6,15 @@
<meta name="description" content="Personal website to LimePotato"> <meta name="description" content="Personal website to LimePotato">
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<link rel="stylesheet" href="/css/mystyles.css"> <link rel="stylesheet" href="/css/mystyles.css">
<link rel="icon" type="image/svg+xml" href="/assets/branding/limepot.svg" />
<style> <style>
:root{ :root{
background: repeat url("/assets/background.gif"); background: repeat url("/assets/background.png");
-webkit-background-size: cover; -webkit-background-size: repeat;
-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;
background-size: cover; background-size: repeat;
} }
</style> </style>
@ -28,6 +28,10 @@
align-content: center; align-content: center;
justify-content: center; justify-content: center;
} }
hr {
width: 42%;
color: #6e738d;
}
:root { :root {
--accent: 250, 179, 135; --accent: 250, 179, 135;
--accent-light: 250, 221, 201; --accent-light: 250, 221, 201;