Nicolas Ettlin
commited on
Commit
·
66f1613
1
Parent(s):
6f3b9a7
Fix the capitalization on the index.html page (#27)
Browse files* Fix button capitalization on the index.html page
* Fix GitHub capitalization on the index.html page
- index.html +3 -3
index.html
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
page</p>
|
20 |
|
21 |
<a id="animated-tour" href="javascript:void(0)" class="btn btn__example btn__dark">With Animation</a>
|
22 |
-
<a id="boring-tour" href="javascript:void(0)" class="btn btn__example btn__dark">
|
23 |
|
24 |
<div class="github-button top-30">
|
25 |
<!-- Place this tag where you want the button to render. -->
|
@@ -301,14 +301,14 @@ activeElement.getNode(); // Gets the DOM Element behind this element
|
|
301 |
</code></pre>
|
302 |
</div>
|
303 |
<p class="top-20">You can use a variety of options to achieve whatever you may want. I have some plans on improving
|
304 |
-
it further, make sure to keep an eye on the <a href="https://github.com/kamranahmedse/driver.js" target="_blank">
|
305 |
page</a></p>
|
306 |
</section>
|
307 |
<hr class="hr__fancy">
|
308 |
<div class="section__example">
|
309 |
<h4>Contributing</h4>
|
310 |
<p>You can find the contribution instructions on the <a href="https://github.com/kamranahmedse/driver.js"
|
311 |
-
target="_blank">
|
312 |
issue, create a pull request or spread the word</p>
|
313 |
</div>
|
314 |
<hr class="hr__fancy">
|
|
|
19 |
page</p>
|
20 |
|
21 |
<a id="animated-tour" href="javascript:void(0)" class="btn btn__example btn__dark">With Animation</a>
|
22 |
+
<a id="boring-tour" href="javascript:void(0)" class="btn btn__example btn__dark">Without Animation</a>
|
23 |
|
24 |
<div class="github-button top-30">
|
25 |
<!-- Place this tag where you want the button to render. -->
|
|
|
301 |
</code></pre>
|
302 |
</div>
|
303 |
<p class="top-20">You can use a variety of options to achieve whatever you may want. I have some plans on improving
|
304 |
+
it further, make sure to keep an eye on the <a href="https://github.com/kamranahmedse/driver.js" target="_blank">GitHub
|
305 |
page</a></p>
|
306 |
</section>
|
307 |
<hr class="hr__fancy">
|
308 |
<div class="section__example">
|
309 |
<h4>Contributing</h4>
|
310 |
<p>You can find the contribution instructions on the <a href="https://github.com/kamranahmedse/driver.js"
|
311 |
+
target="_blank">GitHub page</a>. Feel free to submit an
|
312 |
issue, create a pull request or spread the word</p>
|
313 |
</div>
|
314 |
<hr class="hr__fancy">
|