41 lines
2.6 KiB
HTML
41 lines
2.6 KiB
HTML
|
<!DOCTYPE HTML>
|
||
|
<head>
|
||
|
<link rel="stylesheet" type="text/css" href="/styles/main_style.css"> <!-- Import main styling -->
|
||
|
<link rel="stylesheet" type="text/css" href="/styles/button_style.css"> <!-- Button styling -->
|
||
|
<link rel="icon" type="image/x-icon" href="/img/favicon/favicon.png">
|
||
|
<title>system64.dev</title>
|
||
|
<meta content="system64.dev" property="og:title" /> <!-- Embed title -->
|
||
|
<meta content="The site of IDeletedSystem64 on the World Wide Web thingamajig" property="og:description" /> <!-- Embed Description -->
|
||
|
<meta content="https://system64.dev" property="og:url" /> <!-- Embed Name URL -->
|
||
|
<meta content="https://system64.dev/img/blueberry.png" property="og:image" /> <!-- Embed Image-->
|
||
|
<meta content="#2452b5" data-react-helmet="true" name="theme-color" /> <!-- Embed Color -->
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="taskbar">
|
||
|
<input class="start" type="button" onclick="location.href='/';" value="system64.dev">
|
||
|
<input class="taskbar" type="button" onclick="location.href='/artwork/index.html';" value="Artwork">
|
||
|
<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>
|
||
|
</body>
|