Responsive museum landing page built with HTML, SCSS, and Gulp. The project follows the BEM methodology, uses Stylelint for code consistency, and provides a modular, scalable structure for front-end development. The layout is fully responsive and optimized for desktop, tablet, and mobile devices.
- HTML5
- SCSS (Sass)
- Gulp
- Stylelint
- GitHub Pages (deployment)
# Clone the repository
git clone https://github.com/IvanRyabukha/Museum_Landingpage.git
cd Museum_Landingpage
# Install dependencies
npm install
# Run in development mode
npm start
# Build for production
npm run build
# Project Structure:
src/
├── images/
├── scripts/
├── styles/
└── index.html