Skip to content

Commit

Permalink
linked bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
KingKumar committed Oct 4, 2014
1 parent d330ede commit 3ab8aaa
Show file tree
Hide file tree
Showing 11 changed files with 9,626 additions and 1 deletion.
Binary file added ExtensionFiles/.DS_Store
Binary file not shown.
1,109 changes: 1,109 additions & 0 deletions ExtensionFiles/css/bootstrap-responsive.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions ExtensionFiles/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

6,167 changes: 6,167 additions & 0 deletions ExtensionFiles/css/bootstrap.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions ExtensionFiles/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added ExtensionFiles/img/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ExtensionFiles/img/glyphicons-halflings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,280 changes: 2,280 additions & 0 deletions ExtensionFiles/js/bootstrap.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions ExtensionFiles/js/bootstrap.min.js

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions ExtensionFiles/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
body
{
line-height: 1.6em;
}

/*#stats
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
width: 480px;
text-align: left;
border-collapse: collapse;
}
#stats th
{
font-size: 13px;
font-weight: normal;
padding: 8px;
background: #b9c9fe;
border-top: 4px solid #aabcfe;
border-bottom: 1px solid #fff;
color: #039;
}
#stats td
{
padding: 8px;
background: #e8edff;
border-bottom: 1px solid #fff;
color: #669;
border-top: 1px solid transparent;
}
#stats tr:hover td
{
background: #d0dafd;
color: #339;
}
*/
10 changes: 9 additions & 1 deletion ExtensionFiles/workout_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html>
<head>
<title>Hackathon Chrome Extension</title>
<link rel="stylesheet" href="style.css"></link>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>

<body>
Expand Down Expand Up @@ -36,5 +39,10 @@ <h1>Do REPITIONS reps of EXERCISE!<h1>
document.body.appendChild(btnLog);
}
</script>
</body>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.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 3ab8aaa

Please sign in to comment.