Team:Vanderbilt MF/Notebook
From 2014.igem.org
(Difference between revisions)
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | {{ | + | {{Team:Vanderbilt/CSS}} |
<html> | <html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <head lang="en"> | |
- | + | <meta charset="UTF-8"> | |
- | + | <title>Home</title> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | <style> |
+ | .tab_left { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | .tab_right { | ||
+ | visibility: hidden; | ||
+ | } | ||
- | + | #safety_tab_left { | |
- | + | visibility: hidden; | |
- | + | } | |
- | + | #safety_tab_right { | |
+ | visibility: visible; | ||
+ | } | ||
+ | #attributions_tab_left { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | #attributions_tab_right { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | </style> | ||
- | < | + | </head> |
- | < | + | <body> |
- | + | ||
- | < | + | <div id="tabs"> |
- | < | + | <div id="home_tab_left" class = "tab_left"><a href="Home"></a> </div> |
- | < | + | <div id="team_tab_left" class = "tab_left"><a href="Team"></a> </div> |
- | < | + | <div id="project_tab_left" class = "tab_left"><a href="Project"></a> </div> |
+ | <div id="parts_tab_left" class = "tab_left"><a href="Parts"></a> </div> | ||
+ | <div id="notebook_tab_left" class = "tab_left"><a href="Notebook"></a> </div> | ||
+ | <div id="safety_tab_left" class = "tab_left"><a href="Safety"></a> </div> | ||
+ | <div id="attributions_tab_left" class = "tab_left"><a href="Attributions"></a> </div> | ||
- | < | + | <a href="https://2014.igem.org/Main_Page"> |
- | < | + | <img id="igem_logo" src="https://static.igem.org/mediawiki/parts/6/6b/Vanderbilt_iGEM.png" alt="igem logo" width="50" height="50"> |
+ | </a> | ||
- | < | + | <div id="home_tab_right" class = "tab_right"><a href="Home"> </div></a> |
- | <a href=" | + | <div id="team_tab_right" class = "tab_right"><a href="Team"> </div></a> |
+ | <div id="project_tab_right" class = "tab_right"><a href="Project"> </div></a> | ||
+ | <div id="parts_tab_right" class = "tab_right"><a href="Parts"> </div></a> | ||
+ | <div id="notebook_tab_right" class = "tab_right"><a href="Notebook"> </div></a> | ||
+ | <div id="safety_tab_right" class = "tab_right"><a href="Safety"> </div></a> | ||
+ | <div id="attributions_tab_right" class = "tab_right"><a href="Attributions"> </div></a> | ||
+ | </div> | ||
- | < | + | <div id="openLabBook"> |
- | < | + | <div id="left_page" class="page"> |
+ | <header>Notebook</header> | ||
+ | <p>Notebook updates are displayed in lab-folder with exportation capabilities through Mendeley.</p> | ||
+ | </div> | ||
- | < | + | <div id="right_page" class="page"> |
- | < | + | </div> |
+ | </div> | ||
- | < | + | <div id="left_button" class="button"></div> |
- | < | + | <div id="right_button" class="button"></div> |
+ | </body> | ||
- | < | + | </html> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Latest revision as of 21:21, 8 February 2015
Notebook updates are displayed in lab-folder with exportation capabilities through Mendeley.