Team:Ravenwood Raptors
From 2014hs.igem.org
(Difference between revisions)
TejasManohar (Talk | contribs) |
TejasManohar (Talk | contribs) |
||
(26 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | <script src=" | + | |
+ | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | ||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | // | + | |
- | $("body.page- | + | // PLEASE READ BELOW COMMENT |
+ | // | ||
+ | // don't worry, we're open source --> https://github.com/raptor-igem/2014hs-website | ||
+ | // | ||
+ | // PLEASE READ ABOVE COMMENT | ||
+ | |||
+ | $("body.page-Team_Ravenwood_Raptors").append("<iframe class='real' src='http://raptor-igem.github.io/2014hs-website/'></iframe>"); | ||
}); | }); | ||
+ | |||
</script> | </script> | ||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
- | + | body { | |
+ | overflow-x: hidden; | ||
+ | height: 100%; | ||
+ | } | ||
+ | .real { | ||
position: absolute; | position: absolute; | ||
width: 100%; | width: 100%; | ||
- | height: | + | height: 99%; |
background-color: white; | background-color: white; | ||
top: 0%; | top: 0%; | ||
Line 18: | Line 33: | ||
overflow: hidden; | overflow: hidden; | ||
z-index: 999; | z-index: 999; | ||
- | + | } | |
</style> | </style> | ||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
+ | |||
<div id="page-contain"> | <div id="page-contain"> | ||
<div class="page-real-main"> | <div class="page-real-main"> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 16:37, 20 June 2014