Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 682ee87

Browse files
committed
landing: jekyll: home cta updated
1 parent eec65a0 commit 682ee87

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/_css/home/hero.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ main.Homepage-Hero {
3333
}
3434
a.cta.signup {
3535
margin-top: 40px;
36+
&:hover {
37+
background-color: #E57082;
38+
}
3639
}
3740
.actions {
3841
margin-top: 40px;

docs/_includes/home/hero.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
<div class="Homepage-Hero--intro">
1010
<h1>{{ include.h1 }}</h1>
1111
<h2>{{ include.h2 }}</h2>
12-
<a class="cta signup" href="{{ site.url }}/teams/create">Sign up!</a>
12+
<a class="cta signup" href="{{ site.url }}/teams/create">Start Your Free Trial!</a>
1313
<div class="actions">
1414
<a class="cta vision VisionVideo" href="#"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><use xlink:href="#video-play-button"></use></svg>Koding’s Vision</a>
1515
<span class="separator"></span>
16-
<a class="cta vision showModal" data-youtube-id="NDI1H9o-TUM" href="#"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><use xlink:href="#video-play-button"></use></svg>What is Koding?</a>
17-
<!-- <a class="cta learn-more" href="#">Learn more…</a> -->
16+
<a class="cta vision showModal" data-youtube-id="NDI1H9o-TUM" href="#"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><use xlink:href="#video-play-button"></use></svg>What is Koding?</a>
1817
</div>
1918
</div>
2019
</div>

0 commit comments

Comments
 (0)