added .arduboy generator
This commit is contained in:
parent
657ce2190e
commit
9b003be2b0
5 changed files with 12523 additions and 12 deletions
12487
docs/arduboy-file-converter.html
Normal file
12487
docs/arduboy-file-converter.html
Normal file
File diff suppressed because it is too large
Load diff
|
@ -126,7 +126,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 810px) {
|
@media screen and (max-width: 1049px) {
|
||||||
.topnav a:not(:first-child) {
|
.topnav a:not(:first-child) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -137,10 +137,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 810px) {
|
@media screen and (max-width: 1049px) {
|
||||||
.topnav.responsive {
|
.topnav.responsive {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 188px;
|
height: 247px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topnav {
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav.responsive a.icon {
|
.topnav.responsive a.icon {
|
||||||
|
@ -163,6 +167,8 @@
|
||||||
Converter</a>
|
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/tile-converter.html">Tile Converter</a>
|
||||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html">Sprite Converter</a>
|
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html">Sprite Converter</a>
|
||||||
|
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/arduboy-file-converter.html">.arduboy
|
||||||
|
Generator</a>
|
||||||
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
||||||
viewBox="0 0 16 16">
|
viewBox="0 0 16 16">
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 810px) {
|
@media screen and (max-width: 1049px) {
|
||||||
.topnav a:not(:first-child) {
|
.topnav a:not(:first-child) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -136,10 +136,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 810px) {
|
@media screen and (max-width: 1049px) {
|
||||||
.topnav.responsive {
|
.topnav.responsive {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 188px;
|
height: 247px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topnav {
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav.responsive a.icon {
|
.topnav.responsive a.icon {
|
||||||
|
@ -167,6 +171,8 @@
|
||||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/image-converter.html">Image 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">Tile 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="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html">Sprite Converter</a>
|
||||||
|
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/arduboy-file-converter.html">.arduboy
|
||||||
|
Generator</a>
|
||||||
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
||||||
viewBox="0 0 16 16">
|
viewBox="0 0 16 16">
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 810px) {
|
@media screen and (max-width: 1049px) {
|
||||||
.topnav a:not(:first-child) {
|
.topnav a:not(:first-child) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -135,10 +135,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 810px) {
|
@media screen and (max-width: 1049px) {
|
||||||
.topnav.responsive {
|
.topnav.responsive {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 188px;
|
height: 247px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topnav {
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav.responsive a.icon {
|
.topnav.responsive a.icon {
|
||||||
|
@ -161,6 +165,8 @@
|
||||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/tile-converter.html">Tile 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
|
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html" class="active">Sprite
|
||||||
Converter</a>
|
Converter</a>
|
||||||
|
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/arduboy-file-converter.html">.arduboy
|
||||||
|
Generator</a>
|
||||||
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
||||||
viewBox="0 0 16 16">
|
viewBox="0 0 16 16">
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 810px) {
|
@media screen and (max-width: 1049px) {
|
||||||
.topnav a:not(:first-child) {
|
.topnav a:not(:first-child) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -135,10 +135,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 810px) {
|
@media screen and (max-width: 1049px) {
|
||||||
.topnav.responsive {
|
.topnav.responsive {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 188px;
|
height: 247px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topnav {
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav.responsive a.icon {
|
.topnav.responsive a.icon {
|
||||||
|
@ -161,6 +165,8 @@
|
||||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/tile-converter.html" class="active">Tile
|
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/tile-converter.html" class="active">Tile
|
||||||
Converter</a>
|
Converter</a>
|
||||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html">Sprite Converter</a>
|
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html">Sprite Converter</a>
|
||||||
|
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/arduboy-file-converter.html">.arduboy
|
||||||
|
Generator</a>
|
||||||
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
||||||
viewBox="0 0 16 16">
|
viewBox="0 0 16 16">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue