-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
206 lines (182 loc) · 5.26 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Etch Directory | 404</title>
<meta name="description" content="The internet is full of companies called “Etch” so we made this handy list.">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="etch.directory">
<meta name="application-name" content="etch.directory">
<meta name="msapplication-TileColor" content="#b91d47">
<meta name="theme-color" content="#ffffff">
<style>
@font-face {
font-family: 'NunitoSans';
font-style: normal;
font-weight: 400;
font-display: fallback;
src: local('NunitoSans'), local('NunitoSans-Regular'),
url('/fonts/nunitosans-regular.woff2') format('woff2'),
url('/fonts/nunitosans-regular.woff') format('woff');
}
@font-face {
font-family: 'NunitoSans';
font-style: normal;
font-weight: 700;
font-display: fallback;
src: local('NunitoSans Bold'), local('NunitoSans-Bold'),
url('/fonts/nunitosans-bold.woff2') format('woff2'),
url('/fonts/nunitosans-bold.woff') format('woff');
}
@font-face {
font-family: 'NunitoSans';
font-style: normal;
font-weight: 900;
font-display: fallback;
src: local('NunitoSans Black'), local('NunitoSans-Black'),
url('/fonts/nunitosans-black.woff2') format('woff2'),
url('/fonts/nunitosans-black.woff') format('woff');
}
body {
-webkit-font-smoothing: antialiased;
color: #010101;
font-size: 16px;
text-align: center;
font-family: NunitoSans, 'Open Sans', 'Helvetica Neue', sans-serif;
max-width: 100vw;
}
@media (min-width: 38.4em) {
body {
font-size: 18px;
}
}
a {
color: inherit;
transition: background .3s;
}
a:hover,
a:focus,
a:active {
outline: 0;
background: rgb(242, 201, 76, .5);
}
a .emoji {
transition: transform .3s;
transform: scale(1);
transform-origin: left center;
}
a:hover .emoji {
transform: scale(1.1);
}
h1 {
font-weight: 900;
font-size: 2em;
margin: 0;
line-height: 1;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
section {
margin-bottom: 2em;
}
p {
font-size: 1.5em;
color: #333;
}
.emoji {
display: inline-block;
}
.header {
position: sticky;
top: 0;
display: flex;
padding: 1em .75em;
}
.header__logo a {
font-weight: 900;
text-decoration: none;
line-height: 1;
}
.header__nav {
margin-left: auto;
}
.wrap {
padding: 0 .75em;
max-width: 750px;
margin: 2em auto;
min-height: calc(100vh - 13em);
}
.intro__content {
color: #4F4F4F;
font-size: 1em;
}
.four-o-four-link {
text-decoration: none;
}
.four-o-four-link__text {
text-decoration: underline;
}
.footer {
font-size: .75em;
color: #828282;
margin: 5em 0 2em;
padding: 0 .75em;
}
.footer__list {
margin: 0 -1em;
}
.footer__list li {
display: inline-block;
padding: 0 1em;
}
</style>
</head>
<body>
<header class="header">
<div class="header__logo">
<a href="/"><span role="img" class="emoji">📒</span> etch.directory</a>
</div>
<nav class="header__nav">
<a href="/about">About</a>
</nav>
</header>
<main class="wrap">
<section class="intro">
<h1 class="intro__title">
This site has two pages
</h1>
<p class="intro__content">
This isn't one of them
</p>
</section>
<section>
<p>
<a href="/" class="four-o-four-link">
<span role="img" class="emoji">📒</span> <span class="four-o-four-link__text">Directory</span>
</a>
</p>
<p>
<a href="/about" class="four-o-four-link">
<span role="img" class="emoji">ℹ️</span> <span class="four-o-four-link__text">About</span>
</a>
</p>
</section>
</main>
<footer class="footer">
<ul class="footer__list">
<li><span role="img">🍪</span> No cookies</li>
<li><span role="img">👀</span> No tracking</li>
<li><span role="img">😎</span> No worries</li>
</ul>
</footer>
<script data-goatcounter="https://etch.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>