Compare commits

..

2 Commits

Author SHA1 Message Date
Sophie Marie 9d5a46b22b
Add beginings of menubar, image to home 2023-04-28 19:39:41 -05:00
Sophie Marie 29d29c06ce
Add image to the homepage 2023-04-26 20:47:55 -05:00
15 changed files with 62 additions and 37 deletions

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>400 Bad Request - system64.dev</title>
<title>System64.dev - Error</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
</head>
<body>
<div>
<img src="/img/err/fail_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
<h1>400 - Bad Request</h1>
<p>Your request cannot be processed at this time.</p>
<p class="tiny">This error has been logged, If this keeps happening contact the webmaster.</p>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden - system64.dev</title>
<title>System64.dev - Error</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
</head>
<body>
<div>
<img src="/img/err/fail_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
<h1>403 - Access Forbidden.</h1>
<p>You do not have permission to access this page.</p>
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>404 Not Found - system64.dev</title>
<title>System64.dev - Error</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
</head>
<body>
<div>
<img src="/err/img/error_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/error_glitch.webp" alt="Glitched looking Warning icon">
<h1>404 - Not Found</h1>
<p>Great and Powerful unicorns behind curtains! That page couldn't be found on the server!</p>
<p class="tiny">Expecting something here? It may have been moved or is simply missing.</p>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>429 Ratelimited - system64.dev</title>
<title>System64.dev - Error</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
</head>
<body>
<div>
<img src="/img/err/error_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/error_glitch.webp" alt="Glitched looking Warning icon">
<h1>429 - Too many requests</h1>
<p>Chill down there pardner! You're being ratelimited!</p>
<p class="tiny">Ratelimits don't last very long, Check back later.</p>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>502 Bad Gateway - system64.dev</title>
<title>System64.dev - Error</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
</head>
<body>
<div>
<img src="/img/err/fail_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
<h1>502 - Bad Gateway</h1>
<p>The server sent an invalid response.</p>
<p class="tiny">This error has been logged, If this keeps happening contact the webmaster.</p>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>503 Service Unavailable - system64.dev</title>
<title>System64.dev - Error</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
</head>
<body>
<div>
<img src="/img/err/fail_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
<h1>503 - Service Unavailable</h1>
<p>The server is not ready to process this request.</p>
<p class="tiny">The server may be down for maintenance, or is currently overloaded. Nonetheless, This error has been recorded.</p>

BIN
img/FlutterUndulate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 348 KiB

View File

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
img/github-32px.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -4,6 +4,7 @@
<link rel="stylesheet" type="text/css" href="/styles/buttons.css"> <!-- Button styling -->
<link rel="icon" type="image/x-icon" href="/img/favicon/favicon.gif">
<title>system64.dev</title>
<script>console.log("%cI'm the ANTONYMPH of the internet!", 'color: #FFF8C5, font-size: 30px');</script>
</head>
<body>
<!-- <h1 class="header">system64.dev_v2</h1> -->
@ -12,7 +13,11 @@
<p class="alert">This is the beta website. Some things may break or disappear with zero notice.</p>
</div>
-->
<div class="container">
<div class="taskbar">
<input class="taskbar" type="button" onclick="location.href='https://system64.dev';" value="system64.dev">
</div>
<div class="container">
<div class="main">
<h1>I'm Sophie (she/they)</h1>
<h2>I am:</h2>
@ -26,6 +31,7 @@
<input type="button" onclick="location.href='/artwork/index.html';" value="Art Gallery">
<input type="button" onclick="location.href='/projects/index.html';" value="Projects">
</div>
</div>
</div>
<img loading="lazy" class="home" src="/img/FlutterUndulate.png" alt="fluttershy undulate in ms paint">
</div>
</body>

View File

@ -10,13 +10,24 @@ input {
background: #dad9d9;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
min-width: 200px;
min-height: 16px;
color: black;
font-size: 17pt;
font-family: 'Share Tech Mono', monospace;
}
input.taskbar {
background: #c3c3c3 url(/img/taskbar/blueberry_pt.png) left no-repeat;
padding-left: 18px;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
font-family: 'Share Tech Mono', monospace;
font-size: 13pt;
min-width: 130px;
margin-top: 1px;
margin-left: 2px;
}
input:active {
background: #acacac;

View File

@ -36,29 +36,33 @@ body {
}
.container {
height: 100vh;
display: flex;
flex-direction: column;
flex-direction: row;
}
div.main {
margin-top: 30vh;
margin-left: 10vh;
height: 100%;
align-items: center;
margin: auto;
}
img.home {
height: 70vh;
width: auto;
align-self: center;
padding: 5%;
}
div.taskbar {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 30px;
background-color: #c3c3c3 ;
}
/* Website layout */
.banner {
width: 100%;
height: 15pt;
font-size: 13pt;
font-family: 'Share Tech Mono', monospace;
background-color: lightgoldenrodyellow;
}
/* Banner stuff */
img.webbutton{
width: 88px;
height: 31px;
@ -68,6 +72,7 @@ img.webbutton{
/* Web buttons :) */
/* Did you know: I wish I wasn't doing this right now? */
/* Better web site for mobile users coming soon(tm) */
@media (max-width: 64em) {
h1 {
font-size: 56pt;
@ -79,11 +84,14 @@ img.webbutton{
font-size: 26pt;
}
div.main {
margin-left: 0vh;
margin-top: 35vh;
}
.container {
flex-wrap: wrap;
align-items: center;
}
img.home {
display: none;
}
}