✨ Site > Add scroll
This commit is contained in:
+9
-9
@@ -42,10 +42,10 @@
|
||||
|
||||
<div class="background"></div>
|
||||
|
||||
<header class="navigation js-navigation">
|
||||
<a class="item underline features js-navigation-item" href="#features">Features</a>
|
||||
<a class="item underline get-started js-navigation-item" href="#get-started">Get started</a>
|
||||
<a class="item underline whos-using-it js-navigation-item" href="#whos-using-it">Who's using it?</a>
|
||||
<header class="navigation">
|
||||
<a class="item underline features js-scroll-item" href="#features">Features</a>
|
||||
<a class="item underline get-started js-scroll-item" href="#get-started">Get started</a>
|
||||
<a class="item underline whos-using-it js-scroll-item" href="#whos-using-it">Who's using it?</a>
|
||||
<a class="item underline github" href="https://github.com/brunosimon/keppler" target="_blank"></a>
|
||||
</header>
|
||||
|
||||
@@ -65,14 +65,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a class="get-started-button js-navigation-item" href="#get-started">
|
||||
<a class="get-started-button js-scroll-item" href="#get-started">
|
||||
<span class="out">Get started</span>
|
||||
<span class="hover">
|
||||
<span class="inner">Get started</span>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a class="scroll-button js-navigation-item" href="features">
|
||||
<a class="scroll-button js-scroll-item" href="#features">
|
||||
<span class="mouse">
|
||||
<span class="wheel"></span>
|
||||
</span>
|
||||
@@ -230,9 +230,9 @@
|
||||
<div class="lists">
|
||||
<ul class="list">
|
||||
<li class="title">Keppler</li>
|
||||
<li class="item"><a class="underline features js-navigation-item" href="#features">Features</a></li>
|
||||
<li class="item"><a class="underline get-started js-navigation-item" href="#get-started">Get started</a></li>
|
||||
<li class="item"><a class="underline whos-using-it js-navigation-item" href="#whos-using-it">Who's using it?</a></li>
|
||||
<li class="item"><a class="underline features js-scroll-item" href="#features">Features</a></li>
|
||||
<li class="item"><a class="underline get-started js-scroll-item" href="#get-started">Get started</a></li>
|
||||
<li class="item"><a class="underline whos-using-it js-scroll-item" href="#whos-using-it">Who's using it?</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="list">
|
||||
|
||||
Reference in New Issue
Block a user