|
35 | 35 | About Us
|
36 | 36 | </a>
|
37 | 37 | </li>
|
38 |
| - <li class="socials-nav-item"> |
| 38 | + <li *ngIf="promocodes.length" class="socials-nav-item"> |
39 | 39 | <a (click)="scroll(offers)" class="navigation-link" aria-label="Offers">
|
40 | 40 | Offers
|
41 | 41 | </a>
|
|
156 | 156 | <div class="container">
|
157 | 157 | <h5 class="heading-alt text-center">
|
158 | 158 | <i class="fa fa-calendar-o base-clr-txt"></i>
|
159 |
| - 15th - 19th of April 2024 |
| 159 | + To Be Announced |
160 | 160 | </h5>
|
161 | 161 | <h5 class="heading-alt text-center mt-2">
|
162 | 162 | <i class="fa fa-map-marker base-clr-txt"></i>
|
@@ -189,7 +189,8 @@ <h6 class="thin base-font align-center">
|
189 | 189 | <mat-divider></mat-divider>
|
190 | 190 |
|
191 | 191 | <div #stands>
|
192 |
| - <app-stands *ngIf="eventId" [eventId]="eventId"></app-stands> |
| 192 | + <!-- TODO: Change false to eventId when stands are update --> |
| 193 | + <app-stands *ngIf="false" [eventId]="eventId"></app-stands> |
193 | 194 | </div>
|
194 | 195 | <mat-divider></mat-divider>
|
195 | 196 |
|
@@ -469,7 +470,7 @@ <h6>Target</h6>
|
469 | 470 | </section>
|
470 | 471 | <mat-divider></mat-divider>
|
471 | 472 |
|
472 |
| - <section #offers class="price-area section-padding" style="margin-bottom: 5%;"> |
| 473 | + <section *ngIf="promocodes.length" #offers class="price-area section-padding" style="margin-bottom: 5%;"> |
473 | 474 | <div class="container">
|
474 | 475 | <div class="row">
|
475 | 476 | <div class="text-center">
|
@@ -566,7 +567,7 @@ <h2 class="text-center">Frequently Asked Questions</h2>
|
566 | 567 | <span class="faq-title">We want to be sponsors. How can we proceed?</span>
|
567 | 568 | </mat-panel-title>
|
568 | 569 | </mat-expansion-panel-header>
|
569 |
| - <p>You can find all the information regarding this in <a href="https://sponsors.sinfo.org">our Sponsors Website</a> or |
| 570 | + <p>You can find all the information regarding this in <a href="https://sponsors.sinfo.org">our Sponsors Website</a> or |
570 | 571 | send us an e-mail to [email protected] for additional information and assistance!
|
571 | 572 | </p>
|
572 | 573 | </mat-expansion-panel>
|
|
0 commit comments