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

Commit 79b183e

Browse files
committed
further improvements
1 parent d9bcd56 commit 79b183e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.html

Lines changed: 1 addition & 1 deletion
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>

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/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)