Team:MSOE Milwaukee/Attributions
From 2013.igem.org
(Difference between revisions)
(Prototype team page) |
Vanhandelp (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | < | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
- | + | <head> | |
- | < | + | <title>Horizontal Navigation Bar w/Rollover Effect</title> |
- | < | + | <style type="text/css"> |
- | + | <!-- | |
- | + | ||
- | </ | + | #navbar ul { |
- | <div id=" | + | margin: 0; |
- | + | padding: 5px; | |
- | </ | + | list-style-type: none; |
- | < | + | text-align: center; |
- | + | background-color: #000; | |
- | </ | + | } |
- | </div> | + | |
+ | #navbar ul li { | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | #navbar ul li a { | ||
+ | text-decoration: none; | ||
+ | padding: .2em 1em; | ||
+ | color: #fff; | ||
+ | background-color: #000; | ||
+ | } | ||
+ | |||
+ | #navbar ul li a:hover { | ||
+ | color: #000; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | |||
+ | --> | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="navbar"> | ||
+ | <ul> | ||
+ | <li><a href="/Team:MSOE_Milwaukee">Home</a></li> | ||
+ | <li><a href="/Team:MSOE_Milwaukee/Team">Team</a></li> | ||
+ | <li><a href="https://igem.org/Team.cgi?year=2013&team_name=MSOE_Milwaukee Official Team Profile">Official Team Profile</a></li> | ||
+ | <li><a href="/Team:MSOE_Milwaukee/Project">Project</a></li> | ||
+ | <li><a href="/Team:MSOE_Milwaukee/Parts">Parts Submitted to the Registry</a></li> | ||
+ | <li><a href="/Team:MSOE_Milwaukee/Modeling">Modeling</a></li> | ||
+ | <li><a href="/Team:MSOE_Milwaukee/Notebook">Notebook</a></li> | ||
+ | <li><a href="/Team:MSOE_Milwaukee/Safety">Safety</a></li> | ||
+ | <li><a href="/Team:MSOE_Milwaukee/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> | ||
- | |||
- | |||
Revision as of 16:09, 4 June 2013
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Attributions |
---|
Each team must clearly attribute work done by the team on this page. They must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.