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

[Release]: Take 5 campaign hero #978

Merged
merged 2 commits into from
Jul 29, 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
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;
}
Loading