File tree Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -6,48 +6,50 @@ scala_lunches:
6
6
events :
7
7
# 2024
8
8
9
- - date : " 8 May 2024"
9
+ - date : 3 October 2024
10
10
time : " 12:00pm"
11
11
place : BC 410, EPFL
12
12
speaker : # To be announced
13
13
title : # to be announced
14
-
15
- - date : " 10 April 2024"
14
+
15
+ - date : 7 November 2024
16
16
time : " 12:00pm"
17
17
place : BC 410, EPFL
18
18
speaker : # To be announced
19
19
title : # to be announced
20
-
21
- - date : " 13 March 2024"
20
+
21
+ - date : " 5 December 2024"
22
22
time : " 12:00pm"
23
23
place : BC 410, EPFL
24
24
speaker : # To be announced
25
25
title : # to be announced
26
-
27
- - date : " 20 February 2024 "
26
+
27
+ - date : " 20 February 2025 "
28
28
time : " 12:00pm"
29
29
place : BC 410, EPFL
30
30
speaker : # To be announced
31
31
title : # to be announced
32
-
33
- - date : " 5 December 2024 "
32
+
33
+ - date : " 13 March 2025 "
34
34
time : " 12:00pm"
35
35
place : BC 410, EPFL
36
36
speaker : # To be announced
37
37
title : # to be announced
38
38
39
- - date : 7 November 2024
39
+ - date : " 10 April 2025 "
40
40
time : " 12:00pm"
41
41
place : BC 410, EPFL
42
42
speaker : # To be announced
43
43
title : # to be announced
44
44
45
- - date : 3 October 2024
45
+ - date : " 8 May 2025 "
46
46
time : " 12:00pm"
47
47
place : BC 410, EPFL
48
48
speaker : # To be announced
49
49
title : # to be announced
50
50
51
+ past-events :
52
+
51
53
- date : " 13 June 2024"
52
54
time : " 12:00pm"
53
55
place : " **BC 333**, EPFL"
Original file line number Diff line number Diff line change 12
12
< div class ="clearfix "> </ div >
13
13
14
14
< div class ="cards ">
15
- {% assign events = site.data.events.scala_lunches.events %}
15
+
16
16
< div class ="col-md-12 title scala-lunches ">
17
17
< h2 style ="margin-bottom: 10px; "> Scala Lunches at EPFL</ h2 >
18
18
< p > < a href ="
mailto:[email protected] ?subject=Subscribe%20me%20to%20the%20Scala%20Center%20mailing%20list&body=Once%20you%20send%20this%20email%2C%20you%20will%20be%20subscribed%20to%20the%20Scala%20Center%20mailing%20list.%20This%20email%20will%20be%20handled%20automatically%20-%20you%20do%20not%20need%20to%20modify%20it%2C%20just%20click%20%22Send%22%20to%20get%20subscribed. "
>
@@ -22,6 +22,12 @@ <h2 style="margin-bottom: 10px;">Scala Lunches at EPFL</h2>
22
22
</ p >
23
23
< p > {{site.data.events.scala_lunches.header}}</ p >
24
24
</ div >
25
+ {% assign events = site.data.events.scala_lunches.events %}
26
+ < div class ="col-md-12 card-list scala-lunches ">
27
+ {% include event-block.html %}
28
+ </ div >
29
+ < h3 > Past Lunches</ h3 >
30
+ {% assign events = site.data.events.scala_lunches.past-events %}
25
31
< div class ="col-md-12 card-list scala-lunches ">
26
32
{% include event-block.html %}
27
33
</ div >
You can’t perform that action at this time.
0 commit comments