This commit is contained in:
Sophie Marie 2023-11-09 16:30:03 -06:00
parent ebe0b8ad30
commit f8b41f7565
Signed by: IDeletedSystem64
GPG key ID: 33A12B0480AFC8E9
3 changed files with 11 additions and 5 deletions

BIN
img/blueheart.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -39,6 +39,7 @@
<p><a href="https://code.visualstudio.com/" title="The code editor I used for this website, as well as other projects!"><img class=webbutton src="/img/webbutton/vscode.gif"></a></p>
</div>
<a class="blueheart" href="https://blueheart.system64.dev/" title="Blueheart Forever"><img src="/img/blueheart.gif" width="75vw"></a> <!-- yes we know this is done wrong, no we dont care, the code is awful. checkout v2branch instead->
<a style="display: none;" rel="me" href="https://glaceon.social/@IDeletedSystem64">Mastodon</a> <!-- verification for mastodon main acc -->
<a style="display: none;" rel="me" href="https://pony.social/@ArtsieSophie">Mastodon</a> <!-- verification for mastodon art acc -->
</div>

View file

@ -39,6 +39,11 @@ div.main {
padding: 10px;
border-radius: 30px;
}
a.blueheart { /* probably not the right way of doing things, but this css is awful and i cannot comprehend it for the life of me anymore... -64 */
margin: auto;
padding-top: 100px;
width: 60%;
}
body {
background-image: url("/img/bg_avif.avif"); /* If need be, I'll figure out a way to change this for devices that don't support AVIF */
}