system64.dev/index.html

38 lines
2.2 KiB
HTML
Raw Normal View History

2022-04-25 18:28:11 -05:00
<!DOCTYPE HTML>
<head>
2023-06-06 17:04:12 -05:00
<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 -->
2023-04-28 20:16:12 -05:00
<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" />
2022-04-25 18:28:11 -05:00
</head>
<body>
<div class="taskbar">
2023-06-07 14:40:20 -05:00
<input class="start" type="button" onclick="location.href='/';" value="system64.dev">
2023-04-28 20:31:10 -05:00
<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">
2023-07-29 16:22:05 -05:00
<input type="button" onclick="location.href='/socials.html';" value="Socials / 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>
2022-04-25 18:28:11 -05:00
</div>
<img loading="lazy" class="home" src="/img/FlutterUndulate.png" alt="fluttershy undulate in a ms paint window">
2023-04-26 20:47:55 -05:00
</div>
2022-04-25 18:28:11 -05:00
</body>