system64.dev/index.html

40 lines
2.5 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" />
<meta content="The site of IDeletedSystem64 on the World Wide Web thingamajig" property="og:description" />
<meta content="https://system64.dev" property="og:url" />
<meta content="https://system64.dev/img/blueberry.png" property="og:image" />
<meta content="#2452b5" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div class="taskbar">
<input class="taskbar" type="button" onclick="location.href='https://system64.dev';" value="system64.dev" style="min-width: 130px; background: url(/img/taskbar/blueberry_pt.png) left no-repeat; padding-left: 25px; background-position: 3px;
input.taskbar:active { background: #acacac url(/img/taskbar/blueberry_pt.png) left no-repeat; }; >
}"> <!-- this looks nasty, i'll fix this disgust later. -->
<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>I'm Sophie (she/they)</h1>
<h2>I am:</h2>
<ul>
<li>a digital and sometimes traditional artist</li>
<li>a learning beginner programmer</li>
<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='/artwork/index.html';" value="Art Gallery">
<input type="button" onclick="location.href='/projects/index.html';" value="Projects">
</div>
</div>
<img loading="lazy" class="home" src="/img/FlutterUndulate.png" alt="fluttershy undulate in ms paint">
</div>
</body>