This repository contains the source code for the Google Developer Student Club (GDSC) website . The website aims to provide information about the club, its events, organizers, and how to get in touch.
- Curtain Overlay: Welcoming animation with a fade-in effect.
- Navbar: Responsive navigation bar with a hamburger menu.
- Hero Section: Information about the club, including what it does and how to join.
- Past Events: Section displaying past events with images and details.
- Organizers: Profiles of the core team members.
- Sponsors Slider: Carousel showcasing sponsors and partners.
- FAQ Section: Accordion-style FAQ for common questions.
- Contact Us: Form for users to get in touch with the club.
- HTML5 for the structure of the webpage.
- CSS3 for styling.
- Bootstrap 5 for responsive layout and components.
- FontAwesome and Boxicons for icons.
- GSAP for animations.
- Typed.js for text animations.
- JavaScript for dynamic functionalities.
To run the website locally:
-
Clone the repository:
git clone https://github.com/RaghavOG/gdsc
-
Navigate to the project directory:
cd <project-directory>
-
Open
index.htmlin your web browser to view the website.
- Responsiveness: The website is currently not fully responsive. The layout and design may not render correctly on all devices and screen sizes. Further work is needed to ensure compatibility across various devices.
- Implement responsive design adjustments to enhance mobile and tablet viewing.
- Optimize image loading and performance.
- Enhance accessibility features.