Difference between revisions of "Template:Team:TU Eindhoven/Hexagon Script"
Line 56: | Line 56: | ||
$('<div class="hexagon" id="hexagon' + (amount + 1).toString() + '"></div>').appendTo($("#hexagonwrapper")); | $('<div class="hexagon" id="hexagon' + (amount + 1).toString() + '"></div>').appendTo($("#hexagonwrapper")); | ||
+ | |||
+ | |||
$("#hexagon" + (amount + 1).toString()).css({ | $("#hexagon" + (amount + 1).toString()).css({ | ||
Line 61: | Line 63: | ||
'transform': 'scale(0.66,0.66) rotate(-90deg)', | 'transform': 'scale(0.66,0.66) rotate(-90deg)', | ||
'top': (radius).toString() + "px", | 'top': (radius).toString() + "px", | ||
− | |||
}); | }); | ||
+ | |||
+ | $('<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()) ); | ||
$(".hexagon").css({ | $(".hexagon").css({ |
Revision as of 22:22, 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++) { $('
').appendTo($("#hexagonwrapper")); $(' ' + title[j - 1] + '