forked from nicoespeon/nicoespeon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
58 lines (53 loc) · 2.87 KB
/
404.html
File metadata and controls
58 lines (53 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<meta name="description" content="Freelance web-developer and project manager thoughts. OOCSS, Backbone.js, front-end performances and a bit of PHP back-end frameworks.">
<title>404 | @nicoespeon</title>
<link rel="icon" href="/assets/img/icon.png">
<link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Snippet|Roboto:300,100,700'>
<link rel="stylesheet" href="/assets/css/nicoespeon.css" media="screen">
</head>
<body>
<div id="site">
<div class="container">
<div class="grid">
<div class="grid__item one-whole">
<header class="media">
<!-- Brand logo -->
<img src="http://www.gravatar.com/avatar/46978c87c5c75cea5d05a61fa8b7d95b" class="media__img img--circle">
<!-- Main navigation -->
<nav class="media__body">
<ul class="nav nav--main">
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/worth-reading.html">Worth Reading</a></li>
</ul>
</nav><!-- /navigation -->
</header><!-- /header -->
<h1 class="brand"><i class="icon-ssh"></i> sudo http404 --file-not-found</h1>
<p class="grid__item one-half portable-one-whole">
There's no such a page on this website.<br>
You may go back to <a href="/index.html">the homepage</a> now... See ya!
</p>
<p class="grid__item one-half portable-one-whole">
Cette page n'existe pas sur le site.<br>
Vous devriez retourner sur <a href="/fr/index.html">la page d'accueil</a>... A bientôt !
</p>
</div>
</div>
</div><!-- /container -->
</div><!-- /main-content -->
<footer>
<div class="container">
<p>
© 2013 - <a href="https://twitter.com/nicoespeon">Nicolas (Espeon) Carlo</a><br>
The website is built upon <a href='https://github.com/mojombo/jekyll'>Jekyll</a> and <a href='http://inuitcss.com/'>inuit.css</a> from the excellent <a href='https://twitter.com/csswizardry'>@csswizardry</a>. Source code is <a href='https://github.com/nicoespeon/nicoespeon.github.io'>hosted on GitHub</a>.<br>
This is a 404 error code, there's no such a page on this website.
</p>
</div>
</footer>
</body>
</html>