36 lines
2.1 KiB
HTML
36 lines
2.1 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="https://img.system64.dev/web/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://img.system64.dev/web/favicon/blueberry.png" property="og:image" />
|
|
<meta content="#2452b5" data-react-helmet="true" name="theme-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='characters/index.html';" value="Characters">
|
|
<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) <a href="blueheart.system64.dev"><img src=https://img.system64.dev/web/misc/blueheart.gif width="50vw"></a></h1>
|
|
<h2>I am:</h2>
|
|
<ul>
|
|
<li>a digital and occasional 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/Contact">
|
|
<input type="button" onclick="location.href='artwork/index.html';" value="Art Gallery">
|
|
</div>
|
|
</div>
|
|
<img loading="lazy" class="home" src="https://img.system64.dev/web/banners/FlutterUndulate.png" alt="fluttershy undulate in a ms paint window">
|
|
</div>
|
|
</body> |