CSS files converted to Sass. Some style fixes. Created file with sponsors.

This commit is contained in:
Oleh Zasadnyy 2014-08-08 01:23:36 +03:00
parent 1a5c529669
commit a45174a1e4
851 changed files with 19814 additions and 5533 deletions

View file

@ -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}}],