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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<html lang="en">
<head>
<title>Willow's Whimsical Space</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://relvokcor.xyz/~willow/style.css">
<link rel="icon" type="image/png" href="https://relvokcor.xyz/~willow/favicon.png">
<script src="script.js"></script>
</head>
<body>
<center>
<pre class="title">
\ /o|| _ / _
\/\/ |||(_)\/\/_>
__
\ /|_ o._ _ _o _ _.| (_ ._ _. _ _
\/\/ | ||| | |_>|(_(_|| __)|_)(_|(_(/_
|
</pre>
</center>
<p>$ ls</p>
<p>
<a onclick="toggle('about')">about.txt</a>
<a onclick="toggle('hobbies')">hobbies.txt</a>
<a onclick="toggle('career')">career.txt</a>
<a onclick="toggle('maxwell')">maxwell.txt</a>
<a href="https://relvokcor.xyz/~willow/git/">git/</a>
</p>
<p id="about" style="display:none;">
$ cat about.txt
<br>
Hi, I'm Willow! Welcome to my Whimsical Space!
I'm a transfem non-binary femboy, and I go by she/they. :3
<br><br>
Matrix: @willow.whimsical:matrix.org
<br>
IRC: willow at <a href="https://tilde.chat" target="_blank">tilde.chat</a>
</p>
<p id="hobbies" style="display:none;">
$ cat hobbies.txt
<br>
I'm a Linux enthusiast (if you can't tell by this site's design), and I like to program from time to time.
I use Arch Linux (btw) and use C mainly.
<br><br>
I love making coffee/tea based beverages. My favorite kind of tea is indian spiced chai, and I love to
throw in some freshly foamed milk to turn it into a <i>chai latte</i> - one of the most delicious things
ingestible things I've ever made honestly. I'm a horrible cook. ToT
<br><br>
I love the punk/grunge style, and I pretty much revolve my wardrobe around it. I especially love the
<i>pastel</i> variations of the style.
</p>
<p id="career" style="display:none;">
$ cat career.txt
<br>
I'm currently a sophomore at my two year school getting my Associate's Degree in Liberal Arts, specializing in Music.
I play the piano/keyboard and the bass (both electric and upright).
<br><br>
I plan to pursue Music Composition and Music Education at my four year school. Ever since I discovered music theory,
I fell in love with it, and ever since my freshman theory class with my outstanding teacher, I knew that's what I
wanted to do. Currently I'm hyperfixated on Baroque music and style, but I've always had an affinity for jazz as well.
I plan on learning all I can about all styles of composition available at my school(s).
<br><br>
Aside from music, I also want to pursue my passion for astronomy and (astro)physics, however for now, music comes first.
I'd love to be an active researcher in the field. Working in an observatory is up there with one of my dream jobs :)
</p>
<div id="maxwell" style="display:none;">
$ cat maxwell.txt
<pre>
_,-=@~ARgy_
4"^y:g@@$@@@$y______y=
^`:y$@@@@@$@@@ggg@@@@F
` 4@g@@@@@M@@@@@@E@@@L
:@@@@@@@@:$y~5@F~9@@$
`4@@@@@@@y~AF!"@@F~P$
`' `$@@@@@@@@_` `~` $
' ."9@M@@@@@L @
`_@@@ga@@@s _yf
4@@@@@@@y 4@F
`''~5BBF~
</pre>
</div>
<p>$ <a class="blink">█</a></p>
</body>
<footer>
<div class="btn">
<div><a href="https://relvokcor.xyz/" target="_blank"><img src="http://relvokcor.xyz/~zarate/tildeclub.gif" border="0" width="88" height="31" alt="relvokcor.xyz Badge"></a></div>
<div><a href="https://archlinux.org/" target="_blank"><img src="https://relvokcor.xyz/~willow/arch.png"></a></div>
<div><a href="https://store.steampowered.com/app/2310/Quake/" target="_blank"><img src="https://relvokcor.xyz/~willow/quake.gif"></a></div>
<div><a href="https://wii.hacks.guide/" target="_blank"><img src="https://relvokcor.xyz/~willow/wii.png"></a></div>
<div><a href="https://3ds.hacks.guide/" target="_blank"><img src="https://relvokcor.xyz/~willow/3ds.png"></a></div>
</div>
<div class="btn">
<div><a href="https://relvokcor.xyz/~willow/" target="_blank"><img src="https://relvokcor.xyz/~willow/whimsy.gif"></a></div>
<div><a href="https://al2f.codeberg.page/" target="_blank"><img src="https://relvokcor.xyz/~willow/al2f.gif"></a></div>
<div><a href="https://jessieisironicallym3.nekoweb.org/" target="_blank"><img src="https://relvokcor.xyz/~willow/jessie.gif"></a></div>
<div><a href="https://goodgirl.dev/" target="_blank"><img src="https://goodgirl.dev/_images/site_button.png"></a></div>
<div><a href="https://april.nekoweb.org/" target="_blank"><img src="https://april.nekoweb.org/buttons/amw.png"></a></div>
</div>
</footer>
</html>
|