changeset 61:750da50f7399 development

Use thermostat icon instead of full logo.
author Jie Kang <jkang@redhat.com>
date Wed, 02 Nov 2016 15:35:47 -0400
parents c5d36926befb
children 4148cee78866
files content/home/content.html css/style.less img/thermostat_icon_500px.png
diffstat 3 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/content/home/content.html	Tue Nov 01 14:31:57 2016 -0400
+++ b/content/home/content.html	Wed Nov 02 15:35:47 2016 -0400
@@ -1,7 +1,10 @@
 <div class="rel-box">
     <img class="graph-img" src="./img/tms-graph-50.png" alt="" />
     <div class="text-center graph-under">
-        <img class="logo-img" src="./img/thermostat_logo_450px.png" alt="Thermostat" />
+        <img class="logo-img" src="./img/thermostat_icon_500px.png" alt="Thermostat" />
+        <h2>
+            Thermostat
+        </h2>
         <h3>
             The powerful instrumentation tool for the Hotspot JVM.
         </h3>
--- a/css/style.less	Tue Nov 01 14:31:57 2016 -0400
+++ b/css/style.less	Wed Nov 02 15:35:47 2016 -0400
@@ -26,12 +26,13 @@
 }
 
 .logo-img {
-    max-width: 75%;
+    margin-top: 150px;
+    max-width: 25%;
 }
 
 @media (min-width: @screen-md-min) {
     .logo-img {
-        max-width: 75%;
+        max-width: 25%;
     }
 }
 
@@ -86,7 +87,7 @@
 }
 
 .navbar-title {
-  font-size: 1.2em;
+  font-size: 1.3em;
   color: @dark-blue !important;
 }
 /* bs-docs-sidebar */
Binary file img/thermostat_icon_500px.png has changed