Update background, remove some images, organize footer a bit
Before Width: | Height: | Size: 216 KiB |
BIN
public/assets/background.png
Normal file
After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 3.8 MiB |
Before Width: | Height: | Size: 1.5 KiB |
1443
public/assets/branding/limepot.svg
Normal file
After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 16 KiB |
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|