Skip to content

Vyom-Agrawal/iitgcodingclubproject

Repository files navigation

Coding Club Website

This repository contains the source code for a simple, static website designed for the IITG student coding club project. The website serves as an online presence for the club, providing information about its activities, members, events, and useful resources for learning to code.

Features

  • Homepage (index.html): Welcomes visitors, provides a brief "About Us" section, and offers quick links to other key sections.
  • Events Page (events.html): Lists upcoming club events (workshops, talks, study groups) with details like date, time, location, and registration/info links. Also includes a section for past events.
  • Resources Page (resources.html): A curated collection of useful links to online tutorials, development tools, and online communities for programmers.
  • Members Page (members.html): Showcases profiles of club leadership/members (including placeholders for photos), displays testimonials from members, and provides information on how to join the club.
  • Responsive Design: Includes basic viewport settings and a mobile navigation toggle (hamburger menu) handled by JavaScript for better usability on smaller screens.
  • Clean Structure: Simple HTML structure, CSS for styling, and minimal JavaScript for interactivity.

Technologies Used

  • HTML5: For structuring the content of the web pages.
  • CSS3: For styling the website (layout, colors, fonts - located in style.css).
  • JavaScript (Vanilla JS): For basic interactivity, specifically handling the mobile navigation menu toggle (located in script.js).

Project Structure

Use code with caution. Markdown / ├── index.html # Homepage ├── events.html # Events page ├── members.html # Members page ├── resources.html # Resources page ├── style.css # Main stylesheet ├── script.js # JavaScript for interactivity (menu toggle) └── images/ # Folder for website images └──

How to View / Setup

This is a purely static website (HTML, CSS, JS). No complex setup or build process is required.

  1. Clone or Download:
    • Clone the repository: git clone <repository-url>
    • Or download the ZIP file and extract it.
  2. Navigate: Open the project folder in your file explorer.
  3. Open index.html: Double-click the index.html file, or right-click and choose "Open with" your preferred web browser (e.g., Chrome, Firefox, Safari, Edge).

The website should now load in your browser :)

About

This repo is for the web dev workshop conducted by IITG Coding Club

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published