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

Commit 802e3de

Browse files
authored
Merge pull request #410 from sinfo/staging
Update 2.3.11
2 parents 0d367f4 + 79b183e commit 802e3de

File tree

13 files changed

+20
-21
lines changed

13 files changed

+20
-21
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>Testimonials</h3>
1717
<div class="carousel-inner">
1818

1919
<div class="item active">
20-
<img [src]="'../../assets/img/feedback/diana_feedback.png'" alt="Diana Kelley" style="width:100%;">
20+
<img [src]="'https://static.sinfo.org/static/31-sinfo/websiteImages/diana_feedback.jpeg'" alt="Diana Kelley" style="width:100%;">
2121
<div class="carousel-caption">
2222
<h5 class="title">Diana Kelley</h5>
2323
<p class="feedbackField">"The SINFO conference team is top notch, amazing that it is all student run! From
@@ -29,7 +29,7 @@ <h5 class="title">Diana Kelley</h5>
2929
</div>
3030

3131
<div class="item">
32-
<img [src]="'../../assets/img/feedback/kevlin_feedback.jpg'" alt="Kevlin Henney" style="width:100%;">
32+
<img [src]="'https://static.sinfo.org/static/31-sinfo/websiteImages/kevlin_feedback.jpeg'" alt="Kevlin Henney" style="width:100%;">
3333
<div class="carousel-caption">
3434
<h5 class="title">Kevlin Henney</h5>
3535
<p class="feedbackField">"SINFO is a great opportunity for attendees - great organizers and well
@@ -48,7 +48,7 @@ <h5 class="title">Philippe Renaud</h5>
4848
</div>
4949

5050
<div class="item">
51-
<img [src]="'../../assets/img/feedback/arlindo_feedback.jpg'" alt="Arlindo Oliveira" style="width:100%;">
51+
<img [src]="'https://static.sinfo.org/static/31-sinfo/websiteImages/arlindo_feedback.jpeg'" alt="Arlindo Oliveira" style="width:100%;">
5252
<div class="carousel-caption">
5353
<h5 class="title">Arlindo Oliveira</h5>
5454
<p class="feedbackField">"This is an outstanding event, ambitious and well organized. It was a great

src/app/landing-page/landing-page.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
}
194194

