From f870bd28d86cf80ff95bd6098ed4dd331a50aeed Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 3 Apr 2025 13:58:58 -0700 Subject: [PATCH] feat: make resume print nicer --- resume/index.html | 77 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 66 insertions(+), 11 deletions(-) diff --git a/resume/index.html b/resume/index.html index 655d416..9e9adc3 100644 --- a/resume/index.html +++ b/resume/index.html @@ -17,7 +17,7 @@ .title { font-size: 1.3rem; } - .subtitle { + [class^="subtitle"] { font-size: 1.15rem; } .company { @@ -29,7 +29,8 @@ .type::before { content: " - "; } - .date { + .date, + [class^="subdate"] { font-size: 0.8rem; } .info { @@ -60,6 +61,56 @@ hr { display: none !important; } + .card { + display: grid; + grid-template-areas: + "title title title title" + "company type date date" + "subtitle subdate subdate subdate" + "subtitle2 subdate2 subdate2 subdate2" + "subtitle3 subdate3 subdate3 subdate3"; + text-align: left; + } + .date, + [class^="subdate"] { + font-style: italic; + text-align: right; + } + .title { + grid-area: title; + } + .type { + grid-area: type; + font-style: normal; + } + .company { + grid-area: company; + text-decoration: none; + } + .date { + grid-area: date; + } + .subtitle { + grid-area: subtitle; + } + .subdate { + grid-area: subdate; + } + .subtitle2 { + grid-area: subtitle2; + } + .subdate2 { + grid-area: subdate2; + } + .subtitle3 { + grid-area: subtitle3; + } + .subdate3 { + grid-area: subdate3; + } + .cta { + display: none; + } } @@ -75,8 +126,11 @@ background in community management, software engineering, and developer experience, I strive to create accessible pathways for diverse talent.

-

- Interested in hiring me? See what past clients have to say. +

+ Interested in hiring me? + See what past clients have to say.

Employment

@@ -91,7 +145,7 @@ June 2024 - present

Community Bot Engineer

-

July 2023 - June 2024

+

July 2023 - June 2024

Educational Web Developer and Community Manager

@@ -168,13 +222,13 @@ Nov 2016 - Apr 2020

Person-in-Charge

-

Aug 2013 - Nov 2016

+

Aug 2013 - Nov 2016


-

Produce Clerk

-

Feb 2010 - Aug 2013

+

Produce Clerk

+

Feb 2010 - Aug 2013


-

Courtesy Clerk

-

Aug 2009 - Feb 2010

+

Courtesy Clerk

+

Aug 2009 - Feb 2010

@@ -325,8 +379,9 @@