Team:UCLondon/Templates/Content-Slide
From 2012e.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
<div style="width:90%; margin-right:auto; margin-left:auto;"> | <div style="width:90%; margin-right:auto; margin-left:auto;"> | ||
<div style="width:40%; float:left;"><p style="font-size:11pt;">In the elevator pitch we describe the unique selling point of CUO and detail our plan to make a commercial entity from CUO using th e open source platform.</p></div> | <div style="width:40%; float:left;"><p style="font-size:11pt;">In the elevator pitch we describe the unique selling point of CUO and detail our plan to make a commercial entity from CUO using th e open source platform.</p></div> | ||
- | <div style="width:40%; float:right; margin:auto;"><span class="play"> | + | <div style="width:40%; float:right; margin:auto;"><span class="play">PLAY</span></div> |
<div style="clear:both; width:99% height:1px;"></div> | <div style="clear:both; width:99% height:1px;"></div> | ||
</div> | </div> | ||
Line 167: | Line 167: | ||
$(document).ready(function(event) { | $(document).ready(function(event) { | ||
+ | alert('somethingyy'); | ||
loading = $('#load').parent().html(); | loading = $('#load').parent().html(); | ||
- | $('body').off('click', '. | + | $('body').off('click', '.play', openBox); |
- | $('body').on('click', '. | + | $('body').on('click', '.play', openBox); |
$('body').off('click', '#close-box', closeBox); | $('body').off('click', '#close-box', closeBox); |
Revision as of 06:09, 19 September 2012