This project is a simple website built with HTML and CSS, created using the guide provided by Codecademy. It provides an organized and visually appealing schedule for a wine festival, showcasing event times, activities, and relevant details in a responsive layout.
- Event Schedule: Displays a detailed timetable of festival events with descriptions.
- Responsive Design: Fully responsive layout optimized for both desktop and mobile viewing.
- Custom Styling: Unique CSS design to ensure a visually engaging presentation.
- index.html: Contains the structure and content of the festival schedule.
- style.css: Defines the visual styling, including layout, colors, and typography.
To view the schedule:
- Download or clone the repository.
- Open the
index.html
file in any web browser to explore the wine festival schedule.
If you'd like to customize the schedule:
- Modify the HTML structure in
index.html
to add or update event details. - Adjust styles in
style.css
to change colors, fonts, or layout. - Extend functionality by adding JavaScript for interactive features like filtering or reminders.
This project was built using the guide provided by Codecademy. The original project can be found here.