$('<video width="320" height="240" controls><source src="https://static.igem.org/mediawiki/2015/c/c1/TU_Eindhoven_Movie.mp4"type="video/mp4">Your browser does not support the video tag.</video>').appendTo( $("#hexagon" + (amount + 1).toString()) );
+
$('<video controls><source src="https://static.igem.org/mediawiki/2015/c/c1/TU_Eindhoven_Movie.mp4"type="video/mp4">Your browser does not support the video tag.</video>').appendTo( $("#hexagon" + (amount + 1).toString()) );
$(".hexagon").css({
$(".hexagon").css({
Revision as of 22:26, 18 September 2015
var vergroot = 0;
var steps = 13;
var afknot = 50;
var amount = 6;
var radius = 300;
var width = 320;
var height = 0.5 * Math.sqrt(3) * width;
var image = ['5/56/TU_Eindhoven_menu_team.png', '5/53/TU_Eindhoven_menu_collaborations.png', 'b/bc/TU_Eindhoven_Results_Icon_Small.png', '1/1a/TU_Eindhoven_menu_project.png', '1/1d/TU_Eindhoven_menu_modeling.png', 'f/f0/TU_Eindhoven_menu_policypractice.png'];
var title = ['Team','Collaborations','Results','Project','Modeling','Policy Practices'];
var links = ['/Team','/Collaborations','/ResultsHome','/Project','/Modeling','/Practices'];
$(document).ready(function() {
//Hexagon
for (j = 1; j <= amount; j++) {
$('