2022-04-25 18:28:11 -05:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<head>
|
2023-04-16 18:36:46 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="/styles/stylemain.css"> <!-- Import main styling -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="/styles/buttons.css"> <!-- Button styling -->
|
2022-04-27 20:02:10 -05:00
|
|
|
<link rel="icon" type="image/x-icon" href="/img/favicon/favicon.gif">
|
2023-04-16 18:36:46 -05:00
|
|
|
<title>system64.dev</title>
|
2022-04-25 18:28:11 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-04-16 18:36:46 -05:00
|
|
|
<!-- <h1 class="header">system64.dev_v2</h1> -->
|
|
|
|
<!--
|
2023-03-05 15:49:16 -06:00
|
|
|
<div class="alert">
|
|
|
|
<p class="alert">This is the beta website. Some things may break or disappear with zero notice.</p>
|
|
|
|
</div>
|
2023-04-16 18:36:46 -05:00
|
|
|
-->
|
|
|
|
<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>
|
2023-03-05 15:49:16 -06:00
|
|
|
<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>
|
2023-04-16 18:36:46 -05:00
|
|
|
</div>
|
2022-04-25 18:28:11 -05:00
|
|
|
</div>
|
|
|
|
</body>
|