Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 3e60473

Browse files
authored
Merge pull request #407 from sinfo/fix/landingPage
Minor visual fixes
2 parents 83b7033 + 4caa847 commit 3e60473

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

src/app/landing-page/schedule/schedule.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<section *ngIf="sessions && sessions.length" id="schedule" class="section schedule-section align-center">
55
<div class="container">
66
<span class="icon section-icon icon-office-21"></span>
7-
<h3>Schedule - TBA</h3>
7+
<h3>Schedule</h3>
88
<strong id="subtitle">All times displayed in the schedule are relative to Lisbon's timezone, GMT+01:00</strong>
99
<br />
1010

src/app/landing-page/sponsors/sponsors.component.html

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,27 @@
55
<div *ngIf="sponsors && sponsors.length > 0">
66
<div class="overallSponsors">
77
<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>
129
<p style="text-align: center">Get to know our amazing sponsors, who make it all possible!</p>
1310
<br />
1411

1512
<app-loading [content]="sponsors"></app-loading>
1613

1714
<div class="sponsor-level" *ngIf="sponsors">
18-
19-
15+
2016
<h5>Platinum Sponsors</h5>
2117
<div class="row" *ngIf="platinums.length">
2218
<mat-card class="example-card speaker-card platinum cursor-pointer" *ngFor="let platinum of platinums"
2319
(click)="onSelect(platinum)" [ngStyle]="{'background-image': 'url(' + platinum.img + ')' }">
2420
</mat-card>
2521
</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 />
2629

2730
<div *ngIf="showAll" @myInsertRemoveTrigger class="sponsor-level">
2831
<hr>
@@ -42,14 +45,6 @@ <h5>Silver Sponsors</h5>
4245
</div>
4346

4447
</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-
5348
</div>
5449

5550
<div *ngIf="!sponsors || sponsors.length == 0" class="sponsors">

0 commit comments

Comments
 (0)