Team:CSIA-SouthKorea

From 2014hs.igem.org

(Difference between revisions)
 
(46 intermediate revisions not shown)
Line 1: Line 1:
-
<html lang="en">
+
<html>
-
<head>
+
<head>
-
<meta charset="UTF-8">
+
<script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
-
<title>Team:CSIA-SouthKorea</title>
+
<script type="text/javascript">
-
</head>
+
$(document).ready(function(){
-
<body>
+
  // If replace original site, it may bad
-
<header>
+
  $("body.page-Team_CSIA-SouthKorea").append("<iframe class='heroku-iframe' frameborder='0' src='http://csia-southkorea.herokuapp.com'></iframe>");
-
<nav>
+
  $('#globalWrapper').css('display', 'none');
-
                            <img src="https://static.igem.org/mediawiki/2014hs/9/99/Menu.png" width="900px"/>
+
});
-
</nav>
+
</script>
-
</header>
+
<style type="text/css">
-
 
+
body{
-
<section>
+
  margin:0px;padding:0px;overflow:hidden;
-
<article>
+
}
-
</article>
+
.heroku-iframe{
-
</section>
+
  position: absolute;
-
 
+
  width: 100%;
-
<footer>
+
  height: 100%;
-
</footer>
+
  background-color: white;
-
</body>
+
  top: 0%;
 +
  left: 0%;
 +
  overflow: hidden;
 +
  z-index: 999;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<div id="page-contain">
 +
<div class="page-real-main">
 +
</div>
 +
</div>
 +
</body>
</html>
</html>

Latest revision as of 13:28, 20 June 2014