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

Commit 6f4f071

Browse files
authored
Merge pull request #398 from sinfo/staging
Update 2.3.8
2 parents 2769bff + 30da14a commit 6f4f071

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,11 @@
325325
*:not(.intro, .fa, .fa-chevron-down, mat-icon) {
326326
font-family: 'Montserrat' !important;
327327
}
328+
329+
.offers {
330+
display: grid;
331+
width: 100%;
332+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
333+
row-gap: 2rem;
334+
column-gap: 1rem;
335+
}

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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ <h6>About</h6>
405405
city of Portugal, Lisbon. We had a record breaking attendance of participants last year, achievement
406406
we
407407
hope
408-
to repeat next year, from <b>the 15th to the 19th of March 2024</b>.
408+
to repeat next year, from <b>the 15th to the 19th of April 2024</b>.
409409
</p>
410410
</div>
411411
</div>
@@ -471,6 +471,33 @@ <h6>Target</h6>
471471
</section>
472472
<mat-divider></mat-divider>
473473

474+
<section #faq class="price-area section-padding" style="margin-bottom: 5%;" id="the-event">
475+
<div class="container">
476+
<div class="row">
477+
<div class="text-center">
478+
<div class="page-title">
479+
<h2 class="text-center">Offers</h2>
480+
<p class="wh">
481+
Take advantage of exclusive offers from our partners!
482+
</p>
483+
<div class="offers">
484+
<mat-card class="example-card cursor-pointer" style="padding: 5%">
485+
<a href="https://www.flytap.com"><img src="https://static.sinfo.org/static/31-sinfo/offers/tap.jpg" /></a>
486+
<div class="text-alt description">
487+
<small>Official Carrier of SINFO 31</small>
488+
</div>
489+
<a href="https://static.sinfo.org/static/31-sinfo/offers/tap_tos.pdf" class="btn btn-rounded btn-outline-clr btn-sm" style="margin-top: 2%;">
490+
Claim Offer
491+
</a>
492+
</mat-card>
493+
</div>
494+
</div>
495+
</div>
496+
</div>
497+
</div>
498+
</section>
499+
<mat-divider></mat-divider>
500+
474501
<section #faq class="price-area section-padding" style="margin-bottom: 5%;" id="the-event">
475502
<div class="container">
476503
<div class="row">

0 commit comments

Comments
 (0)