Skip to content

Commit

Permalink
add poster links
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Holtz committed Apr 30, 2024
1 parent b6f1825 commit 27194a3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2806,12 +2806,12 @@ <h2 class="section-heading text-uppercase">Contact</h2>


<!-- ======================= PROMO BANNER SECTION ================================ -->
<a href="https://www.productive-r-workflow.com" id="promo-banner" class="promo-banner">
<!-- <a href="https://www.productive-r-workflow.com" id="promo-banner" class="promo-banner">
<div>
👋 Hi! Just released my latest project! If you're into R, you will <b>LOVE</b> it! ❤️
<button onclick="closeBanner()" class="promo-banner-close-btn">&times;</button>
</div>
</a>
</a> -->
<!-- ======================================================================= -->


Expand All @@ -2832,14 +2832,17 @@ <h2 class="section-heading text-uppercase">Contact</h2>
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="modal-body">
<!-- Project Details Go Here -->
<img class="img-fluid d-block mx-auto" src="img/poster/poster_big.png" alt="" style="height: 100%; width: 100%">

</div>
<div style="display: flex; flex-direction: column; align-items: center; margin-bottom: 140px; margin-top: 140px;">
<h2 class="text-center">High Resolution Poster</h2>
<p class="text-center" style="max-width: 400px;">The digital version of the <i>Data to Viz</i> poster in high resolution is pretty heavy. Enter your email adress below and I'll deliver it to your inbox!</p>
<div style="margin-top: -50px; width: 100%; display: flex; justify-content: center;">
<script async data-uid="8010f15fd2" src="https://prodigious-trailblazer-3628.ck.page/8010f15fd2/index.js"></script>
</div>
<br/>
<div class="text-center">
<img class="img-fluid" src="img/poster/poster_small.png" alt="High Resolution Poster" style="max-width: 400px;">
</div>
<p>PS: you can also purchase it as a high-quality <a href="https://www.data-to-viz.com/poster">printed poster</a> 🎉!</p>
</div>
</div>
</div>
Expand Down
18 changes: 11 additions & 7 deletions poster.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,19 +251,23 @@ <h2 class="section-heading text-uppercase" style="color: black">Order</h2>
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="modal-body">
<!-- Project Details Go Here -->
<img class="img-fluid d-block mx-auto" src="img/poster/poster_big.png" alt="" style="height: 100%; width: 100%">

</div>
<div style="display: flex; flex-direction: column; align-items: center; margin-bottom: 140px; margin-top: 140px;">
<h2 class="text-center">High Resolution Poster</h2>
<p class="text-center" style="max-width: 400px;">The digital version of the <i>Data to Viz</i> poster in high resolution is pretty heavy. Enter your email adress below and I'll deliver it to your inbox!</p>
<div style="margin-top: -50px; width: 100%; display: flex; justify-content: center;">
<script async data-uid="8010f15fd2" src="https://prodigious-trailblazer-3628.ck.page/8010f15fd2/index.js"></script>
</div>
<br/>
<div class="text-center">
<img class="img-fluid" src="img/poster/poster_small.png" alt="High Resolution Poster" style="max-width: 400px;">
</div>
<p>PS: you can also purchase it as a high-quality <a href="https://www.data-to-viz.com/poster">printed poster</a> 🎉!</p>
</div>
</div>
</div>
</div>


<!-- Poster 100 ONE-->
<div class="portfolio-modal modal fade" id="poster_100_one" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog h-100" style="max-width: 100vw;">
Expand Down

0 comments on commit 27194a3

Please sign in to comment.