This project is a basic layout for a business card website for the Metropolitan Museum of Art in New York, USA. It was created to practice web page layout skills and to showcase these skills.
It was implemented according to the original design, which can be found on Figma.
Also chack out the DEMO.
This is basic layout. But even now it offers some nice and smooth functionality.
Use the navigation in the header for quick access to different sections. Simply click on the burger menu and then select the desired section.
All information about MET contacts is hidden until you click the phone button, which can be found in the header of the page. Click it to see all useful phone numbers. Click it again to hide the information.
Want to make the call right now? No problem! Just click on the phone number to call the museum directly.
- HTML5
- CSS3
- Sass
To run this project locally, follow these steps:
- Clone the repository:
$ git clone https://github.com/yourusername/met-landing.git
$ cd met-landing
- Install dependencies:
$ npm install
- Run the project:
$ npm start