Team:Arizona State/template header

From 2012.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 51: Line 51:
text-decoration:none;
text-decoration:none;
}
}
-
 
</style>
</style>
Line 66: Line 65:
wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel
wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel
-
imagearray: [
+
imagearray: //["image_path", "optional description"]
-
['https://static.igem.org/mediawiki/2012/3/3e/Blue_Water-_Main_Image_copy.png', '<h2>Autumn Day</h2>The sun peaks through the trees, a knife that cuts through the chill, crisp air.'], //["image_path", "optional description"]
+
[
-
['https://static.igem.org/mediawiki/2012/9/9c/Regional_Photo.jpg', 'The scent of spring invigorates her as she inhales whilst the warm breeze brings a wave of tranquility.'],
+
  ["https://static.igem.org/mediawiki/2012/3/3e/Blue_Water-_Main_Image_copy.png", ' '],
-
['https://static.igem.org/mediawiki/2012/3/3f/Production_Pipeline.png', 'Alone and Lonliness- Peace and Inner Struggle'] //<--no trailing comma after very last image element!
+
  ["https://static.igem.org/mediawiki/2012/9/9c/Regional_Photo.jpg", ' '],
 +
  ["https://static.igem.org/mediawiki/2012/3/3f/Production_Pipeline.png", ' ']
 +
  //<--no trailing comma after very last image element!
],
],
Line 79: Line 80:
slideduration: 500 //transition duration (milliseconds)
slideduration: 500 //transition duration (milliseconds)
})
})
-
 
</script>
</script>
</head>
</head>
<body>
<body>
 +
<br /><br />
<div id="mybgcarousel" class="bgcarousel"></div>
<div id="mybgcarousel" class="bgcarousel"></div>
</body>
</body>
-
 
</html>
</html>

Latest revision as of 07:23, 25 October 2012