-
Notifications
You must be signed in to change notification settings - Fork 1
/
termine.html
70 lines (68 loc) · 2.66 KB
/
termine.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
---
layout: default
title: blog
priority: 0.8
---
<section id='treffen'>
<div class='container'>
<section class='wrapper'>
<header class='header'>
<h3 class='title'>Termine</h3>
</header>
<section class='body'>
<p>Hier möchten wir Dir eine Vorschau auf zukünftige Treffen der Python User Group Dresden geben.</p>
<table class="Table">
<thead>
<tr class="Row">
<th class="Cell">Datum</th>
<th class="Cell">Ort</th>
<th class="Cell">Thema</th>
<th class="Cell">Ankündigung</th>
</tr>
</thead>
<tbody>
<tr class="Row">
<td class="Cell">12.06.2018 19:00</td>
<td class="Cell">ZENTRALWERK / HQ des C3D2</td>
<td class="Cell">iPython</td>
<td class="Cell"><a href="/nachrichten/achtes-treffen">zur Ankündigung</a></td>
</tr>
<tr class="Row">
<td class="Cell">11.07.2018 19:00</td>
<td class="Cell">ZENTRALWERK / HQ des C3D2</td>
<td class="Cell">Exception handling</td>
<td class="Cell"><a href="/nachrichten/neuntes-treffen">zur Ankündigung</a></td>
</tr>
<tr class="Row">
<td class="Cell">16.08.2018 19:00</td>
<td class="Cell">ZENTRALWERK / HQ des C3D2</td>
<td class="Cell">PyPI und C Extensions</td>
<td class="Cell"><a href="/nachrichten/zehntes-treffen">zur Ankündigung</a></td>
</tr>
<tr class="Row">
<td class="Cell">10.09.2018 19:00</td>
<td class="Cell">ZENTRALWERK / HQ des C3D2</td>
<td class="Cell">Programming-Guidelines</td>
<td class="Cell"><a href="/nachrichten/elftes-treffen">zur Ankündigung</a></td>
</tr>
<tr class="Row">
<td class="Cell">09.10.2018</td>
<td class="Cell">-</td>
<td class="Cell">-</td>
</tr>
<tr class="Row">
<td class="Cell">14.11.2018</td>
<td class="Cell">-</td>
<td class="Cell">-</td>
</tr>
<tr class="Row">
<td class="Cell">13.12.2018</td>
<td class="Cell">-</td>
<td class="Cell">-</td>
</tr>
</tbody>
</table>
</section>
</section>
</div>
</section>