-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy path404.html
244 lines (217 loc) · 6.4 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Typeplate 404 Error » Page Not Found :(</title>
<meta name="robots" content="nofollow">
<script>
(function() {var config = {kitId: 'wxt4lbk',scriptTimeout: 3000};
var h=document.getElementsByTagName("html")[0];h.className+=" wf-loading";var t=setTimeout(function(){h.className=h.className.replace(/(\s|^)wf-loading(\s|$)/g," ");h.className+=" wf-inactive"},config.scriptTimeout);var tk=document.createElement("script"),d=false;tk.src='//use.typekit.net/'+config.kitId+'.js';tk.type="text/javascript";tk.async="true";tk.onload=tk.onreadystatechange=function(){var a=this.readyState;if(d||a&&a!="complete"&&a!="loaded")return;d=true;clearTimeout(t);try{Typekit.load(config)}catch(b){}};var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(tk,s)
})();
</script>
<style>
@import url("http://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff");
body {
background: url(/img/subtle_grunge.png) top left repeat;
}
.join {
font-weight: 400;
}
.logo {
font-weight: 700;
}
.wf-loading body {
font-family: serif;
visibility: hidden;
}
.wf-active body {
font-family: "ff-meta-serif-web-pro",serif;
visibility: visible;
}
/* variables */
/* fonts
----------------------*/
/* grid
----------------------*/
.grid {
margin: 0 auto;
width: 80%;
}
[class*=grid-] {
display: inline-block;
position: relative;
/* get rid of inline block whitespace bug: www.lifeathighroad.com/web-development/css-web-development/inline-block-whitespace-workaround */
margin-left: -4px;
}
.grid-one-third {
width: 33.33%;
}
.grid-two-thirds {
width: 66.66%;
}
.grid-one-fourth {
width: 25%;
}
.grid-two-fourths {
width: 50%;
}
.grid-three-fourths {
width: 75%;
}
.grid-one-fifth {
width: 20%;
}
.grid-two-fifths {
width: 40%;
}
.grid-three-fifths {
width: 60%;
}
.grid-four-fifths {
width: 80%;
}
.grid-full {
width: 100%;
}
/* core styles
-------------------------- */
* {
box-sizing: border-box;
}
/* style components
-------------------------- */
.topSeparator {
border: 5px solid transparent;
border-top-color: rgba(36, 27, 20, 0.65);
}
.centerText {
text-align: center;
}
.padding {
padding: 2em 2em 1.75em;
}
/* blocks
-------------------------- */
.logo {
font-size: 5.25em;
line-height: 1;
margin-bottom: 1.1em;
color: rgba(36, 27, 20, 0.86);
}
.attributionBlock {
line-height: 0.4;
font-family: monospace;
}
.attributionBlock [itemprop=name] {
color: rgba(36, 27, 20, 0.76);
text-transform: uppercase;
font-size: .875em;
}
.attributionBlock [itemprop=name]:before {
content: attr(data-signature);
display: block;
height: 15px;
position: relative;
top: -0.75em;
color: #8189a2;
font-family: 'Herr Von Muellerhoff';
font-weight: normal;
text-transform: none;
font-size: 3em;
letter-spacing: -2px;
}
.attributionBlock [itemprop=jobTitle] {
color: rgba(36, 27, 20, 0.7);
font-size: 0.9em;
}
.join {
-webkit-transition: .3s all ease-in-out;
-moz-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
padding: 1.5em;
position: relative;
top: -1.5em;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
letter-spacing: 3px;
font-size: 1.05em;
color: #EFEFEF;
background: #000000;
}
.join:hover {
background: #df4f23;
}
.btn {
font:inherit;
cursor:pointer;
border:none;
display:inline-block;
vertical-align: middle;
margin: 0;
line-height:1;
letter-spacing: normal;
}
.btn-box {
margin-top: 0;
margin-bottom: $line-height * 1rem;
border-radius: 0.25em;
margin-right: 1rem;
}
.lede {
text-transform: uppercase;
padding-top: 1em;
font-weight: 700;
font-size: 0.75em;
}
.giga {
color: #fff8f0;
text-shadow: -2px -2px 0 rgba(36, 27, 20, 0.65), -2px 2px 0 rgba(36, 27, 20, 0.65), 2px -2px 0 rgba(36, 27, 20, 0.65), 2px 2px 0 rgba(36, 27, 20, 0.65), rgba(36, 27, 20, 0.65) 1px 1px, rgba(36, 27, 20, 0.65) 2px 2px, rgba(36, 27, 20, 0.65) 3px 3px, rgba(36, 27, 20, 0.65) 4px 4px, rgba(36, 27, 20, 0.65) 5px 5px, rgba(36, 27, 20, 0.65) 6px 6px, rgba(36, 27, 20, 0.65) 7px 7px, rgba(36, 27, 20, 0.65) 8px 8px, rgba(36, 27, 20, 0.65) 9px 9px, rgba(36, 27, 20, 0.65) 10px 10px, rgba(36, 27, 20, 0.65) 11px 11px, rgba(36, 27, 20, 0.65) 12px 12px, rgba(36, 27, 20, 0.65) 13px 13px, rgba(36, 27, 20, 0.65) 14px 14px, rgba(36, 27, 20, 0.65) 15px 15px;
font-size: 14em;
letter-spacing: 0.135em;
line-height: 0;
text-transform: uppercase;
margin: 0.675em 0;
}
.giga .char1, .giga .char13 {
font-size: 1.25em;
position: relative;
top: 0.15em;
}
.subtitle {
text-transform: uppercase;
font-size: 3em;
font-size: 400;
margin-top: -.6875em;
color: #e45b49;
}
.subtitle [class*=char] {
letter-spacing: 1.5em;
padding-left: 0.75em;
}
</style>
</head>
<body>
<header class="grid padding centerText">
<h1 class="grid-full logo">Typeplate Error</h1>
<div itemscope itemtype="http://schema.org/Person" class="grid-one-fourth attributionBlock">
<p itemprop="name" data-signature="Dennis Gaebel">Dennis Gaebel <a href="https://twitter.com/gryghostvisuals">@gryghostvisuals</a></p>
<p itemprop="jobTitle">Typeplate Co–Founder</p>
</div>
<div class="grid-two-fourths">
<a href="/" class="join btn epsilon btn-box">Return Home</a>
</div>
<div itemscope itemtype="http://schema.org/Person" class="grid-one-fourth attributionBlock">
<p itemprop="name" data-signature="Zachary Kain">Zachary Kain <a href="https://twitter.com/zakkain">@zakkain</a></p>
<p itemprop="jobTitle">Typeplate Co–Founder</p>
</div>
</header>
<section class="topSeparator grid centerText">
<p class="lede">Ladies and gentlemen, type nerds of all legal ages, step right up and behold the miracle that is the</p>
<h1 class="giga">404</h1>
<p class="subtitle">Error</p>
</section>
</body>
</html>