2022-04-25 18:28:11 -05:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<head>
|
2024-03-04 14:10:04 -06: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 -->
|
2024-01-02 18:09:31 -06:00
|
|
|
<link rel="icon" type="image/x-icon" href="https://img.system64.dev/web/favicon/favicon.png">
|
2023-04-16 18:36:46 -05:00
|
|
|
<title>system64.dev</title>
|
2023-06-05 15:13:29 -05:00
|
|
|
<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" />
|
2024-01-02 18:09:31 -06:00
|
|
|
<meta content="https://img.system64.dev/web/favicon/blueberry.png" property="og:image" />
|
2023-06-05 15:13:29 -05:00
|
|
|
<meta content="#2452b5" data-react-helmet="true" name="theme-color" />
|
2022-04-25 18:28:11 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-04-28 19:39:41 -05:00
|
|
|
<div class="taskbar">
|
2023-06-07 14:40:20 -05:00
|
|
|
<input class="start" type="button" onclick="location.href='/';" value="system64.dev">
|
2024-03-04 14:10:04 -06:00
|
|
|
<input class="taskbar" type="button" onclick="location.href='artwork/index.html';" value="Artwork">
|
|
|
|
<input class="taskbar" type="button" onclick="location.href='characters/index.html';" value="Characters">
|
2023-04-28 20:31:10 -05:00
|
|
|
<input class="taskbar" type="button" onclick="location.href='https://git.system64.dev'" value="Code (Gitea)">
|
2023-04-28 19:39:41 -05:00
|
|
|
</div>
|
|
|
|
<div class="container">
|
2023-04-16 18:36:46 -05:00
|
|
|
<div class="main">
|
2024-01-02 18:09:31 -06:00
|
|
|
<h1>I'm Sophie (she/they) <a href="blueheart.system64.dev"><img src=https://img.system64.dev/web/misc/blueheart.gif width="50vw"></a></h1>
|
2023-04-16 18:36:46 -05:00
|
|
|
<h2>I am:</h2>
|
|
|
|
<ul>
|
2023-11-09 16:49:29 -06:00
|
|
|
<li>a digital and occasional traditional artist</li>
|
2023-04-16 18:36:46 -05:00
|
|
|
<li>a learning beginner programmer</li>
|
|
|
|
<li>a linux user and aspiring sysadmin</li>
|
|
|
|
</ul>
|
2023-03-05 15:49:16 -06:00
|
|
|
<div class="buttons">
|
2024-03-04 14:10:04 -06:00
|
|
|
<input type="button" onclick="location.href='socials.html';" value="Socials/Contact">
|
|
|
|
<input type="button" onclick="location.href='artwork/index.html';" value="Art Gallery">
|
2023-03-05 15:49:16 -06:00
|
|
|
</div>
|
2022-04-25 18:28:11 -05:00
|
|
|
</div>
|
2024-01-02 18:09:31 -06:00
|
|
|
<img loading="lazy" class="home" src="https://img.system64.dev/web/banners/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>
|