redesine docs page

This commit is contained in:
ZennDev1337 2023-08-22 14:36:06 +02:00
parent 7d5eabe78c
commit 3ce6b4d20e
4 changed files with 79 additions and 24 deletions

View file

@ -37,12 +37,14 @@
color: #e7e7e7;
}
.footer > p {
.footer > a {
font-family: Courier New;
text-align: center;
font-size: large;
font-weight: 700;
margin: 0;
color: #e7e7e7;
text-decoration: none;
}
.sticky {
bottom: 0;
@ -135,12 +137,23 @@
</style>
<div class="wrapper">
<div class="topnav" id="myTopnav">
<a href="/index.html">Rust for Arduboy</a>
<a href="/image-converter.html" class="active"
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/index.html"
>Rust for Arduboy</a
>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/image-converter.html"
class="active"
>Image Converter</a
>
<a href="/tile-converter.html">Tile Converter</a>
<a href="/sprite-converter.html">Sprite Converter</a>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/tile-converter.html"
>Tile Converter</a
>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html"
>Sprite Converter</a
>
<a
href="javascript:void(0);"
class="icon"
@ -171,7 +184,11 @@
<hr class="separator" />
</div>
<footer class="footer">By ZennDev1337</footer>
<footer class="footer">
<a href="https://github.com/ZennDev1337/" target="_blank"
>By ZennDev1337</a
>
</footer>
<script language="JavaScript">
function myFunction() {
var x = document.getElementById("myTopnav");