add buttons and license link

This commit is contained in:
2026-02-21 03:50:03 +01:00
parent 1636a13ae0
commit 60983d6bb4
4 changed files with 14 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

BIN
images/cc-by-sa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -28,16 +28,27 @@
<li>Matrix: @rosa:luma.wtf</li> <li>Matrix: @rosa:luma.wtf</li>
<li>Discord: _rosalina_</li> <li>Discord: _rosalina_</li>
</ul> </ul>
<p>GPG: <a href="~rosa/rosa.asc">248B45C3C40B4352</a> (rosa@luma.wtf, expires: 2036-02-15) (<a href="https://github.com/rosalinaowo.gpg">mirror</a>)</p> <p>GPG: <a href="~rosa/rosa.asc">0x248B45C3C40B4352</a> (rosa@luma.wtf, expires: 2036-02-15) (<a href="https://github.com/rosalinaowo.gpg">mirror</a>)</p>
<p>Git: <a href="https://git.luma.wtf" target="_blank">Gitea</a>, <a href="https://github.com/rosalinaowo">Github</a></p> <p>Git: <a href="https://git.luma.wtf" target="_blank">Gitea</a>, <a href="https://github.com/rosalinaowo">Github</a></p>
<p>Take a look at my <a href="88x31.php">88x31 button collection</a></p>
<br> <br>
<p> <p>
<div>You can find stuff in <a href="~rosa/">~rosa</a></div> <div>You can find stuff in <a href="~rosa/">~rosa</a></div>
<div>My websites: <a href="https://rosa.dog" target="_blank">rosa.dog</a>, <a href="https://luma.wtf" target="_blank">luma.wtf</a></div> <div>My websites: <a href="https://rosa.dog" target="_blank">rosa.dog</a>, <a href="https://luma.wtf" target="_blank">luma.wtf</a></div>
</p> </p>
<div class="buttons" style="margin-top: 1.25em;"> <div class="buttons" style="margin-top: 1.25em;">
<img src="images/buttons/people/rosa_88x31.png" alt="Rosa's button"> <img src="images/buttons/people/rosa_88x31.png" alt="Rosa's button" title="me!">
<a href="https://girlboss.ceo"><img src="images/buttons/people/june_88x31.png" alt="june" title="june"></a>
<a href="LICENSE.txt"><img src="images/cc-by-sa.png" alt="CC-BY-SA License" title="CC-BY-SA License"></a>
<a href="https://www.debian.org/" target="_blank"><img src="images/buttons/powered-by/powered-by-debian.gif" alt="Powered by Debian" title="Powered by Debian"></a>
<img src="images/buttons/powered-by/twopaws.png" alt="Made with my own two paws :3" title="Made with my own two paws :3">
<img src="images/buttons/other/internet_privacy.gif" alt="Internet privacy now!" title="Internet privacy now!">
<img src="images/buttons/pride/flag-trans.png" alt="TRAAAANS" title="TRAAAANS">
</div> </div>
<p>This work is licensed under the <a href="LICENSE.txt">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
<p>wraff!</p>
<pre id="last-updated">Last updated: 2026-02-21, 02:50:03 UTC
</main> </main>
</body> </body>
</html> </html>

View File

@@ -24,6 +24,7 @@ main {
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 5px;
} }
.buttons img { .buttons img {