-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·95 lines (79 loc) · 3.19 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link rel="stylesheet" href="stylesheets/kulturfreitag.css" media="screen">
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/jquery.line.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () { $('#main_content').headsmart(); })
</script>
<script type="text/javascript" src="javascripts/main.js"></script>
<title>Kulturfreitag by socnab</title>
</head>
<body>
<!-- <a id="forkme_banner" href="https://github.com/socnab/kulturfreitag">View on GitHub</a> -->
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Kulturfreitag</h1>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<section id="downloads">
<span class="inner">
<a class="zip"></a><a class="tgz"></a>
</span>
</section>
<span class="banner-fix"></span>
<section id="main_content">
<h2>Was bisher geschah...</h2>
<div id="timeline"></div>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>powered by <a href="https://github.com/socnab/">socnab</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<!-- <p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p> -->
<br />
<span class="octocat"></span>
</footer>
</div>
<div id="templates" style="display: none">
<article id="timeline-entry" class="timeline-entry">
<div class="col col1">
<p><span class="date" data-connector-line="right"></span></p>
<p><span class="name" data-connector-line="right"></span></p>
</div>
<div class="col col2">
<img src="" class="img"></img>
</div>
<div class="col col3">
<p><span class="origin" data-connector-line="left"></span></p>
<p><span class="rating" data-connector-line="left">
<img src="images/beer_sw.png" class="rating rating-1" />
<img src="images/beer_sw.png" class="rating rating-2" />
<img src="images/beer_sw.png" class="rating rating-3" />
<img src="images/beer_sw.png" class="rating rating-4" />
<img src="images/beer_sw.png" class="rating rating-5" />
</span></p>
</div>
<div class="clear"></div>
</article>
</div>
</body>
</html>