diff --git a/data/workshops_info.json b/data/workshops_info.json index e063c6d..d869e16 100644 --- a/data/workshops_info.json +++ b/data/workshops_info.json @@ -1,54 +1,26 @@ [ { - "name": "Blockchain Workshop", - "description": "Curious about blockchain development? VandyHacks and Vanderbilt Blockchain are hosting a workshop together to teach you everything you need to know about starting your blockchain development career!", - "imgUrl": "/workshops/blockchain.jpeg", - "repoLink": "https://github.com/VandyHacks/22S-Blockchain-Workshop" + "name": "3D Web Development Workshop", + "description": "If you want to make 3D models and wireframes from scratch using simple code, then this is a great workshop to learn from.", + "imgUrl": "/workshops/3d.png", + "repoLink": "https://github.com/kevjin02/vh-threejs-fireworks/tree/main" }, { - "name": "Data Science 1010101", - "description": "Data science is a rapidly growing field crucial to any modern-day company's success, which means it's also important to us college kids!", - "imgUrl": "/workshops/datascience.jpeg", - "repoLink": "https://github.com/VandyHacks/22S-Data-Science-Workshop" + "name": "Intro to Cross-Platform App Development", + "description": "Learn how to build apps that can be accessed from both the web and as an iOS or Android app.", + "imgUrl": "/workshops/ionic.png", + "repoLink": "https://github.com/VandyHacks/intro-ionic-capacitor" }, { - "name": "The Power of LaTeX", - "description": "If you haven’t heard of LaTeX before, all the more reason to come to our workshop! LaTex is a hugely popular tool for writing professional documents in academia. It's great for students who have to write everything from research papers to resumes.", - "imgUrl": "/workshops/datascience.jpeg", - "repoLink": "https://github.com/VandyHacks/22S-LaTeX-Workshop" + "name": "Open GL Workshop", + "description": "Join VandyHacks for a long-form deep-dive into Open GL. Build the graphics for a Minecraft clone in this 90 minute-long workshop.", + "imgUrl": "/workshops/graphics.png", + "repoLink": "https://vhl.ink/minecraft" }, { - "name": "Full Stack Development Workshop #1", - "description": "This workshop introduces you to web development. No prior experience needed!", - "imgUrl": "/workshops/fullstack.jpeg", - "videoLink": "https://www.youtube.com/watch?v=axmW8t08s4c", - "repoLink": "https://github.com/VH-Mentorship/workshop" - }, - { - "name": "Full Stack Development Workshop #2", - "description": "This workshop teaches the basics of React.js to create a responsive to-do list.", - "imgUrl": "/workshops/fullstack.jpeg", - "videoLink": "https://www.youtube.com/watch?v=ZdttLq9D7Uo", - "repoLink": "https://github.com/VH-Mentorship/workshop3setup" - }, - { - "name": "Full Stack Development Workshop #3", - "description": "This workshop introduces Firebase to store data and authenticate users.", - "imgUrl": "/workshops/fullstack.jpeg", - "videoLink": "https://www.youtube.com/watch?v=ZP3ECTqpquA", - "repoLink": "https://github.com/VH-Mentorship/workshop4setup" - }, - { - "name": "Full Stack Development Workshop #4 (Finale)", - "description": "This workshop will help you pull Brightspace assignments and learn how to deploy your project on the Internet.", - "imgUrl": "/workshops/fullstack.jpeg", - "videoLink": "https://www.youtube.com/watch?v=7LnYXnKgNcU", - "repoLink": "https://github.com/VH-Mentorship/workshop-completed" - }, - { - "name": "Holiday Workshop", - "description": "Learn how to build a Chrome extension that spice up websites with holiday spirit!", - "imgUrl": "/workshops/holiday.jpeg", - "repoLink": "https://github.com/VandyHacks/21F-Holiday-Workshop" + "name": "Web Security Workshop", + "description": "Join VandyHacks and Vanderbilt Capture The Flag Club for an introductory workshop on web security! Learn more about SQL injection, XSS attacks, and more as you hack custom websites.", + "imgUrl": "/workshops/security.jpg", + "repoLink": "https://github.com/VandyHacks/intro-ctf-workshop" } ] diff --git a/public/workshops/3d.png b/public/workshops/3d.png new file mode 100644 index 0000000..60bbd46 Binary files /dev/null and b/public/workshops/3d.png differ diff --git a/public/workshops/graphics.png b/public/workshops/graphics.png new file mode 100644 index 0000000..291f51b Binary files /dev/null and b/public/workshops/graphics.png differ diff --git a/public/workshops/ionic.png b/public/workshops/ionic.png new file mode 100644 index 0000000..69d4e8d Binary files /dev/null and b/public/workshops/ionic.png differ diff --git a/public/workshops/security.jpg b/public/workshops/security.jpg new file mode 100644 index 0000000..84fd9f7 Binary files /dev/null and b/public/workshops/security.jpg differ