- React
- Vite
- Tailwind CSS
- ShadCN UI Components
- GSAP Animations
- Vercel Deploy
- Updating Upcoming Events Carousel Cards:
- Navigate to
src/components/eventcards/HomeCarousel.jsx. - To edit each individual card, go to
src/components/eventcards/HomeEventCard.jsx.
- Navigate to
- Updating Speakers and Sponsors:
- Edit the speakers and sponsors sections in the
src/pages/Horizon.jsxpage.
- Edit the speakers and sponsors sections in the
-
Updating Finance Resources Content:
- Go to
src/pages/resources-pages/Finance.jsx. - Modify the data arrays at the beginning of the file.
- Go to
-
Updating Newsletters Content:
- Navigate to
src/assets/data/newsletters/1.js. - Update the two exports: one for Newsletter Display Cards Data and another for Newsletter Content Data. Follow the format provided in the file.
- Navigate to
- Updating Team Member Details:
- Go to
src/assets/data/team/teamData.js. - Update the details as per the existing format.
- Go to
Please ensure to include detailed commit messages whenever making a new commit!