-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
183 lines (109 loc) · 4.9 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.21">
<meta name="theme" content="Tranquilpeak 0.3.1-BETA">
<title>404 Page not found</title>
<meta name="author" content="Simon">
<meta name="keywords" content=", development, ansible, java, linux, ubuntu, python">
<link rel="icon" href="/favicon.png">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://niceplace.github.io/index.xml">
<meta name="description" content="Niceplaces's blog">
<meta property="og:description" content="Niceplaces's blog">
<meta property="og:type" content="blog">
<meta property="og:title" content="404 Page not found">
<meta property="og:url" content="">
<meta property="og:site_name" content="Niceplace's blog">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Niceplace's blog">
<meta name="twitter:description" content="Niceplaces's blog">
<meta property="og:image" content="//www.gravatar.com/avatar/ca81a1bb53eb70478f40786fb6d08603?s=640">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.css" />
<link rel="stylesheet" href="/css/tranquilpeak.css" />
</head>
<main class="posts">
<article class="post">
<h1>404 Not Found</h1>
<p>Sorry, but we couldn't find the page you're looking for.</p>
<p>Please head back <a href="/">home</a>.</p>
</article>
</main>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-remove"></i>
</div>
<img id="about-card-picture" src="//www.gravatar.com/avatar/ca81a1bb53eb70478f40786fb6d08603?s=110" alt="" />
<h4 id="about-card-name">Simon</h4>
<div id="about-card-bio">Vast interest in technology and fitness, in a everlasting quest to achieve proper discipline</div>
<div id="about-card-job">
<i class="fa fa-briefcase"></i>
<br/>
Junior IT Engineer
</div>
<div id="about-card-location">
<i class="fa fa-map-marker"></i>
<br/>
Montreal, Canada
</div>
</div>
</div>
<div id="algolia-search-modal" class="modal-container">
<div class="modal">
<div class="modal-header">
<span class="close-button"><i class="fa fa-close"></i></span>
<a href="https://algolia.com" target="_blank" class="searchby-algolia text-color-light link-unstyled">
<span class="searchby-algolia-text text-color-light text-small">by</span>
<img class="searchby-algolia-logo" src="https://www.algolia.com/static_assets/images/press/downloads/algolia-light.svg">
</a>
<i class="search-icon fa fa-search"></i>
<form id="algolia-search-form">
<input type="text" id="algolia-search-input" name="search"
class="form-control input--large search-input" placeholder="" />
</form>
</div>
<div class="modal-body">
<div class="no-result text-color-light text-center"></div>
<div class="results">
</div>
</div>
<div class="modal-footer">
<p class="results-count text-medium"
data-message-zero=""
data-message-one=""
data-message-other="">
0 posts found
</p>
</div>
</div>
</div>
<div id="cover" style="background-image:url('https://res.cloudinary.com/niceplace-github-io/image/upload/v1496551137/blog-cover_fsjtjk.jpg');"></div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.js"></script>
<script src="/js/tranquilpeak.js"></script>
<script>
$(document).ready(function() {
hljs.configure({ classPrefix: '', useBR: false });
$('pre.code-highlight').each(function(i, block) {
var code = "";
hljs.highlightAuto(block.innerText).value.split(/\r\n|\r|\n/).forEach(function(line) {
code += "<span class=\"line\">" + line + "</span><br>";
});
if (code.length > 0) {
block.innerHTML = code;
}
});
$('pre > code').each(function(i, block) {
$(this).addClass('codeblock');
hljs.highlightBlock(block);
});
});
</script>
</body>
</html>