-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
152 lines (128 loc) · 5.75 KB
/
404.html
File metadata and controls
152 lines (128 loc) · 5.75 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Page Not Found | Basetta.Bz</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="http://www.gravatar.com/avatar/ca478a8e7a11eb94f329f1bef1984f3f.png
?s=16">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/mobile.css">
<link rel="stylesheet" href="/css/desktop.css" media="(min-width:40em)">
<link rel="stylesheet" href="/css/pygments.css">
<link rel="stylesheet" href="/css/font.css">
<script type="text/javascript" charset="utf-8" src="/js/matchmedia.js"></script>
<script type="text/javascript" charset="utf-8" src="/js/picturefill.js"></script>
</head>
<body>
<div class="wrapper">
<header>
<div class="container">
<div class="profile">
<div class="social">
<a href="http://twitter.com/basettabz">
<div data-picture data-alt="Twitter">
<div data-src="/img/twitter16.png"></div>
<div data-src="/img/twitter32.png" data-media="(-webkit-min-device-pixel-ratio: 2)"></div>
<noscript><img src="/img/twitter16.png" alt="Twitter"></noscript>
</div>
</a>
<a href="http://github.com/basetta">
<div data-picture data-alt="Github">
<div data-src="/img/octocat16.png"></div>
<div data-src="/img/octocat32.png" data-media="(-webkit-min-device-pixel-ratio: 2)"></div>
<noscript><img src="/img/octocat16.png" alt="Github"></noscript>
</div>
</a>
<a href="https://alpha.app.net/basetta">
<div data-picture data-alt="App.net">
<div data-src="/img/alpha16.png"></div>
<div data-src="/img/alpha32.png" data-media="(-webkit-min-device-pixel-ratio: 2)"></div>
<noscript><img src="/img/octocat16.png" alt="Github"></noscript>
</div>
</a>
</div>
<img src="http://www.gravatar.com/avatar/ca478a8e7a11eb94f329f1bef1984f3f.png
?s=54" alt="avatar" class="avatar" />
</div>
<h5 class="logo"><a href="http://basetta.bz">Basetta.Bz</a></h5>
<nav>
<ul>
<li><a href="http://basetta.bz">Blog</a></li>
<li><a href="http://basetta.bz/about">About</a></li>
</ul>
</nav>
<div class="nav-slider">
<div class="nav-selection "></div>
</div>
</div>
</header>
<section id="main">
<article class="container">
<h1 class="hero">Page Not Found</h1>
That page doesn't exist
</article>
</section>
<footer>
<nav class="container">
<ul>
<li>© Patrick Martini 2013</li>
<li>Design by Tyler Benziger</li>
</ul>
</nav>
</footer>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3020776-9']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" charset="utf-8">
document.onreadystatechange = function() {
if ( document.readyState == 'complete' ) {
var active = document.querySelector( 'header a.active' ).innerHTML.toLowerCase(),
links = document.querySelectorAll( 'header nav li a'),
selection = document.querySelector( 'header .nav-selection' ),
i, link;
for ( i = 0; i < links.length; i++ ) {
link = links[ i ];
console.log(link);
link.addEventListener( 'mouseover', function() {
selection.className = 'nav-selection';
selection.className = 'nav-selection ' + this.innerHTML.toLowerCase();
});
link.addEventListener( 'mouseout', function() {
selection.className = 'nav-selection ' + active;
});
}
}
};
</script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'basettabz'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'basettabz'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</html>