theshell.ch/site/_includes/header.html
terehm aa347a33f6 css-team: add dropdowns to nav menu
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@38 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-06 08:27:15 +00:00

18 lines
401 B
HTML

<div class="menuDesktop">
<span class="boxTitle">
<a href="/index.html"><img src="/assets/style/logo_white.png" height="50"></a>
</span>
<nav class="boxItem">
<div>Learn
<ul>
<li>Basic commands</li>
<li>Intermediate commands</li>
<li>Filesystem</li>
<li>Scripting</li>
</ul>
</div>
<code>|</code>
<div>About</div>
</nav>
</div>