Skip to content

Commit

Permalink
more techs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindotdev committed Oct 20, 2024
1 parent a282c93 commit a1ccdf7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
15 changes: 15 additions & 0 deletions public/logos/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/webpack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ const technologies = [
type: "Frontend",
isLearning: true,
},
{
key: 11,
name: "Webpack",
image: "logos/webpack.png",
link: "https://webpack.js.org/",
type: "Frontend",
isLearning: true,
},
{
key: 30,
name: "CSS3",
Expand Down Expand Up @@ -283,22 +291,30 @@ const technologies = [
},
{
key: 73,
name: "Vite",
image: "logos/vite.svg",
link: "https://vitejs.dev/",
type: "Tool",
isLearning: false,
},
{
key: 74,
name: "GitHub Copilot",
image: "logos/copilot.png",
link: "https://github.com/features/copilot",
type: "Tool",
isLearning: false,
},
{
key: 74,
key: 75,
name: "ChatGPT",
image: "logos/ChatGPT_logo.svg.png",
link: "https://chat.openai.com/",
type: "Tool",
isLearning: false,
},
{
key: 75,
key: 76,
name: "Stripe",
image: "logos/stripe.png",
link: "https://www.stripe.com/",
Expand Down

0 comments on commit a1ccdf7

Please sign in to comment.