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
78570890
Commit
78570890
authored
Sep 14, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak copy on each template, add sign in template
parent
0bcbcf69
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
104 additions
and
10 deletions
+104
-10
docs/examples/carousel.html
docs/examples/carousel.html
+2
-2
docs/examples/fluid.html
docs/examples/fluid.html
+2
-2
docs/examples/hero.html
docs/examples/hero.html
+2
-2
docs/examples/marketing-narrow.html
docs/examples/marketing-narrow.html
+2
-2
docs/examples/signin.html
docs/examples/signin.html
+94
-0
docs/examples/starter-template.html
docs/examples/starter-template.html
+2
-2
No files found.
docs/examples/carousel.html
View file @
78570890
...
...
@@ -17,12 +17,12 @@
</style>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!--
Le
HTML5 shim, for IE6-8 support of HTML5 elements -->
<!-- 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 f
av and touch icons -->
<!--
F
av 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"
>
...
...
docs/examples/fluid.html
View file @
78570890
...
...
@@ -20,12 +20,12 @@
</style>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!--
Le
HTML5 shim, for IE6-8 support of HTML5 elements -->
<!-- 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 f
av and touch icons -->
<!--
F
av 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"
>
...
...
docs/examples/hero.html
View file @
78570890
...
...
@@ -17,12 +17,12 @@
</style>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!--
Le
HTML5 shim, for IE6-8 support of HTML5 elements -->
<!-- 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 f
av and touch icons -->
<!--
F
av 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"
>
...
...
docs/examples/marketing-narrow.html
View file @
78570890
...
...
@@ -48,12 +48,12 @@
</style>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!--
Le
HTML5 shim, for IE6-8 support of HTML5 elements -->
<!-- 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 f
av and touch icons -->
<!--
F
av 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"
>
...
...
docs/examples/signin.html
0 → 100644
View file @
78570890
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Sign in
·
Twitter Bootstrap
</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"
>
<style
type=
"text/css"
>
body
{
padding-top
:
40px
;
padding-bottom
:
40px
;
background-color
:
#f5f5f5
;
}
.form-signin
{
max-width
:
300px
;
padding
:
19px
29px
29px
;
margin
:
0
auto
20px
;
background-color
:
#fff
;
border
:
1px
solid
#e5e5e5
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
}
.form-signin
.form-signin-heading
,
.form-signin
.checkbox
{
margin-bottom
:
10px
;
}
.form-signin
input
[
type
=
"text"
],
.form-signin
input
[
type
=
"password"
]
{
font-size
:
16px
;
height
:
auto
;
margin-bottom
:
15px
;
padding
:
7px
9px
;
}
</style>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- 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]-->
<!-- 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"
>
<form
class=
"form-signin"
>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
<input
type=
"text"
class=
"input-block-level"
placeholder=
"Email address"
>
<input
type=
"password"
class=
"input-block-level"
placeholder=
"Password"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
value=
"remember-me"
>
Remember me
</label>
<button
class=
"btn btn-large btn-primary"
type=
"submit"
>
Sign in
</button>
</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/examples/starter-template.html
View file @
78570890
...
...
@@ -16,12 +16,12 @@
</style>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!--
Le
HTML5 shim, for IE6-8 support of HTML5 elements -->
<!-- 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 f
av and touch icons -->
<!--
F
av 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"
>
...
...
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