This repository was archived by the owner on Jan 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 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 >
7
+ < h3 > Schedule</ h3 >
8
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
Original file line number Diff line number Diff line change 5
5
< div *ngIf ="sponsors && sponsors.length > 0 ">
6
6
< div class ="overallSponsors ">
7
7
< span class ="icon section-icon icon-documents-bookmarks-12 "> </ span >
8
- < h3 (click) ="show() "> Sponsors< mat-icon [class.chev-open] ="showAll " [class.chev-close] ="!showAll " class ="cursor-pointer ">
9
- expand_more
10
- </ mat-icon >
11
- </ h3 >
8
+ < h3 > Sponsors</ h3 >
12
9
< p style ="text-align: center "> Get to know our amazing sponsors, who make it all possible!</ p >
13
10
< br />
14
11
15
12
< app-loading [content] ="sponsors "> </ app-loading >
16
13
17
14
< div class ="sponsor-level " *ngIf ="sponsors ">
18
-
19
-
15
+
20
16
< h5 > Platinum Sponsors</ h5 >
21
17
< div class ="row " *ngIf ="platinums.length ">
22
18
< mat-card class ="example-card speaker-card platinum cursor-pointer " *ngFor ="let platinum of platinums "
23
19
(click) ="onSelect(platinum) " [ngStyle] ="{'background-image': 'url(' + platinum.img + ')' } ">
24
20
</ mat-card >
25
21
</ div >
22
+ < br />
23
+
24
+ < h4 (click) ="show() "> See more< mat-icon [class.chev-open] ="showAll " [class.chev-close] ="!showAll " class ="cursor-pointer ">
25
+ expand_more
26
+ </ mat-icon >
27
+ </ h4 >
28
+ < br />
26
29
27
30
< div *ngIf ="showAll " @myInsertRemoveTrigger class ="sponsor-level ">
28
31
< hr >
@@ -42,14 +45,6 @@ <h5>Silver Sponsors</h5>
42
45
</ div >
43
46
44
47
</ div >
45
-
46
- <!-- <div class="show">
47
- <button *ngIf="!showAll" class="btn btn-outline-clr btn-sm" (click)="show()">
48
- See more
49
- </button>
50
- </div>
51
- </div> -->
52
-
53
48
</ div >
54
49
55
50
< div *ngIf ="!sponsors || sponsors.length == 0 " class ="sponsors ">
You can’t perform that action at this time.
0 commit comments