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 >
89
89
About Us
90
90
</ a >
91
91
</ li >
92
- < li class ="socials-nav-item ">
92
+ < li *ngIf =" promocodes.length " class ="socials-nav-item ">
93
93
< a (click) ="scroll(offers);toggleDropdown() " class ="navigation-link " aria-label ="Offers ">
94
94
Offers
95
95
</ 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 ">
@@ -537,11 +538,10 @@ <h2 class="text-center">Frequently Asked Questions</h2>
537
538
< mat-panel-title >
538
539
< mat-icon class ="faq-chev "> {{panel2.expanded ? 'keyboard_arrow_up' :
539
540
'keyboard_arrow_down'}}</ mat-icon >
540
- < span class ="faq-title "> Where is SINFO 31 taking place?</ span >
541
+ < span class ="faq-title "> Where is SINFO 32 taking place?</ span >
541
542
</ mat-panel-title >
542
543
</ mat-expansion-panel-header >
543
- < 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!
544
- </ p >
544
+ < p > To be announced. Stay tuned for more information!</ p >
545
545
</ mat-expansion-panel >
546
546
547
547
< mat-expansion-panel #panel3 hideToggle >
@@ -566,7 +566,7 @@ <h2 class="text-center">Frequently Asked Questions</h2>
566
566
< span class ="faq-title "> We want to be sponsors. How can we proceed?</ span >
567
567
</ mat-panel-title >
568
568
</ 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
569
+ < p > You can find all the information regarding this in < a href ="https://sponsors.sinfo.org "> our Sponsors Website</ a > or
570
570
send us an e-mail to
[email protected] for additional information and assistance!
571
571
</ p >
572
572
</ mat-expansion-panel >
0 commit comments