Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 9 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ <h1 class="name">Stephen Brown II</h1>

</div>
<hr class="job-divider">

<div class="employer-group">
<div class="employer-header">
<div>
Expand Down Expand Up @@ -559,7 +559,7 @@ <h1 class="name">Stephen Brown II</h1>
</div>

<hr class="job-divider">

<div class="employer-group">
<div class="employer-header">
<div>
Expand Down Expand Up @@ -600,7 +600,7 @@ <h1 class="name">Stephen Brown II</h1>
</div>

<hr class="job-divider">

<div class="job">
<div class="job-header">
<span class="job-title">Software Test Specialist - Tier 3 Escalations</span>
Expand All @@ -617,7 +617,7 @@ <h1 class="name">Stephen Brown II</h1>
</div>

<hr class="job-divider">

<div class="job">
<div class="job-header">
<span class="job-title">Counter Operations Agent</span>
Expand All @@ -633,7 +633,7 @@ <h1 class="name">Stephen Brown II</h1>
</div>

<hr class="job-divider">

<div class="job">
<div class="job-header">
<span class="job-title">Tech Support Specialist</span>
Expand Down Expand Up @@ -798,21 +798,21 @@ <h1 class="name">Stephen Brown II</h1>
</div>

</div>

<div class="testimonial">
<blockquote>&#8220;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.&#8221;</blockquote>
<cite><a href="https://www.linkedin.com/in/scott-thurston-80031/">Scott Thurston &middot; Principal Software Engineer at JumpCloud</a>
</cite>
</div>


<div class="testimonial">
<blockquote>&#8220;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.&#8221;</blockquote>
<cite><a href="https://www.linkedin.com/in/joserpalma/">Jose Palma &middot; Staff Software Engineer at JumpCloud</a>
</cite>
</div>


<div class="testimonial">
<blockquote>&#8220;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.&#8221;</blockquote>
<cite><a href="https://www.linkedin.com/in/stevezazeski/">Steve Zazeski &middot; Senior Software Engineer at JumpCloud</a>
Expand Down Expand Up @@ -844,7 +844,7 @@ <h1 class="name">Stephen Brown II</h1>
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();
Expand All @@ -868,7 +868,3 @@ <h1 class="name">Stephen Brown II</h1>
</script>
</body>
</html>




16 changes: 8 additions & 8 deletions go/businesscardsvg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
6 changes: 3 additions & 3 deletions plans/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
```
Expand Down
2 changes: 1 addition & 1 deletion themes/block.html
Original file line number Diff line number Diff line change
Expand Up @@ -971,4 +971,4 @@ <h4>{{- if .reference }}&mdash; {{ end }}{{ .name }}</h4>
{{- end }}
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion themes/positive.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ <h3>{{ with .roles }}<em>{{ . | join ", " }}</em>,{{ end }}
</main>
</body>

</html>
</html>