Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
turn off banner
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ciocirlan committed Nov 28, 2023
1 parent 5eedffc commit debc4f7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions _includes/page__hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ <h1 id="page-title" class="page__title" itemprop="headline">
<span class="page__hero-caption">{{ page.header.caption | markdownify | remove: "<p>" | remove: "</p>" }}</span>
{% endif %}
<!-- Black Friday Banner -->
<div style="
background-color: black;
color: white;
display: flex;
align-items: center;
flex-direction: column;
padding: 1rem;
">
<p style="font-weight: 800; margin:0; font-size: 2rem;">BLACK FRIDAY SALE</p>
<p style="margin:0">
<a style="color:white" href="https://rockthejvm.com/p/black-friday-2023">50% off the entire site</a>
+
<a style="color: white" href="https://rockthejvm.com/p/black-friday-2023-bundle">an offer you can't refuse</a>
</p>
<p style="margin:0">ends Nov 27, 2023</p>
<p style="margin:0">Everything must go! 🚀</p>
</div>
<!-- <div style="-->
<!-- background-color: black;-->
<!-- color: white;-->
<!-- display: flex;-->
<!-- align-items: center;-->
<!-- flex-direction: column;-->
<!-- padding: 1rem;-->
<!-- ">-->
<!-- <p style="font-weight: 800; margin:0; font-size: 2rem;">BLACK FRIDAY SALE</p>-->
<!-- <p style="margin:0">-->
<!-- <a style="color:white" href="https://rockthejvm.com/p/black-friday-2023">50% off the entire site</a>-->
<!-- +-->
<!-- <a style="color: white" href="https://rockthejvm.com/p/black-friday-2023-bundle">an offer you can't refuse</a>-->
<!-- </p>-->
<!-- <p style="margin:0">ends Nov 27, 2023</p>-->
<!-- <p style="margin:0">Everything must go! 🚀</p>-->
<!-- </div>-->
<!-- end Black Friday Banner -->
</div>

0 comments on commit debc4f7

Please sign in to comment.