Convert resume to a page bundle with an embedded stylesheet
This commit is contained in:
parent
c1b44a4c83
commit
d064415d9c
3 changed files with 22 additions and 2 deletions
|
@ -5,8 +5,6 @@ draft: false
|
|||
type: resume
|
||||
---
|
||||
|
||||
## Experience
|
||||
|
||||
{{< resume_section company="Apple" team="Authentication Experience" from=2019 >}}
|
||||
|
||||
- Presented a video at WWDC 2021 called [Secure login with iCloud Keychain
|
22
content/resume/style.css
Normal file
22
content/resume/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue