|
|
(9 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{CSS/Main}} | + | {{:Team:Freiburg/Templates/html/head.html}} |
| | | |
| + | <html> |
| + | <style> |
| + | .header-right { |
| + | background: -moz-linear-gradient(0deg, #181617 0%, #181617 10%, rgba(24, 22, 23, 0) 30%), url(https://static.igem.org/mediawiki/2014/f/fb/2014_Freiburg_Abstract.png); |
| + | background: -webkit-linear-gradient(0deg, #181617 0%, #181617 10%, rgba(24, 22, 23, 0) 30%), url(https://static.igem.org/mediawiki/2014/f/fb/2014_Freiburg_Abstract.png); |
| + | background: linear-gradient(90deg, #181617 0%, #181617 10%, rgba(24, 22, 23, 0) 30%), url(https://static.igem.org/mediawiki/2014/f/fb/2014_Freiburg_Abstract.png); |
| + | background-size: 100% auto, 100% auto; |
| + | background-position: center center, center center; |
| + | } |
| + | </style> |
| + | </html> |
| | | |
| <html> | | <html> |
- | | + | <div class="wrapper-outer"> |
- | <!--main content -->
| + | <div class="wrapper"> |
- | <table width="70%" align="center"> | + | <div class="content-wrapper inner-page"> |
- | | + | <div class="content"> |
- | | + | |
- | <!--welcome box -->
| + | |
- | <tr>
| + | |
- | <td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
| + | |
- | <h1 >WELCOME TO iGEM 2014! </h1> | + | |
- | <p>Your team has been approved and you are ready to start the iGEM season!
| + | |
- | <br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
| + | |
- | <br>
| + | |
- | <p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:Freiburg/Team&action=edit"style="color:#FFFFFF"> Click here to edit this page!</a> </p>
| + | |
- | </td> | + | |
- | </tr>
| + | |
- | | + | |
- | <tr> <td colspan="3" height="5px"> </td></tr>
| + | |
- | <!-- end welcome box -->
| + | |
- | <tr>
| + | |
- | | + | |
- | <!--navigation menu -->
| + | |
- | <td align="center" colspan="3">
| + | |
- | | + | |
- | <table width="100%">
| + | |
- | <tr heigth="15px"></tr>
| + | |
- | <tr heigth="75px">
| + | |
- | | + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Freiburg"style="color:#000000">Home </a> </td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Freiburg/Team"style="color:#000000"> Team </a> </td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://igem.org/Team.cgi?year=2014&team_name=Freiburg"style="color:#000000"> Official Team Profile </a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Freiburg/Project"style="color:#000000"> Project</a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Freiburg/Parts"style="color:#000000"> Parts</a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Freiburg/Modeling"style="color:#000000"> Modeling</a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Freiburg/Notebook"style="color:#000000"> Notebook</a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Freiburg/Safety"style=" color:#000000"> Safety </a></td>
| + | |
- | | + | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| + | |
- | <a href="https://2014.igem.org/Team:Freiburg/Attributions"style="color:#000000"> Attributions </a></td>
| + | |
- | | + | |
- | | + | |
- | <td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <!--end navigation menu -->
| + | |
- | </tr>
| + | |
- | </tr>
| + | |
- | </td>
| + | |
- | </table>
| + | |
- | | + | |
- | <div class="content"> | + | |
| </html> | | </html> |
| {{:Team:Freiburg/Content/Team}} | | {{:Team:Freiburg/Content/Team}} |
| <html> | | <html> |
| </div> | | </div> |
| + | <aside> |
| + | <!-- ul>li*4>(a>lorem2)+ul>li*2>a>lorem2 --> |
| | | |
| + | <div id="content-nav"> |
| + | <ul class="nav"> |
| + | <li class="active"> |
| + | <a href="#sidenav">Team</a> |
| + | </li> |
| + | </ul> |
| + | </div> |
| + | </aside> |
| + | </div> |
| + | </html> |
| + | {{:Team:Freiburg/Templates/html/foot.html}} |
| + | <html> |
| + | </div> |
| + | </div> |
| + | |
| + | </html> |
| + | {{:Team:Freiburg/Templates/html/js.html}} |
| + | <html> |
| + | <script> |
| + | // set title |
| + | $('head title').text('Team Freiburg | iGEM2014'); |
| + | </script> |
| </html> | | </html> |