Skip to content

Commit 87f1b53

Browse files
committed
Neue Termine
1 parent b0a3821 commit 87f1b53

File tree

2 files changed

+20
-33
lines changed

2 files changed

+20
-33
lines changed

index.html

100755100644
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -217,23 +217,6 @@ <h2 class="brand-heading">Karlsruhe</h2>
217217
</header>
218218

219219

220-
221-
<!-- About Section -->
222-
<section id="updates" class="content-section text-center">
223-
<div class="container">
224-
225-
226-
<div class="row">
227-
<div class="col-lg-8 col-lg-offset-2 scratch-container">
228-
<h2>Frohe Weihnachten wünscht das CoderDojo Karlsruhe</h2>
229-
<script src=https://phosphorus.github.io/embed.js?id=270604892&ui=false></script>
230-
<div class="caption">"Merry X-Mas", programmiert von Luca S.</caption>
231-
</div>
232-
</div>
233-
</div>
234-
</section>
235-
236-
237220
<!-- About Section -->
238221
<section id="about" class="content-section text-center">
239222
<div class="container">

js/data/eventList.js

100755100644
Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ eventList = [
1717
}
1818
*/
1919

20+
2021
{
21-
"year": 2018,
22-
"month": 11,
23-
"day": 30,
22+
"year": 2019,
23+
"month": 1,
24+
"day": 25,
2425
"startHour": 17,
2526
"startMin": 0,
2627
"endHour": 19,
@@ -29,49 +30,52 @@ eventList = [
2930
"isIntroEvent": false
3031
},
3132
{
32-
"year": 2018,
33-
"month": 12,
34-
"day": 14,
33+
"year": 2019,
34+
"month": 2,
35+
"day": 8,
3536
"startHour": 17,
3637
"startMin": 0,
3738
"endHour": 19,
3839
"endMin": 0,
3940
"location": "Seminarraum -118",
4041
"isIntroEvent": false
4142
},
42-
43-
{
43+
44+
45+
{
4446
"year": 2019,
45-
"month": 1,
46-
"day": 11,
47+
"month": 02,
48+
"day": 22,
4749
"startHour": 17,
4850
"startMin": 0,
4951
"endHour": 19,
5052
"endMin": 0,
5153
"location": "Seminarraum -118",
5254
"isIntroEvent": false
5355
},
54-
5556
{
5657
"year": 2019,
57-
"month": 1,
58-
"day": 25,
58+
"month": 03,
59+
"day": 08,
5960
"startHour": 17,
6061
"startMin": 0,
6162
"endHour": 19,
6263
"endMin": 0,
6364
"location": "Seminarraum -118",
6465
"isIntroEvent": false
6566
},
66-
{
67+
68+
{
6769
"year": 2019,
68-
"month": 2,
69-
"day": 8,
70+
"month": 03,
71+
"day": 22,
7072
"startHour": 17,
7173
"startMin": 0,
7274
"endHour": 19,
7375
"endMin": 0,
7476
"location": "Seminarraum -118",
7577
"isIntroEvent": false
7678
},
79+
80+
7781
];

0 commit comments

Comments
 (0)