Skip to content

Commit

Permalink
New website is live!
Browse files Browse the repository at this point in the history
I rewrote the CSS for my website! It's now much simpler, and I got rid of all the JavaScript too. Visually, it looks essentially the same. It should be a bit lighter now as well! Go check it out! https://ejsnow.github.io
  • Loading branch information
EJSnow authored Oct 19, 2024
1 parent 93290cb commit 723993c
Show file tree
Hide file tree
Showing 40 changed files with 9,991 additions and 0 deletions.
69 changes: 69 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Resource not found</title>
<style>
@font-face {
font-family: "Noto Sans Light";
font-style: normal;
font-weight: 300;
font-display: block;
src: url(css/font/NotoSans-Light.woff2) format("woff2");
}
@font-face {
font-family: "Noto Sans Light";
font-style: bold;
font-weight: 400;
font-display: block;
src: url(css/font/NotoSans-Regular.woff2) format("woff2");
}
body {
background-color: #f0f0f0;
font-family: "Noto Sans Light", sans-serif;
font-size: 13pt;
margin: 0;
padding: 0;
}
p {
margin: 0;
}
a {
text-decoration: none;
color: #006799;
}
a:hover {
text-decoration: underline;
}
.title {
font-size: 20pt;
padding: 0;
margin: 0;
}
.outer-container {
position: absolute;
display: table;
width: 100%;
height: 100%;
}
.inner-container {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.centered {
display: inline-block;
}
</style>
</head>
<body>
<div class="outer-container">
<div class="inner-container">
<div class="centered">
<span class="title">404. That's an error.</span><br>
Unfortunately, the requested resource wasn't found on the server. Double-check that the URL is correct. If the error persists, <a href="https://github.com/EJSnow/EJSnow.github.io/issues">report it</a>.
</div>
</div>
</div>
</body>
</html>
Binary file added css/font/NotoSans-Italic.woff2
Binary file not shown.
Binary file added css/font/NotoSans-Light.woff2
Binary file not shown.
Binary file added css/font/NotoSans-LightItalic.woff2
Binary file not shown.
Binary file added css/font/NotoSans-Regular.woff2
Binary file not shown.
Binary file added css/font/SourceCodePro.woff2
Binary file not shown.
Binary file added css/font/fa-brands-400.eot
Binary file not shown.
3,717 changes: 3,717 additions & 0 deletions css/font/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/font/fa-brands-400.ttf
Binary file not shown.
Binary file added css/font/fa-brands-400.woff2
Binary file not shown.
Binary file added css/font/fa-solid-900.eot
Binary file not shown.
5,034 changes: 5,034 additions & 0 deletions css/font/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/font/fa-solid-900.ttf
Binary file not shown.
Binary file added css/font/fa-solid-900.woff2
Binary file not shown.
5 changes: 5 additions & 0 deletions css/fontawesome.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 723993c

Please sign in to comment.