mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
CSS files converted to Sass. Some style fixes. Created file with sponsors.
This commit is contained in:
parent
1a5c529669
commit
a45174a1e4
851 changed files with 19814 additions and 5533 deletions
|
@ -4,7 +4,7 @@
|
|||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<div id="preloader">
|
||||
<div id="preloader" class="preloader">
|
||||
<div class="loader-gplus"></div>
|
||||
</div>
|
||||
<div id="st-container" class="st-container">
|
||||
|
@ -49,10 +49,6 @@
|
|||
var twitterFeedUrl = '{{ site.twitterFeed }}';
|
||||
|
||||
$(document).ready(function () {
|
||||
var bodyColor = $('body').css('color');
|
||||
if (bodyColor != 'rgb(51, 51, 51)') {
|
||||
$("head").prepend('<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">');
|
||||
}
|
||||
$(function () {
|
||||
$("#typeout-text").typed({
|
||||
strings: [{{site.typeoutTextValues}}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue