Team:Braunschweig

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{CSS/Main}}
{{CSS/Main}}
<html>
<html>
 +
<head>
 +
<title>iGEM Team Braunschweig Wiki 2014</title>
<style type="text/css">
<style type="text/css">
tr.top td { border-top: solid black; }
tr.top td { border-top: solid black; }
Line 7: Line 9:
tr.row td:last-child { border-right: solid black; }
tr.row td:last-child { border-right: solid black; }
-
nav {
+
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
-
    width: 100%;
+
-
    text-align: center;}
+
-
nav ul {
+
-
    padding: 0px;
+
-
    margin: 0px;
+
-
    align: center;}
+
-
nav ul:after {
+
-
    clear: both;
+
-
    content: ;
+
-
    display: block;
+
-
    font-size: 0;
+
-
    height: 0;
+
-
    visibility: hidden;}
+
-
    nav ul,nav ul li{
+
-
    background-color: #FAFAFA;}
+
-
nav ul li {
+
-
    list-style: none;
+
-
    float:left;}
+
-
nav ul li a {
+
-
    text-decoration: none;
+
-
    display: block;
+
-
    color: #333;
+
-
    padding: 14px 34px 14px 34px;}
+
-
nav ul li:hover > ul {
+
-
    visibility: visible;}
+
-
nav ul li ul{
+
-
    display: inline;
+
-
    visibility: hidden;
+
-
    position: absolute;
+
-
    padding:0px;}
+
-
nav ul li ul li{
+
-
    float: none;}
+
-
nav ul li ul li a:hover{
+
-
    color: #333;}
+
-
</style>
+
-
<!--main content -->
+
-
<table width="70%" align="center">
+
#menu {
 +
}
 +
#menu ul {
 +
position: absolute;
 +
margin:  0 -10px 0 -10px;
 +
list-style: none;
 +
background-repeat: no-repeat;
 +
background-image: url('https://static.igem.org/mediawiki/2014/8/82/BS-Navbar.gif');
 +
background-size: 96% 100%;
 +
width: 80%;
 +
}
-
<!--welcome box -->
+
#menu ul li {
-
<tr>
+
float: left;
-
<center>
+
margin: 0 0 0 20px;
-
<img src="http://de.igem-braunschweig.de/wp-content/uploads/2014/06/cropped-iGEM-2014-Header-4-Logo.jpg">
+
font-size: 35px;
-
</center>
+
font-family: 'Bree Serif', serif;
-
</tr>
+
line-height: 70px;
-
<tr>
+
}
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#BE1E3C>
+
-
<h1>WELCOME TO THE "iGEM BRAUNSCHWEIG"-WIKI!</h1>
+
-
Our Wiki is currently under construction.
+
-
<br>
+
-
In the meantime visit our <a href="http://de.igem-braunschweig.de/" target="_blank"><b>homepage</b></a> or our <a href="http://www.facebook.com/iGEMBraunschweig" target="_blank">Facebook page</a> for further information on our team and our project.   
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
#menu ul li a {
-
<!-- end welcome box -->
+
color: #8B4513;
-
<tr>
+
text-decoration: none;
 +
-webkit-transition: all .5s ease-in-out;
 +
-moz-transition: all .5s ease-in-out;
 +
-o-transition: all .5s ease-in-out;
 +
-ms-transition: all .5s ease-in-out;
 +
transition: all .5s ease-in-out;
 +
}
-
<!--navigation menu -->
+
#menu ul li a:hover {
-
<td align="center" colspan="3">
+
color: #a0522d;
 +
}
-
<table  width="100%" border="0px" frame="void" cellspacing="0px>
+
#menu ul ul {
-
<tr heigth="15px"></tr>
+
position: absolute;
-
<tr heigth="75px" bgColor=#cec46f class="top bottom row">
+
top: -9999px;
 +
background: #fff;
 +
padding: 0;
 +
margin: 0 0 0 -5px;
 +
-webkit-box-shadow: 0 10px 20px #888;
 +
-moz-box-shadow: 0 10px 20px #888;
 +
box-shadow: 0 10px 20px #888;
 +
width: 20%;
 +
}
 +
#menu ul ul:before {
 +
