Modified nav menu to avoid using dropdown

This commit is contained in:
Ethan N. Paul 2018-02-03 14:47:30 -05:00
parent e31a39105d
commit 3c3e231a67
1 changed files with 1 additions and 9 deletions

View File

@ -68,7 +68,6 @@
<h2>Engineer, developer, and <span class="rotating">tinkerer, student, designer, mechanic, handyman, hiker, traveler, kayaker, swimmer, programmer, debugger</span></h2>
<div class="actions">
<a href="#about" class="btn-services">About</a>
<a href="#contact" class="btn-services">Contact</a>
<a href="#network" class="btn-services">Network</a>
</div>
</div>
@ -86,14 +85,7 @@
<ul class="nav-menu">
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li class="menu-has-children"><a href="#network">Network</a>
<ul>
<li><a href="https://gitlab.enpaul.net/">GitLab</a></li>
<li><a href="https://storage.enpaul.net/">Cloud Storage</a></li>
<li><a href="https://plex.enpaul.net/">Plex Media Server</a></li>
<li><a href="https://docs.enpaul.net/vpn/overview/">VPN</a></li>
</ul>
</li>
<li><a href="#network">Network</a>
<li><a target="_blank" href="https://docs.enpaul.net/">Docs</a></li>
</ul>
</nav>