Landing page for The Metropolitan Museum of Art. You can view the page at the link - DEMO
- HTML5
- CSS3
- Sass(SCSS)
- BEM methodology
- Clone the repository and switch to it
git clone https://github.com/your-username/MET.git cd MET - Install dependencies
npm install - Run the project locally
npm start
The layout is adaptive, responsive, and cross-browser compatible. It works correctly on all screen sizes (mobile, tablet, and desktop versions) and is implemented using the mobile-first approach.
This project was implemented to improve my skills in HTML5, CSS3, Sass (SCSS). During work, I used responsive design principles, the BEM methodology, and modern interface-building techniques.