-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (67 loc) · 2.88 KB
/
index.html
File metadata and controls
76 lines (67 loc) · 2.88 KB
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
<!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=aba35d7d17af4ee93da14717754255a3">
</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.
</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"><span class="icon-camera" aria-hidden="true"></span> Taking photos</a></li>
<li><a href="https://dj.zowi.ee"><span class="icon-headphones" aria-hidden="true"></span> DJing</a></li>
<li><a href="https://twitch.tv/zowie_uwu"><span class="icon-twitch" aria-hidden="true"></span> Playing videogames</a></li>
<li><a href="/blog"><span class="icon-file-pen"></span> And sometimes I write stuff</a></li>
</ul>
<p>I'm also on some social media:</p>
<ul>
<li><a href="https://bsky.app/profile/zowieuwu.bsky.social"><span class="icon-bluesky" aria-hidden="true"></span> @zowieuwu.bsky.social</a></li>
<li><a href="https://fedi.zowi.ee/@zowie"><span class="icon-mastodon" aria-hidden="true"></span> @zowie@zowi.ee</a></li>
</ul>
<p>And feel free to talk to me on:</p>
<ul>
<li><span class="icon-matrix" aria-hidden="true"></span> @zowie:zowi.ee
<!--* <i class="fa fa-xmpp" aria-hidden="true"></i> XMPP: zowie@zowi.ee--></li>
</ul>
<!-- for which you can find the encryption keys [here](/keys/). -->
<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.
<a href="/attribution/">Other Attribution</a>
</p>
</div>
</body>
</html>