Author: dmagda
Date: Thu Jun 29 23:04:46 2017
New Revision: 1800340

URL: http://svn.apache.org/viewvc?rev=1800340&view=rev
Log:
applied changes

Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/index-5.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=1800340&r1=1800339&r2=1800340&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Thu Jun 29 23:04:46 2017
@@ -8545,7 +8545,7 @@ a.github-icon {
 }
 
 .main-banner {
-  min-height: 557px;
+  min-height: 520px;
   padding: 114px 0 0 0;
   font-size: 24px;
   line-height: 24px;
@@ -8637,13 +8637,13 @@ a.github-icon {
   margin: 0 10px 10px;
 }
 
-.slogan {
+.section-heading {
   height: 75px;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 20px;
 }
-.slogan h2 {
+.section-heading h2 {
   padding-top: 30px;
   font-size: 25px;
   font-weight: 300;
@@ -8656,6 +8656,7 @@ a.github-icon {
 }
 .feature-box h2 {
   text-align: center !important;
+  font-weight: 400;
 }
 .feature-box p {
   text-align: center;
@@ -8686,6 +8687,7 @@ a.github-icon {
 .social-media h3 {
   margin-bottom: 12px;
   border-bottom: 1px solid black;
+  font-weight: 400;
 }
 .social-media ul {
   list-style-type: none;
@@ -8733,6 +8735,23 @@ hr {
   text-align: center;
 }
 
+.main-image {
+  position: relative;
+  /* Declared position allows for location changes */
+  top: -15px;
+  /* Moves the image 2px closer to the top of the page */
+}
+
+.learn-more {
+  border: white solid 1px;
+  width: 250px;
+  text-align: center;
+  font-weight: 400;
+  font-size: 18px !important;
+  padding-bottom: 10px;
+  margin-top: 20px;
+}
+
 .btn-transparent {
   color: #fff;
   background-color: transparent;

Modified: ignite/site/trunk/index-5.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/index-5.html?rev=1800340&r1=1800339&r2=1800340&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=1800340&r1=1800339&r2=1800340&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Thu Jun 29 23:04:46 2017
@@ -1021,7 +1021,7 @@ a.github-icon {
 }
 
 .main-banner {
-    min-height: 557px;
+    min-height: 520px;
     padding: 114px 0 0 0;
     font-size: 24px;
     line-height: 24px;
@@ -1113,7 +1113,7 @@ a.github-icon {
     }
 }
 
-.slogan {
+.section-heading {
     height: 75px;
     text-align: center;
     margin-top: 20px;
@@ -1133,6 +1133,7 @@ a.github-icon {
 
     h2 {
         text-align: center !important;
+        font-weight: 400;
     }
     p {
         text-align: center;
@@ -1167,6 +1168,7 @@ a.github-icon {
     h3 {
             margin-bottom: 12px;
             border-bottom: 1px solid black;
+            font-weight: 400;
         }
     ul {
         list-style-type: none;
@@ -1217,4 +1219,19 @@ hr {
     max-width: 250px;
     height: 5px;
     text-align: center;
-}
\ No newline at end of file
+}
+
+.main-image {
+    position: relative; /* Declared position allows for location changes */
+    top: -15px; /* Moves the image 2px closer to the top of the page */
+}
+
+.learn-more {
+    border: white solid 1px;
+    width : 250px;
+    text-align:center;
+    font-weight: 400;
+    font-size: 18px !important;
+    padding-bottom: 10px;
+    margin-top:20px;
+}


Reply via email to