Skip to content

Commit

Permalink
chore: add learning section
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes committed Dec 30, 2023
1 parent 378842a commit 403d5ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/assets/stylesheets/style.scss
Expand Up @@ -45,7 +45,7 @@ time, mark, audio, video {
/* stylelint-enable */

body {
padding: 10px;
padding: 10px 10px 30px 10px;
font:
16px/1.5 "Inconsolata",
"Lucida Sans Typewriter",
Expand Down Expand Up @@ -104,7 +104,7 @@ header {
}

article {
padding: 1.5rem 0;
padding: 1.5rem 0 0.9rem 0;

div {
padding-bottom: 1.5rem;
Expand Down
23 changes: 13 additions & 10 deletions src/index.pug
Expand Up @@ -32,17 +32,20 @@ html(lang="en")
div
h2 πŸ‘¨β€πŸ’» What I do for work
p
| Building web experiences at Kohl's Technology Center using Typescript/Javascript and React.
| Also, helping Kohl's webstore teams grow their Extreme Programming (XP) chops.
| I build web experiences at Kohl's Technology Center using TypeScript and React.
| Also, coaching Kohl's engineering teams on Extreme Programming (XP) practices.
p I πŸ’– product development, consulting / dev enablement πŸ€—, and automating the hard things πŸ€–
div
h2 πŸš€ Some projects I'm proud of
h2 πŸš€ What I'm learning
p
| I'm learning how to design and implement scalable #[a(href="https://nextjs.org/docs") Nextjs] web experiences πŸ§ͺ.
| Also, learning how to compose techno music using #[a(href="https://vcvrack.com/") VCV Rack] (modular synthesis) πŸŽ›οΈ.
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, and 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://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://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 🌍 Where I'm coding from
p Rochester, Minnesota (Central Timezone)
Expand All @@ -56,4 +59,4 @@ html(lang="en")
li
a(href="https://linkedin.com/in/tjmaynes") LinkedIn
div
p Built with #[a(href="https://github.com/tjmaynes/tjmaynes.com") Pug & Webpack]
p Built using #[a(href="https://github.com/tjmaynes/tjmaynes.com") Webpack & Pugjs]

0 comments on commit 403d5ff

Please sign in to comment.