A responsive and modern landing page for the RedNet internet provider. Showcases tariffs, features, and benefits of choosing RedNet as your go-to ride on the web.
- HTML5
- SCSS
- JavaScript (ES6+)
- AOS (v2.3.1) — For animations on scroll
- LintHTML (v0.8.3) – Markup quality
- Stylelint (v13.5.0) – Styles quality
- ESLint (v5.16.0) – Code quality
- Parcel (v1.12.4) – Build tool & bundler
- Clone the repository:
Note! Git is required.
git clone https://github.com/4xmplme/RedNet.git
cd RedNet- Install dependencies:
Important‼ Node.js v14.21.3 or higher is required.
npm install
# or
yarn install- Run the project locally:
npm start
# or
yarn start- Clean HTML markup with accessibility considerations
- Responsive design for mobile, tablet, and desktop
- Structured SCSS with clear file organization
- Eye-catching hero section with modern layout
- Service highlights, advantages, and detailed tariff blocks
- Smooth scroll behavior
- Sticky header and intuitive navigation
- Ready for deployment via GitHub Pages