|
|
(154 intermediate revisions not shown) |
Line 1: |
Line 1: |
| + | {{CSS/MainStyle}} |
| + | {{MainStyle/Menu}} |
| <html> | | <html> |
| | | |
- |
| |
- |
| |
- | <!-- this section changes the default wiki template to a white full width background -->
| |
| | | |
| <style type="text/css"> | | <style type="text/css"> |
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
| + | /*-- subdivided container (three equal columns)--*/ |
| | | |
- | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | + | #firstwrap { |
- |
| + | width: 975px; |
- | border: 0 none;
| + | margin-left: auto; |
- | height: 14px;
| + | margin-right: auto; |
- | z-index: 100;
| + | background-color: #ffffff; |
- | top: 0;
| + | text-align:center; |
- | position: fixed;
| + | |
- | width: 975px;
| + | |
- | left: 50%;
| + | |
- | margin-left: -487px;
| + | |
| } | | } |
| | | |
- | #globalWrapper, #content { /*-- changes default wiki settings --*/ | + | #mission { |
- | width: 100%;
| + | background-color: #e3e3e3; |
- | height: 100%;
| + | width: 275px; |
- | border: 0px;
| + | float: left; |
- | background-color: transparent;
| + | height: 200px; |
- | margin: 0px;
| + | |
- | padding: 0px;
| + | |
| } | | } |
| | | |
- | html, body, .wrapper { /*-- changes default wiki settings --*/
| + | #programs { |
- | width: 100%;
| + | background-color: #a5a5a5; |
- | height: 100%;
| + | width: 425px; |
- | background-color: transparent;
| + | float: left; |
| + | height: 200px; |
| } | | } |
| | | |
| + | #values { |
| + | background-color: #e3e3e3; |
| + | width: 275px; |
| + | float: left; |
| + | height: 200px; |
| + | } |
| | | |
- | </style>
| |
- | <!-- here ends the section that changes the default wiki template to a white full width background -->
| |
| | | |
| | | |
| | | |
- | <!--MENU-->
| + | #communitywrap { |
- | <table id="menu" width="100%" cellspacing="0" align="center">
| + | width: 975px; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | background-color: #ffffff; |
| + | text-align:center; |
| + | } |
| | | |
- | <tr >
| + | #communityfeature1 { |
- | <td ></td>
| + | background-color: #a5a5a5; |
| + | width: 243.75px; |
| + | float: left; |
| + | height:150px; |
| + | } |
| | | |
- | <td width="975px" align="center">
| + | #communityfeature2 { |
| + | background-color: #e3e3e3; |
| + | width: 243.75px; |
| + | float: left; |
| + | height:150px; |
| + | } |
| | | |
- | <table width="975px">
| |
- | <td width="2%" ></td>
| |
- | <td><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="60px"></td>
| |
| | | |
| + | #featuredwrap { |
| + | width: 975px; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | background-color: #ffffff; |
| + | text-align:center; |
| + | } |
| | | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"> <b> ABOUT </b> </td>
| + | #featuredAandC { |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> PROGRAMS </b> </td>
| + | background-color: #414141; |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> COMMUNITY </b> </td>
| + | width: 245px; |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> SPONSORS </b> </td>
| + | float: left; |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> DONATE </b></td>
| + | height: 200px; |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> CONTACT </b> </td>
| + | color: #ffffff; |
| + | padding-top: 20px; |
| + | padding-bottom: 20px; |
| + | padding-left:15px; |
| + | padding-right:15px; |
| + | } |
| | | |
| | | |
- | </table>
| + | #upcomingeventrow { |
- | </td>
| + | width: 225px; |
- | <td></td>
| + | height:30px; |
- | </tr>
| + | background-color: #ffffff; |
- | </table>
| + | color: #414141; |
| + | padding-left:10px; |
| + | padding-right:10px; |
| + | display: table-cell; |
| + | vertical-align: middle; |
| + | text-align:left; |
| + | } |
| | | |
| | | |
| + | #featuredhighlights { |
| + | background-color: #a5a5a5; |
| + | width: 415px; |
| + | float: left; |
| + | height: 200px; |
| + | padding-left:5px; |
| + | padding-right:5px; |
| + | padding-top: 20px; |
| + | padding-bottom: 20px; |
| + | } |
| + | |
| + | |
| + | |
| + | #clear { |
| + | clear: both; |
| + | } |
| + | </style> |
| | | |
| | | |
Line 76: |
Line 120: |
| | | |
| <div id="banner" style="width:auto;overflow:hidden;"> | | <div id="banner" style="width:auto;overflow:hidden;"> |
- | <img src="https://static.igem.org/mediawiki/2014/d/d9/Demo_educationfacet.jpg" style="width:100%;" /> | + | <img src="https://static.igem.org/mediawiki/2014/9/96/Registrybanner04.jpg" style="width:100%;" /> |
| </div> | | </div> |
| | | |
| | | |
- | <!-- MAIN INFO -->
| |
| | | |
- | <table width="100%" cellspacing="0"> | + | <div id="firstwrap"> |
- | <tr ><td bgColor="#e3e3e3"></td> | + | <div id="mission">MISSION</div> |
| + | <div id="programs">PROGRAMS</div> |
| + | <div id="values">VALUES</div> |
| + | <div id="clear"></div> |
| + | </div> |
| | | |
- | <td width="975px"> | + | <div id="fullwidthcontainer"> |
- | <table width="975px" cellspacing="0" > | + | <table width="905px" cellspacing="0" cellpadding="15" > |
- | <tr > | + | <tr><td colspan="7" align="center"> <b>FACETS </b><br>iGEM is much more than a competition...</td></tr> |
| | | |
- | <td width="292px" valign="top"> | + | <tr bgColor="#E5ECAA"> |
- | <table> | + | <td>COMPETITION </td> |
- | | + | <td> EDUCATION</td> |
- | <tr> <td width="1%"></td> | + | <td> TEAMWORK</td> |
- | <td> | + | <td> TECHNOLOGY</td> |
- | <br><b> iGEM</b> <br> | + | <td> ENTREPRENEURSHIP</td> |
- | International and multidisciplinary, iGEM is much more than a competition. We are a non profit dedicated to the advancement of synthetic biology.
| + | <td> SAFETY+SECURITY</td> |
- | <br> <br> | + | <td> SHARING</td> |
- | The International Genetically Engineered Machine (iGEM) Foundation is dedicated to education and competition, advancement of synthetic biology, and the development of open community and collaboration.
| + | |
- | </td> | + | |
- | <td width="1%"></td> | + | |
| </tr> | | </tr> |
- | <tr><td height="10px" colspan="3"></td></tr> | + | |
| + | <tr><td colspan="7" align="center"> </td></tr> |
| </table> | | </table> |
| | | |
- | <br><br><br>
| + | </div> |
- | <table align="center"><tr height="40px" >
| + | |
- | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor="#e7e7e7"
| + | |
- | style="border: 2px solid black;" align="center" width="100px"> <a href=""> <b> ABOUT </b> </a> </td> </tr></table>
| + | |
| | | |
- | </td> | + | <div id="communitywrap"> |
| + | <div id="communityfeature1">UpcomingEvents</div> |
| + | <div id="communityfeature2">Highlights</div> |
| + | <div id="communityfeature1">UpcomingEvents</div> |
| + | <div id="communityfeature2">Highlights</div> |
| + | <div id="clear"></div> |
| + | </div> |
| | | |
| + | <div id="communitywrap"> |
| + | <div id="communityfeature2">Highlights</div> |
| + | <div id="communityfeature1">UpcomingEvents</div> |
| + | <div id="communityfeature2">Highlights</div> |
| + | <div id="communityfeature1">UpcomingEvents</div> |
| + | <div id="clear"></div> |
| + | </div> |
| | | |
- | <td valign="top">
| |
- | <table cellspacing="0" width="401px">
| |
| | | |
- | <tr bgColor="#e3e3e3"> <td colspan="2" align="center" height="45px"> <b>PROGRAMS </b> <br> iGEM has a place for everyone</td></tr>
| |
| | | |
| | | |
- | <tr height="155px" align="center"> | + | <div id="featuredwrap"> |
- | <td width="50%" onMouseOver="this.bgColor='#e3e3e3'" onMouseOut="this.bgColor='#089E71'" bgColor="#089E71"> | + | <div id="featuredAandC"> |
- | <b> <a href=""> <font size="4"> COLLEGIATE </font> </a> </b></td>
| + | |
| | | |
- | <td width="50%" onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#414141'" bgColor="#414141">
| + | <b> UPCOMING EVENTS </b> |
- | <b> <a href=""> <font size="4"> LABS</font> </a> </b> | + | |
- | </td></tr>
| + | |
- | | + | |
- | <tr height="155px" align="center">
| + | |
- | <td width="50%" onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#414141'" bgColor="#414141">
| + | |
- | <b> <a href=""> <font size="4"> HIGHSCHOOL</font> </a> </b></td>
| + | |
- | | + | |
- | | + | |
- | <td width="50%" onMouseOver="this.bgColor='#e3e3e3'" onMouseOut="this.bgColor='#089E71'" bgColor="#089E71">
| + | |
- | <b> <a href=""> <font size="4">REGISTRY </font> </a> </b></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | </table>
| + | |
- | </td>
| + | |
- | | + | |
- | <td width="30%" valign="top">
| + | |
- | <table>
| + | |
- | <tr><td width="1%"></td>
| + | |
- | <td width="292px">
| + | |
- | <br> <b>MISSION</b> <br>
| + | |
- | The Registry is an open community that runs and grows on the "Get & Give (& Share)" philosophy. Users get parts, samples, data, and tools from the Registry to work on their synthetic biology projects. <br><br> They'll give back to the Registry the new parts they've made, as well as data and experience on new and existing parts. Finally, users will share experience and collaborate in the Registry's open community through their wikis, the forums, and other social tools.
| + | |
- | | + | |
- | </td>
| + | |
- | <td width="1%"></td>
| + | |
- | </table>
| + | |
| <br><br> | | <br><br> |
- | <table align="center"><tr height="40px" > | + | <div id="upcomingeventrow"> June something </div> |
- | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor="#e7e7e7"
| + | <br> |
- | style="border: 2px solid black;" align="center" width="100px"> <a href=""><b> DONATE </b> </a></td> </tr></table>
| + | <div id="upcomingeventrow"> June something </div> |
- | </td>
| + | |
- | | + | |
- | </tr></table>
| + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | <td bgColor="#e3e3e3"></td></tr>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <!---------------------------------------------------------------------------------------------------------------------------------------->
| + | |
- | <tr bgColor="#e3e3e3"><td></td>
| + | |
- | | + | |
- | | + | |
- | <td width="975px">
| + | |
- | <table width="975px" cellspacing="0" cellpadding="5">
| + | |
- | <tr><td colspan="9" height="50px"><br>
| + | |
- | <b>FACETS </b><br> | + | |
- | iGEM is much more than a competition...</td>
| + | |
- | </tr>
| + | |
- | | + | |
- | | + | |
- | <tr height="60px" width="975px" align="center">
| + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Competition </b> </td>
| + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Education</b></td>
| + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Teamwork </b> </td>
| + | |
- | | + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Technology </b> </td>
| + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Entrepreneurship </b></td>
| + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Safety & Security</b> </td>
| + | |
- | | + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Responsibility</b> </td>
| + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Community</b> </td>
| + | |
- | <td onMouseOver="this.bgColor='#089E71'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff" width="10%" align="center"><b> Sharing </b> </td>
| + | |
- | | + | |
- | </tr>
| + | |
- | | + | |
- | <tr><td colspan="9" height="40px"></td></tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | | + | |
- | <td></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | <!---------------------------------------------------------------------------------------------------------------------------------------->
| + | |
- | | + | |
- | <!------------------------------------------------- UPCOMING EVENTS and HIGHLIGHTS -------------------------------------------------------------->
| + | |
- | <tr bgColor="#e3e3e3"><td></td>
| + | |
- | <td width="975px">
| + | |
- | <table width="975px" cellspacing="0">
| + | |
- | <tr>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <!-------------------------------UPCOMING EVENTS ------------------------------->
| + | |
- | <td width="300px" bgColor="#089E71">
| + | |
- | | + | |
- | <table align="center" cellspacing="0" width="300px">
| + | |
- | <tr bgColor="#089E71" >
| + | |
- | | + | |
- | <td colspan="5"><br><b>UPCOMING EVENTS </b> </td> </tr>
| + | |
- | <tr height="20px" bgColor="#089E71" > <td colspan="5"></td></tr>
| + | |
- | | + | |
- | <tr height="30px" onMouseOver="this.bgColor='#e3e3e3'" onMouseOut="this.bgColor='#fff'" bgColor="#fff">
| + | |
- | <td width="10px"></td><td width="50px" > <b> June 28 </b> </td><td> <a href=""> High School Jamboree </a> </td> <td align="right" width="10px"></tr>
| + | |
- | | + | |
- | <tr height="10px" bgColor="#089E71" > <td colspan="5"></td></tr>
| + | |
- | | + | |
- | <tr height="30px" onMouseOver="this.bgColor='#e3e3e3'" onMouseOut="this.bgColor='#fff'" bgColor="#fff">
| + | |
- | <td width="10px"></td><td width="50px" ><b> July 18 </b> </td><td> <a href=""> Giant Jamboree Registration opens </a> </td> <td align="right" width="10px"></tr>
| + | |
- | | + | |
- | <tr height="10px" bgColor="#089E71" > <td colspan="5"></td></tr>
| + | |
- | | + | |
- | <tr height="30px" onMouseOver="this.bgColor='#e3e3e3'" onMouseOut="this.bgColor='#fff'" bgColor="#fff">
| + | |
- | <td width="10px"></td><td width="50px" ><b> July 21 </b> </td><td> <a href=""> Preliminary safety forms due </a> </td> <td align="right" width="10px"></tr>
| + | |
- | | + | |
- | <tr height="10px" bgColor="#089E71" > <td colspan="5"></td></tr>
| + | |
- | | + | |
- | <tr height="30px" onMouseOver="this.bgColor='#e3e3e3'" onMouseOut="this.bgColor='#fff'" bgColor="#fff">
| + | |
- | <td width="10px"></td><td width="50px" ><b> July 25 </b> </td><td> <a href=""> Track selection due </a> </td> <td align="right" width="10px"></tr>
| + | |
- | | + | |
- | <tr height="20px" bgColor="#089E71" > <td colspan="5"></td></tr>
| + | |
- | | + | |
- | </table>
| + | |
- | | + | |
- | <table cellspacing="0" ><tr height="40px" > <td bgColor="#089E71" width="192px"></td> <td
| + | |
- | onMouseOver="this.bgColor='#e3e3e3'" onMouseOut="this.bgColor='#ffffff'" bgColor="#ffffff"
| + | |
- | style="border: 2px solid black;" align="center" width="100px"> <a href=""> <b> CALENDAR </b> </a> </td> </tr></table>
| + | |
| <br> | | <br> |
- | </td> | + | <div id="upcomingeventrow"> June something </div> |
| | | |
| + | </div> |
| | | |
| + | <div id="featuredhighlights">Highlights</div> |
| | | |
- | <!------------------------------HIGHLIGHTS --------------------------------------> | + | <div id="featuredAandC"> |
- | <td width="675px" bgColor="#089e71" align="center"> | + | <b> FEATURED VIDEO </b> <br><br> |
| + | <img src="https://static.igem.org/mediawiki/igem.org/8/88/Teamexperiencescreenshot.png" width="245px"> |
| + | </div> |
| | | |
- | <b>HIGHLIGHTS </b> | + | <div id="clear"></div> |
- | <br><br> | + | </div> |
| | | |
- | <a href=""> Giant Jamboree </a><br><br>
| |
- | <a href=""> iGEM 2014 </a><br><br>
| |
- | <a href="">Alumni </a> <br><br>
| |
- | <a href="">Opportunities </a> <br><br>
| |
- | <a href="">Safety and Secutiry</a><br><br>
| |
- | <a href="">Partnerships </a>
| |
| | | |
- | </td>
| + | <!-----------------------------------------------------------------------------------------------------------------------------------------------> |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </tr>
| + | |
- | | + | |
- | </table>
| + | |
- | </td>
| + | |
- | | + | |
- | <td></td></tr>
| + | |
- | | + | |
- | <!-----------------------------------------------end of UPCOMING EVENTS and HIGHLIGHTS -----------------------------------------------------------> | + | |
- | | + | |
- | | + | |
- | <!--------------------------------------------------------------COMMUNITY----------------------------------------------------------------------->
| + | |
- | | + | |
- | | + | |
- | <tr bgColor="#e3e3e3" ><td></td>
| + | |
- | | + | |
- | <td width="975px">
| + | |
- | <table cellspacing="0" >
| + | |
- | <tr valign="top">
| + | |
- | | + | |
- | <td width="1%"></td>
| + | |
- | <td width="23%" valign="center"><br> <b>COMMUNITY </b> <br>
| + | |
- | iGEM has a strong community, teams collaborate and help each other in and outside the lab.<br>
| + | |
- | Visit the <a href="https://2014.igem.org/Community"> community page</a> for more!
| + | |
- | </td>
| + | |
- | | + | |
- | <td width="1%"></td>
| + | |
- | | + | |
- | <td width="25%">
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/4/47/Mainpage_community_sysuoftwarehover.jpg"
| + | |
- | onmouseover="this.src='https://static.igem.org/mediawiki/igem.org/d/d9/Mainpage_community_sysuoftware.jpg'"
| + | |
- | onmouseout="this.src='https://static.igem.org/mediawiki/2014/4/47/Mainpage_community_sysuoftwarehover.jpg'"/>
| + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <td width="25%"> <a href="">
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/8/8a/Mainpage_community_highschool.jpg"
| + | |
- | onmouseover="this.src='https://static.igem.org/mediawiki/2014/0/0b/Mainpage_community_highschool_hover.jpg'"
| + | |
- | onmouseout="this.src='https://static.igem.org/mediawiki/2014/8/8a/Mainpage_community_highschool.jpg'"/>
| + | |
- | </a>
| + | |
- | </td>
| + | |
- | | + | |
- | <td width="25%" > <a href="https://2014.igem.org/Community">
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/3/39/Mainpage_community_aaltohelsinki_hover.jpg"
| + | |
- | onmouseover="this.src='https://static.igem.org/mediawiki/2014/3/35/Mainpage_community_aaltohelsinki_normal.jpg'"
| + | |
- | onmouseout="this.src='https://static.igem.org/mediawiki/2014/3/39/Mainpage_community_aaltohelsinki_hover.jpg'"/>
| + | |
- | </a></td>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <table width="975px" cellspacing="0">
| + | |
- | <tr>
| + | |
- | <td width="25%"><img src="https://static.igem.org/mediawiki/2014/7/72/Education_igemataglance.jpg" width="243px"></td>
| + | |
- | <td width="25%"><img src="https://static.igem.org/mediawiki/2014/c/cc/Teamwork_igemataglance.jpg" width="243px"></td>
| + | |
- | <td width="25%"><img src="https://static.igem.org/mediawiki/2014/2/23/Competition_igemataglance.jpg" width="243px"></td>
| + | |
- | <td width="25%"><img src="https://static.igem.org/mediawiki/2014/3/31/Entrepreneurship_igemataglance.jpg" width="243px"></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <td></td></tr>
| + | |
- | <!--------------------------------------------------------end of COMMUNITY----------------------------------------------------------------------->
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <!---------------------------------------------------------------SPONSORS----------------------------------------------------------------------->
| + | |
- | | + | |
- | <tr bgColor="#e3e3e3"><td></td>
| + | |
- | | + | |
- | <td width="975px" bgColor="#fff">
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <!--Platinum Partners -->
| + | |
- | <table cellspacing="20"; align="center" width="975px">
| + | |
- | | + | |
- | <tr> <td align="center" colspan="3"> <font color="#414141" size ="1"> <b>Platinum Partners </b> </font> </td> </tr>
| + | |
- | <tr align="center">
| + | |
- | <td>
| + | |
- | <a href="https://igem.org/Sponsors">
| + | |
- | <img src="https://static.igem.org/mediawiki/igem.org/2/26/Sloan_Logo_Primary_Web_250px.png" width="100px">
| + | |
- | </a></td>
| + | |
- | <td>
| + | |
- | <a href="https://igem.org/Sponsors">
| + | |
- | <img src="https://static.igem.org/mediawiki/igem.org/7/7e/NSF_logo.png" width="40px">
| + | |
- | </a></td>
| + | |
- | <td>
| + | |
- | <a href="https://igem.org/Sponsors">
| + | |
- | <img src="https://static.igem.org/mediawiki/igem.org/8/82/SynBERC_logo_65h.png" width="100px">
| + | |
- | </a></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | <tr> <td height="1px" colspan="3" bgColor="#f0f0f0"></td> </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <!-- partners -->
| + | |
- | <table align="center" width="975px">
| + | |
- | <tr> <td align="center" colspan="3"> <font color="#414141" size ="1"><b>Partners</b> </font> </td> </tr>
| + | |
- | | + | |
- | <tr align="center">
| + | |
- | <td><img src="https://static.igem.org/mediawiki/igem.org/a/aa/Agilent_Technologies_logo.png" width="50px"></td>
| + | |
- | <td><img src="https://static.igem.org/mediawiki/2010/1/1e/Fbi_seal_mod_50px.png" width="30px"></td>
| + | |
- | <td ><img src="https://static.igem.org/mediawiki/igem.org/c/c6/Autodesk-logo.png" width="50px"> </td>
| + | |
- | | + | |
- | </tr>
| + | |
- | | + | |
- | <tr align="center">
| + | |
- | | + | |
- | <td ><img src="https://static.igem.org/mediawiki/2012/c/c0/MathWorks_logo_small.png" width="70px"></td>
| + | |
- | <td ><img src="https://static.igem.org/mediawiki/2014/5/57/Erasynbio.jpg" width="70px"></td>
| + | |
- | <td > <img src="https://static.igem.org/mediawiki/parts/a/a2/IDT_Logo_2014_%28corp_blue%29.png" width="70px"></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | <tr> <td height="1px" colspan="3" bgColor="#f0f0f0"></td> </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <!-- gold sponsors -->
| + | |
- | <table align="center" width="975px">
| + | |
- | <tr> <td align="center" > <font color="#414141" size="1"> <b> Gold Sponsors </b></font> </td> </tr>
| + | |
- | | + | |
- | | + | |
- | <tr>
| + | |
- | <td align="center">
| + | |
- | <img src="https://static.igem.org/mediawiki/igem.org/a/a0/SGI-DNA_logo.png" width="40px"></td></tr>
| + | |
- | <tr> <td height="25px"></td> </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | <td></td></tr>
| + | |
- | | + | |
- | | + | |
- | <!-------------------------------------------------------------end SPONSORS--------------------------------------------------------------------->
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <!----------------------------------------------------------------FOOTER----------------------------------------------------------------------->
| + | |
- | | + | |
- | | + | |
- | <tr bgColor="#e3e3e3">
| + | |
- | <td></td>
| + | |
- | | + | |
- | <td width="975px">
| + | |
- | <table width="975px" cellspacing="0">
| + | |
- | <tr>
| + | |
- | <td width="600px" bgColor="#414141">
| + | |
- | | + | |
- | | + | |
- | <table cellspacing="0" cellpadding="5">
| + | |
- | <tr bgColor="#414141"><td colspan="5" height="5px"></td></tr>
| + | |
- | <tr bgColor="#414141"><td colspan="5"> <font color ="#e3e3e3 "><b> QUICKLINKS </b> </font> </td></tr>
| + | |
- | | + | |
- | <tr bgColor="#414141" valign="top">
| + | |
- | <td width="20%">
| + | |
- | <ul>
| + | |
- | <li><a style="color: #ffffff" href="https://igem.org/About">About</a></li>
| + | |
- | <li><a style="color: #ffffff" href="https://igem.org/Contact">Contact</a></li>
| + | |
- | <li><a style="color: #ffffff" href="https://igem.org/Sponsors">Sponsors</a></li>
| + | |
- | <li><a style="color: #ffffff" href="https://igem.org/Main_Page"> igem.org</a></li>
| + | |
- | <li><a style="color: #ffffff" href="http://parts.igem.org/Main_Page"> Registry</a> </li>
| + | |
- | </ul>
| + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <td width="20%">
| + | |
- | <ul>
| + | |
- | <li><a style="color: #ffffff" href="https://2014.igem.org/Requirements"> Requirements</a> </li>
| + | |
- | <li><a style="color: #ffffff" href="https://2014.igem.org/Giant_Jamboree"> Giant Jamboree</a> </li>
| + | |
- | <li><a style="color: #ffffff" href="https://2014.igem.org/Meetups"> Meetups</a> </li>
| + | |
- | <li><a style="color: #ffffff" href="https://2014.igem.org/Calendar_of_Events">Calendar </a></li>
| + | |
- | <li><a style="color: #ffffff" href="https://2014.igem.org/Partner_Offers">Partner Offers</a></li>
| + | |
- | </ul>
| + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <td width="20%">
| + | |
- | <ul>
| + | |
- | <li><a style="color: #ffffff" href="https://igem.org/Login">Login</a></li>
| + | |
- | <li><a style="color: #ffffff" href="https://2014.igem.org/Special:Upload">Upload Files</a></li>
| + | |
- | <li><a style="color: #ffffff" href="https://2014.igem.org/Special:RecentChanges"> Recent Changes</a> </li>
| + | |
- | <li><a style="color: #ffffff" href="https://2014.igem.org/Special:SpecialPages"> Special Pages</a> </li>
| + | |
- | </ul>
| + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | <td width="20%">
| + | |
- | <ul>
| + | |
- | <li><a style="color: #ffffff" href="https://igem.org/Press_Kit">Press Kit</a></li>
| + | |
- | <li><a style="color: #ffffff" href="https://igem.org/Newsletters"> Newsletter</a> </li>
| + | |
- | <li><a style="color: #ffffff" href="https://igem.org/Alumni">AlumniGEM</a></li>
| + | |
- | </ul>
| + | |
- | </td>
| + | |
- | | + | |
- | <td width="20%">
| + | |
- | <a href="https://2014.igem.org/General_disclaimer">
| + | |
- | <img src="http://i.creativecommons.org/l/by/3.0/88x31.png"></a><br>
| + | |
- | powered by <a style="color: #e3e3e3" href="http://www.mediawiki.org/" style="link-style:none;">MediaWiki</a>
| + | |
- | </td>
| + | |
- | | + | |
- | </table>
| + | |
- | </td>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <!--------------------CONTACT ----------------------->
| + | |
- | <td width="30%" bgColor="#089E71"><br>
| + | |
- | | + | |
- | | + | |
- | <table cellspacing="0" cellpadding="5">
| + | |
- | <tr bgColor="#089E71"><td colspan="5" height="5px"></td></tr>
| + | |
- | <tr bgColor="#089E71"><td colspan="5"> <b> CONTACT </b> <br></td></tr>
| + | |
- | | + | |
- | </tr>
| + | |
- | <tr bgColor="#089E71"> <td width="5%"></td>
| + | |
- | <td> <img src="https://static.igem.org/mediawiki/igem.org/b/bf/Igemdesign_location.png" width="20px"> </td> <td width="5%"></td> <td> <font size="2"> One Kendall Square, Cambridge, <br> MA, USA 02139 </font> </td><td width="5%"></td> </tr>
| + | |
- | | + | |
- | <tr bgColor="#089E71"> <td width="5%"></td>
| + | |
- | <td><img src="https://static.igem.org/mediawiki/igem.org/2/28/Igemdesign_mail2.png" width="20px"> </td><td width="5%"></td> <td> <font size="2"> hq at igem dot org</td>
| + | |
- | <td width="5%"></td> </tr>
| + | |
- | | + | |
- | <tr bgColor="#089E71"> <td width="5%"></td>
| + | |
- | <td> <img src="https://static.igem.org/mediawiki/igem.org/b/b0/Igemdesign_phon.png" width="20px"> </td> <td width="5%"></td><td> <font size="2"> +1.617.500.3106 </font> </td><td width="5%"></td></tr>
| + | |
- | | + | |
- | | + | |
- | <tr bgColor="#089E71"><td height="5px" colspan="5"></td></tr>
| + | |
- | | + | |
- | <tr bgColor="#089E71"><td colspan="5" align="center"> FACEBOOK TWITTER FLICKR</td></tr>
| + | |
- | </table>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | </td>
| + | |
- | | + | |
- | <td></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | <!----------------------------------------------------------end FOOTER----------------------------------------------------------------------->
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <!------------------------------------------------------------FINAL NOTE----------------------------------------------------------------------->
| + | |
- | <tr bgColor="#e3e3e3"><td></td><td width="975px">
| + | |
- | <table width="975px">
| + | |
- | <tr><td width="1%"></td>
| + | |
- | <td> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="40px"> </td><td>
| + | |
- | | + | |
- | <b> iGEM Foundation </b> <br><font size="1"> Dedicated to education and competition, advancement of synthetic biology, and the development of open community and collaboration.</font></td>
| + | |
- | </tr></table>
| + | |
- | | + | |
- | </td><td></td></tr>
| + | |
- | | + | |
- | <!----------------------------------------------------------end FOOTER----------------------------------------------------------------------->
| + | |
- | | + | |
- | | + | |
- | | + | |
- | </table>
| + | |
| </html> | | </html> |
- | | + | {{MainStyle/Sponsors}} |
- | {{MainPageStyle/Footer}} | + | {{MainStyle/Footer}} |