Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-07-26 12:43:43 +0400
committerMark Otto <otto@github.com>2013-07-26 12:43:43 +0400
commit5d766d9e2ff09ee5a8eeb148b86622297634a3ff (patch)
treedeea037ea906172f155c1e05ae58ad119a3bc58e /_layouts
parent995add132efdb6557f191f1a65097f19260a4f7d (diff)
Mo betta placement of old docs callouts
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html6
-rw-r--r--_layouts/home.html23
2 files changed, 24 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 104f07f763..6b776f225b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,9 +10,6 @@
<!-- Docs master nav -->
{% include nav-main.html %}
- <!-- Callout for the old docs link -->
- {% include old-bs-docs.html %}
-
<!-- Docs page layout -->
<div class="bs-header">
<div class="container">
@@ -24,6 +21,9 @@
</div>
</div>
+ <!-- Callout for the old docs link -->
+ {% include old-bs-docs.html %}
+
<div class="container bs-docs-container">
<div class="row">
<div class="col-lg-3">
diff --git a/_layouts/home.html b/_layouts/home.html
index d027289578..13da28f0bd 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -10,11 +10,30 @@
<!-- Docs master nav -->
{% include nav-main.html %}
+ <!-- Page content of course! -->
+ {{ content }}
+
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}
- <!-- Page content of course! -->
- {{ content }}
+ <div class="container">
+ {% include social-buttons.html %}
+
+ <ul class="bs-masthead-links">
+ <li>
+ <a href="http://github.com/twbs/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
+ </li>
+ <li>
+ <a href="http://examples.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
+ </li>
+ <li>
+ <a href="http://glyphicons.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
+ </li>
+ <li>
+ <a href="http://expo.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
+ </li>
+ </ul>
+ </div>
<!-- JS and analytics only. -->
{% include footer.html %}