Day 4

  • Bootstrap Helper Classes
  • Adding Contributors
  • Practice
  • Deep Dive Final Project (wireframe)
  • If you want to add someone else on Github.com as a contributor to your projects, it's quite simple
  • Go to your repository on github.com and click on the Settings tab
  • On the left, you will see a navigation menu. Click on Collaborators (you may need to reenter your password)
  • Type in the user name of the person you want to add
  • A dropdown will appear with the possible users. Select the user you want to add and click "Add Collaborator"
  • You're all done! Now you can tag that user in your PRs, assign them to issues, and chat with them directly from Github
  1. Create a new repository on github.com (initiate with README)
  2. Clone your new repository to your laptop
  3. Set up the basic skeleton of your project (create index.html, css folder, js folder, css file, include Bootstrap, etc) and push this to github.com
  4. Create a new branch called practice and recreate this layout
  5. When you are done; add, commit, and push your code.
  6. Add me as a contributor and create a Pull Request. Make sure you tag me in the PR.
  7. When I give the word, close your pull request and pull your code back to your local master branch.
  8. Delete your practice branch both locally and on github.com

Using today's layout practice repo:

  1. Publish to Github Pages for today's practice repository and send me the link
  2. Create a wireframe for your final project