Skip to content

Commit

Permalink
chore: add projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes committed Dec 30, 2023
1 parent ddccaa7 commit 378842a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/assets/stylesheets/style.scss
Expand Up @@ -114,9 +114,13 @@ article {
}
}

p {
p, li {
padding-top: 6px;
}

ul {
list-style: none;
}
}

footer {
Expand Down
12 changes: 10 additions & 2 deletions src/index.pug
Expand Up @@ -30,11 +30,19 @@ html(lang="en")
main
article
div
h2 πŸ‘¨β€πŸ’» What I'm doing now
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.

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
div
h2 🌍 Where I'm coding from
p Rochester, Minnesota (Central Timezone)
Expand Down

0 comments on commit 378842a

Please sign in to comment.