Skip to content

Rajat32-op/FCC-24-25

 
 

Repository files navigation

FCC IIT Hyderabad Website

Tech Stack and Imports Used

  • React
  • Vite
  • Tailwind CSS
  • ShadCN UI Components
  • GSAP Animations
  • Vercel Deploy

Steps to Update Data on the Website

Home Page ("/")

  1. Updating Upcoming Events Carousel Cards:
    • Navigate to src/components/eventcards/HomeCarousel.jsx.
    • To edit each individual card, go to src/components/eventcards/HomeEventCard.jsx.

Horizon Page ("/horizon")

  1. Updating Speakers and Sponsors:
    • Edit the speakers and sponsors sections in the src/pages/Horizon.jsx page.

Resources Page ("/resources")

  1. Updating Finance Resources Content:

    • Go to src/pages/resources-pages/Finance.jsx.
    • Modify the data arrays at the beginning of the file.
  2. 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.

Team Page ("/team")

  1. Updating Team Member Details:
    • Go to src/assets/data/team/teamData.js.
    • Update the details as per the existing format.

Commit Guidelines

Please ensure to include detailed commit messages whenever making a new commit!


Ciao!

About

FCC IIT Hyderabad Website Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.6%
  • TypeScript 20.2%
  • CSS 2.4%
  • HTML 0.8%