Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added bootstrap/.DS_Store
Binary file not shown.
587 changes: 587 additions & 0 deletions bootstrap/css/bootstrap-theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bootstrap/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions bootstrap/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bootstrap/css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bootstrap/css/bootstrap.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bootstrap/css/bootstrap.min.css.map

Large diffs are not rendered by default.

Binary file added bootstrap/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 288 additions & 0 deletions bootstrap/fonts/glyphicons-halflings-regular.svg
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 bootstrap/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added bootstrap/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file not shown.
2,377 changes: 2,377 additions & 0 deletions bootstrap/js/bootstrap.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions bootstrap/js/npm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')
132 changes: 132 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Jumbotron Project</title>
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="stylesheets/style.css" rel="stylesheet">
</head>


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



<!-- Top Nav Bar -->

<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse">

</button>
<a class="navbar-brand" href="#">Jumbotron Project</a>
</div>
<div class="navbar-collapse collapse">
<form class="navbar-form navbar-right">
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-success">Sign in</button>
</form>
</div>
</div>
</nav>

<!-- End Top Nav Bar-................................................................ -->

<!-- Upper Window................................................................ -->



<div class="upper-window">
<div class="container">

<h1 class="upper-window-margin">Hello, world!</h1>
<p class="upper-window-margin">This is a template for a simple marketing or informational website.
It includes a large callout called a jumbotron and three supporting pieces of content.
Use it as a starting point to create something more unique.</p>
<p class="upper-window-margin"><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p>
</div>
</div>


<!-- Lower WindoW-->


<div class="container">


<div class="row">

<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, t
ellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa
justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.
Donec sed odio dui.
</p>
<button type="submit" class="btn btn-default">View Details <span class="caret"></span></button>
</div>

<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, t
ellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa
justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.
Donec sed odio dui.
</p>
<button type="submit" class="btn btn-default">View Details <span class="caret"></span></button>
</div>



<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, t
ellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa
justo sit amet risus. Etiam porta sem malesuada magna mollis euismod.
Donec sed odio dui.
</p>
<button type="submit" class="btn btn-default">View Details <span class="caret"></span></button>

</div>


<div class="container">
<div class="row">
<div claas="col-md-4">




&nbsp; &nbsp; &copy;2016 Company, Inc.
</div>

</div>




</div>

</div>





</div>
</body>
</html>
4 changes: 4 additions & 0 deletions jquery.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions stylesheets/sstyle.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$window-width{
col-md-1;
}
41 changes: 41 additions & 0 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
body {
padding-top: 50px;
padding-bottom: 20px;

}



.upper-window{

min-height: 350px;
text-align: left;
background-color: #EEEEEE;

}

}
.lower-window{

min-height: 500px;
text-align: left;
background-color: #white;

}

.upper-window-margin{
margin-top: 50px;
}
hr {

display: block;
margin-top: 2em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1px;
color: lightgray;
}
.hline { width:100%; height:1px; background: #lightgray;
}