tweaked items in the header; tried creating class drop, but can't get the server-side jazz figured out

This commit is contained in:
Tom Giannattasio
2012-10-09 14:48:02 -04:00
parent 4c50f13e99
commit d65e1876a0

View File

@@ -3,12 +3,13 @@
<header class="primary-header">
<nav class="inner-wrapper">
<div class="left">
<a href="/"><span class="home-icon"></span></a>
<a href="/"><span class="home-icon"></span></a>
<a href="#" class="class-name wip-box">6.002x Circuits and Electronics <span class="drop-icon"></span></a>
<ul class="class-nav">
<li><a href="overview-full.html" class="active">Courseware</a></li>
<li><a href="updates.html" class="wip-box">Course Info</a></li>
<li><a href="textbook.html" class="wip-box">Textbook</a></li>
<li><a href="#" class="wip-box">Pages</a></li>
<li><a href="#" class="wip-box">Assets</a></li>
<li><a href="#" class="wip-box">Users</a></li>
</ul>
</div>
<div class="right">
@@ -18,7 +19,6 @@
% else:
<a href="${reverse('login')}">Log in</a>
% endif
</ul>
</nav>
</header>