Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.3.8 #398

Merged
merged 2 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/app/landing-page/landing-page.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,11 @@
*:not(.intro, .fa, .fa-chevron-down, mat-icon) {
font-family: 'Montserrat' !important;
}

.offers {
display: grid;
width: 100%;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
row-gap: 2rem;
column-gap: 1rem;
}
29 changes: 28 additions & 1 deletion src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ <h6>About</h6>
city of Portugal, Lisbon. We had a record breaking attendance of participants last year, achievement
we
hope
to repeat next year, from <b>the 15th to the 19th of March 2024</b>.
to repeat next year, from <b>the 15th to the 19th of April 2024</b>.
</p>
</div>
</div>
Expand Down Expand Up @@ -471,6 +471,33 @@ <h6>Target</h6>
</section>
<mat-divider></mat-divider>

<section #faq class="price-area section-padding" style="margin-bottom: 5%;" id="the-event">
<div class="container">
<div class="row">
<div class="text-center">
<div class="page-title">
<h2 class="text-center">Offers</h2>
<p class="wh">
Take advantage of exclusive offers from our partners!
</p>
<div class="offers">
<mat-card class="example-card cursor-pointer" style="padding: 5%">
<a href="https://www.flytap.com"><img src="https://static.sinfo.org/static/31-sinfo/offers/tap.jpg" /></a>
<div class="text-alt description">
<small>Official Carrier of SINFO 31</small>
</div>
<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%;">
Claim Offer
</a>
</mat-card>
</div>
</div>
</div>
</div>
</div>
</section>
<mat-divider></mat-divider>

<section #faq class="price-area section-padding" style="margin-bottom: 5%;" id="the-event">
<div class="container">
<div class="row">
Expand Down
Loading