diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 44 |
1 files changed, 36 insertions, 8 deletions
@@ -23,6 +23,8 @@ <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> @@ -31,14 +33,40 @@ $ cat about.txt <br> Hi, I'm Willow! Welcome to my Whimsical Space! - I am currently a jazz piano student in college working on my associate's degree, - but I'm also interested in many other subjects. - I plan on pursuing my interest in physics and computer programming after I get my aforementioned degree. - As you've already read, I have three good main interests, and while I'm currently pursuing a career in one (music), - the others remain as mere hobbies - this website being a product of it. - I also have several other services hosted by my own homelab of sorts. - Due to being a pretty substantial privacy advocate, - these services serve to replace all that I've used in the past from large tech companies. + 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;"> |
