buttons and some styling

This commit is contained in:
twoneis 2025-02-22 02:11:28 +01:00
parent 39aabd9368
commit 587deb6e5c
29 changed files with 36 additions and 6 deletions

BIN
buttons/antifa/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
buttons/css/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
buttons/estrogen/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
buttons/fedi/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

BIN
buttons/gay/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
buttons/lesbian/button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

BIN
buttons/linux/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
buttons/miku/button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
buttons/nixos/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
buttons/paws/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 877 B

BIN
buttons/sheher/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
buttons/transnow/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
buttons/vi/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

BIN
buttons/wustlang/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -13,13 +13,37 @@
<body>
<main>
<h1>hiii :3</h1>
<div class="box">
<h1>hi, i'm mira</h1>
<p>come back soon™ to find something here</p>
</div>
</main>
</body>
<footer id="footer">
<a href="https://twoneis.site">
<img src="button/button.gif" alt="mira" class="button">
</a>
<div class="box">
<a href="https://twoneis.site"><img src="buttons/mira/button.gif" alt="mira" class="button" /></a>
<img src="buttons/sheher/button.gif" alt="she/her" class="button" />
<img src="buttons/estrogen/button.gif" alt="powered by estrogen" class="button" />
<img src="buttons/lesbian/button.png" alt="lesbian" class="button" />
<a href="https://uwu.gal/about-us"><img src="https://uwu.gal/button.png" alt="uwu.gal 88x31 button" loading="lazy"
class="button" /></a>
<img src="buttons/debianlesbian/button.png" alt="debian for lesbians" class="button" />
<a href="https://rust-lang.org"><img src="buttons/wustlang/button.gif" alt="wust lang" class="button" /></a>
<a href="https://nixos.org"><img src="buttons/nixos/button.gif" alt="nixos" class="button" /></a>
<a href="https://transfemscience.org"> <img src="buttons/transnow/button.gif" alt="trans rights now"
class="button" /></a>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML"><img src="buttons/learnhtml/button.gif" alt="learn html"
class="button" /></a>
<img src="buttons/antifa/button.gif" alt="antifa" class="button" />
<img src="buttons/miku/button.png" alt="this website is miku approved" class="button" />
<img src="buttons/paws/button.gif" alt="made with my own two paws" class="button" />
<a href="https://kernel.org"><img src="buttons/linux/button.gif" alt="linux powered" class="button" /></a>
<a href="https://tech.lgbt/@twoneis"> <img src="buttons/fedi/button.gif" alt="join fedi" class="button" /></a>
<img src="buttons/css/button.gif" alt="CSS is difficult" class="button" />
<a href="https://diyhrt.cafe"><img src="buttons/transnow2/button.gif" alt="trans your gender" class="button" /></a>
<a href="https://helix-editor.com"> <img src="buttons/vi/button.gif" alt="made with vi" class="button" /></a>
<img src="buttons/gay/button.gif" alt="this website is gay" class="button" />
</div>
</footer>
</html>

View file

@ -1,3 +1,8 @@
* {
background-color: #191724;
color: #e0def4;
}
.button {
width: 88px;
height: 31px;
@ -5,7 +10,8 @@
image-rendering: -webkit-optimize-contrast;
}
#footer {
.box {
max-width: 800px;
display: table;
text-align: center;
margin-left: auto;