-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
288 lines (236 loc) · 10.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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html>
<head>
<title>Too bad, you already travel out of the Earth. Let me bring you back. – ♥ – 𝔸𝕀trify</title>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
<meta name="description" content="𝔸𝕀trify">
<meta property="og:description" content="𝔸𝕀trify" />
<meta name="author" content="♥" />
<meta property="og:title" content="Too bad, you already travel out of the Earth. Let me bring you back." />
<meta property="twitter:title" content="Too bad, you already travel out of the Earth. Let me bring you back." />
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="/assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- MATERIAL DESIGN THEME ADDONS ANTONIO -->
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<!-- CSS Files -->
<link href="/assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="/assets/css/material-kit.css" rel="stylesheet"/>
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="/assets/css/demo.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="alternate" type="application/rss+xml" title="♥ - 𝔸𝕀trify" href="/feed.xml" />
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
</head>
<body class="landing-page">
<!-- Navbar -->
<nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-index">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/">
<div class="logo-container">
<div class="logo">
<img src="/assets/img/logo.png" alt="♥ Logo" rel="tooltip" title="𝔸𝕀trify" data-placement="bottom" data-html="true">
</div>
<div class="brand">
♥
</div>
</div>
</a>
</div>
<div class="collapse navbar-collapse" id="navigation-index">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">
<i class="material-icons">home</i>Home
</a>
</li>
<!--
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="material-icons">cast_connected</i>Demos
<b class="caret"></b>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="/demos_mnist/">MNIST on web</a></li>
<li class="divider"></li>
<li><a href="/cnn-explainer/">CNN Explainer</a></li>
<li class="divider"></li>
<li><a href="/demos_segmentation/">Semantic Segmenation</a></li>
<li class="divider"></li>
<li><a href="/demos_facetrack/">Face Tracking</a></li>
<li class="divider"></li>
<li><a href="/demos_emo/">Emotion Recognition</a></li>
<li class="divider"></li>
<li><a href="/demos_game/">Simple Game</a></li>
<li class="divider"></li>
<li><a href="/demos_camera/">ASCII Camera</a></li>
</ul>
</li>
-->
<li>
<a href="/blogs/">
<i class="material-icons">cast_connected</i>Blogs
</a>
</li>
<li>
<a href="/about/">
<i class="material-icons">face</i>About
</a>
</li>
<!--
<li>
<a href="/landing">
<i class="material-icons">flight_land</i> Landing
</a>
</li>
<li>
<a href="/post-list">
<i class="material-icons">dashboard</i> Blog
</a>
</li>
-->
<li>
<a></a>
</li>
<li>
<a rel="tooltip" title="Follow me on Twitter" data-placement="bottom" href="https://twitter.com/aitrify" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Follow me on Github" data-placement="bottom" href="https://github.com/t-thanh/" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Follow me on LinkedIn" data-placement="bottom" href="https://www.linkedin.com/in/tienthanh/" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Send me an email" data-placement="bottom" href="mailto:contact@aitrify.be" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="wrapper">
<div class="header header-filter" style="background-image: url('/assets/img/post-bg-03.jpg');">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="title">Too bad, you already travel out of the Earth. Let me bring you back.</h1>
<h4></h4>
<br />
<a href="/" class="btn btn-primary btn-raised btn-lg">
<i class="material-icons">home</i> Back to Home
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
<nav class="pull-left">
<ul>
<li>
<a href="/imprint">
Imprint
</a>
</li>
<li>
<a rel="tooltip" title="Follow me on Twitter" data-placement="bottom" href="https://twitter.com/aitrify" target="_blank" class="btn btn-dark btn-simple btn-just-icon">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Follow me on Github" data-placement="bottom" href="https://github.com/t-thanh/" target="_blank" class="btn btn-dark btn-simple btn-just-icon">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Follow me on LinkedIn" data-placement="bottom" href="https://www.linkedin.com/in/tienthanh/" target="_blank" class="btn btn-dark btn-simple btn-just-icon">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Send me an email" data-placement="bottom" href="mailto:contact@aitrify.be" target="_blank" class="btn btn-dark btn-simple btn-just-icon">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
</nav>
<div class="copyright pull-right">
© 2019-<script>document.write(new Date().getFullYear())</script>, made with <i class="material-icons">favorite</i> by 𝔸𝕀trify.
</div>
</div>
</footer>
</div>
<!-- Sart Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
<i class="material-icons">clear</i>
</button>
<h4 class="modal-title">Modal title</h4>
</div>
<div class="modal-body">
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default btn-simple">Nice Button</button>
<button type="button" class="btn btn-danger btn-simple" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- End Modal -->
</body>
<!-- Core JS Files -->
<script src="/assets/js/jquery.min.js" type="text/javascript"></script>
<script src="/assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="/assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
<script src="/assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="/assets/js/material-kit.js" type="text/javascript"></script>
<script type="text/javascript">
$().ready(function(){
// the body of this function is in assets/material-kit.js
materialKit.initSliders();
window_width = $(window).width();
if (window_width >= 992){
big_image = $('.wrapper > .header');
$(window).on('scroll', materialKitDemo.checkScrollForParallax);
}
});
</script>
</html>