|
|
(33 intermediate revisions not shown) |
Line 1: |
Line 1: |
| + | {{:Team:UI-Indonesia/Templates/Header}} |
| + | |
| <html> | | <html> |
| <head> | | <head> |
- | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
| |
- | </script>
| |
| | | |
- | <script type="text/javascript"> | + | <!-- Scripts --> <!--- Thank you to TU-Munich 2013 IGEM Team!! :) --> |
- | $(document).ready(function(){
| + | <script src="https://2013.igem.org/Team:TU-Munich/TUM13_jquery-1.10.2.js?action=raw&ctype=text/javascript" type="text/javascript"></script> |
- | $("ul.first > li").hover(function(){
| + | <script src="https://2013.igem.org/Team:TU-Munich/TUM13_bxslider.js?action=raw&ctype=text/javascript" type="text/javascript"></script> |
- | $(this).find("ul").stop().fadeToggle(10);
| + | <script src="https://2014.igem.org/Team:UI-Indonesia/script?action=raw&ctype=text/javascript" type="text/javascript"></script> |
- | });
| + | |
- | });
| + | |
- | </script> | + | |
| | | |
- | <script> | + | <!-- Stylesheets --> |
- | $(document).ready(function()
| + | <link href="https://2014.igem.org/Team:UI-Indonesia/bxslider.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> |
- | {
| + | |
- | $('#menubar').mouseover(function(){
| + | |
- | $('#menubar').stop().animate({top:"0px"},500);
| + | |
- | });
| + | |
- | $('#menubar').mouseleave(function(){
| + | |
- | $('#menubar').stop().animate({top:"-20px"},500);
| + | |
- | });
| + | |
- | $('#menubar.right-menu').mouseover(function(){
| + | |
- | $('#menubar.right-menu').stop().animate({top:"0px"},500);
| + | |
- | });
| + | |
- | $('#menubar.right-menu').mouseleave(function(){
| + | |
- | $('#menubar.right-menu').stop().animate({top:"-20px"},500);
| + | |
- | });
| + | |
- | });
| + | |
- | </script>
| + | |
| | | |
| | | |
| + | </head> |
| | | |
- | <script type="text/javascript" src="https://static.igem.org/mediawiki/2013/archive/9/91/20130919145948%21Slide_Show.txt"></script> | + | <body> |
- | | + | <div id="main-box"> |
- | <script type="text/javascript"> | + | <ul class="bxslider"> <!-- das muss so hässlich sein, damit kein absatz eingefügt wird --> |
- | | + | <li><img src="https://static.igem.org/mediawiki/2014/2/2c/Fullteam3.jpg" width="960" height="480" /> </li> |
- | $(function(){
| + | <li><img src="https://static.igem.org/mediawiki/2014/2/2c/Perpus.jpg" width="960" height="480" /> </li> |
| | | |
- | $("#Teamslide").infiniteCarousel();
| |
- |
| |
- | });
| |
- |
| |
- | </script>
| |
- |
| |
- | <style type="text/css">
| |
- | body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;}
| |
- | #menubar
| |
- | {background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;}
| |
- | #menubar ul li a
| |
- | { color:#8D1919;}
| |
- | #menubar.right-menu
| |
- | {background-color:#EEECEC;opacity:0.8;top:-4px;width:240px;height:23px;position:absolute;top:-20px;}
| |
- | .right-menu li a
| |
- | {color:#8D1919;background-color:#EEECEC;}
| |
- | #p-logo
| |
- | {visibility:hidden;}
| |
- | .firstHeading
| |
- | {visibility:hidden;}
| |
- | #globalWrapper
| |
- | {position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;}
| |
- | #content
| |
- | {width: 1000px;border:none;background-color:#494042;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
| |
- | #top-section
| |
- | {height:2px;border:none;background-color:#494042;}
| |
- | #catlinks
| |
- | {border-color:#494042;background-color:#494042;}
| |
- | #footer-box
| |
- | {display:none}
| |
- | #kepala
| |
- | {position:absolute;top:15px;background-color:#F0A5BE;height:121px;width:100%;}
| |
- | #copyright
| |
- | {position:absolute;left:325px;top:980px;}
| |
- | ul, ol {
| |
- | line-height: 1.6;
| |
- | font-size: 14px;
| |
- | }
| |
- | .menu ul,.menu li
| |
- | {
| |
- | margin:0;
| |
- | padding:0;
| |
- | list-style:none;
| |
- | width:100%;
| |
- | }
| |
- |
| |
- | ul.first>li
| |
- | {
| |
- | float:left;
| |
- | width:16.66%;
| |
- | }
| |
- | ul.first>li>a:link,ul.first>li>a:visited
| |
- | {
| |
- | display:block;
| |
- | font-weight:bold;
| |
- | color:#494042;
| |
- | background-color:#35bb91;
| |
- | text-align:center;
| |
- | padding:3%;
| |
- | text-decoration:none;
| |
- | text-transform:uppercase;
| |
- | }
| |
- |
| |
- | ul.first>li>a:hover,ul.first>li>a:active
| |
- | {
| |
- | background-color:#e32e51;
| |
- | }
| |
- |
| |
- | ul.first>li>ul
| |
- | {
| |
- | display:none;
| |
- | width:100%;
| |
- | }
| |
- |
| |
- | ul.first>li>ul>li>a:link,ul.first>li>ul>li>a:visited
| |
- | {
| |
- | display:block;
| |
- | font-weight:bold;
| |
- | color:#494042;
| |
- | background-color:#8ff5d5;
| |
- | text-align:center;
| |
- | padding:3%;
| |
- | text-decoration:none;
| |
- | text-transform:uppercase;
| |
- | }
| |
- |
| |
- | ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active
| |
- | {
| |
- | background-color:#f87790;
| |
- | }
| |
- |
| |
- | .menu
| |
- | {
| |
- | position:absolute;
| |
- | left:0px;
| |
- | top:141px;
| |
- | width:100%;
| |
- | z-index:+5;
| |
- | }
| |
- |
| |
- | #Teamslide
| |
- | {
| |
- | position:absolute;
| |
- | top:70px;
| |
- | left:25px;
| |
- | }
| |
- |
| |
- | #bar
| |
- | {position:absolute;top:770px;background-color:#494042;height:121px;width:100%;}
| |
- | table.curvedEdges { border:10px solid #f4dfc0;-webkit-border-radius:10px;-moz-border-radius:13px;-ms-border-radius:13px;-o-border-radius:13px;border-radius:13px; }
| |
- |
| |
- | #copyright
| |
- | {position:absolute;left:300px;top:350px;}
| |
- |
| |
- |
| |
- | .center
| |
- | {
| |
- | margin:auto;
| |
- | width:70%;
| |
- | background-color:#b0e0e6;
| |
- | }
| |
- | #interview,#presentation,#article,#interview1
| |
- | {margin-top:30px;width:15%;margin-right:5px;float:left;height:145px; border:2px solid;
| |
- | border-radius:15px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
| |
- |
| |
- | #presentation1,#article1
| |
- | {margin-top:15px;width:15%;margin-right:5px;float:left;height:145px; border:2px solid;
| |
- | border-radius:15px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
| |
- |
| |
- | #abstract
| |
- | {padding-left:5px;padding-right:5px;margin-top:125px;width:23%;margin-right:25px;float:right;height:400px; border:2px solid;
| |
- | border-radius:15px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
| |
- | #wlc{padding-left:10px;padding-right:10px;padding-top:30px;}
| |
- |
| |
- | #abstract
| |
- | {margin-left:0px;background:#f4dfc0;}
| |
- | #interview
| |
- | {margin-left:25px;background:#35bb91;}
| |
- | #interview1
| |
- | {margin-left:0px;background:#e32e51;}
| |
- | #presentation,#article1
| |
- | {background:#e32e51;}
| |
- | #article,#presentation1
| |
- | {background:#35bb91;}
| |
- | #art-desc,#pre-desc,#int-desc{width:50%;float:right;margin-right:8px;}
| |
- | #art-img{width:45%;float:left;margin-left:5px;margin-top:-10px;}
| |
- | #pre-img{width:45%;float:left;margin-left:5px;}
| |
- | #part-img{width:45%;float:left;margin-left:5px;}
| |
- | #hp-img{width:45%;float:left;margin-left:5px;margin-top:-5px;}
| |
- | #int-img{width:45%;float:left;margin-left:5px;margin-top:-3px;}
| |
- | #art-desc-text,#pre-desc-text,#int-desc-text{float:right;}
| |
- | h3{font-family:"Trebuchet MS", Helvetica, sans-serif;color:#494042}
| |
- | h1{font-size:35px;}
| |
- |
| |
- | #iGEM_Logo{
| |
- | width:100px;
| |
- | height:80px;
| |
- | position:absolute;
| |
- | right:10px;
| |
- | top:60px;
| |
- | z-index:+15;
| |
- | }
| |
- | #hkust_Logo{
| |
- | width:60px;
| |
- | height:80px;
| |
- | position:absolute;
| |
- | right:110px;
| |
- | top:60px;
| |
- | z-index:+15;
| |
- | }
| |
- | li.no{color: #494042; font-size: 13px; font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;}
| |
- |
| |
- |
| |
- | </style>
| |
- | </head>
| |
- | <body>
| |
- |
| |
- |
| |
- | <a href="https://2013.igem.org/Main_Page"><img id="iGEM_Logo" src="https://static.igem.org/mediawiki/2013/4/46/Igem_qgem_logo.png"></a>
| |
- |
| |
- |
| |
- | <a href="http://www.ust.hk/eng/index.htm"><img id="hkust_Logo" src="https://static.igem.org/mediawiki/2013/5/55/Hkust_logo.gif"></a>
| |
- |
| |
- | <a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;"></div></center></a>
| |
- |
| |
- | <div class="menu">
| |
- | <ul class="first">
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST">Home</a></li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/team">Team</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/members">Members</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/advisors">Advisors</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/instructors">Instructors</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/attribution">Attribution</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/acknowledge">Acknowledgement</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project">Project</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data">Data Page</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future">Future Work</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Wetlab">Wetlab</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook">Notebook</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li>
| |
- |
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">Medal Requirements</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a>
| |
- | <ul>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/genet">Article</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li>
| |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
| </ul> | | </ul> |
| | | |
| + | <div style="clear: both;"></div> |
| + | <div id="side-1"> |
| + | <h2>Gallery</h2> |
| + | <p> |
| + | Photo. Photo. Photo. |
| + | </p> |
| </div> | | </div> |
- |
| |
- |
| |
- | <div id="abstract"><div id="wlc"><center><font size=6><b><br><br>UPDATES</b></font><br><br><br>
| |
- | <p><font size=4>Click <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">here</a> to see our achievements in Regional Jamboree!<br><br> Click <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization#efia">here</a> to see our project's progress since Regional Jamboree!</font></p></center>
| |
| </div> | | </div> |
- | <div id="abs-img"><center><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">
| |
- | <img src="" style="width:110%;padding-left:45px;"></a></center></div></div>
| |
- |
| |
- | <br><br><br>
| |
- | <div id="Teamslide">
| |
- | <ul>
| |
- |
| |
- | <li>
| |
- | <img src="https://static.igem.org/mediawiki/2013/2/26/Slide_1.jpg" width="700" height="400" />
| |
- |
| |
- | </li>
| |
- |
| |
- | <li>
| |
- | <img src="https://static.igem.org/mediawiki/2013/b/bc/Slide_2.jpg" width="700" height="400" />
| |
- | </li>
| |
- |
| |
- | <li>
| |
- | <img src="https://static.igem.org/mediawiki/2013/5/54/Slide_3.jpg" width="700" height="400" />
| |
- | </li>
| |
- |
| |
- | <li>
| |
- | <img src="https://static.igem.org/mediawiki/2013/9/9f/Slide_4.jpg" width="700" height="400" />
| |
- | </li>
| |
- |
| |
- | <li>
| |
- | <img src="https://static.igem.org/mediawiki/2013/4/4b/Slide_5.jpg" width="700" height="400" />
| |
- | </li>
| |
- |
| |
- | </ul>
| |
- | </div>
| |
- | <br><br><br>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <div id="interview"><center><h3>Project</h3></center>
| |
- | <div id="int-img"><center><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project">
| |
- | <img src="https://static.igem.org/mediawiki/2013/f/f9/Project2.png" style="width:80%;padding-left:45px;"></a></center></div>
| |
- | </div>
| |
- |
| |
- |
| |
- | <div id="presentation"><center><h3>Parts</h3></center>
| |
- | <div id="part-img"><center><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">
| |
- | <img src="https://static.igem.org/mediawiki/2013/3/3c/Parts2_1.png" style="width:130%;padding-left:30px;"></a></center></div></div>
| |
- |
| |
- |
| |
- | <div id="article"><center><h3>Characterization</h3></center>
| |
- | <div id="hp-img"><center><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">
| |
- | <img src="https://static.igem.org/mediawiki/2013/1/17/Wetlab2.png" style="width:110%;padding-left:30px;"></a></center></div></div>
| |
- |
| |
- |
| |
- | <div id="interview1"><center><h3>Data</h3></center>
| |
- | <div id="int-img"><center><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data">
| |
- | <img src="https://static.igem.org/mediawiki/2013/6/67/Safety2.png" style="width:180%;padding-left:10px;"></a></center></div></div>
| |
- |
| |
- |
| |
- | <div id="presentation1"><center><h3>Human Practice</h3></center>
| |
- | <div id="pre-img"><center><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">
| |
- | <img src="https://static.igem.org/mediawiki/2013/5/55/Hp2.png" style="width:88%;padding-left:40px;"></a></center></div></div>
| |
- |
| |
- |
| |
- | <div id="article1"><center><h3>Achievement</h3></center>
| |
- | <div id="art-img"><center><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">
| |
- | <img src="https://static.igem.org/mediawiki/2013/1/1e/Achievement2.png" style="width:110%;padding-left:45px;"></a></center></div></div>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <div id="bar">
| |
- | <table width="100%" height="171" border="10" align="center" cellpadding="0" cellspacing="0" bordercolor="#f4dfc0" class="curvedEdges">
| |
- | <col width="13%">
| |
- | <col width="13%">
| |
- | <col width="13%">
| |
- | <col width="13%">
| |
- | <col width="13%">
| |
- | <col width="13%">
| |
- |
| |
- | <tr align="left" valign="middle">
| |
- |
| |
- |
| |
- | <td height="171" valign="baseline" bgcolor="#f4dfc0" style="text-align: left"><strong><a href="https://2013.igem.org/Team:Hong_Kong_HKUST" style="color: #494042; font-size: 16px; font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;">Home</a></strong>
| |
- | <p> </p>
| |
- | <p> </p>
| |
- | <p> </p>
| |
- | <p> </p></td>
| |
- |
| |
- |
| |
- | <td valign="baseline" nowrap bgcolor="#f4dfc0" style="text-align: left">
| |
- | <p><strong><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/team" style="color: #494042; font-size: 16px;">Team<br>
| |
- | </a></strong><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/members" style="color:#494042;">Members<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/advisors" style="color:#494042;">Advisors<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/instructors" style="color:#494042;">Instructors<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/attribution" style="color:#494042;">Attribution<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/acknowledge" style="color:#494042;">Acknowledgement</a></p>
| |
- | <p> </p></td>
| |
- |
| |
- |
| |
- | <td valign="baseline" nowrap bgcolor="#f4dfc0" style="text-align: left">
| |
- | <p><strong><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project" style="color: #494042; font-size: 16px; font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;">Project</a></strong><br>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract" style="color:#494042;">Abstract<br></a>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules" style="color:#494042;">Module Description</a>
| |
- | <ul>
| |
- | <li class="no"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project/module4" style="color:#494042;"> Glyoxylate Shunt</a></li>
| |
- | <li class="no"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project/module3" style="color:#494042;">Protein Trafficking</a></li>
| |
- | <li class="no"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project/module2" style="color:#494042;">Fatty Acid Sensing Mechanism<br></a></li>
| |
- | </ul>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data" style="color:#494042;">Data Page<br></a>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts" style="color:#494042;">Parts<br></a>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization" style="color:#494042;">Characterization</a>
| |
- | <ul>
| |
- | <li class="no"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/mls" style="color:#494042;">Mithocondrial Leader Sequence</a></li>
| |
- | <li class="no"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/cmv" style="color:#494042;">CMV Promoter</a></li>
| |
- | <li class="no"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/ef1a" style="color:#494042;">EF-1alpha Promoter</a></li>
| |
- | </ul>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results" style="color:#494042;">Result<br></a>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future" style="color:#494042;">Future Work</a>
| |
- | </p>
| |
- | <br>
| |
- | </td>
| |
- |
| |
- |
| |
- | <td valign="baseline" nowrap bgcolor="#f4dfc0" style="text-align: left">
| |
- | <p><strong><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Wetlab" style="color: #494042; font-size: 16px;">Wetlab</a></strong><br>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook" style="color:#494042;">Notebook
| |
- | <br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols" style="color:#494042;">Protocols<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety" style="color:#494042;">Safety</a></p>
| |
- | <p> </p></td>
| |
- | <td valign="baseline" nowrap bgcolor="#f4dfc0" style="text-align: left">
| |
- | <p><strong><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement" style="color: #494042; font-size: 16px;">Achievement</a></strong><br>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals" style="color:#494042;">Medal Requirements<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes" style="color:#494042;">Prizes</a></p>
| |
- | <p> </p>
| |
- | <p> </p></td>
| |
- |
| |
- |
| |
- | <td valign="baseline" nowrap bgcolor="#f4dfc0" style="text-align: left">
| |
- | <p><strong><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp" style="color: #494042; font-size: 16px;">Human Practice</a></strong><br>
| |
- | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp" style="color:#494042;">Country Profile<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog" style="color:#494042;">Blog<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview" style="color:#494042;">Interviews<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/genet" style="color:#494042;">Article<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video" style="color:#494042;">Videos<br>
| |
- | </a><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation" style="color:#494042;">Presentations</a></p></td>
| |
- | </tr>
| |
- | </table>
| |
- |
| |
- | <div id="copyright"><center><p style="font-size:14px;font-family:century gothic;font-colour:#ffffff;"> © Copyright HKUST iGEM Team 2013, All Rights Reserved</p></center></div>
| |
- |
| |
| </body> | | </body> |
| </html> | | </html> |
| + | |
| + | {{:Team:UI-Indonesia/Templates/Footer}} |