position: absolute;
 +
content:"";
 +
width: 10px;
 +
height: 10px;
 +
top: -5px;
 +
left: 20px;
 +
background: #FFF;
 +
-webkit-transform: rotate(45deg);
 +
-moz-transform: rotate(45deg);
 +
-o-transform: rotate(45deg);
 +
-ms-transform: rotate(45deg);
 +
transform: rotate(45deg);
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'" bgColor=#cec46f> 
+
#menu ul li:hover ul {
-
<a href="https://2014.igem.org/Team:Braunschweig"style="color:#000000"><b>Home</b></a> </td>
+
top: 60px;
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'">
+
#menu ul ul li {
-
<a href="https://2014.igem.org/Team:Braunschweig/Team"style="color:#000000"><b>Team</b></a> </td>
+
float: none;
 +
font-size: 16px;
 +
padding: 5px 10px;
 +
text-align: left;
 +
text-transform: uppercase;
 +
margin: 0;
 +
border-bottom: 1px solid #a0522d;
 +
line-height: 20px;
 +
-webkit-transition: all .5s ease-in-out;
 +
-moz-transition: all .5s ease-in-out;
 +
-o-transition: all .5s ease-in-out;
 +
-ms-transition: all .5s ease-in-out;
 +
transition: all .5s ease-in-out;
 +
}
-
<td align="center"  height ="45px"  onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'">
+
#menu ul ul a {
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=Braunschweig"style="color:#000000"><b>Official Team Profile</b></a></td>
+
color: #a0522d;
 +
text-decoration: none;
 +
}
-
<td align="center"  height ="45px" onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'"> 
+
#menu ul ul li.all {
-
<a href="https://2014.igem.org/Team:Braunschweig/Project"style="color:#000000"><b>Project</b></a></td>
+
font-size: 12px;
 +
border-bottom: none;
 +
text-transform: none;
 +
}
-
<td align="center"  height ="45px" onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'" bgColor=#cec46f>
+
#menu ul ul li:hover {
-
<a href="https://2014.igem.org/Team:Braunschweig/Parts"style="color:#000000"><b>Parts</b></a></td>
+
background: #a0522d;
 +
color: #a0522d;
 +
}
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'">
 
-
<a href="https://2014.igem.org/Team:Braunschweig/Modeling"style="color:#000000"><b>Modeling</b></a></td>
 
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'">   
+
</style>
-
<a href="https://2014.igem.org/Team:Braunschweig/Notebook"style="color:#000000"><b>Notebook</b></a></td>
+
</head>
 +
<body>
 +
<center>
 +
   
 +
<table align="center" width="80%">
-
<td align="center" height ="45px" onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'">  
+
<!---------------------------- ANFANG HEADER USW --->
-
<a href="https://2014.igem.org/Team:Braunschweig/Safety"style=" color:#000000"><b>Safety</b></a></td>
+
<tr>
 +
<center>
 +
<img src="http://de.igem-braunschweig.de/wp-content/uploads/2014/06/cropped-iGEM-2014-Header-4-Logo.jpg" width="80%">
 +
</center>
 +
</tr>
 +
<tr>
 +
<td style="border:1px solid black;" colspan="3" align="center" bgColor=#BE1E3C height="150px">
 +
<h1>WELCOME TO THE "iGEM BRAUNSCHWEIG"-WIKI!</h1>
 +
Our Wiki is currently under construction.
 +
<br>
 +
In the meantime visit our <a href="http://de.igem-braunschweig.de/" target="_blank"><b>homepage</b></a> or our <a href="http://www.facebook.com/iGEMBraunschweig" target="_blank">Facebook page</a> for further information on our team and our project.   
 +
</td>
 +
</tr>
-
<td align="center"  height ="45px" onMouseOver="this.bgColor='#bab161'" onMouseOut="this.bgColor='#cec46f'">
 
-
<a href="https://2014.igem.org/Team:Braunschweig/Attributions"style="color:#000000"><b>Attributions</b></a></td>
 
-
 
+
<!---------------------------- ANFANG MENU --->
-
<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>
 +
