Lots of home page update
This commit is contained in:
parent
bbef7dcc92
commit
4e66ee142e
2 changed files with 66 additions and 16 deletions
|
@ -1,26 +1,41 @@
|
||||||
/* home.css */
|
/* home.css */
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--link-color: #3486ff;
|
||||||
|
}
|
||||||
|
|
||||||
main a {
|
main a {
|
||||||
color: #3486ff;
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
main a:hover {
|
main a:hover {
|
||||||
color: ver(--fog);
|
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 {
|
#homepage-content {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#homepage-content p {
|
p:first-child {
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#homepage-content p:first-child {
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#homepage-content h2, h3 {
|
p {
|
||||||
margin-top: 1.5em;
|
margin-top: 2rem;
|
||||||
}
|
}
|
|
@ -1,15 +1,50 @@
|
||||||
Hi, I'm Eryn. My pronouns are [she/her](http://pronoun.is/she). I live in San
|
# Hi! 👋🏻
|
||||||
Francisco with my [two cats]({{< ref "/cats" >}}). I work in tech. I love outer space.
|
|
||||||
|
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
|
## Hobbies
|
||||||
|
|
||||||
I love learning new skills, especially things that combine multiple of my
|
I have a big appetite for learning new skills, especially things that combine
|
||||||
interests and get me away from my computer.
|
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
|
## Professional
|
||||||
|
|
||||||
I've worked as a software engineer since 2011 for a variety of companies around
|
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
|
the San Francisco Bay Area. For the past six years, I've worked at Apple, first
|
||||||
currently on the Authentication Experience team.
|
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
|
Loading…
Add table
Add a link
Reference in a new issue