-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.63 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
37
38
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet", href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
<title>ksor.dev</title>
</head>
<body>
<div class="outer">
<div class="left">
<h2>about</h2>
i go by ksor (they/them)<br>
interested in maths in particular but curious about most things <br>
a stray kitten i found ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~><br>
very gay<br>
i listen to all things punk/hardcore<br>
trains.<br>
i have a dumbass puppy<br>
can technically code when i feel like it (i dont ever feel like it)<br>
🍉 and all
</div>
<div class="right">
<br><br><br>
<img src="kitten.jpg", alt="a picture of a cute kitten!", width="250vw", height="auto">
</div>
</div>
<div>
<h2>music</h2>
<strong>bands i like and feel like listing:</strong> United Nations, MCR, pg.99, sum41, echelons aka unable to fully embrace this happiness, holocausts, gy!be, rites of spring <a href="https://www.last.fm/user/XpioWolf/library/artists">etc</a>.<br>
one day ill work on a last.fm thingy to display some music stats but till then this section will stay quite bare
</div>
<div>
<h2>links</h2>
<a href="https://ksor.dev">github</a> <a href="https://www.last.fm/user/XpioWolf">last.fm</a> <a href="https://open.spotify.com/user/qaliit3a3iha1gmmpt8d34ol6">Spotify</a>
</div>
</body>
</html>