Whistling Mountains is a front-end web development project designed to showcase a fictional mountain resort. The website serves as a home page for the resort, providing visitors with information about the resort, including available passes, lessons, and details about the resort's facilities like hotels and parking lots.
- Responsive Design: Crafted to provide an optimal viewing experience across a wide range of devices (from mobile phones to desktop computer monitors).
- Accessibility: Ensures that content is accessible to a wider range of people, including those using assistive technologies.
- Modern Layout: Utilizes CSS Grid and Flexbox for a modern, sophisticated layout that adjusts based on screen size.
- Interactive Elements: Includes buttons and selection options for users to explore different resort passes and deals.
- HTML5: For structuring the content.
- CSS3: For styling, including the use of Flexbox and Grid for responsive layouts.
- Google Fonts: For custom fonts (Roboto and Work Sans).
- index.html: The main HTML document.
- main.css: Contains all the styling for the project.
- images/: Folder containing all the images used in the project.
- Clone the repository to your local machine using:
git clone https://github.com/jpnws/whistling-mountains.git
-
Navigate to the cloned project's directory.
-
Open the index.html file in your browser to view the project.