diff --git a/public/logos/vite.svg b/public/logos/vite.svg new file mode 100644 index 0000000..de4aedd --- /dev/null +++ b/public/logos/vite.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/logos/webpack.png b/public/logos/webpack.png new file mode 100644 index 0000000..735e7a1 Binary files /dev/null and b/public/logos/webpack.png differ diff --git a/src/constants/index.ts b/src/constants/index.ts index f8e02cf..7963e82 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -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", @@ -283,6 +291,14 @@ 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", @@ -290,7 +306,7 @@ const technologies = [ isLearning: false, }, { - key: 74, + key: 75, name: "ChatGPT", image: "logos/ChatGPT_logo.svg.png", link: "https://chat.openai.com/", @@ -298,7 +314,7 @@ const technologies = [ isLearning: false, }, { - key: 75, + key: 76, name: "Stripe", image: "logos/stripe.png", link: "https://www.stripe.com/",