mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
adding getting started page based on Bootstrap University from awhile back, testing out side nav on docs instead of subnav bar
This commit is contained in:
+28
-4
@@ -27,7 +27,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body data-spy="scroll" data-target=".subnav" data-offset="50">
|
||||
<body data-spy="scroll" data-target=".bs-docs-sidebar" data-offset="10">
|
||||
|
||||
<!-- Navbar
|
||||
================================================== -->
|
||||
@@ -105,13 +105,34 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="row">
|
||||
<div class="span3 bs-docs-sidebar">
|
||||
<ul class="nav nav-list bs-docs-sidenav">
|
||||
<li><a href="#dropdowns">Dropdowns <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#buttonGroups">Button groups <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#buttonDropdowns">Button dropdowns <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#navs">Navs <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#navbar">Navbar <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#breadcrumbs">Breadcrumbs <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#pagination">Pagination <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#labels">Labels <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#badges">Badges <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#typography">Typography <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#thumbnails">Thumbnails <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#alerts">Alerts <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#progress">Progress bars <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#misc">Misc <i class="icon-chevron-right"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span9">
|
||||
|
||||
|
||||
|
||||
<!-- Dropdowns
|
||||
================================================== -->
|
||||
<section id="dropdowns">
|
||||
<div class="page-header">
|
||||
<h1>Dropdown menus <small>Dropdown and dropup menus for contextual actions</small></h1>
|
||||
<h1>Dropdown menus</h1>
|
||||
</div>
|
||||
|
||||
<h2>Example</h2>
|
||||
@@ -295,7 +316,7 @@
|
||||
================================================== -->
|
||||
<section id="buttonDropdowns">
|
||||
<div class="page-header">
|
||||
<h1>Button dropdown menus <small>Built on button groups to provide contextual menus</small></h1>
|
||||
<h1>Button dropdown menus</h1>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -630,7 +651,7 @@
|
||||
================================================== -->
|
||||
<section id="navs">
|
||||
<div class="page-header">
|
||||
<h1>Nav, tabs, and pills <small>Highly customizable list-style navigation</small></h1>
|
||||
<h1>Nav: tabs, pills, and lists</small></h1>
|
||||
</div>
|
||||
|
||||
<h2>Lightweight defaults <small>Same markup, different classes</small></h2>
|
||||
@@ -2213,6 +2234,9 @@ class="clearfix"
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Footer
|
||||
================================================== -->
|
||||
|
||||
Reference in New Issue
Block a user