diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dad712c..308c597 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/docs/index.html b/docs/index.html index ed3af3a..54883f4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -469,7 +469,7 @@

Stephen Brown II


- +
@@ -559,7 +559,7 @@

Stephen Brown II


- +
@@ -600,7 +600,7 @@

Stephen Brown II


- +
Software Test Specialist - Tier 3 Escalations @@ -617,7 +617,7 @@

Stephen Brown II


- +
Counter Operations Agent @@ -633,7 +633,7 @@

Stephen Brown II


- +
Tech Support Specialist @@ -798,21 +798,21 @@

Stephen Brown II

- +
“Stephen is a very thoughtful, meticulous engineer. I can count on him to understand the nuances of technologies we work with, and leverage them to make our products more robust.”
Scott Thurston · Principal Software Engineer at JumpCloud
- +
“Stephen is a great software engineer with a technical focus in Go, Bash, and device and identity management, along with strong foundational Linux skills. In our time working together, he demonstrated a practical understanding of these technologies and a straightforward approach to problem-solving. He will bring these specific technical capabilities to any team looking to leverage his skill set.”
Jose Palma · Staff Software Engineer at JumpCloud
- +
“Stephen is an exceptional teammate with an impressive command of Linux systems and a proactive approach to software quality. He has a keen eye for system architecture, often identifying edge cases and integration issues before they can escalate. As a curious, tech-forward developer, he elevates the work of everyone around him. I highly recommend him and truly appreciate the opportunity to work alongside him on the devices team.”
Steve Zazeski · Senior Software Engineer at JumpCloud @@ -844,7 +844,7 @@

Stephen Brown II

if (nw > 0 && isFinite(colW / nw)) { nameEl.style.fontSize = ((parseFloat(getComputedStyle(nameEl).fontSize) * colW / nw) / htmlFs).toFixed(4) + 'rem'; } - + nameEl.style.whiteSpace = ''; var lr = document.createRange(); @@ -868,7 +868,3 @@

Stephen Brown II

- - - - diff --git a/go/businesscardsvg.go b/go/businesscardsvg.go index 8023a04..7034089 100644 --- a/go/businesscardsvg.go +++ b/go/businesscardsvg.go @@ -51,14 +51,14 @@ type svgCardData struct { } const ( - svgContentX = 32.0 // 18pt bleed + 14pt padding - svgLeftColW = 149.0 // 224pt usable - 68pt QR - 7pt gap - svgQRX = 188.0 // svgContentX + svgLeftColW + 7 - svgQRY = 80.0 // content bottom − QR size - svgQRSize = 68.0 - svgContentBotY = 148.0 // 18 bleed + 144 live − 14 padding - svgContactFS = 6.5 - svgContactLineH = 11.0 + svgContentX = 32.0 // 18pt bleed + 14pt padding + svgLeftColW = 149.0 // 224pt usable - 68pt QR - 7pt gap + svgQRX = 188.0 // svgContentX + svgLeftColW + 7 + svgQRY = 80.0 // content bottom − QR size + svgQRSize = 68.0 + svgContentBotY = 148.0 // 18 bleed + 144 live − 14 padding + svgContactFS = 6.5 + svgContactLineH = 11.0 ) func buildSVGCardData(basics Basics, nameFont string) (svgCardData, error) { diff --git a/plans/go.md b/plans/go.md index 36d8f66..e9b0738 100644 --- a/plans/go.md +++ b/plans/go.md @@ -315,14 +315,14 @@ func main() { } tmpl := template.Must(template.New("resume").Funcs(funcMap).Parse(resumeTemplate)) - + out, err := os.Create(*output) // handle err defer out.Close() - + err = tmpl.Execute(out, tmplData) // handle err - + fmt.Fprintf(os.Stderr, "wrote %s\n", *output) } ``` diff --git a/themes/block.html b/themes/block.html index b1a6f9f..e2f59c3 100644 --- a/themes/block.html +++ b/themes/block.html @@ -971,4 +971,4 @@

{{- if .reference }}— {{ end }}{{ .name }}

{{- end }} - \ No newline at end of file + diff --git a/themes/positive.html b/themes/positive.html index ba4c188..c68e72c 100644 --- a/themes/positive.html +++ b/themes/positive.html @@ -409,4 +409,4 @@

{{ with .roles }}{{ . | join ", " }},{{ end }} - \ No newline at end of file +