-
Notifications
You must be signed in to change notification settings - Fork 0
/
archive.html
143 lines (103 loc) · 3.69 KB
/
archive.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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="de">
<head>
<meta charset="utf-8">
<meta name="description" content="Die Webseite der Python UserGroup Rhein-Main">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Archiv | Python UG Rhein-Main</title>
<link href="assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<link rel="canonical" href="http://pyugrm.de/archive.html">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]-->
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Springe zum Hauptinhalt</a>
<!-- Menubar -->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<!-- This keeps the margins nice -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<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://pyugrm.de/">
<span id="blog-title">Python UG Rhein-Main</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Neuigkeiten</a>
</li>
<li>
<a href="stories/uber-die-python-usergroup-rhein-main-pyugrm/">Über uns</a>
</li>
<li>
<a href="stories/kommunikation/">Kommunikation</a>
</li>
<li>
<a href="stories/termine-der-python-user-group-rhein-main/">Termine</a>
</li>
<li>
<a href="stories/archiv-der-python-user-group-rhein-main/">Archiv</a>
</li>
<li>
<a href="stories/infos-zur-python-community-in-rhein-main/">Community</a>
</li>
<li>
<a href="stories/links-rund-um-python-programmierung/">Linksammlung</a>
</li>
<li>
<a href="stories/impressum/">Impressum</a>
</li>
<li>
<a href="rss.xml">RSS</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- End of Menubar -->
<div class="container" id="content" role="main">
<div class="body-content">
<!--Body content-->
<div class="row">
<article class="listpage">
<header>
<h1>Archiv</h1>
</header>
<ul class="postlist">
<li>
<a href="2015/">2015</a>
</li>
<li>
<a href="2014/">2014</a>
</li>
</ul>
</article>
</div>
<!--End of body content-->
<footer>
2015 <a href="mailto:[email protected]">PyUGRM Orga Team</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a>
</footer>
</div>
</div>
<script src="assets/js/all-nocdn.js"></script>
<script src="assets/js/colorbox-i18n/jquery.colorbox-de.js"></script>
<script>$('a.image-reference:not(.islink) img:not(.islink)').parent().colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script>
<!-- fancy dates -->
<script>
moment.locale("de");
fancydates(0, "YYYY-MM-DD HH:mm");
</script>
<!-- end fancy dates -->
</body>
</html>