Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
10 changes: 4 additions & 6 deletions src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ <h6 class="lead">Are you new to the job market? Or maybe looking for a new chall

<app-team *ngIf="eventId" [eventId]="eventId"></app-team>


<section #newsletter class="section bg-cover overlay newsletterbg light-text align-center">
<div class="container">
<h2>
Expand Down Expand Up @@ -405,7 +404,7 @@ <h6>About</h6>
city of Portugal, Lisbon. We had a record breaking attendance of participants last year, achievement
we
hope
to repeat next year, from <b>the 15th to the 19th of April 2024</b>.
to repeat this year, from <b>the 15th to the 19th of April 2024</b>.
</p>
</div>
</div>
Expand Down Expand Up @@ -444,7 +443,7 @@ <h6>Vision</h6>
Science
and
IT play fundamental
roles. For the last 29 editions SINFO has been the bridge between that world and the student
roles. For the last 30 editions SINFO has been the bridge between that world and the student
community.
Every
single one of them sums up several months of dedication and hard work laid out by its members, who
Expand Down Expand Up @@ -531,11 +530,10 @@ <h2 class="text-center">Frequently Asked Questions</h2>
<mat-panel-title>
<mat-icon class="faq-chev">{{panel2.expanded ? 'keyboard_arrow_up' :
'keyboard_arrow_down'}}</mat-icon>
<span class="faq-title">How can I attend SINFO 31?</span>
<span class="faq-title">Where is SINFO 31 taking place?</span>
</mat-panel-title>
</mat-expansion-panel-header>
<p>We're back to our venue! From the 15th to the 19th of April, 2024, pay a visit to the
Alameda Campus of Instituto Superior Técnico, in Lisbon, and you'll surely spot our venue!
<p>Our venue changed place this year. Visit us at Técnico Innovation Center, in Lisbon, from the 15th to the 19th of April, 2024!
</p>
</mat-expansion-panel>

Expand Down
33 changes: 3 additions & 30 deletions src/app/landing-page/partners/partners.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ div.sponsors.silver div.sponsor {
}
}

h1,
h2 {
margin: 0px;
}


