Skip to content

Suessophie/Eco_cosmetics

 
 

Repository files navigation

Eco cosmetics landing page

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)
  1. Implement the header with nav.
  2. Implement Brand of eco-cosmetics and magic candles block.
  3. Implement If you choose the gifts of nature and care about it’s - scroll down block.
  4. Implement About our brand block.
  5. Implement Shop block:
  • implement tabs
  • implement slider
  1. Implement About the creators block.
  2. Implement Ayurvedic Tooth Powder block.
  3. Implement Contact us block.
  4. Implement footer.

Instructions

  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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.8%
  • HTML 31.5%
  • JavaScript 21.7%