Implement landing page according to Figma design - Use BEM and SCSS
- Large screens 2560px
- Full HD 1920px
- The design 1600px
- Notebook 1280px
- Tablet 1024
- Mobile (> 320px)
- Implement the header with
nav. - Implement
Good design meets great user experienceblock. - Implement
Whatever work you do, we're able to helpblock with reused 3 cards. - Implement
Simplicity meets innovative designblock. - Implement
What others are sayingblock. - Implement
Ready to launch your next website?block. - Implement footer with
Pages,Demos,Resources.
- Fork the repo.
- Clone the forked one. (The project link should have your name but not
mate-academy) - Run
npm install(or justnpm i). - Run
npm start. - Open one more terminal window for the next steps.
git checkout -b develop- to create new branch and switch on it.- Write you code in
srcfolder. - Run
npm run lintand fix code style errors. - Run
npm run deployto deploy your solution togh-pages. git add . && git commit -m 'solution'to save your changes.git push origin develop- to send you code for PR.- Create a Pull Request (PR) from your branch
developto branchmasterof original repo. - Replace
<your_account>with your Github username in the DEMO LINK. - Copy
DEMO LINKto the PR description.
To update you PR repeat steps 7-11.