- Take Home Review
- Responsive Navigation
- Daily Challenge
- Parallax Scrolling Effect
- Take Home Challenge
- Review and approve eachother's PR
- Once approved, merge and delete the branch
- Activate GH Pages for your
main
branch
- Questions?
- Daily Challenge Instructions:
- Create a new repository named "parallax-practice" (Use your bootstrap-boilerplate template)
- Add a collaborator
- Add any 2 fonts from Google Fonts (Note: the example uses "Lobster" and "Open Sans")
- Add a navbar and a jumbotron with text
- Here's an example of what we're aiming for: View Example
- Clone your own repository
- Create a new branch named "daily-challenge"
- git add, commit, and push your changes to your
daily-challenge
branch
- Open a PR and request review from your collaborator
- Review and approve eachother's PR
- Once approved, merge and delete your
daily-challenge
branch
- In your own parallax-pracice repository:
- Make sure your
main
branch is up-to-date
- Create a new branch named "take-home"
- Using the Daily Challenge example, finish recreating the rest of the page
- Add Font Awesome to your project (You will need this for your footer)
- Add a parallax effect to all of your page sections
- Make sure your navbar links to all your sections
- git add, commit, and push your changes to your
take-home
branch
- Open a new pull request for your
take-home
branch
- Request Review from your collaborator