Implement landing page according to Figma design
- Implement the header with
nav - Implement
Global digital agencyblock - Implement slider
- Implement
Welcomeblock - Implement
What we doblock with the card reused 3 times - Implement
Processblock with 4 process cards - Implement
Featureblock - Implement
Testimonialsblock - Implement
Vision, Passion, Resultsblock- Background use one reusable oval block many times.
- Use mixin
- The color is set with --modifier
- The size is limited by parent container
- Implement
Send us a message - Implement
Contact us - Implement the footer
- Adopt the page to mobile screens
- 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 to gh-pages git add . && git commit -m 'solution'to save your chagesgit 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