Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit dcb9255

Browse files
committed
update header CTAs
1 parent 0d890fe commit dcb9255

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

layouts/partials/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ <h2 class="headline-main">IPFS is the Distributed Web</h2>
2323
<span class="divider"></span>
2424
<h3 class="subhead-main">A peer-to-peer hypermedia protocol<br /> to make the web faster, safer, and more open.</h3>
2525
<div class="cta">
26-
<a class="button button-outlined" href="#implementations">Try it</a>
27-
<a class="button button-outlined popup-youtube" href="https://www.youtube.com/watch?v=8CMxDNuuAiQ">Watch demo</a>
26+
<a class="button button-outlined" href="#get-started">Get Started</a>
27+
<a class="button button-transparent" href="#why">Learn More</a>
2828
</div>
2929
</div>
3030
</div>

less/base.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
//- Unstyled list
88

9+
html {
10+
scroll-behavior: smooth;
11+
}
12+
913
ul.unstyled {
1014
padding: 0;
1115
margin: 0;

less/components/option-blocks.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
padding: 1rem;
2525
margin: 1rem 0;
2626
}
27+
.option-block--other {
28+
border: 0;
29+
}
2730
.option-block:hover,
2831
.option-block:focus {
2932
border-color: @color-teal;

0 commit comments

Comments
 (0)