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

@ -35,12 +35,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;
@ -138,10 +140,10 @@
</style>
<div class="wrapper">
<div class="topnav" id="myTopnav">
<a href="/index.html" class="active">Rust for Arduboy</a>
<a href="/image-converter.html">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/index.html" class="active">Rust for Arduboy</a>
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/image-converter.html">Image 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"
@ -165,7 +167,9 @@
<iframe src="https://ZennDev1337.github.io/Rust-for-Arduboy/doc/arduboy_rust/index.html" title="Rust for Arduboy Docs"></iframe>
<footer class="footer sticky">
<p>By ZennDev1337</p>
<a href="https://github.com/ZennDev1337/" target="_blank"
>By ZennDev1337</a
>
</footer>
<script language="JavaScript">
function myFunction() {