diff options
author | Aaron Ball <nullspoon@oper.io> | 2024-05-23 10:11:26 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2024-05-23 10:24:02 -0600 |
commit | 2acf54b5ed5c34ccb52d37357033030e699c5c13 (patch) | |
tree | 8683ee3be53ab1f70974a83047e31c71847318fe /res | |
parent | 69c9024a79b7c01df2ecd007679fb84e90178c2e (diff) | |
download | resume-2acf54b5ed5c34ccb52d37357033030e699c5c13.tar.gz resume-2acf54b5ed5c34ccb52d37357033030e699c5c13.tar.xz |
Huge updates to resume and styling and makefile
Updates to style to better handle code elements (lighter text and a very
light background color).
Removed rst build from makefile targets
Huge updates to the resume. Added a few items to DataRobot. Went back
and tagged skills items with relevant languages or tools (see earlier
code element item). Cleaned up some past jobs to save space and keep the
resume under **5 pages** (!!!), while increasing the font juuuust a
little bit both on print and screen medias.
Rewrote the profile description. This thing hasn't been touched in years
and years. Still relevant, but could be better. Also updated some
tooling experience durations.
Some minor corrections of capitalization and whitespace.
Diffstat (limited to 'res')
-rw-r--r-- | res/style-markdown.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/res/style-markdown.css b/res/style-markdown.css index 2c3698a..9b53e8b 100644 --- a/res/style-markdown.css +++ b/res/style-markdown.css @@ -3,6 +3,7 @@ body { background:#fff; background-color:#fff; font-family:'DejaVu Sans'; + /*font-family:'Iosevka Aile';*/ background-image:linear-gradient(to top right, #211, #223040); text-align:left; @@ -26,7 +27,7 @@ body { width:9.5in; padding:.5in; background-color:#fefefe; - font-size:14px; + font-size:15px; /*border:1px solid #eee;*/ border-radius:2px; box-shadow: 1px 1px 7px #aaa; @@ -131,6 +132,15 @@ div#education { text-align:left; } +code { + white-space:pre; + font-family:monospace; + color:#777; + background-color:#fafafa; + padding:1px; + border-radius:3px; +} + @media print { @page { @@ -138,7 +148,7 @@ div#education { margin:8mm 7mm; } body { - font-size:8pt; + font-size:8.1pt; background-image:none; } } |