Convert resume to a page bundle with an embedded stylesheet

This commit is contained in:
Eryn Wells 2021-12-23 16:53:30 -07:00
parent c1b44a4c83
commit d064415d9c
3 changed files with 22 additions and 2 deletions

View file

@ -5,8 +5,6 @@ draft: false
type: resume type: resume
--- ---
## Experience
{{< resume_section company="Apple" team="Authentication Experience" from=2019 >}} {{< resume_section company="Apple" team="Authentication Experience" from=2019 >}}
- Presented a video at WWDC 2021 called [Secure login with iCloud Keychain - Presented a video at WWDC 2021 called [Secure login with iCloud Keychain

22
content/resume/style.css Normal file
View file

@ -0,0 +1,22 @@
/* resume.css
* Eryn Wells <eryn@erynwells.me>
*/
.flex-date {
display: flex;
align-items: baseline;
}
.flex-date .date {
margin-left: auto;
font-size: 1.9rem;
font-style: italic;
}
header h3 {
margin-bottom: 0;
}
ul {
margin-top: 0;
}