-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
268 lines (212 loc) · 9.37 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Köy Odası" />
<meta name="description" content="Köy Odası Tanıtım Sayfası" />
<meta name="keywords" content="Köy Odası, Blog" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Köy Odası</title>
<link href="" rel="alternate" title="" type="application/atom+xml" />
<link rel="shortcut icon" href="https://koy-odasi.github.io/favicon.ico">
<link rel="stylesheet" type="text/css" href="https://koy-odasi.github.io/assets/css/syntax.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Monda" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://koy-odasi.github.io/assets/js/html5shiv.js"></script>
<script src="https://koy-odasi.github.io/assets/js/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://koy-odasi.github.io/assets/js/jquery-latest.min.js"></script>
<script src="https://koy-odasi.github.io/assets/js/bootstrap.min.js"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WQMB7GM');</script>
<!-- End Google Tag Manager -->
<!-- Highlightjs start -->
<!-- source: http://highlightjs.org -->
<link rel="stylesheet" type="text/css" href="https://koy-odasi.github.io/assets/css/highlight.pack.css" />
<script src="https://koy-odasi.github.io/assets/js/highlight.pack.js"></script>
<script type="text/javascript">
hljs.initHighlightingOnLoad();
</script>
<!-- Highlightjs end -->
<!-- Animatecss start -->
<!-- source: https://daneden.github.io/animate.css/ -->
<link rel="stylesheet" type="text/css" href="https://koy-odasi.github.io/assets/css/animate.min.css" />
<script type="text/javascript">
$(document).ready(function() {
$('nav:first-child').addClass('animated fadeInDown');
});
</script>
<!-- Animatecss end -->
<!-- Jquery Datatables Responsive Bootstrap start -->
<!-- source: https://datatables.net/extensions/responsive/examples/styling/bootstrap.html -->
<link rel="stylesheet" type="text/css" href="https://koy-odasi.github.io/assets/css/dataTables.bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="https://koy-odasi.github.io/assets/css/responsive.bootstrap.min.css" />
<script type="text/javascript" src="https://koy-odasi.github.io/assets/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="https://koy-odasi.github.io/assets/js/dataTables.bootstrap.min.js"></script>
<script type="text/javascript" src="https://koy-odasi.github.io/assets/js/dataTables.responsive.min.js"></script>
<script type="text/javascript" src="https://koy-odasi.github.io/assets/js/responsive.bootstrap.min.js"></script>
<!-- Jquery Datatables Responsive Bootstrap end -->
<script type="text/javascript">
$(document).ready(function() {
/* Jquery Datatables Language start */
/* source: https://datatables.net/examples/basic_init/language.html */
$('#example').dataTable( {
"order": [[ 1, "desc" ]],
"responsive": true,
"language": {
"lengthMenu": "Gösterilen _MENU_ adet satır",
"zeroRecords": "Kayıt Bulunamadı",
"info": "Toplam _PAGES_ sayfadan _PAGE_ sayfa gösteriliyor",
"infoEmpty": "Kayıt Sayısı Yok",
"infoFiltered": "(Toplam _MAX_ gönderi filtrelendi)",
"search": "Ara",
"paginate": {
"previous": "Önceki",
"next": "Sonraki"
}
}
});
/* Jquery Datatables Language end */
/* Jquery Datatables Responsive Bootstrap end */
});
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WQMB7GM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div>
<!-- Header start -->
<nav role="navigation" class="navbar navbar-default">
<div class="navbar-header">
<!-- Brand and toggle get grouped for better mobile display -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://koy-odasi.github.io">
Köy Odası
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav pull-right">
<li><a href="https://koy-odasi.github.io" title="Ana Sayfa" class="fa fa-home fa-2x"></a></li>
<li><a href="https://koy-odasi.github.io/categories" title="Kategoriler" class="fa fa-folder-open fa-2x"></a></li>
<li><a href="https://koy-odasi.github.io/tags" title="Etiketler" class="fa fa-tags fa-2x"></a></li>
<li><a href="" title="Özgeçmiş" class="fa fa-file-pdf-o fa-2x"></a></li>
</ul>
</div>
</nav>
<!-- Header end -->
<div class="well well-sm">
<!-- Dynamic breadcrumb start -->
<ul class="breadcrumb text-right">
<li><a href="https://koy-odasi.github.io" class="btn btn-default btn-sm"> Home</i></a></li>
<li><a href="https://koy-odasi.github.io/404.html" class="btn btn-default btn-sm">404.html</a></li>
<li class="active">Index</li>
</ul>
<!-- Dynamic breadcrumb end -->
</div>
<div class="well">
<center>
<h1 class="text-danger"><span class="fa fa-unlink"></span> Oops!</a></h1>
<h3 class="text-info">Üzülerek söylüyorum ki bir hata oluştu, istenen sayfa bulunamadı!</h3>
</center>
</div>
<!-- Footer start -->
<div class="well well-sm">
Aksi belirtilmedikçe <a href="https://koy-odasi.github.io">Köy Odası</a> tarafından tüm içerik hakları saklıdır.
Powered by
<a href="http://jekyllrb.com/">Jekyll</a>,
<a href="http://getbootstrap.com/">Bootstrap</a>,
<a href="http://fontawesome.io/">Awesome</a>,
<a href="http://datatables.net/">Datatables</a>,
<a href="https://highlightjs.org">Highlightjs</a>,
<a href="https://daneden.github.io/animate.css/">Animatecss</a>
</div>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<!-- Brand and toggle get grouped for better mobile display -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-2">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://github.com/koy-odasi/kernel">
<img src="https://koy-odasi.github.io/assets/img/default.png" style="width:20px; height:20px"/>
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav pull-left">
<li><a href="http://github.com/koy-odasi/" target="_blank" class="fa fa-github-square fa-2x"></a></li>
</ul>
<ul class="nav navbar-nav pull-right">
<li><a href="https://koy-odasi.github.io/atom.xml" target="_blank" class="fa fa-rss-square fa-2x"></a></li>
</ul>
</div>
</nav>
<!-- Footer end -->
<!-- Disqus Count start -->
<!-- Disqus Count end -->
<!-- back_to_top start -->
<style type="text/css">
#back-to-top {
position: fixed;
bottom: 40px;
right: 40px;
z-index: 9999;
width: 32px;
height: 32px;
text-align: center;
line-height: 30px;
background: #c5c5c5;
color: #444;
cursor: pointer;
border: 0;
border-radius: 2px;
text-decoration: none;
transition: opacity 0.2s ease-out;
opacity: 0;
}
#back-to-top:hover {
background: #e9ebec;
}
#back-to-top.show {
opacity: 1;
}
</style>
<a href="#" id="back-to-top" title="Back to top">↑</a>
<script type="text/javascript">
if ($('#back-to-top').length) {
var scrollTrigger = 100, // px
backToTop = function () {
var scrollTop = $(window).scrollTop();
if (scrollTop > scrollTrigger) {
$('#back-to-top').addClass('show');
} else {
$('#back-to-top').removeClass('show');
}
};
backToTop();
$(window).bind('scroll', function () {
backToTop();
});
$('#back-to-top').on('click', function (e) {
e.preventDefault();
$('html, body').animate({
scrollTop: 0
}, 800);
});
}
</script>
<!-- back_to_top end -->
</div>
</body>
</html>