Compare commits

...

4 Commits

Author SHA1 Message Date
Sophie Marie ef28321a11
remove bg.jpg 2023-03-28 21:28:37 -05:00
Sophie Marie 604705b75d
Remove unused links 2023-03-28 21:28:07 -05:00
Sophie Marie dc2f1aed3e
Convert background from jpg to webp 2023-03-28 21:27:33 -05:00
Sophie Marie 8c192ec456
Remove neocities image 2023-03-28 21:21:15 -05:00
5 changed files with 3 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 KiB

BIN
img/bg.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

View File

@ -17,15 +17,13 @@
<h1 id=nl><script src="https://webneko.net/n20171213.js"></script><a href="https://webneko.net">Neko</a></h1>
</div>
<p class="intro">Hi there, I'm Sophie!</p>
<p class="info">She/They, Trans MtF, 18, Artist, Developer, and Linux User</p>
<p class="info">She/They, Trans MtF, 19, Artist, Developer, and Linux User</p>
<input type="button" onclick="location.href='https://en.pronouns.page/@IDeletedSystem64';" value="Pronouns.page">
<input type="button" onclick="location.href='https://twitter.com/IDeleteSystem64';" value="Twitter">
<input type="button" onclick="location.href='https://twitter.com/ArtsieSophie';" value="Twitter (Art)">
<input type="button" onclick="location.href='https://glaceon.social/@IDeletedSystem64';" value="glaceon.social">
<input type="button" onclick="location.href='https://mastodon.art/@ArtsieSophie';" value="mastodon.art">
<input type="button" onclick="location.href='https://tumblr.com/IDeletedSystem64';" value="Tumblr">
<input type="button" onclick="location.href='https://deviantart.com/IDeletedSystem64';" value="DeviantART">
<input type="button" onclick="location.href='https://github.com/IDeletedSystem64';" value="GitHub">
<input type="button" onclick="location.href='https://git.system64.dev/IDeletedSystem64';" value="My Gitea">
<input type="button" onclick="location.href='https://steamcommunity.com/id/system64_';" value="Steam">
<input type="button" onclick="location.href='https://open.spotify.com/user/w2kr77l67qtystmkuza8k2mcs';" value="Spotify">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -37,7 +37,7 @@ div.main {
border-radius: 30px;
}
body {
background-image: url("/img/bg.jpg");
background-image: url("/img/bg.webp");
}
input {
-webkit-appearance: none;