Just clone the repo, make some edits, and there you go, you have a good looking responsive club website! 🚀
- Install Dependencies:
npm i
- Running it locally:
npm run dev
- Visit localhost:5173
Add your component here after importing using import exportedComponent from 'path'
Use {id:---,imgURL: '---',dept: "---",text: "---",},
to add a new photo card element to the const pictures
array.
imgURL | Path of Image stored in assets folder. |
dept | Text to be shown when hovered. |
text | Text for filtering using Photo Gallery Menu |
Edit text and image to be shown on landing page here and the image is set to jump up and down (A cute Robot in this case!)
Just add whatever text you want in each section and an image too!
src | Path of Image stored in assets folder. |
text | Text shown under the image |
Create new components for each new event and add that here
Your normal footer(responsive too!)
Navbar with buttons to scroll to specific components
Music Player button and text to play music with specified file path
Use SectionHeading text1="white-text" text2="custom-color-text" ptext="sub-text"
to create a heading for every section.