Line 82: | Line 82: | ||
/******** Links n' such (NavBar)********/ | /******** Links n' such (NavBar)********/ | ||
+ | |||
a.nav-link:link | a.nav-link:link | ||
{ | { | ||
− | color: # | + | color: #E4E0EE; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
a.nav-link:visited | a.nav-link:visited | ||
{ | { | ||
− | color: # | + | color: #E4E0EE; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 100: | Line 101: | ||
a.nav-link:active | a.nav-link:active | ||
{ | { | ||
− | color: # | + | color: #E4E0EE; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 187: | Line 188: | ||
<!-- Navbar code (sits on top) --> | <!-- Navbar code (sits on top) --> | ||
+ | <div class="w3-bar w3-black"> | ||
+ | <a href="https://2017.igem.org/Team:Northwestern#home" class="w3-bar-item w3-button w3-hide-small w3-left nav-link">HOME</a> | ||
+ | <a href="https://2017.igem.org/Team:Northwestern/project" class="w3-bar-item w3-button w3-hide-small w3-left nav-link"> Project </a> | ||
+ | <a href="https://2017.igem.org/Team:Northwestern#lab" class="w3-bar-item w3-button w3-hide-small w3-left nav-link"> Lab </a> | ||
+ | <a href="https://2017.igem.org/Team:Northwestern#parts" class= "w3-bar-item w3-button w3-hide-small w3-left nav-link"> Parts </a> | ||
+ | <a href="https://2017.igem.org/Team:Northwestern#humanpractices" class="w3-bar-item w3-button w3-hide-small w3-left nav-link"> Human Practices </a> | ||
+ | <a href="https://2017.igem.org/Team:Northwestern#team" class="w3-bar-item w3-button w3-hide-small w3-left nav-link"> Team </a> | ||
+ | <a href="https://2017.igem.org/Team:Northwestern#contact" class= "w3-bar-item w3-button w3-hide-small w3-left nav-link"> Contact </a> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
Revision as of 18:32, 13 July 2017