From 91f7eb0f9b859e4c4bc36ef1f926ca290b300afa Mon Sep 17 00:00:00 2001
From: ~willow
Date: Fri, 12 Jun 2026 23:55:18 +0000
Subject: wrote more about myself, expanded with several files
---
index.html | 44 ++++++++++++++++++++++++++++++++++++--------
script.js | 2 +-
2 files changed, 37 insertions(+), 9 deletions(-)
diff --git a/index.html b/index.html
index 9d13fed..67bf501 100644
--- a/index.html
+++ b/index.html
@@ -23,6 +23,8 @@
$ ls
about.txt
+ hobbies.txt
+ career.txt
maxwell.txt
git/
@@ -31,14 +33,40 @@
$ cat about.txt
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
+
+ Matrix: @willow.whimsical:matrix.org
+
+ IRC: willow at tilde.chat
+
+
+
+ $ cat hobbies.txt
+
+ 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.
+
+ 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 chai latte - one of the most delicious things
+ ingestible things I've ever made honestly. I'm a horrible cook. ToT
+
+ I love the punk/grunge style, and I pretty much revolve my wardrobe around it. I especially love the
+ pastel variations of the style.
+
+
+
+ $ cat career.txt
+
+ 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).
+
+ 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).
+
+ 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 :)
diff --git a/script.js b/script.js
index 1334088..be00984 100644
--- a/script.js
+++ b/script.js
@@ -1,4 +1,4 @@
-const ids = ["about", "maxwell"];
+const ids = ["about", "hobbies", "career", "maxwell"];
function toggle(toggled_id) {
var toggled_element = document.getElementById(toggled_id);
--
cgit