-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (69 loc) · 3.03 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<title>Zowi.ee </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="/assets/build/css/main.css?id=163676e3c829a89d54012eca94c60f82">
</head>
<body>
<div class="container flex lg:flex-no-wrap flex-wrap justify-center mx-auto mt-8 pt-4 pr-8 pl-8 bg-gray-800 rounded-lg">
<div class="self-center xl:flex-grow flex-shrink">
<h1 class="text-6xl text-center title">
<a class="underline" href="/">Zowie the Lynx</a>
</h1>
<p class="text-lg ml-8 mr-8 text-center content">
Heya, I'm Zowie, <a href="/assets/images/ref.png">a lynx</a> in human clothing!
I use she/her pronouns and am a femme non-binary girl, nyah!
</p>
</div>
<div class="flex-shrink-0">
<figure>
<img
class="icon"
src="/assets/images/zowie.png"
aria-describedby="logo-desc"
alt="drawing of an anthropomorphic lynx girl, by @_RAT_BRAT_"
/>
<p id="logo-desc" class="sr-only">
Drawing of an anthropomorphic lynx girl,
her eartufts and hair have a brown to pink fade and she has brown eyes,
she is smiling.
Drawn by <a href="https://twitter.com/_RAT_BRAT_">@_RAT_BRAT_</a>
</p>
</figure>
</div>
</div>
<div class="container mx-auto m-4 p-8 bg-gray-800 rounded-lg content main">
<div>
<p>I do a bunch of things in my spare time:</p>
<ul>
<li><a href="https://photos.zowi.ee"><i class="fa fa-camera" aria-hidden="true"></i> Taking photos</a></li>
<li><a href="https://dj.zowi.ee"><i class="fa fa-headphones" aria-hidden="true"></i> DJing</a></li>
<li><a href="https://steamcommunity.com/id/zowie_uwu"><i class="fa fa-gamepad" aria-hidden="true"></i> Playing videogames</a></li>
<li><a href="/blog"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> And sometimes I write stuff</a></li>
</ul>
<p>I'm also on some social media:</p>
<ul>
<li><a href="https://twitter.com/ZowieLynx"><i class="fa fa-twitter" aria-hidden="true"></i> @ZowieLynx</a></li>
<li><a href="https://glitch.zowi.ee/@zowie"><i class="fa fa-mastodon" aria-hidden="true"></i> @zowie@zowi.ee</a></li>
</ul>
<p>And feel free to talk to me on:</p>
<ul>
<li><i class="fa fa-matrix-org" aria-hidden="true"></i> Matrix: @zowie:zowi.ee</li>
<li><i class="fa fa-xmpp" aria-hidden="true"></i> XMPP: zowie@zowi.ee</li>
</ul>
<p>for which you can find the encryption keys <a href="/keys/">here</a>.</p>
<p>Finally, you can find my ref sheet <a href="/assets/images/ref.png">here</a>.</p>
</div>
</div>
<div class="container mx-auto m-4 text-center italic text-xs rounded-lg content">
<p>
Copyright (c) Zowie 2019.
Lynx drawing by <a href="https://x.com/SHARKD0GG0">@SHARKD0GG0</a>.
<a href="/attribution/">Other Attribution</a>
</p>
</div>
</body>
</html>