diff --git a/assets/style.css b/assets/style.css index c49b5cd..1f3265f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -77,3 +77,25 @@ header, footer { .posts div { margin: 1rem 0;} +#summary { + display: inline-block; + text-decoration: underline; + text-decoration-style: dotted; +} + +#detail { + display:none; + width: 25rem; + padding: 1rem; + border-radius: 8px; + position: absolute; + top: 16rem; + left: 0; + margin: 0 calc(50vw - 35ch); + background-color: var(--bg-mid); +} + +/* Show the tooltip text when you mouse over the tooltip container */ +#summary:hover + #detail { + display:block; +} diff --git a/index.html b/index.html index d942621..b850212 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,22 @@

~notusknot

> About me

- Hi, I'm notusknot, a student interested in many things. I like music, programming, nature, minimalism, peanut butter, philosophy, and more. + Hi, I'm notusknot, a student interested in many things. I like +
music
, +
I play oboe and drums and listen to a wide variety of music. Currently I am working on developing my + marching-style drumming and composition skills.
+ +
programming
, +
I'm somewhat proficient in Python, and am (at a basic level) familiar with a few other languages + (JavaScript, Rust, Bash, Nix). I'm interested in a wide variety of topics, including OS development, functional programming, + internet services, DevOps, neural nets, or really any sort of cool algorithm. I am also specifically interested in the cross between technology and health, + and finding ways we can use technology to help us rather than harm us. I think Facebook, Twitter, Reddit, TikTok, Instagram, etc are overall + wholly harmful for individuals and society, and we should find better alternatives.
+ +
philosophy
, +
I'm still pretty new to philosophy but I think it's really interesting. I'm currently learning about + Stoicism.
+ nature, minimalism, peanut butter, and more. You can check me out at my GitHub or my YouTube. If you want to contact me, my email is notusknot@pm.me and my Discord