Skip to content

Commit

Permalink
change banner to productive r workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Mar 19, 2024
1 parent 3c465cb commit fd28a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,7 @@ ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons l

.promo-banner:hover {
color: rgba(255, 255, 255, 1);
font-weight: 600;
}

.promo-banner-close-btn {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2796,9 +2796,9 @@ <h2 class="section-heading text-uppercase" style="color: black">Contact</h2>


<!-- ======================= PROMO BANNER SECTION ================================ -->
<a href="https://rfortherestofus.com/3months?utm_source=datatoviz" id="promo-banner" class="promo-banner">
<a href="https://www.productive-r-workflow.com" id="promo-banner" class="promo-banner">
<div>
R in 3 Months is the program to help you finally learn R. Registration is open now!
👋 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>
Expand Down

0 comments on commit fd28a61

Please sign in to comment.