-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 2.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!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>