Line 1: | Line 1: | ||
<html> | <html> | ||
− | + | <script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | if(document.getElementById("home") != null) { | |
− | + | document.getElementById("homeheader").classList.add('current'); | |
− | + | } | |
− | + | if(document.getElementById("project") != null) { | |
− | + | document.getElementById("projecth").classList.add('current'); | |
− | + | } | |
− | + | if(document.getElementById("software") != null) { | |
− | + | document.getElementById("softwareh").classList.add('current'); | |
− | + | } | |
− | + | if(document.getElementById("parts") != null) { | |
− | + | document.getElementById("partsh").classList.add('current'); | |
− | + | } | |
+ | if(document.getElementById("notebook") != null) { | ||
+ | document.getElementById("notebookh").classList.add('current'); | ||
+ | } | ||
+ | if(document.getElementById("human") != null) { | ||
+ | document.getElementById("humanh").classList.add('current'); | ||
+ | } | ||
+ | if(document.getElementById("people") != null) { | ||
+ | document.getElementById("peopleh").classList.add('current'); | ||
+ | } | ||
+ | </script> | ||
<!-- Primary Navigation | <!-- Primary Navigation | ||
============================================= --> | ============================================= --> | ||
Line 81: | Line 88: | ||
<li><a href="/pages/people/index.php#section-attributions"><div><i class="icon-gift"></i>Attributions</div></a></li> | <li><a href="/pages/people/index.php#section-attributions"><div><i class="icon-gift"></i>Attributions</div></a></li> | ||
<li><a href="/pages/people/index.php#section-sponsors"><div><i class="icon-umbrella"></i>Sponsors</div></a> | <li><a href="/pages/people/index.php#section-sponsors"><div><i class="icon-umbrella"></i>Sponsors</div></a> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> |
Revision as of 18:17, 16 October 2018