-
Notifications
You must be signed in to change notification settings - Fork 2
/
1.php
35 lines (30 loc) · 1.12 KB
/
1.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--div class="container">
<div class="hero-unit">
<hgroup>
<h1>Bootstrap Notes</h1>
<h2>Putting Twitter Bootstrap to work <small>with version 2.0.2</small></h2>
</hgroup>
</div>
<div class="row">
<div class="span4">
<h2>Setup Notes</h2>
<img src="http://placehold.it/100x100">
<p><a class="btn" href="setup-notes.html">Go there »</a></p>
</div>
<div class="span4">
<h2>Navbar Examples</h2>
<p>Suggestions and code for three ways to setup your navbar:</p>
<ul>
<li>fixed-top</li>
<li>static full-width</li>
<li>static inside container</li>
</ul>
<p><a class="btn" href="navbar-examples.html">Go there »</a></p>
</div>
<div class="span4">
<h2>Tabs & Pills</h2>
<p>Examples utilizing Bootstrap's Tabs & Pills styles and the Tabs JavaScript plugin.</p>
<p><a class="btn" href="tabs-pills.html">Go there »</a></p>
</div>
</div><!-- end row 1 -->
<hr>