.wrapper {
margin: 10dvh
5dvh
Expand Down Expand Up @@ -115,26 +109,6 @@ div.sponsors {
margin-bottom: 5%;
}

@media (max-width: 767px) {

.chev-open,
.chev-close {
font-size: 9vw;
}


}

@media (max-width: 480px) {

.chev-open,
.chev-close {
font-size: 9vw;
}


}

h1,
h2 {
margin: 0px;
Expand Down Expand Up @@ -227,13 +201,12 @@ h2 {
align-items: center;
}

@media (max-width: 925px) {

@media (max-width: 767px){
.chev-open,
.chev-close {
font-size: 9vw;
font-size: 31.5px;
}
}
}

*:not(mat-icon) {
font-family: 'Montserrat' !important;
Expand Down
34 changes: 16 additions & 18 deletions src/app/landing-page/schedule/schedule.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,21 @@
<section *ngIf="sessions && sessions.length" id="schedule" class="section schedule-section align-center">
<div class="container">
<span class="icon section-icon icon-office-21"></span>
<h3>Schedule - TBA</h3>
<strong id="subtitle">All times displayed in the schedule are relative to Lisbon's timezone, GMT+00:00</strong>
<h3>Schedule</h3>
<strong id="subtitle">All times displayed in the schedule are relative to Lisbon's timezone, GMT+01:00</strong>
<br />

<br />
<!-- TODO: Uncoment when information is updated-->
<!-- <a class="btn btn-sm btn-outline-clr ics" href="https://deck.sinfo.org/calendar.ics" target="_blank" style="margin-bottom: 50px">
<a class="btn btn-sm btn-outline-clr ics" href="https://deck.sinfo.org/calendar.ics" target="_blank" style="margin-bottom: 50px">
Download calendar
<span class="fa fa-download icon"></span>
</a>

<app-loading [content]="schedule">
</app-loading> -->
</app-loading>

<!-- Schedule start -->
<!-- <div *ngIf="schedule" class="schedule"> | TODO: Change to this when information is updated-->
<div *ngIf="false" class="schedule">
<div *ngIf="schedule" class="schedule">

<mat-tab-group dynamicHeight style="padding-left: 5%; padding-right: 5%;">
<mat-tab *ngFor="let day of schedule; let i=index" dynamicHeight>
Expand All @@ -31,7 +29,7 @@ <h3>Schedule - TBA</h3>
<h6 class="highlight">{{day.theme}}</h6>
</div>
<div>
<h8 class="text-alt">{{day.date | date:'dd-MM-yyyy':'+0000'}}</h8>
<h8 class="text-alt">{{day.date | date:'dd-MM-yyyy':'+0100'}}</h8>
</div>
</div>
</ng-template>
Expand All @@ -54,7 +52,7 @@ <h6 class="highlight">Presentations</h6>
<div mat-card-avatar> <img appImage [url]="presentation.img" alt=""> </div>
<mat-card-title><strong class="time highlight">
<span class="icon icon-office-24"></span>
{{presentation.date | date:'shortTime':'+0000'}}
{{presentation.date | date:'shortTime':'+0100'}}
<span class="icon icon-office-47 place"></span>
{{presentation.place}}
</strong></mat-card-title>
Expand Down Expand Up @@ -90,7 +88,7 @@ <h6 class="highlight">Keynotes</h6>
<mat-card-title>
<strong class="time highlight">
<span class="icon icon-office-24"></span>
{{session.date | date:'shortTime':'+0000'}}
{{session.date | date:'shortTime':'+0100'}}
<span class="icon icon-office-47 place"></span>
{{session.place}}
</strong>
Expand Down Expand Up @@ -134,7 +132,7 @@ <h6 class="highlight">Workshops</h6>
<div mat-card-avatar> <img appImage [url]="workshop.img" alt=""> </div>
<mat-card-title><strong class="time highlight">
<span class="icon icon-office-24"></span>
{{workshop.date | date:'shortTime':'+0000'}}
{{workshop.date | date:'shortTime':'+0100'}}
<span class="icon icon-office-47 place"></span>
{{workshop.place}}
</strong></mat-card-title>
Expand All @@ -159,13 +157,13 @@ <h6 class="title">{{workshop.name}}</h6>
<!-- <div class="nav-wrapper" (window:resize)="showOrHideDropdown()">
<span class="nav-current" (click)="toggleDayDropdown()">
<h5 class="highlight"> {{ selectedTheme }}</h5>
<p class="text-alt">{{ selectedTime | date:'dd-MM-yyyy':'+0000'}}</p>
<p class="text-alt">{{ selectedTime | date:'dd-MM-yyyy':'+0100'}}</p>
</span>
<ul *ngIf="displayDayDropdown" class="nav nav-schedule nav-day">
<li *ngFor="let day of schedule; let i=index" [ngClass]="{'active': selectedTheme === day.theme}">
<a (click)="updateSelectedDayText(day.theme, day.date)">
<h5 class="highlight">{{day.theme}}</h5>
<p class="text-alt">{{day.date | date:'dd-MM-yyyy':'+0000'}}</p>
<p class="text-alt">{{day.date | date:'dd-MM-yyyy':'+0100'}}</p>
</a>
</li>
</ul>
Expand Down Expand Up @@ -206,7 +204,7 @@ <h5 class="highlight">{{day.theme}}</h5>
<a (click)="onSelect(session)" class="schedule-item-header">
<strong class="time highlight">
<span class="icon icon-office-24"></span>
{{session.date | date:'shortTime':'+0000'}}
{{session.date | date:'shortTime':'+0100'}}
<span class="icon icon-office-47 place"></span>
{{session.place}}
</strong>
Expand Down Expand Up @@ -246,7 +244,7 @@ <h6 class="title">
<a (click)="onSelect(presentation)" class="schedule-item-header">
<strong class="time highlight">
<span class="icon icon-office-24"></span>
{{presentation.date | date:'shortTime':'+0000'}}
{{presentation.date | date:'shortTime':'+0100'}}
<span class="icon icon-office-47 place"></span>
{{presentation.place}}
</strong>
Expand Down Expand Up @@ -280,7 +278,7 @@ <h6 class="title">{{presentation.name}}
<a (click)="onSelect(presentation)" class="schedule-item-header">
<strong class="time highlight">
<span class="icon icon-office-24"></span>
{{presentation.date | date:'shortTime':'+0000'}}
{{presentation.date | date:'shortTime':'+0100'}}
<span class="icon icon-office-47 place"></span>
{{presentation.place}}
</strong>
Expand Down Expand Up @@ -321,7 +319,7 @@ <h6 class="title">{{presentation.name}}
<a (click)="onSelect(workshop)" class="schedule-item-header">
<strong class="time highlight">
<span class="icon icon-office-24"></span>
{{workshop.date | date:'shortTime':'+0000'}}
{{workshop.date | date:'shortTime':'+0100'}}
<span class="icon icon-office-47 place"></span>
{{workshop.place}}
</strong>
Expand Down Expand Up @@ -354,7 +352,7 @@ <h6 class="title">{{workshop.name}}
<a (click)="onSelect(workshop)" class="schedule-item-header">
<strong class="time highlight">
<span class="icon icon-office-24"></span>
{{workshop.date | date:'shortTime':'+0000'}}
{{workshop.date | date:'shortTime':'+0100'}}
<span class="icon icon-office-47 place"></span>
{{workshop.place}}
</strong>
Expand Down
36 changes: 8 additions & 28 deletions src/app/landing-page/sponsors/sponsors.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ div.sponsors {
margin-bottom: 5%;
}

@media (max-width: 767px) {

.chev-open,
.chev-close {
font-size: 9vw;
}


}

@media (max-width: 480px) {

.chev-open,
.chev-close {
font-size: 9vw;
}


}

h1,
h2 {
margin: 0px;
Expand All @@ -69,11 +49,6 @@ h2 {
transform: rotate(180deg);
}

.h3 {
display: flex;
justify-content: center;
}

.chev-close {
line-height: 1.2;
position: absolute;
Expand All @@ -84,6 +59,12 @@ h2 {
transform: rotate(0);
}

.h3,
.h4 {
display: flex;
justify-content: center;
}

.speaker-card {
color: white;
background-size: contain;
Expand Down Expand Up @@ -139,11 +120,10 @@ h2 {
align-items: center;
}

@media (max-width: 925px) {

@media (max-width: 767px){
.chev-open,
.chev-close {
font-size: 9vw;
font-size: 30px;
}
}

Expand Down
24 changes: 10 additions & 14 deletions src/app/landing-page/sponsors/sponsors.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,28 @@
<div *ngIf="sponsors && sponsors.length > 0">
<div class="overallSponsors">
<span class="icon section-icon icon-documents-bookmarks-12"></span>
<h3 (click)="show()">Sponsors<mat-icon [class.chev-open]="showAll" [class.chev-close]="!showAll" class="cursor-pointer">
expand_more
</mat-icon>
</h3>
<h3>Sponsors</h3>
<p style="text-align: center">Get to know our amazing sponsors, who make it all possible!</p>
<br />

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

<div class="sponsor-level" *ngIf="sponsors">



<h5>Platinum Sponsors</h5>
<div class="row" *ngIf="platinums.length">
<mat-card class="example-card speaker-card platinum cursor-pointer" *ngFor="let platinum of platinums"
(click)="onSelect(platinum)" [ngStyle]="{'background-image': 'url(' + platinum.img + ')' }">
</mat-card>
</div>
<br />

<h4 (click)="show()">See more
<mat-icon [class.chev-open]="showAll" [class.chev-close]="!showAll" class="cursor-pointer">
expand_more
</mat-icon>
</h4>
<br />

<div *ngIf="showAll" @myInsertRemoveTrigger class="sponsor-level">
<hr>
Expand All @@ -42,14 +46,6 @@ <h5>Silver Sponsors</h5>
</div>

</div>

<!-- <div class="show">
<button *ngIf="!showAll" class="btn btn-outline-clr btn-sm" (click)="show()">
See more
</button>
</div>
</div> -->

</div>

<div *ngIf="!sponsors || sponsors.length == 0" class="sponsors">
Expand Down
2 changes: 1 addition & 1 deletion src/app/partials/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="col-md-3">
<ul class="list">
<li class="">
<i class="fa fa-map-marker"></i><a href="https://goo.gl/maps/9NQdxy8svXL2" target="_blank">IST, Lisbon</a>
<i class="fa fa-map-marker"></i><a href="https://maps.app.goo.gl/aWyFo6cyreD8k8nLA" target="_blank">Técnico Innovation Center, Lisbon</a>
</li>
<li class="">
<i class="fa fa-envelope"></i>
Expand Down
3 changes: 2 additions & 1 deletion src/app/session/session.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ p {
}

.speaker-img {
border-radius: 50%;
border-radius: 15px;
max-height: 300px;
}

.session-details h5 {
Expand Down
4 changes: 2 additions & 2 deletions src/app/session/session.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ <h2 class="kind">{{session.kind}}</h2>
<h3 class="name">{{session.name}}</h3>
<div class="session-details">
<div class="padded">
<p> <i class="fa fa-calendar"></i> {{session.date | date:'fullDate':'+0000'}} </p>
<p> <i class="fa fa-calendar"></i> {{session.date | date:'fullDate':'+0100'}} </p>
</div>
<div class="padded">
<p> <i class="fa fa-clock-o"></i> {{session.date | date:'shortTime':'+0000'}} </p>
<p> <i class="fa fa-clock-o"></i> {{session.date | date:'shortTime':'+0100'}} </p>
</div>
<div *ngIf="session.place">
<p> <i class="fa fa-map-marker"></i> {{session.place}} </p>
Expand Down
4 changes: 2 additions & 2 deletions src/app/speakers/speaker/speaker.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ <h2 class="kind">{{session.kind}}</h2>
<h3 class="name">{{session.name}}</h3>
<div class="session-details">
<div class="padded">
<p> <i class="fa fa-calendar"></i> {{session.date | date:'fullDate':'+0000'}} </p>
<p> <i class="fa fa-calendar"></i> {{session.date | date:'fullDate':'+0100'}} </p>
</div>
<div class="padded">
<p> <i class="fa fa-clock-o"></i> {{session.date | date:'shortTime':'+0000'}} </p>
<p> <i class="fa fa-clock-o"></i> {{session.date | date:'shortTime':'+0100'}} </p>
</div>
<div *ngIf="session.place">
<p> <i class="fa fa-map-marker"></i> {{session.place}} </p>
Expand Down
Loading