Day 4

  • Take Home Review
  • Template Repository
  • Collaborating in Github
  • Daily Challenge
  • Bootstrap Grid
  • Take Home Challenge
  • Make sure your repository is up-to-date on your main branch and locally.
  • Questions?
  • Go to your boostrap-boilerplate repository in Github
  • From your repo, click "Settings" then, select "Template Repository"
  • Template Repository is Selected
  1. Create a new repository named "collab-practice". (Use your bootstrap-boilerplate template)
  2. Add collaborator(s)
  3. Create a Github issue in your own repository
    • Title: index.html is empty
    • Description: The index page needs some content
    • Assign a collaborator
  4. Clone your collaborator's repository (Do not clone your own)
  • In your collaborator's repository:
  1. Create a new branch called "take-home"
  2. Using the Bootstrap grid, create the following sections in the index file:
    • Nav
    • Left Column
    • Right Column
    • Footer
  3. Give each section a different background-color
  4. git add, commit, and push your changes to your take-home branch