diff options
| author | Mark Otto <[email protected]> | 2015-08-18 23:18:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-18 23:18:20 -0700 |
| commit | 3ba8f98b478255b952bb2c19bec0a149b37b684b (patch) | |
| tree | 4735fc75281809ae494c4cea74354c6bac94117e /javascript/index.html | |
| parent | d81c52b09eda19d58d9232f8e330a9e92e40ca55 (diff) | |
| download | bootstrap-3ba8f98b478255b952bb2c19bec0a149b37b684b.tar.xz bootstrap-3ba8f98b478255b952bb2c19bec0a149b37b684b.zip | |
add v4 notice and themes link
Diffstat (limited to 'javascript/index.html')
| -rw-r--r-- | javascript/index.html | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/javascript/index.html b/javascript/index.html index 676a86482..4cab57ae8 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -10,9 +10,9 @@ <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> <title> - + JavaScript · Bootstrap - + </title> <!-- Bootstrap core CSS --> @@ -56,6 +56,8 @@ <body> <a id="skippy" class="sr-only sr-only-focusable" href="#content"><div class="container"><span class="skiplink-text">Skip to main content</span></div></a> + <a href="http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/" class="v4-tease">Aww yeah, Bootstrap 4 is coming!</a> + <!-- Docs master nav --> <header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner"> <div class="container"> @@ -87,6 +89,7 @@ </li> </ul> <ul class="nav navbar-nav navbar-right"> + <li><a href="http://themes.getbootstrap.com" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');">Themes</a></li> <li><a href="http://expo.getbootstrap.com" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Expo');">Expo</a></li> <li><a href="http://blog.getbootstrap.com" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');">Blog</a></li> </ul> @@ -2575,11 +2578,11 @@ sagittis lacus vel augue laoreet rutrum faucibus."</span><span class="nt">></ </div> - + <div class="col-md-3" role="complementary"> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm"> <ul class="nav bs-docs-sidenav"> - + <li> <a href="#js-overview">Overview</a> <ul class="nav"> @@ -2704,19 +2707,19 @@ sagittis lacus vel augue laoreet rutrum faucibus."</span><span class="nt">></ </ul> </li> - + </ul> <a class="back-to-top" href="#top"> Back to top </a> - + <a href="#" class="bs-docs-theme-toggle" role="button"> Preview theme </a> - + </nav> </div> - + </div> </div> |