<td>
 +
        <div id="menu">
 +
            <ul>
 +
                <li>
 +
                    <a href="https://2014.igem.org/Team:Braunschweig">Home</a>
 +
                </li>
 +
                <li>
 +
                    <a href="https://2014.igem.org/Team:Braunschweig/Team">Team</a>
 +
                    <ul>
 +
                        <li><a href="#">Team</a></li>
 +
                        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=Braunschweig">Official Team Profile</a>
 +
                        <li><a href="#">Collaboration</a></li>
 +
                        <li><a href="#">Gallery</a></li>
 +
<li><a href="https://2014.igem.org/Team:Braunschweig/Attributions">Attributions</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li>
 +
                    <a href="https://2014.igem.org/Team:Braunschweig/Project">Project</a>
 +
                    <ul>
 +
                        <li><a href="#">Summary</a></li>
 +
                        <li><a href="#">Problem</a></li>
 +
                        <li><a href="#">Idea</a></li>
 +
                        <li><a href="#">Solution</a></li>
 +
<li><a href="#">Results</a></li>
 +
<li><a href="#">Potential</a></li>
 +
<li><a href="#">Engineering Principles</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li class = "cat4">
 +
                    <a href="https://2014.igem.org/Team:Braunschweig/Parts">Parts</a>
 +
                    <ul>
 +
                        <li><a href="#">New Parts</a></li>
 +
                        <li><a href="#">Improved Parts</a></li>
 +
                        <li><a href="#">Part Collection</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li class = "cat5">
 +
                    <a href="https://2014.igem.org/Team:Braunschweig/Modeling">Modeling</a>
 +
                    <ul>
 +
                        <li><a href="#">Modeling Approach</a></li>
 +
                        <li><a href="#">Mathematical Model</a></li>
 +
                        <li><a href="#">Code</a></li>
 +
                    </ul>
 +
                </li>
 +
<li class = "cat6">
 +
                    <a href="https://2014.igem.org/Team:Braunschweig/Notebook">Notebook</a>
 +
                    <ul>
 +
                        <li><a href="#">Protocols</a></li>
 +
                        <li><a href="#">MMO</a></li>
 +
                        <li><a href="#">His-Tag</a></li>
 +
                    </ul>
 +
                </li>
 +
<li class = "cat6">
 +
                    <a href="https://2014.igem.org/Team:Braunschweig/Achievements">Achievements</a>
 +
                    <ul>
 +
                        <li><a href="#">Human Practices</a></li>
 +
                        <li><a href="#">Medal Requirements</a></li>
 +
                        <li><a href="#">Judging</a></li>
 +
</ul>
 +
</ul>
 +
 +
        <div id="menu">
 +
</td>
</tr>
</tr>
-
</table>
 
-
<!--end navigation menu -->
+
</table>
 +
</center>
 +
</body>
</tr>
</tr>

Revision as of 18:52, 17 August 2014

iGEM Team Braunschweig Wiki 2014

WELCOME TO THE "iGEM BRAUNSCHWEIG"-WIKI!

Our Wiki is currently under construction.
In the meantime visit our homepage or our Facebook page for further information on our team and our project.

Requirements

Please be sure to keep these links, your audience will want to find your:

There are a few wiki requirements teams must follow:

  • All pages, images and files must be hosted on the 2014.igem.org server.
  • All pages must be created under the team’s name space.
  • As part of your documentation, keep the links from the menu to the left.
  • Do not use flash in wiki code.
  • The iGEM logo should be placed on the upper part of every page and should link to 2014.igem.org.

Visit the Wiki How To page for a complete list of requirements, tips and other useful information.

Tips

We are currently working on providing teams with some easy to use design templates.
In the meantime you can also view other team wikis for inspiration! Here are some very good examples

For a full wiki list, you can visit iGEM 2013 web sites and iGEM 2012 web sites lists.

This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:

  • State your accomplishments! Tell people what you have achieved from the start.
  • Be clear about what you are doing and what you plan to do.
  • You have a global audience! Consider the different backgrounds that your users come from.
  • Make sure information is easy to find; nothing should be more than 3 clicks away.
  • Avoid using very small fonts and low contrast colors; information should be easy to read.
  • Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the iGEM 2013 calendar
  • Have lots of fun!