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
3424df22
Commit
3424df22
authored
Aug 23, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete components folder
parent
ac442023
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
0 additions
and
981 deletions
+0
-981
docs/components/alert.html
docs/components/alert.html
+0
-63
docs/components/breadcrumb.html
docs/components/breadcrumb.html
+0
-66
docs/components/button-group.html
docs/components/button-group.html
+0
-71
docs/components/button.html
docs/components/button.html
+0
-61
docs/components/dropdown.html
docs/components/dropdown.html
+0
-66
docs/components/form.html
docs/components/form.html
+0
-100
docs/components/icon.html
docs/components/icon.html
+0
-60
docs/components/modal.html
docs/components/modal.html
+0
-72
docs/components/nav.html
docs/components/nav.html
+0
-77
docs/components/pagination.html
docs/components/pagination.html
+0
-70
docs/components/popover.html
docs/components/popover.html
+0
-62
docs/components/progress-bar.html
docs/components/progress-bar.html
+0
-62
docs/components/table.html
docs/components/table.html
+0
-89
docs/components/tooltip.html
docs/components/tooltip.html
+0
-62
No files found.
docs/components/alert.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap alert
</h1>
<br>
<div
class=
"alert"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong>
Warning!
</strong>
Best check yo self, you're not looking too good.
</div>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/breadcrumb.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap breadcrumb
</h1>
<br>
<ul
class=
"breadcrumb"
>
<li><a
href=
"#"
>
Home
</a>
<span
class=
"divider"
>
/
</span></li>
<li><a
href=
"#"
>
Page
</a>
<span
class=
"divider"
>
/
</span></li>
<li><a
href=
"#"
>
Second page
</a>
<span
class=
"divider"
>
/
</span></li>
<li
class=
"active"
>
Current page
</li>
</ul>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/button-group.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap button group
</h1>
<div
class=
"btn-group"
>
<button
type=
"button"
class=
"btn"
>
Button text
</button>
<button
type=
"button"
class=
"btn"
>
Button text
</button>
<button
type=
"button"
class=
"btn"
>
Button text
</button>
</div>
<br>
<div
class=
"btn-group"
>
<a
class=
"btn"
href=
"#"
>
Link button text
</a>
<a
class=
"btn"
href=
"#"
>
Link button text
</a>
<a
class=
"btn"
href=
"#"
>
Link button text
</a>
</div>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/button.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap button
</h1>
<p><button
type=
"button"
class=
"btn"
>
Button text
</button></p>
<p><a
class=
"btn"
href=
"#"
>
Link button text
</a></p>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/dropdown.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap dropdown
</h1>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
style=
"display: block; position: static;"
>
<li><a
tabindex=
"-1"
href=
"#"
>
Action
</a></li>
<li><a
tabindex=
"-1"
href=
"#"
>
Another action
</a></li>
<li><a
tabindex=
"-1"
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
tabindex=
"-1"
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/form.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap form
</h1>
<form
class=
"horizontal-form"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
""
>
Email
</label>
<div
class=
"controls"
>
<input
type=
"text"
placeholder=
"Email"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
""
>
Password
</label>
<div
class=
"controls"
>
<input
type=
"password"
placeholder=
"Password"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
""
>
Checkbox
</label>
<div
class=
"controls"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
value=
""
>
Option one is this and that
—
be sure to include why it's great
</label>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
""
>
Radios
</label>
<div
class=
"controls"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"optionsRadios"
id=
"optionsRadios1"
value=
"option1"
checked
>
Option one is this and that
—
be sure to include why it's great
</label>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"optionsRadios"
id=
"optionsRadios2"
value=
"option2"
>
Option two can be something else and selecting it will deselect option one
</label>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"controls"
>
<button
type=
"submit"
class=
"btn"
>
Form action
</button>
</div>
</div>
</form>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/icon.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap form
</h1>
<p><i
class=
"icon-ok"
></i>
Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
</p>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/modal.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap modal
</h1>
<br>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto 20px; z-index: 1; max-width: 100%;"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
>
×
</button>
<h3>
Modal header
</h3>
</div>
<div
class=
"modal-body"
>
<p>
One fine body...
</p>
</div>
<div
class=
"modal-footer"
>
<a
href=
"#"
class=
"btn"
>
Close
</a>
<a
href=
"#"
class=
"btn btn-primary"
>
Save changes
</a>
</div>
</div>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/nav.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap nav
</h1>
<br>
<ul
class=
"nav nav-tabs"
>
<li
class=
"active"
><a
href=
"#"
>
Nav link
</a></li>
<li><a
href=
"#"
>
Nav link
</a></li>
<li><a
href=
"#"
>
Nav link
</a></li>
<li><a
href=
"#"
>
Nav link
</a></li>
<li><a
href=
"#"
>
Nav link
</a></li>
</ul>
<br>
<ul
class=
"nav nav-pills"
>
<li
class=
"active"
><a
href=
"#"
>
Nav link
</a></li>
<li><a
href=
"#"
>
Nav link
</a></li>
<li><a
href=
"#"
>
Nav link
</a></li>
<li><a
href=
"#"
>
Nav link
</a></li>
<li><a
href=
"#"
>
Nav link
</a></li>
</ul>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/pagination.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap breadcrumb
</h1>
<br>
<div
class=
"pagination"
>
<ul>
<li
class=
"disabled"
><a
href=
"#"
>
«
</a></li>
<li
class=
"active"
><a
href=
"#"
>
1
</a></li>
<li><a
href=
"#"
>
2
</a></li>
<li><a
href=
"#"
>
3
</a></li>
<li><a
href=
"#"
>
4
</a></li>
<li><a
href=
"#"
>
5
</a></li>
<li><a
href=
"#"
>
»
</a></li>
</ul>
</div>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/popover.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap popover
</h1>
<br>
<a
href=
"#"
class=
"btn btn-large btn-danger"
rel=
"popover"
title=
"A Title"
data-content=
"And here's some amazing content. It's very engaging. right?"
>
Hover for popover
</a>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/progress-bar.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap progress bar
</h1>
<br>
<div
class=
"progress"
>
<div
class=
"bar"
style=
"width: 60%;"
></div>
</div>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/table.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap form
</h1>
<table
class=
"table"
>
<thead>
<tr>
<th>
#
</th>
<th>
First Name
</th>
<th>
Last Name
</th>
<th>
Username
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1
</td>
<td>
Mark
</td>
<td>
Otto
</td>
<td>
@mdo
</td>
</tr>
<tr>
<td>
2
</td>
<td>
Jacob
</td>
<td>
Thornton
</td>
<td>
@fat
</td>
</tr>
<tr>
<td>
3
</td>
<td>
Larry
</td>
<td>
the Bird
</td>
<td>
@twitter
</td>
</tr>
</tbody>
</table>
</div>
<!-- /container -->
<!-- Le 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>
docs/components/tooltip.html
deleted
100644 → 0
View file @
ac442023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap, from Twitter
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"../assets/ico/favicon.ico"
>
<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"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Bootstrap tooltip
</h1>
<br>
<p>
Tight pants next level keffiyeh
<a
href=
"#"
rel=
"tooltip"
title=
"Default tooltip"
>
you probably
</a>
haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown.
</p>
</div>
<!-- /container -->
<!-- Le 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>
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