Team:Vanderbilt MF/Project
From 2014.igem.org
(Difference between revisions)
(Prototype team page) |
|||
(13 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | {{Team:Vanderbilt/CSS}} | |
- | + | ||
- | + | ||
- | {{ | + | |
- | + | ||
<html> | <html> | ||
- | < | + | <head lang="en"> |
- | + | <meta charset="UTF-8"> | |
- | + | <title>The Project</title> | |
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | <style> |
- | + | .tab_left { | |
- | + | visibility: hidden; | |
+ | } | ||
+ | .tab_right { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #home_tab_left { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #team_tab_left { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #project_tab_left { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #home_tab_right { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | #team_tab_right { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | #project_tab_right { | ||
+ | visibility: hidden; | ||
+ | } | ||
- | + | #right_button { | |
- | + | visibility: visible; | |
- | + | } | |
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
- | < | + | <header id="tmp"> |
- | + | </header> | |
- | + | ||
- | + | ||
- | </ | + | |
- | < | + | <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> |
- | < | + | <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"></div> | |
- | </ | + | <div id="right_page" class="page"></div> |
+ | </div> | ||
- | < | + | <div id="left_button" class="button"></div> |
- | + | <div id="right_button" class="button"></div> | |
- | </ | + | |
- | </ | + | </body> |
- | </ | + | <script type="text/javascript" src="https://2014.igem.org/Team:Vanderbilt/subpagebuilder?action=raw&ctype=text/javascript"></script> |
+ | <script type="text/javascript" src="https://2014.igem.org/Team:Vanderbilt/SoftwareProjectSubPageBuilder?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Team:Vanderbilt/Page?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Team:Vanderbilt/Buttons?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | var page = new Page(new SoftwareProjectSubPageBuilder); | ||
+ | var myButtons = new Buttons(page); | ||
+ | page.turnPage(0); | ||
+ | </script> | ||
- | |||
</html> | </html> |
Latest revision as of 23:09, 26 January 2015