|
|
(74 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | | + | {{CSS/Team:Glasgow/Draft1}} |
- | | + | |
- | {{CSS/Main}} | + | |
- | | + | |
| | | |
| <html> | | <html> |
| + | <title>Bubble Test Page</title> |
| + | <head><style type="text/css"> |
| | | |
| | | |
| | | |
- |
| + | |
- | <!--main content -->
| + | /*Makes increase/decrease in size smooth*/ |
- | <table width="70%" align="center" >
| + | #bubbles img { |
| + | transition:all 0.5s; |
| + | } |
| + | |
| + | /*Increases the size of the bubble on hover in all browsers*/ |
| + | #bubbles img:hover { |
| + | -webkit-transform:scale(1.22);-moz-transform:scale(1.22); -o-transform:scale(1.22);transform:scale(1.22); |
| + | } |
| + | |
| + | #bubbles {background:none; |
| + | } |
| | | |
| + | #bubbletable {background:none; |
| + | } |
| | | |
- | <!--welcome box -->
| + | #bubbleproject {width:200px; |
- | <tr>
| + | height:200px; |
- | <td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#00008B>
| + | |
- | <h1><font color = "White">WELCOME TO THE GLASGOW UNIVERSITY'S iGEM WIKI!</font> </h1>
| + | } |
- | <p><font color = "White">This page will is a work-in-progress, so please keep checking back for more updates!
| + | |
- | <br>On this page, we will be explaining the motivations behind our project, introducing you all to our awesome <br>team members and sharing our iGEM experience with the entire world!</font> </p>
| + | |
- | <br>
| + | #bubbleteam {width:200px; |
- | <p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:Glasgow&action=edit"style="color:#FFFFFF"> Click here to edit this page!</a> </p>
| + | height:200px; |
- | </td>
| + | } |
- | </tr>
| + | |
| + | #bubblemodelling {width:200px; |
| + | height:200px; |
| + | } |
| + | |
| + | #bubblehumanpractices {width:200px; |
| + | height:200px; |
| + | } |
| + | |
| + | #bubbleparts {width:200px; |
| + | height:200px; |
| + | } |
| | | |
- | <tr> <td colspan="3" height="5px"> </td></tr>
| + | #projectdes {text-align:center; |
- | <!-- end welcome box -->
| + | margin-left:15%; |
- | <tr>
| + | margin-right:15%; |
| + | margin-top:5px; |
| + | border: solid 3px black; |
| + | padding:20px; |
| + | border-radius:20px; |
| + | background-color:#FFFFFF; |
| | | |
- | <!--navigation menu -->
| + | .description {font-family:"Calibri"; |
- | <td align="center" colspan="3">
| + | color: #0000CC; |
| + | text-align:center;} |
| + | } |
| | | |
- | <table width="100%">
| + | |
- | <tr heigth="15px"></tr> | + | </style></head> |
- | <tr heigth="75px">
| + | |
| | | |
| | | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | + | <body> |
- | <a href="https://2014.igem.org/Team:Glasgow"style="color:#000000">Home </a> </td> | + | <br> |
| + | <div id="bubbles"> |
| | | |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | + | <table id="bubbletable" align="center"> |
- | <a href="https://2014.igem.org/Team:Glasgow/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> | + | <tr> |
- | <a href="https://igem.org/Team.cgi?year=2014&team_name=Glasgow"style="color:#000000"> Official Team Profile </a></td> | + | <td align="center"><a href="https://2014.igem.org/Team:Glasgow/Parts" > |
| + | <img id="bubbleparts" src="https://static.igem.org/mediawiki/2014/7/70/GU_biobrickbubble.png"/> |
| + | </a></td> |
| + | <td></td> |
| + | <td align="center"><a href="https://2014.igem.org/Team:Glasgow/Project" > |
| + | <img id="bubbleproject" src="https://static.igem.org/mediawiki/2014/d/d4/GU_projectbubble.png"/> |
| + | </a></td> |
| + | <td></td> |
| + | <td align="center"><a href="https://2014.igem.org/Team:Glasgow/Human_Practices" > |
| + | <img id="bubblehumanpractices" src="https://static.igem.org/mediawiki/2014/3/3c/GU_humanpracticesbubble.png"/> |
| + | </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:Glasgow/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:Glasgow/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:Glasgow/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:Glasgow/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:Glasgow/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:Glasgow/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> | | </tr> |
- | </table>
| |
- |
| |
- | <!--end navigation menu -->
| |
- | </tr>
| |
- |
| |
- |
| |
- | </tr>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | </td>
| |
- |
| |
- | <tr> <td colspan="3" height="15px"> </td></tr>
| |
- | <tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
| |
- | <tr> <td colspan="3" height="5px"> </td></tr>
| |
| | | |
| | | |
- | <!--requirements section -->
| |
- | <tr><td colspan="3"> <h3> Requirements </h3></td></tr>
| |
| <tr> | | <tr> |
- | <td width="45%" valign="top"> | + | <td></td> |
- | | + | <td align="center"><a href="https://2014.igem.org/Team:Glasgow/Modeling_Intro" > |
- | <p> Please be sure to keep these links, your audience will want to find your: </p>
| + | <img id="bubblemodelling" src="https://static.igem.org/mediawiki/2014/4/47/GU_modellingbubble.png"/> |
- | | + | </a></td> |
- | <!-- Links to other team pages --> | + | <td></td> |
- | <ul>
| + | <td align="center"><a href="https://2014.igem.org/Team:Glasgow/Team" > |
- | <li><a href="https://2014.igem.org/Team:Glasgow">Home</a> </li>
| + | <img id="bubbleteam" src="https://static.igem.org/mediawiki/2014/e/e3/GU_teambubble.png"/> |
- | <li><a href="https://2014.igem.org/Team:Glasgow/Team">Team</a> </li>
| + | </a></td> |
- | <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Glasgow">Official Team Profile</a> </li> | + | <td></td> |
- | <li><a href="https://2014.igem.org/Team:Glasgow/Project">Project</a> </li>
| + | |
- | <li><a href="https://2014.igem.org/Team:Glasgow/Parts">Parts</a> </li>
| + | |
- | <li><a href="https://2014.igem.org/Team:Glasgow/Modeling">Modeling</a> </li>
| + | |
- | <li><a href="https://2014.igem.org/Team:Glasgow/Notebook">Notebook</a> </li> | + | |
- | <li><a href="https://2014.igem.org/Team:Glasgow/Safety">Safety</a> </li> | + | |
- | <li><a href="https://2014.igem.org/Team:Glasgow/Attributions">Attributions</a> </li>
| + | |
- | | + | |
- | </ul> | + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | <td > </td>
| + | |
- | <td width="45%">
| + | |
- | | + | |
- | <p>There are a few wiki requirements teams must follow:</p>
| + | |
- | <ul>
| + | |
- | <li>All pages, images and files must be hosted on the <a href ="https://2014.igem.org/Special:Upload"> 2014.igem.org server</a>. </li>
| + | |
- | <li>All pages must be created under the team’s name space.</li>
| + | |
- | <li>As part of your documentation, keep the links from the menu to the left. </li>
| + | |
- | <li>Do not use flash in wiki code. </li>
| + | |
- | <li>The <a href="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png"> iGEM logo </a> should be placed on the upper part of every page and should link to <a href="https://2014.igem.org/Main_Page">2014.igem.org</a>.</li>
| + | |
- | </ul> | + | |
- | <p>Visit the <a href="https://2014.igem.org/Wiki_How-To"> Wiki How To page </a> for a complete list of requirements, tips and other useful information. </p>
| + | |
- | | + | |
- | </td> | + | |
| </tr> | | </tr> |
| | | |
| + | </table> |
| | | |
- | <tr> <td colspan="3" height="15px"> </td></tr> | + | </div> |
- | <tr><td bgColor="#e7e7e7" colspan="3" height="1"> </tr> | + | <div id="projectdes"> |
| + | <p align ="center"> |
| | | |
| + | <h2 color="#0000CC" class="description"> This year, we're switching on the power and potential of <em>E.coli</e></h2> |
| + | <h2 class="description"> Click a bubble to find out more...</h2> |
| + | </p> |
| | | |
- | <!--tips -->
| + | </div> |
- | <tr><td colspan="3" > <h3> Tips </h3></td></tr>
| + | |
| | | |
- | <tr> | + | <a href="https://2014.igem.org/wiki/index.php?title=Team:Glasgow&action=edit" >Edit</a> |
- | <td width="45%" valign="top">
| + | |
- | <p>We are currently working on providing teams with some easy to use design templates.
| + | |
- | <br> In the meantime you can also view other team wikis for inspiration! Here are some very good examples</p>
| + | |
| | | |
- | <ul>
| |
- | <li> <a href="https://2013.igem.org/Team:SDU-Denmark/"> 2013 SDU Denmark </a> </li>
| |
- | <li> <a href="https://2013.igem.org/Team:SYSU-China">2013 SYSU China</a> </li>
| |
- | <li> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_ATCG"> 2013 Shenxhen BGIG ATCG </a></li>
| |
- | <li> <a href="https://2013.igem.org/Team:Colombia_Uniandes">2013 Colombia Unianades </a></li>
| |
- | <li> <a href="https://2013.igem.org/Team:Lethbridge">2013 Lethbridge</a></li>
| |
- | </ul>
| |
| | | |
- | <p>For a full wiki list, you can visit <a href="https://igem.org/Team_Wikis?year=2013">iGEM 2013 web sites </a> and <a href="https://igem.org/Team_Wikis?year=2012">iGEM 2012 web sites</a> lists. </p>
| |
- | </td>
| |
| | | |
- | <td> </td>
| + | </body> |
- | <td width="45%">
| + | |
| | | |
- | <p>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: </p>
| + | </html> |
- | | + | |
- | <ul>
| + | |
- | <li>State your accomplishments! Tell people what you have achieved from the start. </li>
| + | |
- | <li>Be clear about what you are doing and what you plan to do.</li>
| + | |
- | <li>You have a global audience! Consider the different backgrounds that your users come from.</li>
| + | |
- | <li>Make sure information is easy to find; nothing should be more than 3 clicks away. </li>
| + | |
- | <li>Avoid using very small fonts and low contrast colors; information should be easy to read. </li>
| + | |
- | <li>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 <a href="">iGEM 2013 calendar</a> </li>
| + | |
- | <li>Have lots of fun! </li>
| + | |
- | </ul>
| + | |
- | </br>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |