Skip to content

Commit 077139f

Browse files
committed
move fonts to cdn, move css to styles folder
1 parent 3be8cf1 commit 077139f

32 files changed

+337
-1067
lines changed

404.html

Lines changed: 7 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -5,72 +5,21 @@
55
<meta charset="UTF-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
9-
<title>404 - Page Not Found</title>
10-
<style>
11-
html {
12-
--header-bg: #0f0c19;
13-
--accent: #4e3aA3;
14-
--body-fg: #9b7dff;
15-
16-
margin: 0;
17-
padding: 0;
18-
background-color: #0f0c19;
19-
color: var(--body-fg);
20-
21-
font-family: 'Roboto Regular', sans-serif;
22-
padding: 20px;
23-
}
24-
25-
body {
26-
margin: 0;
27-
padding: 0;
28-
background-color: #0f0c19;
29-
color: var(--body-fg);
30-
overflow: hidden; /* Hides the scrollbar for the body */
31-
}
32-
33-
body * {
34-
box-sizing: border-box;
35-
line-height: 1.5em;
36-
}
8+
<title>Error 404 - Page Not Found</title>
379

38-
.error-container {
39-
display: flex;
40-
justify-content: center;
41-
align-items: center;
42-
flex-direction: column;
43-
text-align: center;
44-
height: 100vh;
45-
}
46-
47-
.error-container h1 {
48-
font-size: 4rem;
49-
margin-bottom: 10px;
50-
}
51-
52-
.error-container p {
53-
font-size: 1.2rem;
54-
color: #666;
55-
}
56-
57-
.error-container a {
58-
color: #009688;
59-
text-decoration: none;
60-
}
10+
<!-- Favicon -->
11+
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
6112

62-
.error-container a:hover {
63-
text-decoration: underline;
64-
}
65-
</style>
13+
<!-- Stylesheets -->
14+
<link rel="stylesheet" href="/styles/404.css">
6615
</head>
6716

6817
<body>
6918
<div class="error-container">
70-
<h1>404 - Page Not Found</h1>
19+
<h1>Error 404 - Page Not Found</h1>
7120
<p>The page you are looking for might have been removed or is temporarily unavailable.</p>
7221
<p>Go back to the <a href="/">homepage</a>.</p>
7322
</div>
7423
</body>
7524

76-
</html>
25+
</html>

LICENSE

Lines changed: 21 additions & 674 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# is-a.dev Website
2+
The website for the is-a.dev subdomain service.
23

34
## Credits
4-
Website designed by: [@TheRedXD](https://github.com/TheRedXD)
5+
Website designed by [@TheRedXD](https://github.com/TheRedXD)
File renamed without changes.

fonts/Hack/Hack-Bold.ttf

-310 KB
Binary file not shown.

fonts/Hack/Hack-BoldItalic.ttf

-315 KB
Binary file not shown.

fonts/Hack/Hack-Italic.ttf

-309 KB
Binary file not shown.

fonts/Hack/Hack-Regular.ttf

-302 KB
Binary file not shown.

fonts/Hack/font.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

fonts/Mangabey/Mangabey.otf

-29.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)