Updated partnership proposition, changed .explore icon animation, added new tickets block, merged js plugins into one file, refactoring of scripts.js, minor style fixes

This commit is contained in:
Oleh Zasadnyy 2014-08-25 12:42:51 +03:00
parent e9ee50a004
commit 220149a695
43 changed files with 432 additions and 5692 deletions

View file

@ -8,7 +8,7 @@
<div class="loader-gplus"></div>
</div>
<div id="st-container" class="st-container">
<div id="st-container" class="st-container disable-scrolling">
<div class="st-pusher">
<div class="st-content">
@ -57,12 +57,14 @@
var twitterFeedUrl = '{{ site.twitterFeed }}';
$(document).ready(function () {
$(function () {
$("#typeout-text").typed({
strings: [{{site.typeoutTextValues}}],
typeSpeed: 150,
backDelay: 900,
loop: true
});
if ($(window).width() > 767) {
$("#typeout-text").typed({
strings: [{{site.typeoutTextValues}}],
typeSpeed: 150,
backDelay: 900,
loop: true
});
}
});
var rockstarSpeakers = [
{% for speaker in site.data.speakers %}