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

Commit

Permalink
refact: Temporarily remove dates from website
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 authored Aug 14, 2023
1 parent 69f490a commit 2c69ce6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,15 @@ <h5 class="heading-alt">
Técnico, Lisbon
</span>

<span *ngIf="begin && end">
<!--<span *ngIf="begin && end">
<br class="visible-xs">
<span class="fa fa-calendar-o base-clr-txt"></span>
{{begin | date:'d MMM':'+0000'}} - {{end | date:'d MMM':'+0000'}}
</span>-->
<span>
<br class="visible-xs">
<span class="fa fa-calendar-o base-clr-txt"></span>
To Be Announced
</span>
</h5>
<img class="logo-hero" src="assets/img/logo-branco2.png" alt="SINFO logo">
Expand Down Expand Up @@ -588,4 +593,4 @@ <h6 class="lead">Are you a tech company looking to recruit the most talented stu

<app-footer></app-footer>
</mat-sidenav-content>
</mat-sidenav-container>
</mat-sidenav-container>

0 comments on commit 2c69ce6

Please sign in to comment.