
Event Webpage - Complete Event Website
Event Webpage - Complete Event Website
Live Preview
- Local Live Server Preview: https://kushalkumar-shaw.github.io/Event-Webpage/
Screenshots
Main Preview

Additional Screenshots

š Project Structure
Event Webpage/
āāā index.html # Home page
āāā speakers.html # Speakers page
āāā schedule.html # Event schedule page
āāā tickets.html # Ticket options & pricing
āāā sponsors.html # Sponsors & partners
āāā venue.html # Venue & location info
āāā faq.html # Frequently asked questions
āāā contact.html # Contact & inquiry form
āāā assets/
ā āāā css/
ā ā āāā styles.css # All CSS styles
ā āāā js/
ā āāā script.js # All JavaScript functionality
āāā README.md # Project documentation
š Pages Description
1. index.html (Home Page)
Main landing page featuring:
- Hero section with event overview
- Event highlights and statistics
- Event schedule timeline
- Featured speakers
- Registration form
- Call-to-action buttons
2. speakers.html (Speakers Page)
Detailed speakers showcase:
- Full speaker profiles with photos
- Speaker titles and companies
- Speaker biographies
- Topics they'll cover
- Social media links
- CTA to tickets page
3. schedule.html (Schedule Page)
Complete 3-day event schedule:
- Day-by-day breakdown (July 15-17)
- Detailed time slots for each session
- Session descriptions
- Track/workshop information
- Venue details for each session
4. tickets.html (Tickets Page)
Ticket purchasing and pricing:
- 6 ticket types with detailed comparisons
- Standard ($99), Premium ($199), VIP ($399)
- Student ($49) & Corporate packages
- Workshop bundles
- Early bird pricing
- FAQ section
5. sponsors.html (Sponsors Page)
Sponsorship information:
- Title, Platinum, Gold, Silver sponsor tiers
- Community partners
- Sponsorship packages
- Benefits for each tier
- Contact for sponsorship inquiries
6. venue.html (Venue Page)
Location and venue information:
- Venue details and address
- How to get there (directions)
- Transportation options (BART, Muni, parking)
- Hotel recommendations with special rates
- Nearby attractions
- Venue amenities and facilities
- Accessibility information
7. faq.html (FAQ Page)
Comprehensive Q&A section:
- 30+ frequently asked questions
- Categories: General, Tickets, Schedule, Venue, Speakers, Sponsorship, Technical
8. contact.html (Contact Page)
Contact information and inquiry form:
- Multiple contact methods (email, phone, address)
- Contact form with validation
- Different inquiry categories
- Quick links to other pages
- Social media links
- Response time notice
šØ Features
ā 8 Complete Pages with consistent design ā Fully Responsive Design - works on all devices ā Modern Gradient Styling - professional color scheme ā Interactive Elements - smooth scrolling, hover effects, animations ā Form Validation - client-side validation on all forms ā Consistent Navigation - same nav bar across all pages ā Responsive Grids - adaptive layouts for any screen size ā Mobile-Friendly - optimized for smartphones and tablets ā Clean Code - well-organized HTML, CSS, and JavaScript ā No External Dependencies - pure vanilla tech stack
š± Responsive Breakpoints
- Desktop: 1200px and above
- Tablet: 768px to 1199px
- Mobile: Below 768px
š How to Use
-
Open the website:
- Open
index.htmlin any web browser - Use navigation menu to visit other pages
- All links are internal (no external dependencies needed)
- Open
-
Navigation:
- Top navbar available on all pages
- Links to all 8 pages: Home, Speakers, Schedule, Tickets, Sponsors, Venue, FAQ, Contact
- Logo links back to home page
-
Forms:
- Registration Form (index.html & tickets.html)
- Contact Form (contact.html)
- All forms include client-side validation
š File Sizes
- HTML Files: 8 pages total (~150 KB combined)
- CSS: Single stylesheet (~40 KB)
- JavaScript: Single script file (~10 KB)
- Total: ~200 KB (lightweight)
š§ Customization Guide
To update event details:
Edit these files:
- Event name/dates: Search for "Tech Summit 2026" or "July 15-17, 2026"
- Speakers: Edit speaker cards in
speakers.html - Schedule: Modify schedule items in
schedule.html - Tickets: Update pricing in
tickets.html - Venue: Change location in
venue.html - Contact: Update contact methods in
contact.html
To change colors:
Edit assets/css/styles.css:
- Primary color:
#667eea(purple-blue) - Secondary color:
#764ba2(dark purple) - Accent color:
#ff6b6b(red)
To add new pages:
- Create new HTML file
- Copy navbar and footer from existing page
- Add content in middle section
- Link from navigation menu
- Add styles to
styles.css
š Page Navigation Flow
Home (index.html)
āāā Speakers ā Speakers (speakers.html)
āāā Schedule ā Schedule (schedule.html)
āāā Tickets ā Tickets (tickets.html)
ā āāā ā Sponsors
ā āāā ā Contact
āāā Sponsors ā Sponsors (sponsors.html)
ā āāā ā Contact
āāā Venue ā Venue (venue.html)
āāā FAQ ā FAQ (faq.html)
āāā Contact ā Contact (contact.html)
šÆ SEO Features
- Semantic HTML5 structure
- Meta tags for all pages
- Descriptive page titles
- Internal linking structure
- Mobile viewport configuration
š Security
- Client-side form validation
- No sensitive data stored
- No external API calls
- Pure client-side implementation
š” Future Enhancements
- Add actual map integration (Google Maps)
- Connect forms to backend service
- Add event countdown timer
- Implement ticket purchasing system
- Add speaker registration system
- Integrate email notifications
- Add calendar integration
- Implement attendance tracking
- Add live chat support
- Analytics integration
š Browser Compatibility
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers
š Learning Resources
This project demonstrates:
- HTML5 semantic structure
- Modern CSS3 features (Grid, Flexbox, Gradients)
- Vanilla JavaScript
- Form validation
- Responsive design
- Mobile-first approach
- UX best practices
š Support
For questions about customization or deployment, refer to the inline comments in code files or check individual page structures.
š License
Free to use and modify for personal or commercial purposes.