Responsive landing page built with HTML, SCSS, and Gulp. The project uses Stylelint for style consistency and includes a basic structure suitable for scalable front-end development. It also features a vanilla JavaScript slider and simple form validation for enhanced interactivity and user experience.
- HTML5
- SCSS (Sass)
- Gulp
- Stylelint
- GitHub Pages (deployment)
- JS
# Clone the repository
git clone https://github.com/IvanRyabukha/DIA_landingpage.git
cd DIA_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