Skip to content

Commit 41d1de1

Browse files
committed
Neue Termine. Zen-Anleitung vorerst entfernt.
1 parent cc50a85 commit 41d1de1

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,9 @@ <h2 style="color: red; font-weight: bold;">Aktuell können wir leider keine neue
307307
href="doc/Teilnahmebedingungen.pdf" target="_blank">Teilnahmebedingungen</a>
308308
ausgedruckt, ausgefüllt und unterschrieben mitgebracht werden.</p>
309309

310-
311310
<p>
312311
Wenn du ins Dojo aufgenommen worden bist, musst du dich im CoderDojo-Zen Portal für die einzelnen Treffen
313-
anmelden. Eine Anleitung (Stand Januar 2017) zur Registierung und Verwendung des Zen-Portals ist <a
314-
href="https://github.com/coderdojoka/Materialien/raw/master/Daten/Zen_Anmeldung/zen_anmeldung.pdf">hier</a>
315-
zu finden.
312+
anmelden. Genauere Infos diesbezüglich schicken wir dir dann zu.
316313
</p>
317314

318315
</div>

js/data/eventList.js

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ eventList = [
1616
"isIntroEvent" : false
1717
}
1818
*/
19+
20+
1921
{
2022
"year": 2018,
21-
"month": 05,
22-
"day": 18,
23+
"month": 07,
24+
"day": 20,
2325
"startHour": 17,
2426
"startMin": 0,
2527
"endHour": 19,
@@ -29,8 +31,8 @@ eventList = [
2931
},
3032
{
3133
"year": 2018,
32-
"month": 06,
33-
"day": 08,
34+
"month": 08,
35+
"day": 10,
3436
"startHour": 17,
3537
"startMin": 0,
3638
"endHour": 19,
@@ -40,8 +42,8 @@ eventList = [
4042
},
4143
{
4244
"year": 2018,
43-
"month": 06,
44-
"day": 22,
45+
"month": 09,
46+
"day": 07,
4547
"startHour": 17,
4648
"startMin": 0,
4749
"endHour": 19,
@@ -51,24 +53,13 @@ eventList = [
5153
},
5254
{
5355
"year": 2018,
54-
"month": 07,
55-
"day": 06,
56+
"month": 09,
57+
"day": 21,
5658
"startHour": 17,
5759
"startMin": 0,
5860
"endHour": 19,
5961
"endMin": 0,
6062
"location": "Seminarraum -118",
6163
"isIntroEvent": false
6264
},
63-
{
64-
"year": 2018,
65-
"month": 07,
66-
"day": 20,
67-
"startHour": 17,
68-
"startMin": 0,
69-
"endHour": 19,
70-
"endMin": 0,
71-
"location": "Seminarraum -118",
72-
"isIntroEvent": false
73-
}
7465
];

0 commit comments

Comments
 (0)