Team:MSOE Milwaukee/Notebook
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> | ||
- | |||
- | |||
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center" | {| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center" |
Revision as of 16:08, 4 June 2013
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Attributions |
---|
You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well.