Welcome to the repository of the "Everland: People with Disabilities" project. This project was created by a team of students from Yandex.Praktikum as part of their educational program.
👨🏫 Stanislav - Team Lead
👨💻 Vladimir - Developer
👩💻 Ksenia - Developer
👨💻 Igor - Developer
👩💻 Natalia - Developer
👨💻 Evan - Developer
👨💻 Pavel - Developer
This project is a landing page that utilizes JavaScript to implement a slider and collapsible sections. The work was done based on a design provided by a real client, the social project Everland
Design here
Everland is a platform designed to support people with disabilities and help them integrate into the open labor market.
Slider and Collapsible Sections: These interactive elements are implemented using JavaScript and a class-based approach.
Architecture: The project follows the BEM methodology, and the file structure is organized according to BEM-nested.
Responsive: The project is fully responsive and optimized for viewing on various devices, including computers, tablets, and mobile phones. Keyboard navigation and control are also implemented.
Webpack 5 was chosen for building the project. Here are the commands to set up the project locally:
npm i
- Install all dependencies.
npm run dev
- Run the local development server.
npm run build
- Create an optimized build for deployment.