-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dfc3a2e
commit 4e2f1e0
Showing
11 changed files
with
102 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<h1>h1</h1> | ||
<p>test</p> | ||
<h1>Title</h1> | ||
<p>Content</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<a aria-label="Scroll to bottom" href="#bottom" id="top" class="foo scroll-to scroll-to--top">Scroll to bottom</a> | ||
<h1>h1</h1> | ||
<p>test</p> | ||
<a aria-label="Scroll to top" href="#top" id="bottom" class="bar scroll-to scroll-to--bottom">Scroll to top</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to bottom" href="#bottom" id="top" class="foo scroll-to scroll-to--top">Scroll to bottom</a> | ||
</div> | ||
<h1>Title</h1> | ||
<p>Content</p> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to top" href="#top" id="bottom" class="bar scroll-to scroll-to--bottom">Scroll to top</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<a aria-label="Scroll to bottom" href="#bottom" id="top" class="scroll-to scroll-to--top">Scroll to bottom</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to bottom" href="#bottom" id="top" class="scroll-to scroll-to--top">Scroll to bottom</a> | ||
</div> | ||
<h1>Title</h1> | ||
<p>Content</p> | ||
<a aria-label="Scroll to top" href="#top" id="bottom" class="scroll-to scroll-to--bottom">Scroll to top</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to top" href="#top" id="bottom" class="scroll-to scroll-to--bottom">Scroll to top</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<a aria-label="Custom aria top" href="#bottom" id="top" class="scroll-to scroll-to--top">Scroll to bottom</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Custom aria top" href="#bottom" id="top" class="scroll-to scroll-to--top">Scroll to bottom</a> | ||
</div> | ||
<h1>Title</h1> | ||
<p>Content</p> | ||
<a aria-label="Custom aria bottom" href="#top" id="bottom" class="scroll-to scroll-to--bottom">Scroll to top</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Custom aria bottom" href="#top" id="bottom" class="scroll-to scroll-to--bottom">Scroll to top</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<a aria-label="Scroll to bottom" href="#custom-bottom" id="custom-top" class="scroll-to scroll-to--top" | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to bottom" href="#custom-bottom" id="custom-top" class="scroll-to scroll-to--top" | ||
>Scroll to bottom</a | ||
> | ||
> | ||
</div> | ||
<h1>Title</h1> | ||
<p>Content</p> | ||
<a aria-label="Scroll to top" href="#custom-top" id="custom-bottom" class="scroll-to scroll-to--bottom" | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to top" href="#custom-top" id="custom-bottom" class="scroll-to scroll-to--bottom" | ||
>Scroll to top</a | ||
> | ||
> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<a aria-label="Scroll to bottom" href="#bottom" id="top" class="scroll-to scroll-to--top">Custom top text</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to bottom" href="#bottom" id="top" class="scroll-to scroll-to--top">Custom top text</a> | ||
</div> | ||
<h1>Title</h1> | ||
<p>Content</p> | ||
<a aria-label="Scroll to top" href="#top" id="bottom" class="scroll-to scroll-to--bottom">Custom bottom text</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to top" href="#top" id="bottom" class="scroll-to scroll-to--bottom">Custom bottom text</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<a aria-label="Scroll to bottom" href="#bottom" id="top" class="scroll-to scroll-to--top">Scroll to bottom</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to bottom" href="#bottom" id="top" class="scroll-to scroll-to--top">Scroll to bottom</a> | ||
</div> | ||
<h1>Title</h1> | ||
<p>Content</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<h1>Title</h1> | ||
<p>Content</p> | ||
<a aria-label="Scroll to top" href="#top" id="bottom" class="scroll-to scroll-to--bottom">Scroll to top</a> | ||
<div class="scroll-to-wrapper"> | ||
<a aria-label="Scroll to top" href="#top" id="bottom" class="scroll-to scroll-to--bottom">Scroll to top</a> | ||
</div> |