Team:Nankai/Modeling

From 2014.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
 
<html>
<html>
 +
<!--Thanks to Nelson's works.make Bootstrap template (any outside servers) perfectly work in iGEM wiki system. How to? First you buy a server and upload your websites, and then copy my code below, replace your servers address. Second, in every iGEM wiki page, put the similar code.(How to edit page? Replace your school name (and year ) in "https://2014.igem.org/wiki/index.php?title=Team:Nankai&action=edit" and put it in your browser) (and if you want to edit Nankai/Team, just add /Team in that address) Third, in every linkage, replace "href="xxx" by "onclick=window.parent.location.href="xxx"", if you have pdf file, please upload to iGEM and paste the address. If you have further question please feel free to ask Nelson's email: yuiuiuiuiui@163.com-->
-
<table width="80%" align="center" height="100">
 
-
<tr>
 
-
<td width="100px">
 
-
    <div  style="float:left;width:96px;margin-left:2px">
 
-
          <img src="https://static.igem.org/mediawiki/2014/5/58/NankaiTeamLogo.png"></img>
 
-
    </div >
 
-
</td>
 
-
<td>
 
-
<!--navigation menu -->
 
-
  <div id="nav-wrapper">
 
-
      <ul class="nav-bar" >
 
-
        <li class="home">
 
-
    <a class="header" href="https://2014.igem.org/Team:Nankai" >Home<span class="pointer"></span></a>
 
-
        </li>
 
-
 
-
        <li class="project active show-pointer">
 
-
    <a class="header" href="https://2014.igem.org/Team:Nankai/Project">Project<span class="pointer"></span></a>
 
-
            <ul class="sub-nav">
 
-
      <li>
 
-
          <a href="https://2014.igem.org/Team:Nankai/Parts">Parts</a>
 
-
      </li>
 
-
 
-
      <li>
 
-
          <a href="https://2014.igem.org/Team:Nankai/Modeling"  class="active">Modeling</a>
 
-
      </li>
 
-
            </ul >
 
-
</li>
 
-
<li class="notebook">
 
-
    <a class="header" href="https://2014.igem.org/Team:Nankai/Notebook">Notebook<span class="pointer"></span></a>
 
-
</li>
 
-
 
-
<li class="safety ">
 
-
    <a class="header" href="https://2014.igem.org/Team:Nankai/Safety">Safety<span class="pointer"></span></a>
 
-
</li>
 
-
 
-
<li class="attributions">
 
-
    <a class="header" href="https://2014.igem.org/Team:Nankai/Attributions">Attributions<span class="pointer"></span></a>
 
-
</li>
 
-
<li class="team">
 
-
    <a class="header" href="https://2014.igem.org/Team:Nankai/Team">Team<span class="pointer"></span></a>
 
-
            <ul class="sub-nav">
 
-
              <li><a href="https://igem.org/Team.cgi?year=2014&team_name=Nankai">Official Team Profile</a></li>
 
-
            </ul >
 
-
</li>
 
-
 
-
    </ul><!--end navigation menu -->
 
-
</div>
 
-
</td>
 
-
 
-
<td width="80px">
 
-
    <div  style="float:right;margin-right:10px" >
 
-
          <a href="https://2014.igem.org/Main_Page"><img width="70" src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png"></img></a>
 
-
    </div >
 
-
</td>
 
-
</tr>
 
-
<tr> <td colspan="3"  height="30px"> </td></tr>
 
-
</table>
 
-
 
-
 
-
<!--main content -->
 
-
<table width="80%" align="center">
 
-
 
-
 
-
<tr> <td colspan="3"  height="15px"> </td></tr>
 
-
<tr><td bgColor="#48a1e0" colspan="3" height="1px"> </tr>
 
-
<tr> <td colspan="3"  height="5px"> </td></tr>
 
-
 
-
 
-
<!--modeling content -->
 
-
<tr><td colspan="3"> <h3>Modeling</h3></td></tr>
 
-
</tr>
 
-
 
-
 
-
<tr>
 
-
<td width="45%"  valign="top">
 
-
<p>If you choose to create a model during your project, please write about it here. Modeling is not an essential part of iGEM, but we encourage any and all teams to model some aspect of their project. See previous "Best Model" awards for more information.</p>
 
-
</td>
 
-
<td></td>
+
<meta name="viewport" content="width=device-width, initial-scale=1">
-
<td></td>
+
<script src="http://inankai.cn/igem/assets/jqueryv182.js"></script>
-
</tr>
+
<script>
 +
   
 +
  $('head').empty();
 +
  $('body').empty().removeClass().css('margin','0');
 +
 
 +
  var iframe = $('<iframe src="http://inankai.cn/igem/modeling.html" style="border: 0; width: 100%;"></iframe>').css('height',$(window).height());
 +
  $('body').html(iframe);
 +
  $(window).resize(function () {
 +
    iframe.css('height',$(window).height());
 +
  });
-
</table>
+
</script>
</html>
</html>

Latest revision as of 13:48, 16 October 2014