From 4e66ee142e1b8f634b5c434e94e5ab7e077a92e6 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 6 Oct 2021 09:25:23 -0700 Subject: [PATCH] Lots of home page update --- assets/home.css | 33 ++++++++++++++++++++++--------- content/_index.md | 49 ++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 66 insertions(+), 16 deletions(-) diff --git a/assets/home.css b/assets/home.css index c19a714..111b0a5 100644 --- a/assets/home.css +++ b/assets/home.css @@ -1,26 +1,41 @@ /* home.css */ +:root { + --link-color: #3486ff; +} + main a { - color: #3486ff; + color: var(--link-color); } main a:hover { color: ver(--fog); - border-bottom: 1px solid var(--pro); + border-bottom: 1px solid var(--link-color); +} + +h1, +h2, +h3 { + margin-top: 4rem; + margin-bottom: 0.7rem; +} + +h1 { + font-size: 5rem; +} + +h2 { + font-size: 3rem; } #homepage-content { margin-bottom: 2em; } -#homepage-content p { - margin-top: 1em; -} - -#homepage-content p:first-child { +p:first-child { margin-top: 0; } -#homepage-content h2, h3 { - margin-top: 1.5em; +p { + margin-top: 2rem; } \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 3e67faf..6032b9e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,15 +1,50 @@ -Hi, I'm Eryn. My pronouns are [she/her](http://pronoun.is/she). I live in San -Francisco with my [two cats]({{< ref "/cats" >}}). I work in tech. I love outer space. +# Hi! 👋🏻 + +I'm Eryn. My pronouns are [she/her][p]. This is my personal page. + +## Personal + +I'm a queer trans woman. I live in San Francisco with my [two cats][cats]. I was +born in Seattle, WA and grew up in Phoenix, AZ. I attended [Oberlin College][ob] +where I got a degree in Computer Science. {{< tess >}} is my girlfriend. + +I speak English natively, and Spanish competently. ## Hobbies -I love learning new skills, especially things that combine multiple of my -interests and get me away from my computer. +I have a big appetite for learning new skills, especially things that combine +multiple of my interests or get me away from my computer. + +I've been a musician for most of my life. I started on the piano at age seven, +played trumpet in high school, and have picked up a smattering of other +instruments along the way. I still play piano occasionally, but my current +musical obsession is my modular synthesizer. I occasionally record things, and +I'm hoping to share them here on this site. + +Other things I've picked up over the years include: ceramics, calligraphy, +knitting, bread baking, cycling, photography, and astronomy. You can never have +too many hobbies, right? ## Professional I've worked as a software engineer since 2011 for a variety of companies around -the San Francisco Bay Area. For the past six years, I've worked for Apple. I'm -currently on the Authentication Experience team. +the San Francisco Bay Area. For the past six years, I've worked at Apple, first +on the iOS Accessibility team, and now on the Authentication Experience team. -You can check out my [résumé]({{< ref "/resume" >}}) for more details. +Check out my [résumé][r] for more details. + +## Say Hello + +You can find me in lots of other corners of the Internet. I'm most active on +[Twitter][t] and [Instagram][i]. I post music on [SoundCloud][sc] and +[Bandcamp][bc]. I'm on [GitHub][gh] for coding projects. + +[p]: http://pronoun.is/she +[cats]: {{< ref "/cats" >}} +[ob]: https://www.oberlin.edu +[r]: {{< ref "/resume" >}} +[t]: https://twitter.com/erynofwales +[i]: https://www.instagram.com/erynofwales/ +[sc]: https://soundcloud.com/purlsnbeeps +[bc]: https://erynwells.bandcamp.com/releases +[gh]: https://github.com/erynofwales \ No newline at end of file