Skip to content

IsaacKlark/layout_dia

 
 

Repository files navigation

Dia landing page

Implement landing page according to Figma design

  1. Implement the header with nav
  2. Implement Global digital agency block
  3. Implement slider
  4. Implement Welcome block
  5. Implement What we do block with the card reused 3 times
  6. Implement Process block with 4 process cards
  7. Implement Feature block
  8. Implement Testimonials block
  9. Implement Vision, Passion, Results block
    • Background use one reusable oval block many times.
    • Use mixin
    • The color is set with --modifier
    • The size is limited by parent container
  10. Implement Send us a message
  11. Implement Contact us
  12. Implement the footer
  13. Adopt the page to mobile screens

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 chages
  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

  • JavaScript 79.2%
  • CSS 12.1%
  • HTML 8.7%