Add missing links, add smol little info line below intro

This commit is contained in:
IDeletedSystem64 2022-04-26 09:31:34 -05:00
parent d22db139c0
commit 9fb4663d24
2 changed files with 12 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<head> <head>
<link rel="stylesheet" type="text/css" href="/styles/stylemain.css"> <link rel="stylesheet" type="text/css" href="/styles/stylemain.css">
<link rel="icon" type="image/x-icon" href="img/favicon/favicon.gif"> <link rel="icon" type="image/x-icon" href="img/favicon/favicon.gif">
<title>IDeletedSystem64 - Home</title> <title>IDeletedSystem64</title>
</head> </head>
<body> <body>
<header> <header>
@ -14,12 +14,15 @@
<script>NekoType="white"</script> <script>NekoType="white"</script>
<h1 id=nl><script src="https://webneko.net/n20171213.js"></script><a href="https://webneko.net">Neko</a></h1> <h1 id=nl><script src="https://webneko.net/n20171213.js"></script><a href="https://webneko.net">Neko</a></h1>
</div> </div>
<p class="intro">Hi there, I'm Sophie!</p>> <p class="intro">Hi there, I'm Sophie!</p>
<p class="info">she/they - trans - pan/polyam - 18</p>
<input type="button" onclick="location.href='https://en.pronouns.page/@IDeletedSystem64';" value="Pronouns.page"> <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/IDeleteSystem64';" value="Twitter">
<input type="button" onclick="location.href='https://twitter.com/system64art';" value="Twitter (Art)"> <input type="button" onclick="location.href='https://twitter.com/system64art';" value="Twitter (Art)">
<input type="button" onclick="location.href='https://glaceon.social/IDeletedSystem64';" value="glaceon.social"> <input type="button" onclick="location.href='https://glaceon.social/IDeletedSystem64';" value="glaceon.social">
<input type="button" onclick="location.href='https://reddit.com/u/IDeletedSystem64';" value="Reddit"> <input type="button" onclick="location.href='https://soundcloud.com/user-158504584';" value="SoundCloud">
<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://steamcommunity.com/id/system64_';" value="Steam"> <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"> <input type="button" onclick="location.href='https://open.spotify.com/user/w2kr77l67qtystmkuza8k2mcs';" value="Spotify">

View file

@ -22,6 +22,12 @@ p.intro {
font-size: 3vw; font-size: 3vw;
text-align: center; text-align: center;
} }
p.info {
font-family: 'Share Tech Mono', monospace;
color: white;
font-size: 1vw;
text-align: center;
}
div.main { div.main {
top: 10%; top: 10%;
right: 25%; right: 25%;