4
4
< section *ngIf ="sessions && sessions.length " id ="schedule " class ="section schedule-section align-center ">
5
5
< div class ="container ">
6
6
< span class ="icon section-icon icon-office-21 "> </ span >
7
- < h3 > Schedule - TBA </ h3 >
8
- < strong id ="subtitle "> All times displayed in the schedule are relative to Lisbon's timezone, GMT+00 :00</ strong >
7
+ < h3 > Schedule</ h3 >
8
+ < strong id ="subtitle "> All times displayed in the schedule are relative to Lisbon's timezone, GMT+01 :00</ strong >
9
9
< br />
10
10
11
11
< br />
12
- <!-- TODO: Uncoment when information is updated-->
13
- <!-- <a class="btn btn-sm btn-outline-clr ics" href="https://deck.sinfo.org/calendar.ics" target="_blank" style="margin-bottom: 50px">
12
+ < a class ="btn btn-sm btn-outline-clr ics " href ="https://deck.sinfo.org/calendar.ics " target ="_blank " style ="margin-bottom: 50px ">
14
13
Download calendar
15
14
< span class ="fa fa-download icon "> </ span >
16
15
</ a >
17
16
18
17
< app-loading [content] ="schedule ">
19
- </app-loading> -->
18
+ </ app-loading >
20
19
21
20
<!-- Schedule start -->
22
- <!-- <div *ngIf="schedule" class="schedule"> | TODO: Change to this when information is updated-->
23
- < div *ngIf ="false " class ="schedule ">
21
+ < div *ngIf ="schedule " class ="schedule ">
24
22
25
23
< mat-tab-group dynamicHeight style ="padding-left: 5%; padding-right: 5%; ">
26
24
< mat-tab *ngFor ="let day of schedule; let i=index " dynamicHeight >
@@ -31,7 +29,7 @@ <h3>Schedule - TBA</h3>
31
29
< h6 class ="highlight "> {{day.theme}}</ h6 >
32
30
</ div >
33
31
< div >
34
- < h8 class ="text-alt "> {{day.date | date:'dd-MM-yyyy':'+0000 '}}</ h8 >
32
+ < h8 class ="text-alt "> {{day.date | date:'dd-MM-yyyy':'+0100 '}}</ h8 >
35
33
</ div >
36
34
</ div >
37
35
</ ng-template >
@@ -54,7 +52,7 @@ <h6 class="highlight">Presentations</h6>
54
52
< div mat-card-avatar > < img appImage [url] ="presentation.img " alt =""> </ div >
55
53
< mat-card-title > < strong class ="time highlight ">
56
54
< span class ="icon icon-office-24 "> </ span >
57
- {{presentation.date | date:'shortTime':'+0000 '}}
55
+ {{presentation.date | date:'shortTime':'+0100 '}}
58
56
< span class ="icon icon-office-47 place "> </ span >
59
57
{{presentation.place}}
60
58
</ strong > </ mat-card-title >
@@ -90,7 +88,7 @@ <h6 class="highlight">Keynotes</h6>
90
88
< mat-card-title >
91
89
< strong class ="time highlight ">
92
90
< span class ="icon icon-office-24 "> </ span >
93
- {{session.date | date:'shortTime':'+0000 '}}
91
+ {{session.date | date:'shortTime':'+0100 '}}
94
92
< span class ="icon icon-office-47 place "> </ span >
95
93
{{session.place}}
96
94
</ strong >
@@ -134,7 +132,7 @@ <h6 class="highlight">Workshops</h6>
134
132
< div mat-card-avatar > < img appImage [url] ="workshop.img " alt =""> </ div >
135
133
< mat-card-title > < strong class ="time highlight ">
136
134
< span class ="icon icon-office-24 "> </ span >
137
- {{workshop.date | date:'shortTime':'+0000 '}}
135
+ {{workshop.date | date:'shortTime':'+0100 '}}
138
136
< span class ="icon icon-office-47 place "> </ span >
139
137
{{workshop.place}}
140
138
</ strong > </ mat-card-title >
@@ -159,13 +157,13 @@ <h6 class="title">{{workshop.name}}</h6>
159
157
<!-- <div class="nav-wrapper" (window:resize)="showOrHideDropdown()">
160
158
<span class="nav-current" (click)="toggleDayDropdown()">
161
159
<h5 class="highlight"> {{ selectedTheme }}</h5>
162
- <p class="text-alt">{{ selectedTime | date:'dd-MM-yyyy':'+0000 '}}</p>
160
+ <p class="text-alt">{{ selectedTime | date:'dd-MM-yyyy':'+0100 '}}</p>
163
161
</span>
164
162
<ul *ngIf="displayDayDropdown" class="nav nav-schedule nav-day">
165
163
<li *ngFor="let day of schedule; let i=index" [ngClass]="{'active': selectedTheme === day.theme}">
166
164
<a (click)="updateSelectedDayText(day.theme, day.date)">
167
165
<h5 class="highlight">{{day.theme}}</h5>
168
- <p class="text-alt">{{day.date | date:'dd-MM-yyyy':'+0000 '}}</p>
166
+ <p class="text-alt">{{day.date | date:'dd-MM-yyyy':'+0100 '}}</p>
169
167
</a>
170
168
</li>
171
169
</ul>
@@ -206,7 +204,7 @@ <h5 class="highlight">{{day.theme}}</h5>
206
204
<a (click)="onSelect(session)" class="schedule-item-header">
207
205
<strong class="time highlight">
208
206
<span class="icon icon-office-24"></span>
209
- {{session.date | date:'shortTime':'+0000 '}}
207
+ {{session.date | date:'shortTime':'+0100 '}}
210
208
<span class="icon icon-office-47 place"></span>
211
209
{{session.place}}
212
210
</strong>
@@ -246,7 +244,7 @@ <h6 class="title">
246
244
<a (click)="onSelect(presentation)" class="schedule-item-header">
247
245
<strong class="time highlight">
248
246
<span class="icon icon-office-24"></span>
249
- {{presentation.date | date:'shortTime':'+0000 '}}
247
+ {{presentation.date | date:'shortTime':'+0100 '}}
250
248
<span class="icon icon-office-47 place"></span>
251
249
{{presentation.place}}
252
250
</strong>
@@ -280,7 +278,7 @@ <h6 class="title">{{presentation.name}}
280
278
<a (click)="onSelect(presentation)" class="schedule-item-header">
281
279
<strong class="time highlight">
282
280
<span class="icon icon-office-24"></span>
283
- {{presentation.date | date:'shortTime':'+0000 '}}
281
+ {{presentation.date | date:'shortTime':'+0100 '}}
284
282
<span class="icon icon-office-47 place"></span>
285
283
{{presentation.place}}
286
284
</strong>
@@ -321,7 +319,7 @@ <h6 class="title">{{presentation.name}}
321
319
<a (click)="onSelect(workshop)" class="schedule-item-header">
322
320
<strong class="time highlight">
323
321
<span class="icon icon-office-24"></span>
324
- {{workshop.date | date:'shortTime':'+0000 '}}
322
+ {{workshop.date | date:'shortTime':'+0100 '}}
325
323
<span class="icon icon-office-47 place"></span>
326
324
{{workshop.place}}
327
325
</strong>
@@ -354,7 +352,7 @@ <h6 class="title">{{workshop.name}}
354
352
<a (click)="onSelect(workshop)" class="schedule-item-header">
355
353
<strong class="time highlight">
356
354
<span class="icon icon-office-24"></span>
357
- {{workshop.date | date:'shortTime':'+0000 '}}
355
+ {{workshop.date | date:'shortTime':'+0100 '}}
358
356
<span class="icon icon-office-47 place"></span>
359
357
{{workshop.place}}
360
358
</strong>
0 commit comments