Matthew, Jenny, Nolan, and Mateo
TAs: Young and Dan
##Basic Github Cloning Instructions
$ git clone "Insert HTTPS Link Here"
##Basic Github Pushing Instructions
$ git pull
$ git add --all
$ git commit -m "Insert Message Here"
$ git push
##Integrating BootStrap With HTML
<meta charset="utf-8">
<link href="css/bootstrap.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/ie10-viewport-bug-workaround.js"></script>
<title>Insert Title Here</title>