Team:York UK
From 2013.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | <! | + | <!DOCTYPE html> |
<html> | <html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | <head> |
+ | <title>iGEM York</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <link rel="stylesheet" href="style.css"> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> | ||
+ | <script src="jss/jquery-1.10.2.min.js"></script> | ||
+ | <script src="jss/script.js"></script> | ||
+ | <script src="jss/jquery.mousewheel.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | navigation(""); | ||
+ | }) | ||
+ | </script> | ||
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | <!-- | + | <!-- This is a comment, by the way --> |
- | + | </head> | |
- | + | ||
- | + | <body> | |
- | + | <div id="navigation"> | |
- | + | <ul> | |
- | + | <li><a class="selected" href="home.html">Home</a></li> | |
- | + | <li><a href="team.html">Team</a></li> | |
- | + | <li><a href="project.html">Project</a></li> | |
- | + | <li><a href="notebook.html">Notebook</a></li> | |
- | + | <li><a href="outreach.html">Outreach</a></li> | |
- | + | <li><a href="acknowledgments.html">Acknowledgments</a></li> | |
+ | </ul> | ||
+ | </div> | ||
+ | <div id="content"> | ||
+ | <div id="nav2"> | ||
+ | <div id="team"> | ||
+ | <a href="team.html?page=contacts">Contacts</a> | ||
+ | <a href="team.html?page=university">The University</a> | ||
+ | <a href="team.html?page=biography">Biography</a> | ||
+ | <a href="team.html?page=profile">Profile</a> | ||
+ | <a href="team.html?page=overview">Overview</a> | ||
+ | </div> | ||
+ | <div id="project"> | ||
+ | <a href="project.html?page=Overview">Overview</a> | ||
+ | <a href="project.html?page=chassis">Chassis</a> | ||
+ | <a href="project.html?page=parts">Parts</a> | ||
+ | <a href="project.html?page=results">Results</a> | ||
+ | <a href="project.html?page=microbial">Microbial Feul Cells</a> | ||
+ | <a href="project.html?page=achievements">Achievements</a> | ||
+ | <a href="project.html?page=collaborations">Collaborations</a> | ||
+ | <a href="project.html?page=gallery">Gallery</a> | ||
+ | <a href="project.html?page=safety">Safety</a> | ||
+ | </div> | ||
+ | <div id="notebook"> | ||
+ | <a href="notebook.html?page=wetlab">Wet Lab</a> | ||
+ | <a href="notebook.html?page=drylab">Dry Lab</a> | ||
+ | <a href="notebook.html?page=protocols">Protocols</a> | ||
+ | <a href="notebook.html?page=modeling">Modeling</a> | ||
+ | </div> | ||
+ | <div id="acknowledgments"> | ||
+ | <a href="acknowledgments.html?page=sponsors">Sponsors</a> | ||
+ | <a href="acknowledgments.html?page=references">References</a> | ||
+ | <a href="acknowledgments.html?page=Attributions">Attributions</a> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <!-- <p> | ||
+ | <span>Move the mouse over the div.</span> | ||
+ | <span> </span> | ||
+ | </p> --> | ||
+ | <img src="images/homepage_future.jpg" width="1080" height="125" alt="Future in Your Eyes, future in York UNI team"> | ||
+ | <img src="images/homepage_tree.jpg" width="1080" height="515" alt="Tree with benefits"> | ||
+ | <img src="images/long_dash.jpg" width="1080" height="25" alt="Just a dash"> | ||
+ | <img src="images/homepage_young.jpg" width="1080" height="490" alt="Young and confident team"> | ||
+ | <img src="images/long_dash.jpg" width="1080" height="25" alt="Just a dash"> | ||
+ | <img src="images/homepage_project.jpg" width="1080" height="490" alt="An awesome project"> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |
Revision as of 12:42, 24 September 2013
<!DOCTYPE html>