Skip to content

Commit

Permalink
Merge pull request #978 from gymnasium/staging
Browse files Browse the repository at this point in the history
[Release]: Take 5 campaign hero
  • Loading branch information
jgagne authored Jul 29, 2024
2 parents bc8338c + 2221d6b commit 67b0ce0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _data/hero.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
current_promo: livestreams/hero-promo.html
auth_promo: livestreams/hero-promo.html
current_promo: evergreen/hero-take5-campaign.html
auth_promo: evergreen/hero-take5-campaign.html

# Livestream
# Set true/false (lowercase).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Learn A New Skill in 5 Minutes</h1>
<p class="description">Watch free video tutorials on design, development, accessibility, prototyping, UX, and career skills.</p>
</header>
<div class="cta">
<a class="gym-button gym-button-secondary" href="https://thegymnasium.com/courses/take5"><b>Learn Something New</b></a>
<a class="gym-button natural" href="https://thegymnasium.com/courses/take5"><b>Learn Something New</b></a>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion _sass/components/_links_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ a.gym-button.natural {
#main {

a.gym-button-secondary {
width: auto;
color: $gym-white;
background-color: transparent;
border: 2px solid $gym-blue;
Expand Down
2 changes: 1 addition & 1 deletion css/heros/hero-take5-campaign.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@

// !override / reset/rescale font-size adjustment

.hero-promo a.gym-button-secondary {
.hero-promo a.gym-button {
border: 2px solid $gym-white;
}

0 comments on commit 67b0ce0

Please sign in to comment.