From db1b7ee5e6b1a473bdca60469f7223988af6f9ea Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sat, 22 Nov 2025 09:57:29 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Apply=20styling=20changes=20for?= =?UTF-8?q?=20print=20resume?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scss/extra.scss | 22 +++++++ assets/scss/resume.scss | 87 ++++++++++++++++++++++++- content/web/index.md | 12 +++- content/web/sections/005-contact.md | 2 - layouts/_default/web-resume.resume.html | 6 ++ layouts/_partials/projects.resume.html | 1 + 6 files changed, 124 insertions(+), 6 deletions(-) diff --git a/assets/scss/extra.scss b/assets/scss/extra.scss index 23030a6..ba09e87 100644 --- a/assets/scss/extra.scss +++ b/assets/scss/extra.scss @@ -104,6 +104,28 @@ figure { } } +#education { + .container { + padding: 20px; + + display: grid; + grid-template-columns: 1fr 1fr; + + & > * { + padding: 0; + margin: 0; + + &:nth-child(odd) { + text-align: left; + } + + &:nth-child(even) { + text-align: right; + } + } + } +} + section > h2 { line-height: 1.0; } diff --git a/assets/scss/resume.scss b/assets/scss/resume.scss index a43c144..60709a2 100644 --- a/assets/scss/resume.scss +++ b/assets/scss/resume.scss @@ -1,5 +1,90 @@ +* { + font-family: "Open Sans", sans-serif; + font-optical-sizing: auto; + font-variation-settings: "wdth" 100; + font-size: 10pt; +} + +.noprint { + display: none; +} + +a { + text-decoration: none; + color: inherit; +} + +h2 { + font-size: 13pt; + text-align: center; + border-bottom: 1px solid gray; + padding-bottom: 1em; + text-transform: uppercase; +} + header { h1, p { text-align: center; } -} \ No newline at end of file + h1 { + font-family: "Scope One", serif; + font-weight: 400; + font-style: normal; + font-size: 29pt; + margin-bottom: 0.05em; + } + p { + margin-top: 0; + font-size: 14pt; + } +} + +#workhistory { + & > ul { + & > li:last-child { + display: none; + } + } +} + +#contact p { + font-size: 10pt; + + display: grid; + grid-gap: .35rem; + grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + text-align: center; + + &:first-child { + margin-bottom: 0; + } + &:last-child { + margin-top: 0; + } +} + +#projects { + li { + a { + font-weight: bold; + } + } +} + +#education { + .container { + padding: 20px; + + display: grid; + grid-template-columns: 1fr 1fr; + + & > * { + padding: 0; + margin: 0; + + &:nth-child(even) { + text-align: right; + } + } + } +} diff --git a/content/web/index.md b/content/web/index.md index 0e3db6c..69d0519 100644 --- a/content/web/index.md +++ b/content/web/index.md @@ -144,8 +144,14 @@ outputs = ['html','resume'] ## Education -University of Texas at Austin -August 2004 - May 2008 -Bachelor of the Arts - Theater +
+ +**Bachelor of the Arts - Theater** + +University of Texas at Austin + +August 2004 - May 2008 + +
diff --git a/content/web/sections/005-contact.md b/content/web/sections/005-contact.md index c5390c2..be0314a 100644 --- a/content/web/sections/005-contact.md +++ b/content/web/sections/005-contact.md @@ -6,6 +6,4 @@ id: contact 📞 +1 (704) 326-1626 📧 [dan@danielrayjones.com](mailto:dan@danielrayjones.com) 🌐 https://danielrayjones.com/ - - 📍 Open to remote positions diff --git a/layouts/_default/web-resume.resume.html b/layouts/_default/web-resume.resume.html index 552fa3b..af3a31d 100644 --- a/layouts/_default/web-resume.resume.html +++ b/layouts/_default/web-resume.resume.html @@ -2,6 +2,12 @@ + {{ .Title }} + + + + + {{ $options := (dict "targetPath" "resume.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $style := resources.Get "scss/resume.scss" | css.Sass $options | resources.Fingerprint }} diff --git a/layouts/_partials/projects.resume.html b/layouts/_partials/projects.resume.html index e6be8cc..ea3b8ec 100644 --- a/layouts/_partials/projects.resume.html +++ b/layouts/_partials/projects.resume.html @@ -1,4 +1,5 @@ {{ with . | transform.Unmarshal -}} +

Selected Open Source Projects