Merge pull request 'fix 404 and images' (#3) from redesign into main

Reviewed-on: https://git.ouroboros.group/LimePotato/limepot-xyz/pulls/3
This commit is contained in:
nelle 2023-08-14 09:20:10 +00:00
commit b13d14561f
5 changed files with 9 additions and 9 deletions

4
dist/404.html vendored
View file

@ -7,13 +7,13 @@
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo-icon.png"> <link rel="icon" type="image/svg+xml" href="/assets/branding/obo-icon.png">
<meta name="generator" content="Astro v2.10.7"> <meta name="generator" content="Astro v2.10.7">
<title>Error 404</title> <title>Error 404</title>
<link rel="stylesheet" href="/_astro/404.cbb04c33.css" /></head> <link rel="stylesheet" href="/_astro/404.20e28c3c.css" /></head>
<body> <body>
<main class="astro-ZETDM5MD"> <main class="astro-ZETDM5MD">
<marquee behavior="alternate" scrollamount="30" class="astro-ZETDM5MD"> <marquee behavior="alternate" scrollamount="30" class="astro-ZETDM5MD">
<marquee behavior="alternate" scrollamount="30" direction="down" class="astro-ZETDM5MD"> <marquee behavior="alternate" scrollamount="30" direction="down" class="astro-ZETDM5MD">
<img src="assets/404/404.png" class="astro-ZETDM5MD"> <img src="/assets/404/404.png" class="astro-ZETDM5MD">
</marquee> </marquee>
</marquee> </marquee>
</main> </main>

View file

@ -1 +1 @@
:root{--accent: 136, 58, 234;--accent-light: 224, 204, 250;--accent-dark: 49, 10, 101;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%)}html{font-family:system-ui,sans-serif;background:#13151A;background-size:224px}:where(.astro-ZETDM5MD){margin:0;padding:0;box-sizing:border-box;-webkit-filter:grayscale(100%);filter:grayscale(100%)}body{width:100%;height:100vh;background-image:url(assets/404/crt.gif);-webkit-filter:grayscale(100%);filter:grayscale(100%)}marquee:where(.astro-ZETDM5MD){height:100vh} :root{--accent: 136, 58, 234;--accent-light: 224, 204, 250;--accent-dark: 49, 10, 101;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%)}html{font-family:system-ui,sans-serif;background:#13151A;background-size:224px}:where(.astro-ZETDM5MD){margin:0;padding:0;box-sizing:border-box;-webkit-filter:grayscale(100%);filter:grayscale(100%)}body{width:100%;height:100vh;background-image:url(/assets/404/crt.gif);-webkit-filter:grayscale(100%);filter:grayscale(100%)}marquee:where(.astro-ZETDM5MD){height:100vh}

View file

@ -57,10 +57,10 @@
<marquee behavior=scroll direction="left" scrollamount="15"><a href="https://up.ouroboros.gay"><u>My infra is undergoing maintenance, these links may die frequently</u></a></marquee> <marquee behavior=scroll direction="left" scrollamount="15"><a href="https://up.ouroboros.gay"><u>My infra is undergoing maintenance, these links may die frequently</u></a></marquee>
</h1>--> </h1>-->
<!--GITEA--> <!--GITEA-->
<h1 class="title"><img src="assets/icons/Forgejo_logo.svg" width="24" height="24"><a href="https://git.ouroboros.group/LimePotato/"><u>Forgejo</u></a><a href="./rss/forgejorss.html"><!-- <image src="assets/rss.png" width="15" height="15"></image></a></h1> --> <h1 class="title"><img src="/assets/icons/Forgejo_logo.svg" width="24" height="24"><a href="https://git.ouroboros.group/LimePotato/"><u>Forgejo</u></a><a href="./rss/forgejorss.html"><!-- <image src="assets/rss.png" width="15" height="15"></image></a></h1> -->
<!--CODEBERG--> <!--CODEBERG-->
</a><h1 class="title"><a href="./rss/forgejorss.html"><img src="assets/icons/codeberg-svgrepo-com.svg" width="24" height="24"></a><a href="https://codeberg.org/LimePotato"><u>Codeberg</u></a><a href="./rss/codebergrss.html"><!-- <image src="assets/rss.png" width="15" height="15"></image></a></h1> --> </a><h1 class="title"><a href="./rss/forgejorss.html"><img src="/assets/icons/codeberg-svgrepo-com.svg" width="24" height="24"></a><a href="https://codeberg.org/LimePotato"><u>Codeberg</u></a><a href="./rss/codebergrss.html"><!-- <image src="assets/rss.png" width="15" height="15"></image></a></h1> -->
<!--MODRINTH--> <!--MODRINTH-->
</a><h1 class="title"><a href="./rss/codebergrss.html"><img src="https://avatars.githubusercontent.com/u/67560307?s=200&v=4" width="24" height="24"></a><a href="https://modrinth.com/user/limepotato"><u>Modrinth</u></a></h1> </a><h1 class="title"><a href="./rss/codebergrss.html"><img src="https://avatars.githubusercontent.com/u/67560307?s=200&v=4" width="24" height="24"></a><a href="https://modrinth.com/user/limepotato"><u>Modrinth</u></a></h1>

View file

@ -7,7 +7,7 @@ import Card from '../components/Card.astro';
<main> <main>
<marquee behavior="alternate" scrollamount="30"> <marquee behavior="alternate" scrollamount="30">
<marquee behavior="alternate" scrollamount="30" direction="down"> <marquee behavior="alternate" scrollamount="30" direction="down">
<img src="assets/404/404.png"> <img src="/assets/404/404.png">
</marquee> </marquee>
</marquee> </marquee>
</main> </main>
@ -23,7 +23,7 @@ import Card from '../components/Card.astro';
body{ body{
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background-image: url('assets/404/crt.gif'); background-image: url('/assets/404/crt.gif');
-webkit-filter: grayscale(100%); -webkit-filter: grayscale(100%);
filter: grayscale(100%); filter: grayscale(100%);
} }

View file

@ -10,10 +10,10 @@ import Card from '../components/Card.astro';
<marquee behavior=scroll direction="left" scrollamount="15"><a href="https://up.ouroboros.gay"><u>My infra is undergoing maintenance, these links may die frequently</u></a></marquee> <marquee behavior=scroll direction="left" scrollamount="15"><a href="https://up.ouroboros.gay"><u>My infra is undergoing maintenance, these links may die frequently</u></a></marquee>
</h1>--> </h1>-->
<!--GITEA--> <!--GITEA-->
<h1 class="title"><image src="assets/icons/Forgejo_logo.svg" width="24" height="24"><a href="https://git.ouroboros.group/LimePotato/"><u>Forgejo</u></a><a href="./rss/forgejorss.html"><!-- <image src="assets/rss.png" width="15" height="15"></image></a></h1> --> <h1 class="title"><image src="/assets/icons/Forgejo_logo.svg" width="24" height="24"><a href="https://git.ouroboros.group/LimePotato/"><u>Forgejo</u></a><a href="./rss/forgejorss.html"><!-- <image src="assets/rss.png" width="15" height="15"></image></a></h1> -->
<!--CODEBERG--> <!--CODEBERG-->
<h1 class="title"><image src="assets/icons/codeberg-svgrepo-com.svg" width="24" height="24"><a href="https://codeberg.org/LimePotato"><u>Codeberg</u></a><a href="./rss/codebergrss.html"><!-- <image src="assets/rss.png" width="15" height="15"></image></a></h1> --> <h1 class="title"><image src="/assets/icons/codeberg-svgrepo-com.svg" width="24" height="24"><a href="https://codeberg.org/LimePotato"><u>Codeberg</u></a><a href="./rss/codebergrss.html"><!-- <image src="assets/rss.png" width="15" height="15"></image></a></h1> -->
<!--MODRINTH--> <!--MODRINTH-->
<h1 class="title"><image src="https://avatars.githubusercontent.com/u/67560307?s=200&v=4" width="24" height="24"><a href="https://modrinth.com/user/limepotato"><u>Modrinth</u></a></h1> <h1 class="title"><image src="https://avatars.githubusercontent.com/u/67560307?s=200&v=4" width="24" height="24"><a href="https://modrinth.com/user/limepotato"><u>Modrinth</u></a></h1>