Team:Cornell/sandbox
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{:Team:Cornell/sandbox/header}} | {{:Team:Cornell/sandbox/header}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | //width of home body wrapper | ||
+ | $(".home").height($(document).height()-200); | ||
+ | |||
+ | $(window).resize(function() { | ||
+ | $(".home").height($(document).height()-200); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
<body> | <body> | ||
<div class="navbar" style="position: relative; z-index: 20; margin-top: -29px;"> | <div class="navbar" style="position: relative; z-index: 20; margin-top: -29px;"> |
Revision as of 18:02, 26 July 2014
Home Page
Use arrow keys to move through slider ->
I'll get mouse controls working in a bit
There's no parallax effect right now... It's giving me some trouble
Also all the colors and images are temporary ->
General page layout coming soon
...and the hprac page that I keep forgetting to work on