Toggle navigation
Course Outline
Handy Links
Lessons
Day One
Day Two
Day Three
Day Four
Day Five
Day Six
Day Seven
Day Eight
Day Nine
Day Ten
Day Eleven
Final Project
Day 4
Bootstrap Helper Classes
Adding Contributors
Practice
Deep Dive Final Project
(wireframe)
img-responsive
Helper classes
here
Google Fonts
here
Font Awesome
here
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
Create a new repository on
github.com
(initiate with README)
Clone your new repository to your laptop
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
Create a new branch called
practice
and recreate
this layout
When you are done; add, commit, and push your code.
Add me as a contributor and create a Pull Request. Make sure you tag me in the PR.
When I give the word, close your pull request and pull your code back to your local master branch.
Delete your practice branch both locally and on github.com
Using today's layout practice repo:
Publish to Github Pages for today's practice repository and send me the link
Create a wireframe for your final project