Skip to content

Commit

Permalink
chore: add services section, small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes committed Jan 6, 2024
1 parent ea5161c commit b395b5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/assets/stylesheet/style.scss
Expand Up @@ -159,3 +159,8 @@ footer {
}
}
}

.clean-list-style {
list-style: disc;
margin-left: 30px;
}
17 changes: 12 additions & 5 deletions src/index.pug
Expand Up @@ -60,21 +60,28 @@ html(lang="en")
p
| I build web experiences at Kohl's Technology Center using TypeScript and React.
| I'm also an Extreme Programming (XP) coach helping Kohl's engineering teams grow their XP chops.
p I πŸ’– product development, developer enablement 🀝, and automating the hard things πŸ€–
p I πŸ’– product development, developer enablement 🀝, and automating the hard things πŸ€–.
div
h2 πŸ”Œ What services I offer
p Feel free to #[a(href="mailto:tj@tjmaynes.com") contact me] if you need consultation on the following:
ul.clean-list-style
li Fullstack, agile product development
li Designing, developing, and managing CI/CD pipelines
li Implementing XP practices such as Pair Programming & Test-driven Development
div
h2 πŸ‘¨β€πŸš€ Some projects I'm proud of
ul
li #[a(href="https://image-analyzer.tjmaynes.com") Image Analyzer] - a NextJS app that allows users to analyze images using MobileNet (via TensorflowJS), ChatGPT (for image descriptions), and Cloudflare Pages
li #[a(href="https://image-analyzer.tjmaynes.com") Image Analyzer] - a NextJS app that allows users to analyze images using MobileNet (via TensorflowJS) and running on Cloudflare Pages
li #[a(href="https://github.com/tjmaynes/playbooks") Playbooks] - Ansible playbooks for managing my developer workstations across Macos & Ubuntu
li #[a(href="https://github.com/tjmaynes/career") Career] - My resume & CV written in LaTeX
div
h2 πŸš€ What I'm learning
p
| I'm learning how to design and implement scalable #[a(href="https://nextjs.org/docs") Nextjs] web experiences πŸ§ͺ.
| I'm learning how to design scalable web experiences with #[a(href="https://nextjs.org/docs") Nextjs] running on Cloudflare.
| Also, learning how to compose techno music using #[a(href="https://vcvrack.com/") VCV Rack] (modular synthesis) πŸŽ›οΈ.
div
h2 🌍 Where I'm coding from
p Rochester, Minnesota (Central Timezone)
h2 🌎 Where I'm coding from
p πŸ‡ΊπŸ‡Έ Rochester, Minnesota (Central Timezone)
footer
div
p Built using #[a(href="https://github.com/tjmaynes/tjmaynes.com") Webpack & Pugjs]

0 comments on commit b395b5b

Please sign in to comment.