Add Yardi logo
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 28 Jan 2014 11:50:07 +0000 (13:50 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 28 Jan 2014 11:50:07 +0000 (13:50 +0200)
img/yardi-blue.png [new file with mode: 0644]
img/yardi-white.png [new file with mode: 0644]
js/scripts.js
tmpl/footer.en

diff --git a/img/yardi-blue.png b/img/yardi-blue.png
new file mode 100644 (file)
index 0000000..2c2859c
Binary files /dev/null and b/img/yardi-blue.png differ
diff --git a/img/yardi-white.png b/img/yardi-white.png
new file mode 100644 (file)
index 0000000..0527d94
Binary files /dev/null and b/img/yardi-white.png differ
index 9e4f7700dc800e773e639a84d4efe7dc50c3a598..7804a2979564968369a5952b42aa2c577885e5d2 100644 (file)
@@ -1,6 +1,10 @@
 function set_style(name){
        $('#stylesheet').attr("href", "/css/" + name + ".var");
        localStorage.setItem("theme", name);
+
+       if(name == "slate" || name == "cyborg") {
+               $('#yardi').attr("src", "/img/yardi-white.png");
+       }
 }
 
 $( document ).ready(function() {
index 3928859be032f24fbc7614a96efb95d916e36ab2..d89a924f69452654ac708c6eb592f0da22228a94 100644 (file)
@@ -1,9 +1,13 @@
 <div class="row clearfix">
-       <div class="col-md-6 column text-center">
+       <div class="col-md-4 column text-center">
                <a class="thumbnail" href="http://www.societatea-hermes.ro"><img src="/img/logo_hermes.png"></a>
        </div>
 
-       <div class="col-md-6 column text-center">
+       <div class="col-md-4 column text-center">
+               <a class="thumbnail" href="http://yardi.com" id="yardi"><img src="/img/yardi-blue.png"></a>
+       </div>
+
+       <div class="col-md-4 column text-center">
                <a class="thumbnail" href="http://www.facebook.com/mindcodingcluj"><img src="/img/facebook.png"></a>
        </div>
 
This page took 0.011342 seconds and 4 git commands to generate.