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
8aa51811
Commit
8aa51811
authored
Sep 23, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move /assets/ to /docs-assets/ ; fixes #10715
parent
229469e0
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
75 additions
and
75 deletions
+75
-75
Gruntfile.js
Gruntfile.js
+1
-1
_includes/footer.html
_includes/footer.html
+9
-9
_includes/header.html
_includes/header.html
+6
-6
docs-assets/css/docs.css
docs-assets/css/docs.css
+0
-0
docs-assets/css/pygments-manni.css
docs-assets/css/pygments-manni.css
+0
-0
docs-assets/ico/apple-touch-icon-144-precomposed.png
docs-assets/ico/apple-touch-icon-144-precomposed.png
+0
-0
docs-assets/ico/favicon.png
docs-assets/ico/favicon.png
+0
-0
docs-assets/js/application.js
docs-assets/js/application.js
+0
-0
docs-assets/js/customizer.js
docs-assets/js/customizer.js
+0
-0
docs-assets/js/filesaver.js
docs-assets/js/filesaver.js
+0
-0
docs-assets/js/holder.js
docs-assets/js/holder.js
+0
-0
docs-assets/js/html5shiv.js
docs-assets/js/html5shiv.js
+0
-0
docs-assets/js/jquery.js
docs-assets/js/jquery.js
+0
-0
docs-assets/js/jszip.js
docs-assets/js/jszip.js
+0
-0
docs-assets/js/less.js
docs-assets/js/less.js
+0
-0
docs-assets/js/raw-files.js
docs-assets/js/raw-files.js
+0
-0
docs-assets/js/respond.min.js
docs-assets/js/respond.min.js
+0
-0
docs-assets/js/uglify.js
docs-assets/js/uglify.js
+0
-0
examples/carousel/index.html
examples/carousel/index.html
+5
-5
examples/grid/index.html
examples/grid/index.html
+3
-3
examples/jumbotron-narrow/index.html
examples/jumbotron-narrow/index.html
+3
-3
examples/jumbotron/index.html
examples/jumbotron/index.html
+4
-4
examples/justified-nav/index.html
examples/justified-nav/index.html
+3
-3
examples/navbar-fixed-top/index.html
examples/navbar-fixed-top/index.html
+4
-4
examples/navbar-static-top/index.html
examples/navbar-static-top/index.html
+4
-4
examples/navbar/index.html
examples/navbar/index.html
+4
-4
examples/non-responsive/index.html
examples/non-responsive/index.html
+4
-4
examples/offcanvas/index.html
examples/offcanvas/index.html
+4
-4
examples/signin/index.html
examples/signin/index.html
+3
-3
examples/starter-template/index.html
examples/starter-template/index.html
+4
-4
examples/sticky-footer-navbar/index.html
examples/sticky-footer-navbar/index.html
+4
-4
examples/sticky-footer/index.html
examples/sticky-footer/index.html
+3
-3
examples/theme/index.html
examples/theme/index.html
+5
-5
getting-started.html
getting-started.html
+2
-2
No files found.
Gruntfile.js
View file @
8aa51811
...
@@ -216,6 +216,6 @@ module.exports = function(grunt) {
...
@@ -216,6 +216,6 @@ module.exports = function(grunt) {
var
customize
=
fs
.
readFileSync
(
'
customize.html
'
,
'
utf-8
'
)
var
customize
=
fs
.
readFileSync
(
'
customize.html
'
,
'
utf-8
'
)
var
files
=
getFiles
(
'
js
'
)
+
getFiles
(
'
less
'
)
+
getFiles
(
'
fonts
'
)
var
files
=
getFiles
(
'
js
'
)
+
getFiles
(
'
less
'
)
+
getFiles
(
'
fonts
'
)
fs
.
writeFileSync
(
'
assets/js/raw-files.js
'
,
files
)
fs
.
writeFileSync
(
'
docs-
assets/js/raw-files.js
'
,
files
)
});
});
};
};
_includes/footer.html
View file @
8aa51811
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"{{ page.base_url }}assets/js/jquery.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/jquery.js"
></script>
<script
src=
"{{ page.base_url }}dist/js/bootstrap.js"
></script>
<script
src=
"{{ page.base_url }}dist/js/bootstrap.js"
></script>
<script
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/holder.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/holder.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/application.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/application.js"
></script>
{% if page.slug == "customize" %}
{% if page.slug == "customize" %}
<script
src=
"{{ page.base_url }}assets/js/less.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/less.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/jszip.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/jszip.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/uglify.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/uglify.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/filesaver.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/filesaver.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/raw-files.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/raw-files.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/customizer.js"
></script>
<script
src=
"{{ page.base_url }}
docs-
assets/js/customizer.js"
></script>
{% endif %}
{% endif %}
<!-- Analytics
<!-- Analytics
...
...
_includes/header.html
View file @
8aa51811
...
@@ -15,18 +15,18 @@
...
@@ -15,18 +15,18 @@
<link
href=
"{{ page.base_url }}dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"{{ page.base_url }}dist/css/bootstrap.css"
rel=
"stylesheet"
>
<!-- Documentation extras -->
<!-- Documentation extras -->
<link
href=
"{{ page.base_url }}assets/css/docs.css"
rel=
"stylesheet"
>
<link
href=
"{{ page.base_url }}
docs-
assets/css/docs.css"
rel=
"stylesheet"
>
<link
href=
"{{ page.base_url }}assets/css/pygments-manni.css"
rel=
"stylesheet"
>
<link
href=
"{{ page.base_url }}
docs-
assets/css/pygments-manni.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="{{ page.base_url }}assets/js/html5shiv.js"></script>
<script src="{{ page.base_url }}
docs-
assets/js/html5shiv.js"></script>
<script src="{{ page.base_url }}assets/js/respond.min.js"></script>
<script src="{{ page.base_url }}
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
<!-- Favicons -->
<!-- Favicons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"{{ page.base_url }}assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"{{ page.base_url }}
docs-
assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"{{ page.base_url }}assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"{{ page.base_url }}
docs-
assets/ico/favicon.png"
>
<script>
<script>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
...
assets/css/docs.css
→
docs-
assets/css/docs.css
View file @
8aa51811
File moved
assets/css/pygments-manni.css
→
docs-
assets/css/pygments-manni.css
View file @
8aa51811
File moved
assets/ico/apple-touch-icon-144-precomposed.png
→
docs-
assets/ico/apple-touch-icon-144-precomposed.png
View file @
8aa51811
File moved
assets/ico/favicon.png
→
docs-
assets/ico/favicon.png
View file @
8aa51811
File moved
assets/js/application.js
→
docs-
assets/js/application.js
View file @
8aa51811
File moved
assets/js/customizer.js
→
docs-
assets/js/customizer.js
View file @
8aa51811
File moved
assets/js/filesaver.js
→
docs-
assets/js/filesaver.js
View file @
8aa51811
File moved
assets/js/holder.js
→
docs-
assets/js/holder.js
View file @
8aa51811
File moved
assets/js/html5shiv.js
→
docs-
assets/js/html5shiv.js
View file @
8aa51811
File moved
assets/js/jquery.js
→
docs-
assets/js/jquery.js
View file @
8aa51811
File moved
assets/js/jszip.js
→
docs-
assets/js/jszip.js
View file @
8aa51811
File moved
assets/js/less.js
→
docs-
assets/js/less.js
View file @
8aa51811
File moved
assets/js/raw-files.js
→
docs-
assets/js/raw-files.js
View file @
8aa51811
File moved
assets/js/respond.min.js
→
docs-
assets/js/respond.min.js
View file @
8aa51811
File moved
assets/js/uglify.js
→
docs-
assets/js/uglify.js
View file @
8aa51811
File moved
examples/carousel/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Carousel Template for Bootstrap
</title>
<title>
Carousel Template for Bootstrap
</title>
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
...
@@ -194,8 +194,8 @@
...
@@ -194,8 +194,8 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
<script
src=
"../../
docs-
assets/js/holder.js"
></script>
</body>
</body>
</html>
</html>
examples/grid/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Grid Template for Bootstrap
</title>
<title>
Grid Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
...
examples/jumbotron-narrow/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Narrow Jumbotron Template for Bootstrap
</title>
<title>
Narrow Jumbotron Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
...
examples/jumbotron/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Jumbotron Template for Bootstrap
</title>
<title>
Jumbotron Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/justified-nav/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Justified Nav Template for Bootstrap
</title>
<title>
Justified Nav Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
...
examples/navbar-fixed-top/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Fixed Top Navbar Example for Bootstrap
</title>
<title>
Fixed Top Navbar Example for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/navbar-static-top/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Static Top Navbar Example for Bootstrap
</title>
<title>
Static Top Navbar Example for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/navbar/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Navbar Template for Bootstrap
</title>
<title>
Navbar Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/non-responsive/index.html
View file @
8aa51811
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<!-- Note there is no responsive meta tag here -->
<!-- Note there is no responsive meta tag here -->
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Non-responsive Template for Bootstrap
</title>
<title>
Non-responsive Template for Bootstrap
</title>
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/offcanvas/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Off Canvas Template for Bootstrap
</title>
<title>
Off Canvas Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"offcanvas.js"
></script>
<script
src=
"offcanvas.js"
></script>
</body>
</body>
...
...
examples/signin/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Signin Template for Bootstrap
</title>
<title>
Signin Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
...
examples/starter-template/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Starter Template for Bootstrap
</title>
<title>
Starter Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/sticky-footer-navbar/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Sticky Footer Navbar Template for Bootstrap
</title>
<title>
Sticky Footer Navbar Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
examples/sticky-footer/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Sticky Footer Template for Bootstrap
</title>
<title>
Sticky Footer Template for Bootstrap
</title>
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
...
examples/theme/index.html
View file @
8aa51811
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.png"
>
<title>
Theme Template for Bootstrap
</title>
<title>
Theme Template for Bootstrap
</title>
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
...
@@ -346,8 +346,8 @@
...
@@ -346,8 +346,8 @@
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../
docs-
assets/js/jquery.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
<script
src=
"../../
docs-
assets/js/holder.js"
></script>
</body>
</body>
</html>
</html>
getting-started.html
View file @
8aa51811
...
@@ -109,8 +109,8 @@ bootstrap/
...
@@ -109,8 +109,8 @@ bootstrap/
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../
docs-
assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<script src="../../
docs-
assets/js/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
<body>
<body>
...
...
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