Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
fd49d4a4
Commit
fd49d4a4
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
move examples into docs...
parent
bdfb05db
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
Makefile
+1
-0
Makefile
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/examples.html
+3
-3
docs/examples.html
docs/examples/fluid.html
+6
-6
docs/examples/fluid.html
docs/examples/hero.html
+5
-5
docs/examples/hero.html
docs/examples/starter-template.html
+15
-15
docs/examples/starter-template.html
docs/templates/pages/examples.mustache
+3
-3
docs/templates/pages/examples.mustache
with
33 additions
and
32 deletions
+33
-32
Makefile
+
1
-
0
View file @
fd49d4a4
...
...
@@ -18,6 +18,7 @@ docs: bootstrap
cp
img/
*
docs/assets/img/
cp
js/
*
.js docs/assets/js/
cp
js/tests/vendor/jquery.js docs/assets/js/
cp
js/tests/vendor/jquery.js docs/assets/js/
#
# BUILD SIMPLE BOOTSTRAP DIRECTORY
...
...
This diff is collapsed.
Click to expand it.
docs/assets/bootstrap.zip
+
0
-
0
View file @
fd49d4a4
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/examples.html
+
3
-
3
View file @
fd49d4a4
...
...
@@ -84,21 +84,21 @@
<ul
class=
"thumbnails bootstrap-examples"
>
<li
class=
"span4"
>
<a
class=
"thumbnail"
href=
"
../
examples/hero.html"
>
<a
class=
"thumbnail"
href=
"examples/hero.html"
>
<img
src=
"assets/img/examples/bootstrap-example-hero.jpg"
alt=
""
>
</a>
<h3>
Basic marketing site
</h3>
<p>
Featuring a hero unit for a primary message and three supporting elements.
</p>
</li>
<li
class=
"span4"
>
<a
class=
"thumbnail"
href=
"
../
examples/fluid.html"
>
<a
class=
"thumbnail"
href=
"examples/fluid.html"
>
<img
src=
"assets/img/examples/bootstrap-example-fluid.jpg"
alt=
""
>
</a>
<h3>
Fluid layout
</h3>
<p>
Uses are new responsive, fluid grid system to create seamless liquid layout.
</p>
</li>
<li
class=
"span4"
>
<a
class=
"thumbnail"
href=
"
../
examples/starter-template.html"
>
<a
class=
"thumbnail"
href=
"examples/starter-template.html"
>
<img
src=
"assets/img/examples/bootstrap-example-starter.jpg"
alt=
""
>
</a>
<h3>
Starter template
</h3>
...
...
This diff is collapsed.
Click to expand it.
examples/fluid.html
→
docs/
examples/fluid.html
+
6
-
6
View file @
fd49d4a4
...
...
@@ -12,7 +12,7 @@
<![endif]-->
<!-- Le styles -->
<link
href=
"../
docs/
assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<style
type=
"text/css"
>
body
{
padding-top
:
60px
;
...
...
@@ -22,7 +22,7 @@
padding
:
9px
0
;
}
</style>
<link
href=
"../
docs/
assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"images/favicon.ico"
>
...
...
@@ -76,7 +76,7 @@
<li><a
href=
"#"
>
Link
</a></li>
<li><a
href=
"#"
>
Link
</a></li>
</ul>
</div>
<!--/.well -->
</div>
<!--/.well -->
</div>
<!--/span-->
<div
class=
"span9"
>
<div
class=
"hero-unit"
>
...
...
@@ -133,9 +133,9 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../js/tests/vendor/jquery.js"
></script>
<script
src=
"../js/bootstrap-transition.js"
></script>
<script
src=
"../js/bootstrap-collapse.js"
></script>
<script
src=
"../
assets/
js/tests/vendor/jquery.js"
></script>
<script
src=
"../
assets/
js/bootstrap-transition.js"
></script>
<script
src=
"../
assets/
js/bootstrap-collapse.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/hero.html
→
docs/
examples/hero.html
+
5
-
5
View file @
fd49d4a4
...
...
@@ -12,14 +12,14 @@
<![endif]-->
<!-- Le styles -->
<link
href=
"../
docs/
assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<style
type=
"text/css"
>
body
{
padding-top
:
60px
;
padding-bottom
:
40px
;
}
</style>
<link
href=
"../
docs/
assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"images/favicon.ico"
>
...
...
@@ -89,9 +89,9 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../js/tests/vendor/jquery.js"
></script>
<script
src=
"../js/bootstrap-transition.js"
></script>
<script
src=
"../js/bootstrap-collapse.js"
></script>
<script
src=
"../
assets/
js/tests/vendor/jquery.js"
></script>
<script
src=
"../
assets/
js/bootstrap-transition.js"
></script>
<script
src=
"../
assets/
js/bootstrap-collapse.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/starter-template.html
→
docs/
examples/starter-template.html
+
15
-
15
View file @
fd49d4a4
...
...
@@ -12,8 +12,8 @@
<![endif]-->
<!-- Le styles -->
<link
href=
"../
docs/
assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../
docs/
assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<style>
body
{
padding-top
:
60px
;
/* 60px to make the container go all the way to the bottom of the topbar */
...
...
@@ -60,19 +60,19 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
type=
"text/javascript"
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"../js/tests/vendor/jquery.js"
></script>
<script
src=
"../js/bootstrap-transition.js"
></script>
<script
src=
"../js/bootstrap-alert.js"
></script>
<script
src=
"../js/bootstrap-modal.js"
></script>
<script
src=
"../js/bootstrap-dropdown.js"
></script>
<script
src=
"../js/bootstrap-scrollspy.js"
></script>
<script
src=
"../js/bootstrap-tab.js"
></script>
<script
src=
"../js/bootstrap-tooltip.js"
></script>
<script
src=
"../js/bootstrap-popover.js"
></script>
<script
src=
"../js/bootstrap-button.js"
></script>
<script
src=
"../js/bootstrap-collapse.js"
></script>
<script
src=
"../js/bootstrap-carousel.js"
></script>
<script
src=
"../js/bootstrap-typeahead.js"
></script>
<script
src=
"../
assets/
js/tests/vendor/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>
This diff is collapsed.
Click to expand it.
docs/templates/pages/examples.mustache
+
3
-
3
View file @
fd49d4a4
...
...
@@ -8,21 +8,21 @@
<ul
class=
"thumbnails bootstrap-examples"
>
<li
class=
"span4"
>
<a
class=
"thumbnail"
href=
"
../
examples/hero.html"
>
<a
class=
"thumbnail"
href=
"examples/hero.html"
>
<img
src=
"assets/img/examples/bootstrap-example-hero.jpg"
alt=
""
>
</a>
<h3>
{{
_i
}}
Basic marketing site
{{/
i
}}
</h3>
<p>
{{
_i
}}
Featuring a hero unit for a primary message and three supporting elements.
{{/
i
}}
</p>
</li>
<li
class=
"span4"
>
<a
class=
"thumbnail"
href=
"
../
examples/fluid.html"
>
<a
class=
"thumbnail"
href=
"examples/fluid.html"
>
<img
src=
"assets/img/examples/bootstrap-example-fluid.jpg"
alt=
""
>
</a>
<h3>
{{
_i
}}
Fluid layout
{{/
i
}}
</h3>
<p>
{{
_i
}}
Uses are new responsive, fluid grid system to create seamless liquid layout.
{{/
i
}}
</p>
</li>
<li
class=
"span4"
>
<a
class=
"thumbnail"
href=
"
../
examples/starter-template.html"
>
<a
class=
"thumbnail"
href=
"examples/starter-template.html"
>
<img
src=
"assets/img/examples/bootstrap-example-starter.jpg"
alt=
""
>
</a>
<h3>
{{
_i
}}
Starter template
{{/
i
}}
</h3>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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