Skip to content

Commit

Permalink
Revert "Remove the index.html file"
Browse files Browse the repository at this point in the history
This reverts commit ba2a08a.
  • Loading branch information
chadothompson committed Mar 13, 2014
1 parent ba2a08a commit e174bf0
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<title>Git Example - Based on Bootstrap 101 Tutorial</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1>Git Training Topics</h1>

<div class="topic">Cloning A Repository</div>

<div class="topic">Making Modifications to a Repository</div>
<div class="subtopic">Adding New Files</div>
<div class="subtopic">Modifying Existing Files</div>
<div class="subtopic">Committing Files to a Local Repository</div>
<div class="subtopic">Pushing Changes to a Remote Repository</div>

<div class="topic">Branching And Merging A Repository</div>
<div class="subtopic">Creating A Branch</div>




<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>

0 comments on commit e174bf0

Please sign in to comment.