diff --git a/src/data/user/Hackpacks.tsx b/src/data/user/Hackpacks.tsx deleted file mode 100644 index 1f6904bf7..000000000 --- a/src/data/user/Hackpacks.tsx +++ /dev/null @@ -1,120 +0,0 @@ -import { - SiJavascript as Javascript, - SiArduino as Arduino, - SiNextdotjs as Nextjs, - SiTailwindcss as Tailwind, - SiFirebase as Firebase, - SiCplusplus as CPlusPlus, - SiMongodb as Mongodb, - SiPython as Python, - SiUnity as Unity, - SiGithubactions as GithubActions, - SiEslint as Eslint, - SiPrettier as Prettier, - SiDiscord as Discord, - SiJupyter as Jupyter, - SiPandas as Pandas, -} from "@icons-pack/react-simple-icons"; - -export const TECHSTACKS: Record = { - Javascript: , - "Next.js": , - Firebase: , - Tailwind: , - MongoDB: , - Arduino: , - Python: , - Unity: , - "C++": , - "Github Actions": , - Eslint: , - Prettier: , - Discord: , - Jupyter: , - Pandas: , -}; -export const HACKPACKS = [ - { - link: "https://github.com/acm-ucr/firebase-nextjs-hackpack", - text: "Firebase Web App", - techs: [ - "Javascript", - "Next.js", - "Firebase", - "Tailwind", - "Prettier", - "Eslint", - "Github Actions", - ], - description: "A Firebase + Next.js Starter Pack", - }, - { - link: "https://github.com/acm-ucr/firebase-nextjs-hackpack", - text: "MongoDB Web App", - techs: [ - "Javascript", - "Next.js", - "MongoDB", - "Tailwind", - "Prettier", - "Eslint", - "Github Actions", - ], - description: "A MongoDB + Next.js Starter Pack", - }, - { - link: "https://github.com/acm-ucr/nextjs-hackpack", - text: "Full Stack Web App", - techs: [ - "Javascript", - "Next.js", - "Tailwind", - "Prettier", - "Eslint", - "Github Actions", - ], - description: "A Next.js Starter Pack", - }, - { - link: "https://github.com/acm-ucr/arduino-hackpack", - text: "Hardware", - techs: ["Arduino", "C++"], - description: "An Arduino Starter Pack", - }, - { - link: "https://github.com/acm-ucr/unity-hackpack", - text: "Game Development", - techs: ["Unity"], - description: "A Unity Starter Pack", - }, - { - link: "https://github.com/acm-ucr/discord-javascript-hackpack", - text: "Javascript Discord Bot", - techs: ["Javascript", "Discord", "Prettier", "Eslint", "Github Actions"], - description: "A Javascript + Discord API Starter Pack", - }, - { - link: "https://github.com/acm-ucr/discord-python-hackpack", - text: "Python Discord Bot", - techs: ["Python"], - description: "A Python + Discord API Starter Pack", - }, - { - link: "https://github.com/acm-ucr/discord-python-hackpack", - text: "Computer Vision", - techs: ["Python"], - description: "A Computer Vision Starter Pack", - }, - { - link: "https://github.com/acm-ucr/python-hackpack", - text: "Python", - techs: ["Python"], - description: "A Python Starter Pack", - }, - { - link: "https://github.com/acm-ucr/python-hackpack", - text: "Machine Learning", - techs: ["Python", "Jupyter", "Pandas"], - description: "A Machine Learning Starter Pack", - }, -];