Team:Ravenwood Raptors
From 2014hs.igem.org
(Difference between revisions)
TejasManohar (Talk | contribs) |
TejasManohar (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | <style> | + | <script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script> |
- | .heroku { | + | <script type="text/javascript"> |
+ | $(document).ready(function(){ | ||
+ | // don't worry, we're open source --> https://github.com/raptor-igem/2014hs-website | ||
+ | $("body.page-Team_CSIA-SouthKorea").append("<iframe class='heroku-iframe' src='http://csia-southkorea.herokuapp.com'></iframe>"); | ||
+ | }); | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
+ | .heroku-iframe{ | ||
position: absolute; | position: absolute; | ||
width: 100%; | width: 100%; | ||
Line 11: | Line 18: | ||
overflow: hidden; | overflow: hidden; | ||
z-index: 999; | z-index: 999; | ||
- | + | } | |
- | + | ||
- | + | ||
- | } | + | |
</style> | </style> | ||
</head> | </head> | ||
Line 22: | Line 26: | ||
</div> | </div> | ||
</div> | </div> | ||
- | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 02:13, 19 June 2014