https://github.com/jpnws/whistling-mountains
Whistling Mountains is a responsive ski resort home page built with HTML5 and CSS3.
https://github.com/jpnws/whistling-mountains
css html
Last synced: 2 months ago
JSON representation
Whistling Mountains is a responsive ski resort home page built with HTML5 and CSS3.
- Host: GitHub
- URL: https://github.com/jpnws/whistling-mountains
- Owner: jpnws
- Created: 2020-04-02T05:10:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T06:03:45.000Z (about 1 year ago)
- Last Synced: 2025-01-12T11:46:03.288Z (4 months ago)
- Topics: css, html
- Language: HTML
- Homepage: https://whistling-mountains.vercel.app
- Size: 16.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whistling Mountains
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.## Features
- **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.## Technologies Used
- **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).## Project Structure
- **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.## Setup Instructions
1. Clone the repository to your local machine using:
```bash
git clone https://github.com/jpnws/whistling-mountains.git
```2. Navigate to the cloned project's directory.
3. Open the index.html file in your browser to view the project.