summaryrefslogtreecommitdiff
path: root/theme/cccevents/templates/base.html
blob: 641bae70d6333eea7dea14ff8445ba3c30c0f30e (plain)
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521

<!DOCTYPE html>

<html lang="{{ DEFAULT_LANG }}">
<head>
    {% block head %}}
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1" >
    <title>{% block title %}RGB2R v18 vom 2018-10-26 bis 2018-10-28 &#8211; CCC Event Blog{% endblock %}</title>
    <script type="text/javascript">
        window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/events.ccc.de\/wp-includes\/js\/wp-emoji-release.min.js"}};
        !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
    </script>
    <style type="text/css">
        img.wp-smiley,
        img.emoji {
            display: inline !important;
            border: none !important;
            box-shadow: none !important;
            height: 1em !important;
            width: 1em !important;
            margin: 0 .07em !important;
            vertical-align: -0.1em !important;
            background: none !important;
            padding: 0 !important;
        }
    </style>

    <link rel='stylesheet' id='hemingway_googleFonts-css'  href='/theme/css/fonts.css' type='text/css' media='all' />
    <link rel='stylesheet' href='/theme/css/custom.css' type='text/css' media='all' />
    <link rel='stylesheet' id='hemingway_style-css'  href='/theme/hemingway/global.css' type='text/css' media='all' />
    <script type='text/javascript' src='/theme/js/jquery.js'></script>
    <script type='text/javascript' src='/theme/js/jquery-migrate.min.js'></script>
    <style type="text/css"><!--Customizer CSS-->body::selection { background:#009a93; }body a { color:#009a93; }body a:hover { color:#009a93; }.blog-title a:hover { color:#009a93; }.blog-menu a:hover { color:#009a93; }.blog-search #searchsubmit { background-color:#009a93; }.blog-search #searchsubmit { border-color:#009a93; }.blog-search #searchsubmit:hover { background-color:#009a93; }.blog-search #searchsubmit:hover { border-color:#009a93; }.featured-media .sticky-post { background-color:#009a93; }.post-title a:hover { color:#009a93; }.post-meta a:hover { color:#009a93; }.post-content a { color:#009a93; }.post-content a:hover { color:#009a93; }.blog .format-quote blockquote cite a:hover { color:#009a93; }.post-content a.more-link:hover { background-color:#009a93; }.post-content input[type="submit"]:hover { background-color:#009a93; }.post-content input[type="reset"]:hover { background-color:#009a93; }.post-content input[type="button"]:hover { background-color:#009a93; }.post-content fieldset legend { background-color:#009a93; }.post-content .searchform #searchsubmit { background:#009a93; }.post-content .searchform #searchsubmit { border-color:#009a93; }.post-content .searchform #searchsubmit:hover { background:#009a93; }.post-content .searchform #searchsubmit:hover { border-color:#009a93; }.post-content a.wp-block-file__button { background-color:#009a93; }.post-content .has-accent-color { color:#009a93; }.post-content .has-accent-background-color { background-color:#009a93; }.post-categories a { color:#009a93; }.post-categories a:hover { color:#009a93; }.post-tags a:hover { background:#009a93; }.post-tags a:hover:after { border-right-color:#009a93; }.post-nav a:hover { color:#009a93; }.archive-nav a:hover { color:#009a93; }.logged-in-as a { color:#009a93; }.logged-in-as a:hover { color:#009a93; }.content #respond input[type="submit"]:hover { background-color:#009a93; }.comment-meta-content cite a:hover { color:#009a93; }.comment-meta-content p a:hover { color:#009a93; }.comment-actions a:hover { color:#009a93; }#cancel-comment-reply-link { color:#009a93; }#cancel-comment-reply-link:hover { color:#009a93; }.comment-nav-below a:hover { color:#009a93; }.widget-title a { color:#009a93; }.widget-title a:hover { color:#009a93; }.widget_text a { color:#009a93; }.widget_text a:hover { color:#009a93; }.widget_rss a { color:#009a93; }.widget_rss a:hover { color:#009a93; }.widget_archive a { color:#009a93; }.widget_archive a:hover { color:#009a93; }.widget_meta a { color:#009a93; }.widget_meta a:hover { color:#009a93; }.widget_recent_comments a { color:#009a93; }.widget_recent_comments a:hover { color:#009a93; }.widget_pages a { color:#009a93; }.widget_pages a:hover { color:#009a93; }.widget_links a { color:#009a93; }.widget_links a:hover { color:#009a93; }.widget_recent_entries a { color:#009a93; }.widget_recent_entries a:hover { color:#009a93; }.widget_categories a { color:#009a93; }.widget_categories a:hover { color:#009a93; }.widget_search #searchsubmit { background:#009a93; }.widget_search #searchsubmit { border-color:#009a93; }.widget_search #searchsubmit:hover { background:#009a93; }.widget_search #searchsubmit:hover { border-color:#009a93; }#wp-calendar a { color:#009a93; }#wp-calendar a:hover { color:#009a93; }#wp-calendar tfoot a:hover { color:#009a93; }.dribbble-shot:hover { background:#009a93; }.widgetmore a { color:#009a93; }.widgetmore a:hover { color:#009a93; }.flickr_badge_image a:hover img { background:#009a93; }.footer .flickr_badge_image a:hover img { background:#009a93; }.footer .dribbble-shot:hover img { background:#009a93; }.sidebar .tagcloud a:hover { background:#009a93; }.footer .tagcloud a:hover { background:#009a93; }.credits a:hover { color:#009a93; }body#tinymce.wp-editor a { color:#009a93; }body#tinymce.wp-editor a:hover { color:#009a93; }</style><!-- /Customizer CSS -->		<style type="text/css" id="wp-custom-css">
    .footer.section.large-padding {display: none}		</style>
    {% endblock head %}
</head>

<body class="post-template-default single single-post postid-7559 single-format-standard">

<div class="big-wrapper">

    <div class="header-cover section bg-dark-light no-padding">

        <div class="header section" style="background-image: url(/theme/images/background.jpg);">

            <div class="header-inner section-inner">


                <div class="blog-info">

                    <h2 class="blog-title">
                        <a href="/">Hilfsangebote</a>
                    </h2>


                </div><!-- .blog-info -->


            </div><!-- .header-inner -->

        </div><!-- .header -->

    </div><!-- .bg-dark -->

    <div class="navigation section no-padding bg-dark">

        <div class="navigation-inner section-inner">

            <!--<div class="toggle-container hidden">-->

                <!--<div class="nav-toggle toggle">-->

                    <!--<div class="bar"></div>-->
                    <!--<div class="bar"></div>-->
                    <!--<div class="bar"></div>-->

                    <!--<div class="clear"></div>-->

                <!--</div>-->

                <!--&lt;!&ndash;<div class="search-toggle toggle">&ndash;&gt;-->

                    <!--&lt;!&ndash;<div class="metal"></div>&ndash;&gt;-->
                    <!--&lt;!&ndash;<div class="glass"></div>&ndash;&gt;-->
                    <!--&lt;!&ndash;<div class="handle"></div>&ndash;&gt;-->

                <!--&lt;!&ndash;</div>&ndash;&gt;-->

                <!--<div class="clear"></div>-->

            <!--</div>&lt;!&ndash; .toggle-container &ndash;&gt;-->

            <!--<div class="blog-search hidden">-->

                <!--<form method="get" class="searchform" action="https://events.ccc.de/">-->
                    <!--<input type="search" value="" placeholder="Search form" name="s" id="s" />-->
                    <!--<input type="submit" id="searchsubmit" value="Search">-->
                <!--</form>-->
            <!--</div>-->

            <ul class="blog-menu">
                <!--{% for p in pages %}-->
                <!--<li class="page_item page-item-181"><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li>-->
                <!--{% endfor %}-->
                {% block translation %}
                {% endblock %}
            </ul>

            <div class="clear"></div>

            <ul class="mobile-menu">
                <!--{% for p in pages %}-->
                <!--<li class="page_item page-item-181"><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li>-->
                <!--{% endfor %}-->
                {% block translation2 %}
                {% endblock %}
            </ul>

        </div><!-- .navigation-inner -->

    </div><!-- .navigation -->
    <div class="wrapper section-inner">

        <div class="content left">


            <div class="posts">

                <div id="post-7559" class="post-7559 post type-post status-publish format-standard hentry category-ccc tag-rgb2r">

                    <div class="post-header">
{% block content_title %}


                        <h1 class="post-title"><a href="https://events.ccc.de/2018/09/25/rgb2r-v18-vom-2018-10-26-bis-2018-10-28/" rel="bookmark" title="RGB2R v18 vom 2018-10-26 bis 2018-10-28">RGB2R v18 vom 2018-10-26 bis 2018-10-28</a></h1>
{% endblock %}
{% block content_meta %}
                        <div class="post-meta">

                            <span class="post-date"><a href="https://events.ccc.de/2018/09/25/rgb2r-v18-vom-2018-10-26-bis-2018-10-28/" title="RGB2R v18 vom 2018-10-26 bis 2018-10-28">Tue 2018-09-25</a></span>


                        </div>
{% endblock %}
                    </div><!-- .post-header -->

                    <div class="post-content">
{% block content %}
                        <p>Wie in den vergangenen Jahren findet auch dieses Jahr wieder die RGB2R vom 26. Oktober bis 28. Oktober 2018 in Heidelberg statt, veranstaltet vom NoName e.V. (Chaostreff Heidelberg).</p>
                        <p>Die RGB2R ist eine Retro-Gaming- und -Computing-Veranstaltung. Jeder bringt Konsolen, DOS-PCs, Commodore, Atari, Amiga, etc. aus dem letzten Jahrhundert mit und verbringt die Tage in netter Gesellschaft, sowie mit viel Spaß und Erinnerungen an die Spiele der vergangenen Jahre und Jahrzehnte.</p>
                        <p>Für Verpflegung, Club Mate und andere Getränke ist gesorgt.</p>
                        <p>Der Veranstaltungsort ist, wie letztes Jahr, das Bürgerhaus im Heidelberger Stadtteil Schlierbach direkt am Neckar. Hinweise zur Anfahrt mit Auto oder ÖPNV finden sich unter <a href="https://www.rgb2r.de/location/">https://www.rgb2r.de/location/</a>.</p>
                        <p>Ab sofort ist auch die Anmeldung auf <a href="https://pretix.eu/nnev/rgb2rv18/">https://pretix.eu/nnev/rgb2rv18/</a> freigeschaltet. Dort gibt es auch die Möglichkeit, T-Shirts<br />
                            vorzubestellen, sowie Frühstücks- und andere Wünsche zu äußern. Der Unkostenbeitrag beträgt 16 € (Supporter: 32 €), darin ist eine Frühstücksflatrate inklusive Kaffee und Tee enthalten.</p>
                        <p>Dieses Jahr suchen wir auch euren Input: Wir wollen auch wieder Vorträge und Workshops anbieten. Wenn du dich dazu berufen fühlst, etwas anzubieten, dann melde dich bei <a href="mailto:rgb2r-talks@noname-ev.de">rgb2r-talks@noname-ev.de</a>.</p>
                        <p>Fragen und Feedback werden über die Mailingliste <a href="mailto:rgb2r@noname-ev.de">rgb2r@noname-ev.de</a> und auf <a href="https://robustirc.net/">https://robustirc.net/</a> in #rgb2r gerne angenommen.</p>
{% endblock %}
                    </div><!-- .post-content -->

                    <div class="clear"></div>

                    <!--<div class="post-meta-bottom">-->

                        <!--<p class="post-categories"><span class="category-icon"><span class="front-flap"></span></span> <a href="https://events.ccc.de/category/ccc/" rel="category tag">CCC</a></p>-->

                        <!--<p class="post-tags"><a href="https://events.ccc.de/tag/rgb2r/" rel="tag">rgb2r</a></p>-->

                        <!--<div class="clear"></div>-->

                        <!--<div class="post-nav">-->


                            <!--<a class="post-nav-older" title="Previous post: What’s new in 35C3 Fahrplan?" href="https://events.ccc.de/2018/09/11/whats-new-in-35c3-fahrplan/">-->

                                <!--<h5>Previous post</h5>-->
                                <!--What’s new in 35C3 Fahrplan?-->
                            <!--</a>-->


                            <!--<div class="clear"></div>-->

                        <!--</div>&lt;!&ndash; .post-nav &ndash;&gt;-->

                    <!--</div>&lt;!&ndash; .post-meta-bottom &ndash;&gt;-->




                </div><!-- .post -->

            </div><!-- .posts -->

        </div><!-- .content -->


        <div class="sidebar right" role="complementary">

            <!--<div class="widget widget_search">-->
                <!--<div class="widget-content">-->
                    <!--<form method="get" class="searchform" action="https://events.ccc.de/">-->
                        <!--<input type="search" value="" placeholder="Search form" name="s" id="s"/>-->
                        <!--<input type="submit" id="searchsubmit" value="Search">-->
                    <!--</form>-->
                <!--</div>-->
                <!--<div class="clear"></div>-->
            <!--</div>-->
            <!--<div class="widget widget_links">-->
                <!--<div class="widget-content"><h3 class="widget-title">CCC</h3>-->
                    <!--<ul class='xoxo blogroll'>-->
                        <!--<li><a href="https://www.ccc.de/" title="Main CCC homepage">CCC Homepage</a></li>-->
                        <!--<li><a href="http://media.ccc.de/" title="Videos from CCC events and other sources">CCC-->
                            <!--Videos</a></li>-->
                        <!--<li><a href="https://twitter.com/chaosupdates">CCC on Twitter</a></li>-->

                    <!--</ul>-->
                <!--</div>-->
                <!--<div class="clear"></div>-->
            <!--</div>-->
            <!--<div class="widget widget_links">-->
                <!--<div class="widget-content"><h3 class="widget-title">Congress</h3>-->
                    <!--<ul class='xoxo blogroll'>-->
                        <!--<li>-->
                            <!--<a href="https://events.ccc.de/2018/09/11/35c3-call-for-participation-and-submission-guidelines/"-->
                               <!--title="35C3 Call for Participation (english)">35C3 CfP (english)</a></li>-->
                        <!--<li>-->
                            <!--<a href="https://events.ccc.de/2018/09/11/35c3-call-for-participation-und-leitfaden-zur-einreichung/"-->
                               <!--title="35C3 Call for Participation (deutsch)">35C3 CfP (deutsch)</a></li>-->
                        <!--<li><a href="https://twitter.com/ccc" title="CCC Events on Twitter" target="_blank">CCC Events-->
                            <!--on Twitter</a></li>-->
                        <!--<li><a href="https://events.ccc.de/congress/2018"-->
                               <!--title="35th Chaos Communication Congress Website">35C3 Wiki</a></li>-->

                    <!--</ul>-->
                <!--</div>-->
                <!--<div class="clear"></div>-->
            <!--</div>-->
            <!--<div class="widget widget_links">-->
                <!--<div class="widget-content"><h3 class="widget-title">Former Events</h3>-->
                    <!--<ul class='xoxo blogroll'>-->
                        <!--<li><a href="https://events.ccc.de/congress/2014/wiki/Main_Page"-->
                               <!--title="31st Chaos Communication Congress Website">31C3 Wiki</a></li>-->
                        <!--<li><a href="http://events.ccc.de/camp/2015">Camp 2015</a></li>-->
                        <!--<li><a href="https://events.ccc.de/congress/2015/wiki/" title="Link to the 32C3 Wiki">32C3-->
                            <!--Wiki</a></li>-->
                        <!--<li><a href="https://events.ccc.de/congress/2017/wiki/" rel="me" title="Link to the 34C3 Wiki">34C3-->
                            <!--Wiki</a></li>-->
                        <!--<li><a href="https://events.ccc.de/congress/2017/">33C3 Wiki</a></li>-->

                    <!--</ul>-->
                <!--</div>-->
                <!--<div class="clear"></div>-->
            <!--</div>-->
            <!--<div class="widget widget_links">-->
                <!--<div class="widget-content"><h3 class="widget-title">Other CCC events</h3>-->
                    <!--<ul class='xoxo blogroll'>-->
                        <!--<li><a href="http://www.datenspuren.de/" title="Datenspuren in Dresden">Datenspuren</a></li>-->
                        <!--<li><a href="http://entropia.de/wiki/GPN" title="Gulaschprogrammiernacht, Karlsruhe">GPN</a>-->
                        <!--</li>-->
                        <!--<li><a href="http://www.easterhegg.eu/">Easterhegg</a></li>-->
                        <!--<li><a href="https://hackover.de" title="Hackover Hannover Geekend">Hackover</a></li>-->

                    <!--</ul>-->
                <!--</div>-->
                <!--<div class="clear"></div>-->
            <!--</div>-->
            <!--<div class="widget widget_rss">-->
                <!--<div class="widget-content"><h3 class="widget-title"><a class="rsswidget"-->
                                                                        <!--href="https://events.ccc.de/feed/"><img-->
                        <!--class="rss-widget-icon" style="border:0" width="14" height="14"-->
                        <!--src="https://events.ccc.de/wp-includes/images/rss.png" alt="RSS"/></a> <a class="rsswidget"-->
                                                                                                  <!--href="https://events.ccc.de/">Feed</a>-->
                <!--</h3>-->
                    <!--<ul>-->
                        <!--<li><a class='rsswidget'-->
                               <!--href='https://events.ccc.de/2018/09/25/rgb2r-v18-vom-2018-10-26-bis-2018-10-28/'>RGB2R-->
                            <!--v18 vom 2018-10-26 bis 2018-10-28</a></li>-->
                        <!--<li><a class='rsswidget' href='https://events.ccc.de/2018/09/11/whats-new-in-35c3-fahrplan/'>What’s-->
                            <!--new in 35C3 Fahrplan?</a></li>-->
                        <!--<li><a class='rsswidget'-->
                               <!--href='https://events.ccc.de/2018/09/11/35c3-call-for-participation-and-submission-guidelines/'>35C3:-->
                            <!--Call for Participation and Submission Guidelines</a></li>-->
                        <!--<li><a class='rsswidget'-->
                               <!--href='https://events.ccc.de/2018/09/11/35c3-call-for-participation-und-leitfaden-zur-einreichung/'>35C3:-->
                            <!--Call for Participation und Leitfaden zur Einreichung</a></li>-->
                        <!--<li><a class='rsswidget'-->
                               <!--href='https://events.ccc.de/2018/07/19/einladung-zu-den-datenspuren-2018/'>Einladung zu-->
                            <!--den Datenspuren 2018</a></li>-->
                        <!--<li><a class='rsswidget'-->
                               <!--href='https://events.ccc.de/2018/07/13/last-minute-chaos-reisen-ctdobbq18-next-week/'>Last-->
                            <!--Minute Chaos Reisen: #ctdoBBQ18 – next Week!</a></li>-->
                        <!--<li><a class='rsswidget' href='https://events.ccc.de/2018/07/08/hacken-open-air-2/'>Hacken Open-->
                            <!--Air</a></li>-->
                        <!--<li><a class='rsswidget'-->
                               <!--href='https://events.ccc.de/2018/07/07/tickets-fur-die-funfte-das-ist-netzpolitik-konferenz/'>Tickets-->
                            <!--für die fünfte „Das ist Netzpolitik!“-Konferenz</a></li>-->
                        <!--<li><a class='rsswidget'-->
                               <!--href='https://events.ccc.de/2018/06/20/call-for-participation-tuwat-fur-einen-nachhaltigen-hacktivismus/'>Call-->
                            <!--for Participation: #tuwat für einen nachhaltigen Hacktivismus!</a></li>-->
                    <!--</ul>-->
                <!--</div>-->
                <!--<div class="clear"></div>-->
            <!--</div>-->
            <!--<div class="widget widget_categories">-->
                <!--<div class="widget-content"><h3 class="widget-title">Categories</h3>-->
                    <!--<ul>-->
                        <!--<li class="cat-item cat-item-200"><a href="https://events.ccc.de/category/assemblies/">Assemblies</a>-->
                            <!--(16)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-15"><a href="https://events.ccc.de/category/call-for-papers/"-->
                                                            <!--title="All Call for Papers posts">Call for Papers</a> (74)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-16"><a href="https://events.ccc.de/category/camp/">Camp</a> (86)-->
                            <!--<ul class='children'>-->
                                <!--<li class="cat-item cat-item-106"><a-->
                                        <!--href="https://events.ccc.de/category/camp/camp-2011/">Camp 2011</a> (14)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-228"><a-->
                                        <!--href="https://events.ccc.de/category/camp/camp2015/"-->
                                        <!--title="Chaos Communication Camp 2015">Camp 2015</a> (27)-->
                                <!--</li>-->
                            <!--</ul>-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-3"><a href="https://events.ccc.de/category/ccc/"-->
                                                           <!--title="News about the Chaos Computer Club in general">CCC</a>-->
                            <!--(317)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-267"><a-->
                                <!--href="https://events.ccc.de/category/congress/">Congress</a> (468)-->
                            <!--<ul class='children'>-->
                                <!--<li class="cat-item cat-item-227"><a-->
                                        <!--href="https://events.ccc.de/category/congress/1c2/">1C2</a> (2)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-1"><a href="https://events.ccc.de/category/congress/22c3/"-->
                                                                   <!--title="Information about the 22nd Chaos Communication Congress">22C3</a>-->
                                    <!--(108)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-13"><a href="https://events.ccc.de/category/congress/23c3/"-->
                                                                    <!--title="23rd Chaos Communication Congress">23C3</a>-->
                                    <!--(33)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-17"><a-->
                                        <!--href="https://events.ccc.de/category/congress/24c3/">24C3</a> (17)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-268"><a-->
                                        <!--href="https://events.ccc.de/category/congress/25c3/">25C3</a> (53)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-269"><a-->
                                        <!--href="https://events.ccc.de/category/congress/26c3/"-->
                                        <!--title="Information about the 26th Chaos Communication Congress">26C3</a> (12)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-105"><a-->
                                        <!--href="https://events.ccc.de/category/congress/27c3/">27C3</a> (44)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-161"><a-->
                                        <!--href="https://events.ccc.de/category/congress/28c3/">28C3</a> (16)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-181"><a-->
                                        <!--href="https://events.ccc.de/category/congress/29c3/">29C3</a> (38)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-270"><a-->
                                        <!--href="https://events.ccc.de/category/congress/30c3/">30C3</a> (38)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-271"><a-->
                                        <!--href="https://events.ccc.de/category/congress/31c3/">31C3</a> (34)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-266"><a-->
                                        <!--href="https://events.ccc.de/category/congress/32c3/">32C3</a> (22)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-307"><a-->
                                        <!--href="https://events.ccc.de/category/congress/33c3/"-->
                                        <!--title="Information about the 33rd Chaos Communication Congress">33C3</a> (25)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-343"><a-->
                                        <!--href="https://events.ccc.de/category/congress/34c3/">34C3</a> (18)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-358"><a-->
                                        <!--href="https://events.ccc.de/category/congress/35c3/">35C3</a> (3)-->
                                <!--</li>-->
                            <!--</ul>-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-229"><a href="https://events.ccc.de/category/datengarten/">Datengarten</a>-->
                            <!--(1)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-14"><a href="https://events.ccc.de/category/datenspuren/"-->
                                                            <!--title="Nachrichten von den Datenspuren in Dresden">Datenspuren</a>-->
                            <!--(21)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-272"><a href="https://events.ccc.de/category/easterhegg/">Easterhegg</a>-->
                            <!--(17)-->
                            <!--<ul class='children'>-->
                                <!--<li class="cat-item cat-item-18"><a-->
                                        <!--href="https://events.ccc.de/category/easterhegg/easterhegg-2008/">Easterhegg-->
                                    <!--2008</a> (2)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-95"><a-->
                                        <!--href="https://events.ccc.de/category/easterhegg/easterhegg-2010/">Easterhegg-->
                                    <!--2010</a> (4)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-175"><a-->
                                        <!--href="https://events.ccc.de/category/easterhegg/easterhegg-2012/">Easterhegg-->
                                    <!--2012</a> (1)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-211"><a-->
                                        <!--href="https://events.ccc.de/category/easterhegg/easterhegg-2014/">Easterhegg-->
                                    <!--2014</a> (4)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-356"><a-->
                                        <!--href="https://events.ccc.de/category/easterhegg/easterhegg-2018/">EasterHegg-->
                                    <!--2018</a> (1)-->
                                <!--</li>-->
                            <!--</ul>-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-220"><a href="https://events.ccc.de/category/friends/">Friends</a>-->
                            <!--(16)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-195"><a href="https://events.ccc.de/category/geekend/">Geekend</a>-->
                            <!--(9)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-80"><a href="https://events.ccc.de/category/gpn/"-->
                                                            <!--title="Gulaschprogrammiernacht">GPN</a> (26)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-198"><a-->
                                <!--href="https://events.ccc.de/category/hackover-2/">Hackover</a> (10)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-201"><a href="https://events.ccc.de/category/kids/">Kids</a> (5)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-273"><a-->
                                <!--href="https://events.ccc.de/category/language/">Language</a> (519)-->
                            <!--<ul class='children'>-->
                                <!--<li class="cat-item cat-item-6"><a-->
                                        <!--href="https://events.ccc.de/category/language/deutsch/"-->
                                        <!--title="In Deutsch geschriebene Einträge">Deutsch</a> (222)-->
                                <!--</li>-->
                                <!--<li class="cat-item cat-item-274"><a-->
                                        <!--href="https://events.ccc.de/category/language/english/"-->
                                        <!--title="Posts written in english">English</a> (360)-->
                                <!--</li>-->
                            <!--</ul>-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-85"><a href="https://events.ccc.de/category/mrmcds/">MRMCDs</a>-->
                            <!--(42)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-4"><a href="https://events.ccc.de/category/podcast/"-->
                                                           <!--title="Posts carrying a podcast">Podcast</a> (4)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-72"><a href="https://events.ccc.de/category/sigint/"-->
                                                            <!--title="Texte zur SIGINT in Köln">SIGINT</a> (31)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-225"><a href="https://events.ccc.de/category/streams/">Streams</a>-->
                            <!--(3)-->
                        <!--</li>-->
                        <!--<li class="cat-item cat-item-189"><a href="https://events.ccc.de/category/venue/">Venue</a> (6)-->
                        <!--</li>-->
                    <!--</ul>-->
                <!--</div>-->
                <!--<div class="clear"></div>-->
            <!--</div>-->
            <!--<div class="widget widget_meta">-->
                <!--<div class="widget-content"><h3 class="widget-title">Meta</h3>-->
                    <!--<ul>-->
                        <!--<li><a href="https://events.ccc.de/wp-login.php">Log in</a></li>-->
                        <!--<li><a href="https://events.ccc.de/feed/">Entries <abbr-->
                                <!--title="Really Simple Syndication">RSS</abbr></a></li>-->
                        <!--<li><a href="https://events.ccc.de/comments/feed/">Comments <abbr-->
                                <!--title="Really Simple Syndication">RSS</abbr></a></li>-->
                        <!--<li><a href="https://wordpress.org/"-->
                               <!--title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a>-->
                        <!--</li>-->
                    <!--</ul>-->
                <!--</div>-->
                <!--<div class="clear"></div>-->
            <!--</div>-->
        </div><!-- /sidebar -->


        <div class="clear" style="height: 50px"></div>

    </div><!-- .wrapper -->

    <div class="footer section large-padding bg-dark">

        <div class="footer-inner section-inner">

            <!-- .footer-a -->

            <!-- .footer-b -->

            <!-- .footer-c -->

            <div class="clear"></div>

        </div><!-- .footer-inner -->

    </div><!-- .footer -->

    <div class="credits section bg-dark no-padding">

        <div class="credits-inner section-inner">

            <p class="credits-left">

                &copy; 2018 <a href="https://www.ccc.de/">Chaos Computer Club e.V.</a> &#8211; <a href="https://www.ccc.de/de/imprint">Impressum / Datenschutz</a>

            </p>

            <p class="credits-right">
                <span>Theme by <a href="http://www.andersnoren.se">Anders Noren</a></span> &mdash; <a title="To the top" class="tothetop">Up &uarr;</a>
            </p>

            <div class="clear"></div>

        </div><!-- .credits-inner -->

    </div><!-- .credits -->

</div><!-- .big-wrapper -->

<script type='text/javascript' src='/theme/hemingway/global.js'></script>

</body>