Difference between revisions of "Template:NYMU-Taipei2"
Line 5: | Line 5: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Slider Styles */ | /* Slider Styles */ | ||
Line 307: | Line 299: | ||
//Set height of slider (16/5 ratio) | //Set height of slider (16/5 ratio) | ||
− | $('#Slider').css('height', ($('body').width() / | + | $('#Slider').css('height', ($('body').width() / 2.5)); |
//Position right/left arrows | //Position right/left arrows | ||
Line 316: | Line 308: | ||
//Repeats for window resize | //Repeats for window resize | ||
$(window).resize(function() { | $(window).resize(function() { | ||
− | $('#Slider').css('height', ($('body').width() / | + | $('#Slider').css('height', ($('body').width() / 2.5)); |
var BarHeight = $('#Slider').height() - $('#BottomLinks').height(); | var BarHeight = $('#Slider').height() - $('#BottomLinks').height(); |
Revision as of 08:41, 6 August 2015
- Intro
- Problem
- Idea
- Solution
- Platform
About Our Project
Judging Form
Experiment
Policy & Practice