/Potr_Pots

Primary LanguageSCSSGNU General Public License v3.0GPL-3.0

POTR POTS landing page (HARD)

⚠️ Attention: this is a hard landing page for development. We highly recommend choosing this landing page only if you didn't have a lot of troubles with previous homework tasks and if you sent all homework in time (didn't miss deadlines).

Implement landing page according to Figma design - Use BEM and SCSS

  • The design 1440px
  • Notebook 1280px
  • Tablet 768px
  • Mobile (> 320px)
  1. Implement the header with nav.
  2. Implement For whom block.
  3. Implement Features block.
  4. Implement POTR team block with the card reused 3 times.
  5. Implement Materials block with 4 process cards.
  6. Implement POTR size block.
  7. Implement Benefits block.
  8. Implement Questions block
  9. Implement the footer.

Github flow

  1. Fork the repo.
  2. Clone the forked one. (The project link should have your name but not mate-academy)
  3. Run npm install (or just npm i)
  4. Run npm start.
  5. Open one more terminal window for the next steps
  6. git checkout -b develop - to create new branch and switch on it
  7. Write you code in src folder
  8. Run npm run lint and fix code style errors.
  9. Run npm run deploy to deploy your solution to gh-pages
  10. git add . && git commit -m 'solution' to save your changes
  11. git push origin develop - to send you code for PR
  12. Create a Pull Request (PR) from your branch develop to branch master of original repo.
  13. Replace <your_account> with your Github username in the DEMO LINK
  14. Copy DEMO LINK to the PR description

To update you PR repeat steps 7-11

--> CHECKLIST