Commit d65e1876 by Tom Giannattasio

tweaked items in the header; tried creating class drop, but can't get the…

tweaked items in the header; tried creating class drop, but can't get the server-side jazz figured out
parent 4c50f13e
...@@ -3,12 +3,13 @@ ...@@ -3,12 +3,13 @@
<header class="primary-header"> <header class="primary-header">
<nav class="inner-wrapper"> <nav class="inner-wrapper">
<div class="left"> <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> <a href="#" class="class-name wip-box">6.002x Circuits and Electronics <span class="drop-icon"></span></a>
<ul class="class-nav"> <ul class="class-nav">
<li><a href="overview-full.html" class="active">Courseware</a></li> <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="#" class="wip-box">Pages</a></li>
<li><a href="textbook.html" class="wip-box">Textbook</a></li> <li><a href="#" class="wip-box">Assets</a></li>
<li><a href="#" class="wip-box">Users</a></li>
</ul> </ul>
</div> </div>
<div class="right"> <div class="right">
...@@ -18,7 +19,6 @@ ...@@ -18,7 +19,6 @@
% else: % else:
<a href="${reverse('login')}">Log in</a> <a href="${reverse('login')}">Log in</a>
% endif % endif
</ul> </ul>
</nav> </nav>
</header> </header>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment