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

View file

@ -35,12 +35,14 @@
color: #e7e7e7; color: #e7e7e7;
} }
.footer > p { .footer > a {
font-family: Courier New; font-family: Courier New;
text-align: center; text-align: center;
font-size: large; font-size: large;
font-weight: 700; font-weight: 700;
margin: 0; margin: 0;
color: #e7e7e7;
text-decoration: none;
} }
.sticky { .sticky {
bottom: 0; bottom: 0;
@ -138,10 +140,10 @@
</style> </style>
<div class="wrapper"> <div class="wrapper">
<div class="topnav" id="myTopnav"> <div class="topnav" id="myTopnav">
<a href="/index.html" class="active">Rust for Arduboy</a> <a href="https://zenndev1337.github.io/Rust-for-Arduboy/index.html" class="active">Rust for Arduboy</a>
<a href="/image-converter.html">Image Converter</a> <a href="https://zenndev1337.github.io/Rust-for-Arduboy/image-converter.html">Image Converter</a>
<a href="/tile-converter.html">Tile Converter</a> <a href="https://zenndev1337.github.io/Rust-for-Arduboy/tile-converter.html">Tile Converter</a>
<a href="/sprite-converter.html">Sprite Converter</a> <a href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html">Sprite Converter</a>
<a <a
href="javascript:void(0);" href="javascript:void(0);"
class="icon" 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> <iframe src="https://ZennDev1337.github.io/Rust-for-Arduboy/doc/arduboy_rust/index.html" title="Rust for Arduboy Docs"></iframe>
<footer class="footer sticky"> <footer class="footer sticky">
<p>By ZennDev1337</p> <a href="https://github.com/ZennDev1337/" target="_blank"
>By ZennDev1337</a
>
</footer> </footer>
<script language="JavaScript"> <script language="JavaScript">
function myFunction() { function myFunction() {

View file

@ -35,12 +35,14 @@
color: #e7e7e7; color: #e7e7e7;
} }
.footer > p { .footer > a {
font-family: Courier New; font-family: Courier New;
text-align: center; text-align: center;
font-size: large; font-size: large;
font-weight: 700; font-weight: 700;
margin: 0; margin: 0;
text-decoration: none;
color: #e7e7e7;
} }
.sticky { .sticky {
bottom: 0; bottom: 0;
@ -133,10 +135,21 @@
</style> </style>
<div class="wrapper"> <div class="wrapper">
<div class="topnav" id="myTopnav"> <div class="topnav" id="myTopnav">
<a href="/index.html">Rust for Arduboy</a> <a
<a href="/image-converter.html">Image Converter</a> href="https://zenndev1337.github.io/Rust-for-Arduboy/index.html"
<a href="/tile-converter.html">Tile Converter</a> >Rust for Arduboy</a
<a href="/sprite-converter.html" class="active" >
<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"
class="active"
>Sprite Converter</a >Sprite Converter</a
> >
<a <a
@ -170,7 +183,9 @@
</div> </div>
<footer class="footer sticky"> <footer class="footer sticky">
<p>By ZennDev1337</p> <a href="https://github.com/ZennDev1337/" target="_blank"
>By ZennDev1337</a
>
</footer> </footer>
<script language="JavaScript"> <script language="JavaScript">
function myFunction() { function myFunction() {

View file

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