/* the humans responsible & colophon */ /* humanstxt.org */ /* TEAM */ This page is build by ISSI - UNED Management: //ISSIUNED Contact: iabad [at] issi.uned.es Designer: Ismael Abad Contact: iabad [at] issi.uned.es HTML5, CSS3 and Wordpress-Theming /* THANKS */ The Inventors of humans.txt: humanstxt.org HTML5Boilerplate-Team: html5boilerplate.com The webkit-team for building the best browser-engine on the market: webkit.org /* SITE */ Standards: HTML5, CSS3 Components: Modernizr, jQuery, jQuery lightBox, Nivo Slider, 960.gs, jQuery Color Animations Software: PHP 5 and MySQL Built with: Designed in Photoshop Coded with Coda Using git for versioning /* HTML COUNTER CODE */ //html code
//js code $('#fancyCountdown').fancyCountdown({ fillColor: '#22292A', year:2013, month: 12, day: 31, hour: 0, minute: 0, second: 0, timezone: 1 }); $('#set').click(function(){ $.fancyCountdown.timezone($('#timezone').val()); $.fancyCountdown.targetDate($('#year').val(), $('#month').val(), $('#day').val(), $('#hour').val(), $('#minute').val(), $('#second').val()); }); $('#start').click(function(){ $.fancyCountdown.start(); }); $('#stop').click(function(){ $.fancyCountdown.stop(); });