Socials page final

This commit is contained in:
Sophie Marie 2023-07-28 16:00:54 -05:00
parent 582034d828
commit cd3cef45ce
Signed by: IDeletedSystem64
GPG Key ID: F5D997A1BEF778ED
2 changed files with 26 additions and 21 deletions

View File

@ -28,7 +28,7 @@
<li>a linux user and aspiring sysadmin</li>
</ul>
<div class="buttons">
<input type="button" onclick="location.href='/socials.html';" value="Socials">
<input type="button" onclick="location.href='/socials.html';" value="Socials and Links">
<input type="button" onclick="location.href='/artwork/index.html';" value="Art Gallery">
<input type="button" onclick="location.href='/projects/index.html';" value="Projects">
</div>

View File

@ -17,25 +17,30 @@
<input class="taskbar" type="button" onclick="location.href='/projects/index.html';" value="Projects">
<input class="taskbar" type="button" onclick="location.href='/ocs/index.html';" value="OC Refsheets">
<input class="taskbar" type="button" onclick="location.href='https://git.system64.dev'" value="Code (Gitea)">
</div>
<div class="container">
<div class="main">
<h1>Socials</h1>
<p>Twitter: <a href="https://twitter.com/IDeleteSystem64">Main Account (mostly inactive)</a></p>
<p>Fediverse: <a href="https://mastodon.art/artsiesophie">Art Account (mastodon.art)</a></p>
<p>Fediverse: <a href="https://glaceon.social/IDeletedSystem64">Main Account (glaceon.social)</a></p>
<p>Fediverse: <a href="https://mastodon.is-a.horse/IDeletedSystem64">Alt Account (is-a.horse)</a></p>
<p>Be warned, I'm not very active on most of these outside specific purposes for some of them.</p>
<br>
<h1>Code Repositories</h1>
<p>Most of my stuff is publically available on GitHub, though some stuff is also only on 64Git, my Gitea instance.</p>
<a href="https://github.com/IDeletedSystem64">GitHub</a>
<a href="https://git.system64.dev/IDeletedSystem64">Gitea</a>
<br>
<h1>Contact</h1>
<p>Don't be afraid to contact me, I generally don't bite</p>
<p>Email: <a href="mailto:ideleted@system64.dev">(ideleted@system64.dev)</a></p>
<p>Matrix: @technomancer:littlepony.horse</p>
<p>You can also message me on glaceon.social</p>
</div>
<div class="container">
<div class="main" style='margin: 10vh auto auto 10vw;''>
<h1>My links</h1>
<h2>Socials</h2>
<p>Fediverse: <a href='https://glaceon.social/@IDeletedSystem64'>Main Account (glaceon.social)</a></p>
<p>Fediverse: <a href='https://mastodon.is-a.horse/@IDeletedSystem64'>Alt Account (is-a.horse)</a></p>
<p>Twitter: <a href='https://twitter.com/IDeleteSystem64'>Twitter (Mostly Inactive.)</a></p>
<h2>My Art</h2>
<p>Fediverse: <a href='https://pony.social/@artsiesophie'>Art Account (pony.social)</a></p>
<p>Tumblr: <a href='https://www.tumblr.com/blog/ideletedsystem64'>IDeletedSystem64</a></p>
<h2>Code Repositories</h2>
<p>Gitea: <a href='https://git.system64.dev/'>64Git</a></p>
<p>GitHub: <a href='https://github.com/IDeletedSystem64'>IDeletedSystem64</a></p>
<h2>Miscellaneous</h2>
<p>Steam: <a href='https://steamcommunity.com/id/system64_/'>IDeletedSystem64</a></p>
<p>Bandcamp: <a href='https://bandcamp.com/ideletedsystem64'>IDeletedSystem64</a></p>
<h2>Contact</h2>
<p>Email: <a href='mailto:ideleted@system64.dev'>ideleted@system64.dev</a></p>
<p>Matrix: @technomancer:littlepony.horse (slow responses)</p>
<p>You can also private message me on glaceon.social</p>
</div>
<img loading="lazy" class="home" src="/img/TheWeb.png" alt="MS Paint showing the Windows 95 browser icon">
</div>
</body>