mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
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:
parent
e9ee50a004
commit
220149a695
43 changed files with 432 additions and 5692 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue