Remove old site assets

This commit is contained in:
Primrose 2024-06-13 19:58:57 -04:00
parent 5a3f833f69
commit b1245d9fc0
6 changed files with 0 additions and 172 deletions

View file

@ -1,20 +0,0 @@
<!--Copyright © 2022-2024 Primrose-->
<!--See the LICENSE file at https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
<html lang="en-US">
<head>
<title>Unauthorized - Primrose's Cafe</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<div class="content">
<h1>403 - Unauthorized</h1>
<img src="/assets/images/403.svg" width="300px" height="300px">
<h3>It looks like you don't have the proper permissions to access this resource.</h3>
<a href="/" class="button">🏠 Back to Home</a>
</div>
</body>
</html>

View file

@ -1,20 +0,0 @@
<!--Copyright © 2022-2024 Primrose-->
<!--See the LICENSE file at https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
<html lang="en-US">
<head>
<title>Not Found - Primrose's Cafe</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<div class="content">
<h1>404 - Not Found</h1>
<img src="/assets/images/404.svg" width="300px" height="300px">
<h3>The server was not able to find the resource that you have requested.</h3>
<a href="/" class="button">🏠 Back to Home</a>
</div>
</body>
</html>

View file

@ -1,20 +0,0 @@
<!--Copyright © 2022-2024 Primrose-->
<!--See the LICENSE file at https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
<html lang="en-US">
<head>
<title>Internal Server Error - Primrose's Cafe</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<div class="content">
<h1>500 - Internal Server Error</h1>
<img src="/assets/images/500.svg" width="300px" height="300px">
<h3>The server has experienced an internal error, and was not able to process your request.</h3>
<p>If this error persists, notify the webmistress by sending an email to primrose[at]primrose[dot]cafe.</p>
</div>
</body>
</html>

View file

@ -1,34 +0,0 @@
<!--Copyright © 2022-2024 Primrose-->
<!--See the LICENSE file at https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
<html lang="en-US">
<head>
<title>Home - Primrose's Cafe</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<h1>Welcome to Primrose's Cafe</h1>
<div class="content">
<p>Welcome to my website. My name is Primrose. You can use either the she/her or they/them pronouns to refer to me, I do not mind either.</p>
<p>I love anything to do with computer hardware or software. I am a very passionate Unix enthusiast, and have good experience with the Linux family of systems, as well as the BSDs. I also take interest in computer networks as well, and maintain a little homelab setup with quite a few pieces of enterprise networking equipment.</p>
<p>If your looking for a list of everything this site has to offer, take a look at the <a href="/site-directory">site directory</a>.</p>
<p>If you would like to get in contact with me, the best way to do so is by sending an email to my inbox at primrose[at]primrose[dot]cafe.</p>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<br>
<br>
<div class="footer">
<p>Copyright © 2022-2024 Primrose</p>
<p>Background image provided by <a href="https://unsplash.com/photos/the-night-sky-is-filled-with-stars-Q_RBVFFXR_g">Jake Weirick on Unsplash</a></p>
<p>See <a href="https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE">this</a> document for copyright and licensing details</p>
</div>
</body>
</html>

View file

@ -1,35 +0,0 @@
<!--Copyright © 2022-2024 Primrose-->
<!--See the LICENSE file at https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
<html lang="en-US">
<head>
<title>Site Directory - Primrose's Cafe</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<h1>Site Directory</h1>
<div>
<a href="/" class="button">🏠 Back to Home</a>
</div>
<div class="content">
<p>1. Blog - <a href="https://blog.primrose.cafe">blog.primrose.cafe</a></p>
<p>2. Media Repository - <a href="/media">primrose.cafe/media</a></p>
<p>3. Photography - <a href="/photography">primrose.cafe/photography</a></p>
<p>4. Forgejo (Git) - <a href="https://git.primrose.cafe">git.primrose.cafe</a></p>
<br>
<br>
<br>
<br>
</div>
<br>
<br>
<div class="footer">
<p>Copyright © 2022-2024 Primrose</p>
<p>Background image provided by <a href="https://unsplash.com/photos/the-night-sky-is-filled-with-stars-Q_RBVFFXR_g">Jake Weirick on Unsplash</a></p>
<p>See <a href="https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE">this</a> document for copyright and licensing details</p>
</div>
</body>
</html>

View file

@ -1,43 +0,0 @@
/* Copyright © 2022-2024 Primrose */
/* See the LICENSE file at https://git.primrose.cafe/primrose/website/src/branch/main/LICENSE for copyright and licensing details */
@font-face {
font-family: quicksand-regular;
src: url(https://primrose.cafe/assets/fonts/Quicksand-Regular.ttf);
}
body {
color: #ffffff;
background-image: url(/assets/images/background.jpg);
background-attachment: fixed;
background-position: center;
background-size: 900px;
text-align: center;
font-family: quicksand-regular;
}
a {
color: #ffffff;
}
.content {
margin: auto;
width: 60%;
}
.footer {
position: fixed;
bottom: 0px;
width: 100%;
}
.button {
text-decoration: none;
background-color: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
display: inline-block;
border-radius: 15px;
padding: 10px 10px;
}