-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
40 changed files
with
9,991 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.