195195
.video-bg {
196-
background-image: url("https://sinfo.ams3.cdn.digitaloceanspaces.com/static/27-sinfo/webapp/sinfo-tent.jpg");
196+
background-image: url("https://static.sinfo.org/static/31-sinfo/websiteImages/sinfo-tent.jpeg");
197197
background-size: cover;
198198
background-repeat: no-repeat;
199199
background-position: 50% 50%;

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h2 class="text-center">The Event</h2>
214214
<div class="event-content">
215215

216216
<mat-card class="example-card speaker-card" style="background-image: linear-gradient(rgba(27, 38, 97, 0.5), rgba(27, 38, 97, 0.5)),
217-
url('assets/img/event-cards/speaker.jpg');">
217+
url('https://static.sinfo.org/static/31-sinfo/websiteImages/speaker.jpeg');">
218218
<mat-card-header>
219219
<mat-card-title class="card-title">
220220
<h4 style="color: white;">Speaker Keynotes</h4>
@@ -229,7 +229,7 @@ <h4 style="color: white;">Speaker Keynotes</h4>
229229
</mat-card>
230230

231231
<mat-card class="example-card speaker-card" style="background-image: linear-gradient(rgba(27, 38, 97, 0.5), rgba(27, 38, 97, 0.5)),
232-
url('assets/img/event-cards/workshop.jpg');">
232+
url('https://static.sinfo.org/static/31-sinfo/websiteImages/workshop.jpeg');">
233233
<mat-card-header>
234234
<mat-card-title class="card-title">
235235
<h4 style="color: white;">Workshops</h4>
@@ -244,7 +244,7 @@ <h4 style="color: white;">Workshops</h4>
244244
</mat-card>
245245

246246
<mat-card class="example-card speaker-card" style="background-image: linear-gradient(rgba(27, 38, 97, 0.5), rgba(27, 38, 97, 0.5)),
247-
url('assets/img/event-cards/presentation.jpg');">
247+
url('https://static.sinfo.org/static/31-sinfo/websiteImages/presentation.jpeg');">
248248
<mat-card-header>
249249
<mat-card-title class="card-title">
250250
<h4 style="color: white;">Company Presentations</h4>
@@ -259,7 +259,7 @@ <h4 style="color: white;">Company Presentations</h4>
259259
</mat-card>
260260

261261
<mat-card class="example-card speaker-card" style="background-image: linear-gradient(rgba(27, 38, 97, 0.5), rgba(27, 38, 97, 0.5)),
262-
url('assets/img/event-cards/networking.jpg');">
262+
url('https://static.sinfo.org/static/31-sinfo/websiteImages/networking.jpeg');">
263263
<mat-card-header>
264264
<mat-card-title class="card-title">
265265
<h4 style="color: white;">Networking</h4>
@@ -274,7 +274,7 @@ <h4 style="color: white;">Networking</h4>
274274
</mat-card>
275275

276276
<mat-card class="example-card speaker-card" style="background-image: linear-gradient(rgba(27, 38, 97, 0.5), rgba(27, 38, 97, 0.5)),
277-
url('assets/img/event-cards/opportunities.jpg');">
277+
url('https://static.sinfo.org/static/31-sinfo/websiteImages/opportunities.jpeg');">
278278
<mat-card-header>
279279
<mat-card-title class="card-title">
280280
<h4 style="color: white;">Opportunities</h4>
@@ -289,7 +289,7 @@ <h4 style="color: white;">Opportunities</h4>
289289
</mat-card>
290290

291291
<mat-card class="example-card speaker-card" style="background-image: linear-gradient(rgba(27, 38, 97, 0.5), rgba(27, 38, 97, 0.5)),
292-
url('assets/img/event-cards/prizes.jpg');">
292+
url('https://static.sinfo.org/static/31-sinfo/websiteImages/prizes.jpeg');">
293293
<mat-card-header>
294294
<mat-card-title class="card-title">
295295
<h4 style="color: white;">Giveaways</h4>
@@ -393,7 +393,7 @@ <h6 class="heading-alt">
393393
<img src="assets/img/aboutUs-min.jpg" alt="" class="img-responsive" />
394394
</div>
395395
<div class="col-sm-7 align-left">
396-
<h6>About</h6>
396+
<h6>About Us</h6>
397397
<p>
398398
SINFO is a college student and non-profitable organization responsible for the planning of one of
399399
the

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3 (click)="showAll = !showAll">Partners<mat-icon [class.chev-open]="!showAll"
1818

1919

2020
<div class="row" *ngIf="partners">
21-
<mat-card class="example-card speaker-card platinum" *ngFor="let partner of partners"
21+
<mat-card class="example-card speaker-card silver" *ngFor="let partner of partners"
2222
[ngStyle]="{'background-image': 'url(' + partner.img + ')' }">
2323
</mat-card>
2424
</div>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h6 class="highlight">Presentations</h6>
4444
</div>
4545
</ng-template>
4646
<div class="tab-content">
47-
<div *ngFor="let presentation of day.sessions.Presentation.sala1; let iSession=index"
47+
<div *ngFor="let presentation of day.sessions.Presentation.all; let iSession=index"
4848
style="margin: 2%;">
4949

5050
<mat-card class="example-card cursor-pointer" (click)="onSelect(presentation)">
@@ -70,7 +70,6 @@ <h6 class="title">{{presentation.name}}</h6>
7070
</div>
7171
</div>
7272
</mat-tab>
73-
7473
<!-- Keynotes -->
7574
<mat-tab>
7675
<ng-template mat-tab-label>

src/app/partials/image.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
export class ImageDirective implements AfterContentInit, OnDestroy {
1111

1212
private errorImage = 'https://static.sinfo.org/static/25-sinfo/speakers/hacky.png'
13-
private loadingImage = 'assets/img/logos/loading.gif'
13+
private loadingImage = 'https://static.sinfo.org/static/31-sinfo/websiteImages/loading.gif'
1414

1515
private nativeElement: HTMLElement
1616
private cancelOnError: Function
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div *ngIf="!content" class="loading-icon">
2-
<img src="../../assets/img/logos/loading.gif">
2+
<img src="https://static.sinfo.org/static/31-sinfo/websiteImages/loading.gif">
33
<p>Loading...</p>
44
</div>

src/app/user/achievements/achievements.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h6>{{activeAchievements.keynotes[0].value}} entries each</h6>
7878
</div>
7979
</div>
8080

81-
<div class='row'>
81+
<!-- <div class='row'>
8282
<h5>Lunch Talks</h5>
8383
<div *ngIf="activeAchievements.talks.length > 0; else noAchievements">
8484
@@ -88,7 +88,7 @@ <h6>{{activeAchievements.talks[0].value}} entries each</h6>
8888
[ngClass]="{'unlocked': isUnlocked(achievement)}" alt="{{achievement.name}}" title="{{achievement.name}}">
8989
</a>
9090
</div>
91-
</div>
91+
</div> -->
9292

9393
<!-- <div class='row'>
9494
<h5>Speed Dates</h5>

src/app/user/card/card.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="wrapper pad" *ngIf="companiesReady">
44
<div class="row">
55
<!-- <h3 class="title">
6-
{{signatures.day | date:'EEEE':'+0001'}}'s card
6+
{{signatures.day | date:'EEEE':'+0100'}}'s card
77
</h3> -->
88
<h3 class="title">
99
Recent Signatures.

src/app/user/pick-winner/pick-winner.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 class="title">Picking the winner</h3>
4040
<button (click)=chooseWinner() type="button" class="btn btn-secondary">Pick Winner</button>
4141
<button (click)=changeSession() type="button" class="btn btn-secondary">Change Session</button>
4242
</div>
43-
<ng-template #loading><img src='assets/img/logos/loading.gif'></ng-template>
43+
<ng-template #loading><img src='https://static.sinfo.org/static/31-sinfo/websiteImages/loading.gif'></ng-template>
4444

4545
</div>
4646

0 commit comments

Comments
 (0)