add some 88x31 badges
This commit is contained in:
10
index.html
10
index.html
@@ -38,6 +38,16 @@
|
|||||||
<li><a href="/about.html">about</a></li>
|
<li><a href="/about.html">about</a></li>
|
||||||
<li><a href="/attributions.html">attributions</a></li>
|
<li><a href="/attributions.html">attributions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div id="badges">
|
||||||
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/"><img class="badge" alt="CC BY-SA icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/CC_BY-SA_icon.svg/120px-CC_BY-SA_icon.svg.png" width="88" height="31" /></a>
|
||||||
|
<a href="https://www.linux.com/"><img class="badge" alt="Made on GNU/Linux" src="https://88x31.kate.pet/madeon_linux.gif" width="88" height="31" /></a>
|
||||||
|
<a href="https://debian.org"><img class="badge" alt="powered by Debian" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Powered_by_Debian.svg/120px-Powered_by_Debian.svg.png" width="88" height="31" /></a>
|
||||||
|
<a href="https://www.gnu.org/"><img class="badge" alt="GNU" src="https://www.gnu.org/graphics/gnubanner-2.png" width="88" height="31" /></a>
|
||||||
|
<a href="https://www.vim.org/"><img class="badge" alt="Designed Using Vim" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Icon-designed_using_vim.svg/120px-Icon-designed_using_vim.svg.png" width="88" height="31" /></a>
|
||||||
|
<a href="https://joinmastodon.org/"><img class="badge" alt="Leave Twitter; Join Mastodon" src="https://88x31.kate.pet/masto.gif" width="88" height="31" /></a>
|
||||||
|
<a href="https://en.wikipedia.org/wiki/Main_Page"><img class="badge" alt="Wikipedia" src="https://upload.wikimedia.org/wikipedia/commons/a/aa/Wikipedia-button_88x31.png" width="88" height="31" /></a>
|
||||||
|
<img class="badge" alt="graphic design is my passion" src="https://upload.wikimedia.org/wikipedia/commons/8/89/Graphicdesign.png" width="88" height="31" />
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -36,6 +36,16 @@ footer {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#badges {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
image-rendering: pixelated;
|
||||||
|
}
|
||||||
|
|
||||||
nav ul,
|
nav ul,
|
||||||
footer ul {
|
footer ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user