This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
404.html
85 lines (75 loc) · 3 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Stadt Land Code - digitale Werkzeuge für Bürger</title>
<meta name="description" content="Wir vergeben Hackstipendien für junge Entwickler, die einen einfacheren, zugänglicheren und menschlicheren digitalen Staat bauen wollen.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:400,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet/less" href="css/stadtlandcode.less">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<script src="js/libs/modernizr-2.5.3.min.js"></script>
<script src="js/libs/less-1.3.0.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/jquery-ui-1.8.7.custom.min.js"></script>
<script src="js/jquery.slideto.min.js"></script>
<script>
$(function() {
$('#navmenu a').click(function(e) {
var href = $(e.currentTarget).attr('href');
/*
e.preventDefault();
*/
$(href).slideto({
highlight: false,
slide_duration: 'slow'
});
});
});
</script>
</head>
<body>
<div id="header">
<div class="container">
<img src="img/01_header.png">
</div>
<div class="line"></div>
</div>
<div class="section-title">
<h1>404 - Seite nicht gefunden</h1>
</div>
<footer class='container'>
<div class='row'>
<div class="span10">
<p>
Stadt Land <Code> ist ein Projekt der <a href="http://okfn.de">Open Knowledge Foundation Deutschland e.V</a>.<br> Es wird
durch eine Förderung des <a href="http://www.omidyar.com/">Omidyar
Network</a> ermöglicht. Kallisti.
</p>
<br/>
</div>
<div class="span2 right-align">
<a href="http://okfn.org"><img src='img/okfn.png'></a>
</div>
</div>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31257820-1']);
_gaq.push(['_setDomainName', 'datajournalismhandbook.org']);
_gaq.push(['_setAllowLinker', true]);
_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>
</body>
</html>