add About pages to the quicknav and

tweak new h1 styles and move training navbar down
so the page title can span the page width before wrapping

Change-Id: I517c29d8ee3a2d7347ae50ca47005b51c174fa1c
This commit is contained in:
smain@google.com
2014-06-13 16:05:28 -07:00
parent b0580df308
commit 20ef382369
3 changed files with 38 additions and 18 deletions

View File

@@ -51,8 +51,16 @@
<!-- Expanded quicknav -->
<div id="quicknav" class="col-9">
<div id="quicknav" class="col-13">
<ul>
<li class="about">
<ul>
<li><a href="<?cs var:toroot ?>about/index.html">About</a></li>
<li><a href="<?cs var:toroot ?>wear/index.html">Wear</a></li>
<li><a href="<?cs var:toroot ?>tv/index.html">TV</a></li>
<li><a href="<?cs var:toroot ?>auto/index.html">Auto</a></li>
</ul>
</li>
<li class="design">
<ul>
<li><a href="<?cs var:toroot ?>design/index.html">Get Started</a></li>