-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (59 loc) · 3.05 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>stellophiliac</title>
<link rel="stylesheet" href="style.css">
<!--<link rel="stylesheet" type="text/css" href="https://unpkg.com/@phosphor-icons/[email protected]/src/bold/style.css" />-->
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<div id="wrapper">
<main>
<section>
<h1 id="title">stellophiliac</h1>
<small class="text-muted">stel ﹒ <a href="https://pronouns.cc/@stel" target="_blank">she</a> <i>/</i>
they <i>/</i> it</small>
<p>local silly artist & blorbo enthusiast</p>
</section>
<section>
<p>
<b class="text-accent">discord</b> : <a href="https://discordid.netlify.app/?id=533594758212485140"
target="_blank">@</a>stellophiliac<br>
<b class="text-accent">email</b> : stel [at] disroot [dot] org
</p>
<p><a href="https://moondvsted.neocities.org/" target="_blank"><b>website</b></a> ﹒
<a href="https://stelcomm.carrd.co/" target="_blank"><b>commissions</b></a><br>
</p>
<p id="links">
<span>
<a href="https://stellophiliac.tumblr.com/" target="_blank">tumblr</a> ﹒
<a href="https://stellar-t.tumblr.com" target="_blank">artblog</a> ﹒
<a href="https://nightcity.bar/@stel" target="_blank">fedi</a> ﹒
<a href="https://toyhou.se/stel" target="_blank">toyhouse</a> ﹒
<a href="https://www.youtube.com/@stellophiliac" target="_blank">youtube</a>
</span>
<span>
<a href="https://artfight.net/~pastelsparkyl" target="_blank">artfight</a> ﹒
<a href="https://archiveofourown.org/users/stellophiliac" target="_blank">ao3</a> ﹒
<a href="https://github.com/stellophiliac" target="_blank">github</a>
</span>
</p>
<p>
logs ->
<a href="https://www.last.fm/user/lunedvst" target="_blank">last.fm</a> ﹒
<a href="https://trakt.tv/users/stellophiliac" target="_blank">trakt</a> ﹒
<a href="https://app.thestorygraph.com/profile/stellophiliac" target="_blank">storygraph</a>
</p>
<p style="opacity: 0.5;">
inactive ->
<a href="https://www.instagram.com/pastel.sparkyl/" target="_blank">instagram</a> ﹒
<a href="https://www.deviantart.com/pastelsparkyl" target="_blank">deviantart</a> ﹒
<a href="https://twitter.com/stellophiliac" target="_blank">twitter</a>
</p>
</section>
</main>
</div>
</body>
</html>