Browse Source

Moved return-to-top button to bottom

pull/82/merge
Jure Šorn 2 years ago
parent
commit
587eede887
2 changed files with 4 additions and 2 deletions
  1. 3
      index.html
  2. 3
      web/template.html

3
index.html

@ -54,7 +54,6 @@
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
</header>
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
<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>.
</sup></p><p class="banner"><img src="web/image_888.jpeg" alt="Monty Python"></p><script>
// Changes the image and link to theme if URL ends with "index.html?dark=true".
@ -2876,6 +2875,8 @@ $ pyinstaller script.py --add-data '&lt;path&gt;:.' <span class="hljs-comment">
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
</footer>
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
<script src="web/jquery-3.4.0.min.js"></script>
<script src="web/script_2.js"></script>
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

3
web/template.html

@ -54,7 +54,6 @@
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
</header>
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
<div id=main_container></div>
<footer>
@ -62,6 +61,8 @@
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
</footer>
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
<script src="web/jquery-3.4.0.min.js"></script>
<script src="web/script_2.js"></script>
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

Loading…
Cancel
Save