Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
0765ea43
Commit
0765ea43
authored
Feb 14, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make example pages use Jekyll; add sticky footer navbar image to examples
parent
407e935c
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1070 additions
and
1439 deletions
+1070
-1439
carousel.html
carousel.html
+393
-444
jumbotron-narrow.html
jumbotron-narrow.html
+128
-173
jumbotron.html
jumbotron.html
+106
-151
justified-nav.html
justified-nav.html
+141
-192
signin.html
signin.html
+68
-113
starter-template.html
starter-template.html
+41
-83
sticky-footer-navbar.html
sticky-footer-navbar.html
+113
-158
sticky-footer.html
sticky-footer.html
+80
-125
No files found.
carousel.html
View file @
0765ea43
This diff is collapsed.
Click to expand it.
jumbotron-narrow.html
View file @
0765ea43
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Narrow page template
·
Bootstrap
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Bootstrap core CSS -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"../assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"../assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"../assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"../assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.png"
>
<!-- Custom styles for this template -->
<style>
---
layout: example
title: Narrow page template
---
<!-- Custom styles for this template -->
<style>
/* Space out content a bit */
body
{
padding-top
:
20px
;
...
...
@@ -95,14 +75,11 @@
margin-bottom
:
30px
;
}
}
</style>
</head>
<body>
</style>
<div
class=
"container-narrow"
>
<div
class=
"container-narrow"
>
<div
class=
"masthead"
>
<ul
class=
"nav nav-pills pull-right"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
...
...
@@ -148,26 +125,4 @@
<p>
©
Company 2013
</p>
</div>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../assets/js/jquery.js"
></script>
<script
src=
"../assets/js/bootstrap-transition.js"
></script>
<script
src=
"../assets/js/bootstrap-alert.js"
></script>
<script
src=
"../assets/js/bootstrap-modal.js"
></script>
<script
src=
"../assets/js/bootstrap-dropdown.js"
></script>
<script
src=
"../assets/js/bootstrap-scrollspy.js"
></script>
<script
src=
"../assets/js/bootstrap-tab.js"
></script>
<script
src=
"../assets/js/bootstrap-tooltip.js"
></script>
<script
src=
"../assets/js/bootstrap-popover.js"
></script>
<script
src=
"../assets/js/bootstrap-button.js"
></script>
<script
src=
"../assets/js/bootstrap-collapse.js"
></script>
<script
src=
"../assets/js/bootstrap-carousel.js"
></script>
<script
src=
"../assets/js/bootstrap-typeahead.js"
></script>
</body>
</html>
</div>
<!-- /container -->
jumbotron.html
View file @
0765ea43
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Jumbotron template
·
Bootstrap
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
---
layout: example
title: Jumbotron template
---
<!-- Bootstrap core CSS -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"../assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"../assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"../assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"../assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.png"
>
<!-- Custom styles for this template -->
<style>
<!-- Custom styles for this template -->
<style>
/* Move down content because we have a fixed navbar that is 50px tall */
body
{
padding-top
:
50px
;
...
...
@@ -55,12 +35,9 @@
padding
:
0
;
}
}
</style>
</head>
</style>
<body>
<div
class=
"navbar navbar-inverse navbar-fixed-top"
>
<div
class=
"navbar navbar-inverse navbar-fixed-top"
>
<div
class=
"container"
>
<a
class=
"btn btn-navbar"
data-toggle=
"collapse"
data-target=
".nav-collapse"
>
<span
class=
"icon-bar"
></span>
...
...
@@ -93,9 +70,9 @@
</form>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
<div
class=
"container"
>
<div
class=
"container"
>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div
class=
"jumbotron"
>
...
...
@@ -132,26 +109,4 @@
</footer>
</div>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../assets/js/jquery.js"
></script>
<script
src=
"../assets/js/bootstrap-transition.js"
></script>
<script
src=
"../assets/js/bootstrap-alert.js"
></script>
<script
src=
"../assets/js/bootstrap-modal.js"
></script>
<script
src=
"../assets/js/bootstrap-dropdown.js"
></script>
<script
src=
"../assets/js/bootstrap-scrollspy.js"
></script>
<script
src=
"../assets/js/bootstrap-tab.js"
></script>
<script
src=
"../assets/js/bootstrap-tooltip.js"
></script>
<script
src=
"../assets/js/bootstrap-popover.js"
></script>
<script
src=
"../assets/js/bootstrap-button.js"
></script>
<script
src=
"../assets/js/bootstrap-collapse.js"
></script>
<script
src=
"../assets/js/bootstrap-carousel.js"
></script>
<script
src=
"../assets/js/bootstrap-typeahead.js"
></script>
</body>
</html>
</div>
<!-- /container -->
justified-nav.html
View file @
0765ea43
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Justified nav template
·
Bootstrap
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Bootstrap core CSS -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"../assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"../assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"../assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"../assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.png"
>
<!-- Custom styles for this template -->
<style>
---
layout: example
title: Justified nav template
---
<!-- Custom styles for this template -->
<style>
body
{
padding-top
:
20px
;
...
...
@@ -38,12 +18,6 @@
padding-right
:
15px
;
}
/* Custom container */
/* .container > hr {
margin: 60px 0;
}
*/
.footer
{
border-top
:
1px
solid
#ddd
;
margin-top
:
30px
;
...
...
@@ -115,14 +89,11 @@
/* Make the nav on the same line */
}
</style>
</head>
<body>
</style>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"masthead"
>
<h3
class=
"muted"
>
Project name
</h3>
...
...
@@ -172,26 +143,4 @@
<p>
©
Company 2013
</p>
</div>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../assets/js/jquery.js"
></script>
<script
src=
"../assets/js/bootstrap-transition.js"
></script>
<script
src=
"../assets/js/bootstrap-alert.js"
></script>
<script
src=
"../assets/js/bootstrap-modal.js"
></script>
<script
src=
"../assets/js/bootstrap-dropdown.js"
></script>
<script
src=
"../assets/js/bootstrap-scrollspy.js"
></script>
<script
src=
"../assets/js/bootstrap-tab.js"
></script>
<script
src=
"../assets/js/bootstrap-tooltip.js"
></script>
<script
src=
"../assets/js/bootstrap-popover.js"
></script>
<script
src=
"../assets/js/bootstrap-button.js"
></script>
<script
src=
"../assets/js/bootstrap-collapse.js"
></script>
<script
src=
"../assets/js/bootstrap-carousel.js"
></script>
<script
src=
"../assets/js/bootstrap-typeahead.js"
></script>
</body>
</html>
</div>
<!-- /container -->
signin.html
View file @
0765ea43
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Sign in form template
·
Bootstrap
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
---
layout: example
title: Sign in form template
---
<!-- Bootstrap core CSS -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"../assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"../assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"../assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"../assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.png"
>
<!-- Custom styles for this template -->
<style>
<!-- Custom styles for this template -->
<style>
body
{
padding-top
:
40px
;
...
...
@@ -69,14 +49,11 @@
border-top-right-radius
:
0
;
}
</style>
</head>
<body>
</style>
<div
class=
"container"
>
<div
class=
"container"
>
<form
class=
"form-signin"
>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
...
...
@@ -88,26 +65,4 @@
<button
class=
"btn btn-large btn-primary btn-block"
type=
"submit"
>
Sign in
</button>
</form>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../assets/js/jquery.js"
></script>
<script
src=
"../assets/js/bootstrap-transition.js"
></script>
<script
src=
"../assets/js/bootstrap-alert.js"
></script>
<script
src=
"../assets/js/bootstrap-modal.js"
></script>
<script
src=
"../assets/js/bootstrap-dropdown.js"
></script>
<script
src=
"../assets/js/bootstrap-scrollspy.js"
></script>
<script
src=
"../assets/js/bootstrap-tab.js"
></script>
<script
src=
"../assets/js/bootstrap-tooltip.js"
></script>
<script
src=
"../assets/js/bootstrap-popover.js"
></script>
<script
src=
"../assets/js/bootstrap-button.js"
></script>
<script
src=
"../assets/js/bootstrap-collapse.js"
></script>
<script
src=
"../assets/js/bootstrap-carousel.js"
></script>
<script
src=
"../assets/js/bootstrap-typeahead.js"
></script>
</body>
</html>
</div>
<!-- /container -->
starter-template.html
View file @
0765ea43
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Starter template
·
Bootstrap
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
---
layout: example
title: Starter template
---
<!-- Bootstrap core CSS -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"../assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"../assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"../assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"../assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.png"
>
<!-- Custom styles for this template -->
<style>
<!-- Custom styles for this template -->
<style>
body
{
padding-top
:
50px
;
}
...
...
@@ -32,12 +12,10 @@
padding
:
40px
15px
;
text-align
:
center
;
}
</style>
</head>
</style>
<body>
<div
class=
"navbar navbar-inverse navbar-fixed-top"
>
<div
class=
"navbar navbar-inverse navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<button
type=
"button"
class=
"btn btn-navbar"
data-toggle=
"collapse"
data-target=
".nav-collapse"
>
...
...
@@ -55,33 +33,13 @@
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
</div>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"starter-template"
>
<h1>
Bootstrap starter template
</h1>
<p
class=
"lead"
>
Use this document as a way to quickly start any new project.
<br>
All you get is this text and a mostly barebones HTML document.
</p>
</div>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../assets/js/jquery.js"
></script>
<script
src=
"../assets/js/bootstrap-transition.js"
></script>
<script
src=
"../assets/js/bootstrap-alert.js"
></script>
<script
src=
"../assets/js/bootstrap-modal.js"
></script>
<script
src=
"../assets/js/bootstrap-dropdown.js"
></script>
<script
src=
"../assets/js/bootstrap-scrollspy.js"
></script>
<script
src=
"../assets/js/bootstrap-tab.js"
></script>
<script
src=
"../assets/js/bootstrap-tooltip.js"
></script>
<script
src=
"../assets/js/bootstrap-popover.js"
></script>
<script
src=
"../assets/js/bootstrap-button.js"
></script>
<script
src=
"../assets/js/bootstrap-collapse.js"
></script>
<script
src=
"../assets/js/bootstrap-carousel.js"
></script>
<script
src=
"../assets/js/bootstrap-typeahead.js"
></script>
</body>
</html>
</div>
<!-- /container -->
\ No newline at end of file
sticky-footer-navbar.html
View file @
0765ea43
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Sticky footer with navbar template
·
Bootstrap
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Bootstrap core CSS -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"../assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"../assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"../assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"../assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.png"
>
<!-- Custom styles for this template -->
<style>
---
layout: example
title: Sticky footer with navbar template
---
<!-- Custom styles for this template -->
<style>
/* Sticky footer styles
-------------------------------------------------- */
...
...
@@ -80,15 +60,12 @@
font-size
:
80%
;
}
</style>
</head>
<body>
</style>
<!-- Wrap all page content here -->
<div
id=
"wrap"
>
<!-- Wrap all page content here -->
<div
id=
"wrap"
>
<!-- Fixed navbar -->
<div
class=
"navbar navbar-fixed-top"
>
...
...
@@ -131,32 +108,10 @@
</div>
<div
id=
"push"
></div>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
class=
"container"
>
<p
class=
"muted credit"
>
Example courtesy
<a
href=
"http://martinbean.co.uk"
>
Martin Bean
</a>
and
<a
href=
"http://ryanfait.com/sticky-footer/"
>
Ryan Fait
</a>
.
</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../assets/js/jquery.js"
></script>
<script
src=
"../assets/js/bootstrap-transition.js"
></script>
<script
src=
"../assets/js/bootstrap-alert.js"
></script>
<script
src=
"../assets/js/bootstrap-modal.js"
></script>
<script
src=
"../assets/js/bootstrap-dropdown.js"
></script>
<script
src=
"../assets/js/bootstrap-scrollspy.js"
></script>
<script
src=
"../assets/js/bootstrap-tab.js"
></script>
<script
src=
"../assets/js/bootstrap-tooltip.js"
></script>
<script
src=
"../assets/js/bootstrap-popover.js"
></script>
<script
src=
"../assets/js/bootstrap-button.js"
></script>
<script
src=
"../assets/js/bootstrap-collapse.js"
></script>
<script
src=
"../assets/js/bootstrap-carousel.js"
></script>
<script
src=
"../assets/js/bootstrap-typeahead.js"
></script>
</body>
</html>
</div>
sticky-footer.html
View file @
0765ea43
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Sticky footer template
·
Bootstrap
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
---
layout: example
title: Sticky footer template
---
<!-- Bootstrap core CSS -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"../assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"../assets/ico/apple-touch-icon-114-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"72x72"
href=
"../assets/ico/apple-touch-icon-72-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"../assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.png"
>
<!-- Custom styles for this template -->
<style>
<!-- Custom styles for this template -->
<style>
/* Sticky footer styles
-------------------------------------------------- */
...
...
@@ -75,15 +55,12 @@
margin
:
20px
0
;
}
</style>
</head>
</style>
<body>
<!-- Wrap all page content here -->
<div
id=
"wrap"
>
<!-- Wrap all page content here -->
<div
id=
"wrap"
>
<!-- Begin page content -->
<div
class=
"container"
>
...
...
@@ -95,32 +72,10 @@
</div>
<div
id=
"push"
></div>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
class=
"container"
>
<p
class=
"muted credit"
>
Example courtesy
<a
href=
"http://martinbean.co.uk"
>
Martin Bean
</a>
and
<a
href=
"http://ryanfait.com/sticky-footer/"
>
Ryan Fait
</a>
.
</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../assets/js/jquery.js"
></script>
<script
src=
"../assets/js/bootstrap-transition.js"
></script>
<script
src=
"../assets/js/bootstrap-alert.js"
></script>
<script
src=
"../assets/js/bootstrap-modal.js"
></script>
<script
src=
"../assets/js/bootstrap-dropdown.js"
></script>
<script
src=
"../assets/js/bootstrap-scrollspy.js"
></script>
<script
src=
"../assets/js/bootstrap-tab.js"
></script>
<script
src=
"../assets/js/bootstrap-tooltip.js"
></script>
<script
src=
"../assets/js/bootstrap-popover.js"
></script>
<script
src=
"../assets/js/bootstrap-button.js"
></script>
<script
src=
"../assets/js/bootstrap-collapse.js"
></script>
<script
src=
"../assets/js/bootstrap-carousel.js"
></script>
<script
src=
"../assets/js/bootstrap-typeahead.js"
></script>
</body>
</html>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment