aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2b7694f74..5876ac5e8 100644
--- a/index.html
+++ b/index.html
@@ -1001,7 +1001,7 @@
<div class="container fixed">
<h3><a class="logo" href="">Project Name</a></h3>
<ul>
- <li><a href="">Home</a></li>
+ <li class="active"><a href="">Home</a></li>
<li><a href="">Profile</a></li>
<li><a href="">Messages</a></li>
<li><a href="">Who to Follow</a></li>
@@ -1024,11 +1024,17 @@
</div>
</div> <!-- topbar-wrapper -->
<div class="row">
- <div class="span6 columns">
+ <div class="span5 columns">
+ <h4>What is it</h4>
<p>Our topbar is a fixed bar that houses a website's logo or name, primary navigation, and search form.</p>
</div>
+ <div class="span5 columns">
+ <h4>Customizable</h4>
+ <p>All elements within, and the entire topbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav&mdash;or any combination of that.</p>
+ </div>
<div class="span6 columns">
- <p>All elements are optional in the topbar, as is the entire topbar. Contents are configurable in that you can have a logo, nav, search, and a secondary nav&mdash;or any combination of that.</p>
+ <h4>Dropdowns included</h4>
+ <p>As part of the main navigation, we've included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it's done.</p>
</div>
</div>