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

Commit 30da14a

Browse files
committed
feat: Add TAP Air Portugal discount
1 parent 2e8f704 commit 30da14a

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)