10000 Moved return-to-top button to bottom · fluencydoc/python-cheatsheet@587eede · GitHub
[go: up one dir, main page]

Skip to content

Commit 587eede

Browse files
committed
Moved return-to-top button to bottom
1 parent 5e7a0f3 commit 587eede

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
5555
</header>
5656

57-
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
5857
<div><h1 id="comprehensivepythoncheatsheet">Comprehensive Python Cheatsheet</h1><p class="banner"><sup><a href="https://raw.githubusercontent.com/gto76/python-cheatsheet/main/README.md">Download text file</a>, <a href="https://transactions.sendowl.com/products/78175486/4422834F/view">Buy PDF</a>, <a href="https://github.com/gto76/python-cheatsheet">Fork me on GitHub</a>, <a href="https://github.com/gto76/python-cheatsheet/wiki/Frequently-Asked-Questions">Check out FAQ</a> or <a href="index.html?theme=dark2">Switch to dark theme</a>.
5958
</sup></p><p class="banner"><img src="web/image_888.jpeg" alt="Monty Python"></p><script>
6059
// Changes the image and link to theme if URL ends with "index.html?dark=true".
@@ -2876,6 +2875,8 @@
28762875
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
28772876
</footer>
28782877

2878+
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
2879+
28792880
<script src="web/jquery-3.4.0.min.js"></script>
28802881
<script src="web/script_2.js"></script>
28812882
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

web/template.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,15 @@
5454
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
5555
</header>
5656

57-
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
5857
<div id=main_container></div>
5958

6059
<footer>
6160
<aside>May 20, 2021</aside>
6261
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
6362
</footer>
6463

64+
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
65+
6566
<script src="web/jquery-3.4.0.min.js"></script>
6667
<script src="web/script_2.js"></script>
6768
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

0 commit comments

Comments
 (0)
0