|
|
Line 1: |
Line 1: |
− | <html>
| |
| | | |
− | <head>
| |
− | <title> Exeter iGEM 2015 </title>
| |
− | </head>
| |
− |
| |
− | <body>
| |
− |
| |
− | <!--Navigation Bar-->
| |
− | <div class="nav">
| |
− | <div class="container">
| |
− | <div class="pull-left">
| |
− | <!--logo-->
| |
− | <img src=''/>
| |
− | </div>
| |
− | <ul class="pull-right">
| |
− | <li><a href="https://2015.igem.org/Team:Exeter/Home">Home</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:Exeter/Team">Team</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:Exeter/Description">Project</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:Exeter/Human_Practices">Human Practices</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:Exeter/Notebook">Notebook</a></li>
| |
− | <!--iGEM logo-->
| |
− | <li><img src='File:Exeter_igem_logo.jpg'/></li>
| |
− | </ul>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class="tail">
| |
− | <div class="container">
| |
− | <ul class="pull-left">
| |
− | <!--logo-->
| |
− | <li><a href="https://2015.igem.org/Team:Exeter/Safety">Safety</a></li>
| |
− | <li><a href="https://2015.igem.org/Team:Exeter/Medal_Requirements">Medal Requirements</a></li>
| |
− | </ul>
| |
− | <div class="pull-right">
| |
− | <!--Sponsors-->
| |
− | <li><img src=''/></li>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | </body>
| |
− |
| |
− |
| |
− | <!-- Start of CSS-->
| |
− | <style type="text/css">
| |
− | body {
| |
− | background: #fff;
| |
− | }
| |
− |
| |
− | .nav li, .tail li {
| |
− | display: inline;
| |
− | text-decoration: none;
| |
− | font-size: 30px;
| |
− | font-family: Impact, serif;
| |
− | padding: 10px;
| |
− | }
| |
− |
| |
− | .tail {
| |
− | clear: both;
| |
− | float: bottom;
| |
− | }
| |
− |
| |
− | .pull-left {
| |
− | float: left;
| |
− | }
| |
− |
| |
− | .pull-right {
| |
− | float: right;
| |
− | }
| |
− |
| |
− | </style>
| |
− | <!-- End of CSS -->
| |
− |
| |
− |
| |
− | </html>
| |