Lots of home page update

This commit is contained in:
Eryn Wells 2021-10-06 09:25:23 -07:00
parent bbef7dcc92
commit 4e66ee142e
2 changed files with 66 additions and 16 deletions

View file

@ -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;
}

View file

@ -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