Author: dmagda
Date: Wed Jul 19 23:09:42 2017
New Revision: 1802436

URL: http://svn.apache.org/viewvc?rev=1802436&view=rev
Log:
updated the front page

Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/index-8.html
    ignite/site/trunk/scss/ignite.scss

Modified: ignite/site/trunk/css/all.css
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/css/all.css?rev=1802436&r1=1802435&r2=1802436&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Wed Jul 19 23:09:42 2017
@@ -8568,7 +8568,7 @@ section.page-subsection {
   color: #fff;
   position: relative;
   z-index: 9;
-  background: url(../images/bg-1) no-repeat center/cover;
+  background: url(../images/bg-1.png) no-repeat center/cover;
   -webkit-transition: all, 0.2s, linear;
   -o-transition: all, 0.2s, linear;
   transition: all, 0.2s, linear;
@@ -8591,8 +8591,8 @@ section.page-subsection {
   padding: 50px 0 0;
 }
 .main-banner h2 {
-  font-size: 37px;
-  line-height: 37px;
+  font-size: 50px;
+  line-height: 50px;
   letter-spacing: 1.1px;
   font-weight: 400;
   margin: 0 0 15px;
@@ -8609,10 +8609,12 @@ section.page-subsection {
   .main-banner h2 {
     margin: 0 0 5px;
     text-align: center;
+    font-size: 25px;
+    line-height: 25px;
   }
 }
 .main-banner h2 > span {
-  font-size: 37px;
+  font-size: 50px;
   font-weight: 400;
 }
 @media (max-width: 992px) {
@@ -8621,6 +8623,13 @@ section.page-subsection {
     line-height: 25px;
   }
 }
+@media (max-width: 767px) {
+  .main-banner h2 > span {
+    text-align: center;
+    font-size: 25px;
+    line-height: 25px;
+  }
+}
 .main-banner ul.banner-list {
   padding-left: 5px;
   list-style-type: square;
@@ -9066,11 +9075,10 @@ hr.vertical {
 }
 
 .header {
-  background: black !important;
-  opacity: 0.9;
+  background: rgba(0, 0, 0, 0.7) !important;
 }
 .header.affix {
-  background: black;
+  background: rgba(0, 0, 0, 0.7);
 }
 
 .github-stats {
@@ -9082,6 +9090,13 @@ hr.vertical {
   padding-top: 5px;
 }
 
+div.square {
+  border: solid 25px #ef0000;
+  border-radius: 5px;
+  width: 50px;
+  height: 50px;
+}
+
 .btn-transparent {
   color: #fff;
   background-color: transparent;

Modified: ignite/site/trunk/index-8.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/index-8.html?rev=1802436&r1=1802435&r2=1802436&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/scss/ignite.scss
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1802436&r1=1802435&r2=1802436&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Wed Jul 19 23:09:42 2017
@@ -1046,7 +1046,7 @@ section.page-subsection {
     color: $white;
     position: relative;
     z-index: 9;
-    background: url(../images/bg-1) no-repeat center/cover;
+    background: url(../images/bg-1.png) no-repeat center/cover;
     @include transition(all, 0.2s, linear);
 
     @media (max-width: $tablet) {
@@ -1066,8 +1066,8 @@ section.page-subsection {
 
 
     h2 {
-        font-size:37px;
-        line-height:37px;
+        font-size:50px;
+        line-height:50px;
         letter-spacing: 1.1px;
         font-weight: 400;
         margin: 0 0 15px;
@@ -1079,16 +1079,24 @@ section.page-subsection {
         }
         @media (max-width: $mobile) {
             margin: 0 0 5px;
-            text-align: center
+            text-align: center;
+            font-size: 25px;
+            line-height: 25px;
         }
 
         & > span {
-            font-size:37px;
+            font-size:50px;
             font-weight: 400;
             @media (max-width: $tablet) {
                 font-size: 25px;
                 line-height: 25px;
             }
+
+            @media (max-width: $mobile) {
+                text-align: center;
+                font-size: 25px;
+                line-height: 25px;
+            }
         }
     }
 
@@ -1607,12 +1615,10 @@ hr.vertical {
     }
 }
 
-
 .header {
-    background: black !important;
-    opacity: 0.9;
+    background: rgba(0, 0, 0, 0.7) !important;
     &.affix {
-        background: black;
+        background: rgba(0, 0, 0, 0.7);
     }
 }
 
@@ -1623,4 +1629,11 @@ hr.vertical {
 .twitter-follow {
     text-align: right;
     padding-top: 5px;
+}
+
+div.square {
+  border: solid 25px #ef0000;
+  border-radius: 5px;
+  width: 50px;
+  height: 50px;
 }
\ No newline at end of file


Reply via email to