Skip to content

daxforge/gdg-gu-devconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GDG GU DevConnect 2025 – Event Landing Page

A single-page, responsive event website built for the GDG GU event task.
The page includes registration, countdown, highlights, schedule, location, and social links.

πŸ’‘ Project Overview

This is a static 1-page website designed for a hypothetical upcoming GDG Galgotias University event.

Tech stack:

  • HTML5
  • Modern CSS (Flexbox + Grid)
  • Vanilla JavaScript (no frameworks)

✨ Features

Mandatory Features

  • βœ… Event Registration Form

    • Captures: Name, Email, College/Organization, Interest Area
    • Optional field: What do you expect from this event?
    • Basic validation + success message simulation
  • βœ… Countdown Timer

    • Live countdown until the mock event date:
    • 30 November 2025, 10:00 AM (configurable in script.js)
  • βœ… Event Highlights Section

    • 3 highlight cards:
      • Web & Cloud Track
      • Android & Flutter Track
      • Community & Careers Track
  • βœ… Location Section

    • Google Maps embed for Galgotias University, Greater Noida
    • Short description of venue
  • βœ… Social Media Links

    • Placeholder buttons for:
      • Twitter / X
      • Instagram
      • LinkedIn
      • YouTube

Replace the href="#" values in the social links with the official GDG Galgotias handles when available.

Bonus / Optional Features

  • ⭐ Dark / Light Theme Toggle

    • Toggle button in the header
    • Theme preference stored in localStorage
  • ⭐ Event Schedule

    • Clean, responsive table layout
    • Covers full-day sessions from keynote to closing
  • ⭐ Form Submission Success Simulation

    • On form submit:
      • Validates required fields
      • Displays a success message
      • Resets the form
      • Mimics email confirmation behavior

πŸ—‚ Project Structure

.
β”œβ”€β”€ index.html   # Main single-page layout, structure & content
β”œβ”€β”€ style.css    # All styling (light/dark theme, layout, responsive design)
└── script.js    # Countdown, theme toggle, smooth scroll, form logic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors