Compare commits

..

No commits in common. "582034d8285742b609dd573d942e6a980b908296" and "ba1603b912b8e0a5c173d3777444339a70e823ae" have entirely different histories.

3 changed files with 1 additions and 48 deletions

Binary file not shown.

View file

@ -1,41 +0,0 @@
<!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>

View file

@ -32,23 +32,17 @@ li {
p { p {
font-family: 'Share Tech Mono', monospace; font-family: 'Share Tech Mono', monospace;
font-weight: bold;
font-size: 18px;
color: white; color: white;
} }
a { a {
font-family: 'Share Tech Mono', monospace; font-family: 'Share Tech Mono', monospace;
font-weight: bold;;
font-size: 18px;
color: white; color: white;
} }
/* Text based stuffs */ /* Text based stuffs */
body { body {
background-image: url("/img/bg_avif.avif"); /* May add a fallback to the previous jpeg variant in the future. */ background-image: url("/img/bg.jpg");
} }
.container { .container {