Skip to content

Commit

Permalink
feat: add resume
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwolfcr committed Aug 25, 2023
1 parent 2dd5612 commit ba50d2c
Show file tree
Hide file tree
Showing 13 changed files with 483 additions and 31 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"css.customData": [".vscode/tailwind.json"],
"tailwindCSS.experimental.classRegex": [["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]]
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["tw\\([\"'`]([^\"'`]*)[\"'`]\\)"]
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dependencies": {
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tooltip": "1.0.6",
"@react-pdf/renderer": "3.1.12",
"@tabler/icons-react": "2.32.0",
"@vercel/analytics": "1.0.2",
"clsx": "2.0.0",
Expand All @@ -41,6 +42,7 @@
"@kevinwolfcr/eslint-config-react-nextjs": "1.0.1",
"@kevinwolfcr/prettier-config": "1.0.1",
"@radix-ui/colors": "2.1.0",
"@react-pdf/types": "2.3.3",
"@tailwindcss/forms": "0.5.5",
"@types/node": "20.5.4",
"@types/react": "18.2.21",
Expand Down
Loading

1 comment on commit ba50d2c

@vercel
Copy link

@vercel vercel bot commented on ba50d2c Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.