Author: dmagda
Date: Fri Jul 14 18:50:30 2017
New Revision: 1801978

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

Added:
    ignite/site/trunk/images/Main-Ignite-diagram_v2.png   (with props)
    ignite/site/trunk/images/News.png   (with props)
    ignite/site/trunk/images/margin.png   (with props)
    ignite/site/trunk/images/screencast.png   (with props)
    ignite/site/trunk/images/video-screen-2.png   (with props)
Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/includes/scripts.html
    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=1801978&r1=1801977&r2=1801978&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Fri Jul 14 18:50:30 2017
@@ -8666,7 +8666,6 @@ section.page-subsection {
 .feature-box h2 {
   text-align: center !important;
   font-weight: 300;
-  letter-spacing: 1px;
 }
 .feature-box h2:hover {
   color: #e50000;
@@ -8675,7 +8674,6 @@ section.page-subsection {
   text-align: center;
   Line-height: 24px;
   font-weight: 300 !important;
-  letter-spacing: 1px;
 }
 .feature-box hr {
   border-top: none !important;
@@ -8723,7 +8721,8 @@ section.page-subsection {
 .social-media h3 {
   margin-bottom: 12px;
   border-bottom: 1px solid black;
-  font-weight: 400;
+  font-weight: 300;
+  font-size: 24px !important;
 }
 .social-media ul {
   list-style-type: none;
@@ -8755,25 +8754,26 @@ hr {
   height: 5px;
 }
 
-.learn-more {
+.banner-learn-more {
   border: white solid 1px;
-  width: 125px;
+  width: 120px;
   text-align: center;
   font-weight: 300;
   letter-spacing: 1.5px;
-  font-size: 18px !important;
-  padding-bottom: 10px;
   margin-top: 20px;
 }
-.learn-more a {
+.banner-learn-more p {
   color: #fff;
+  font-size: 18px !important;
+  margin-bottom: 0px;
+  padding-bottom: 10px;
 }
-.learn-more a:hover {
-  color: #f00;
-}
-.learn-more:hover {
+.banner-learn-more:hover {
   border: #f00 solid 1px;
 }
+.banner-learn-more:hover p {
+  color: #f00;
+}
 
 table.comparison-matrix {
   border: none !important;
@@ -8904,7 +8904,7 @@ a.social-media-bar:hover {
   font-size: 16px !important;
 }
 
-p.timeline-Tweet-text {
+a.timeline-Tweet-text {
   font-size: 15px !important;
 }
 
@@ -8982,12 +8982,11 @@ p.timeline-Tweet-text {
 
 .video-image-text {
   position: absolute;
-  bottom: 45px;
-  color: #ffab40 !important;
+  bottom: 60px;
+  color: #ef0000 !important;
   width: 100%;
   text-align: center;
-  font-size: 20px !important;
-  font-weight: 300;
+  font-size: 18px !important;
   letter-spacing: 2px;
   padding-left: 10px;
 }
@@ -8995,6 +8994,51 @@ p.timeline-Tweet-text {
   text-decoration: underline;
 }
 
+.event-date {
+  background-color: #ef0000;
+  width: 50px;
+  line-height: 22px;
+  text-align: center;
+  color: #fff;
+  font-weight: 300;
+  border-radius: 5px;
+}
+
+.event-date-col {
+  max-width: 80px;
+}
+
+a.event-link {
+  font-weight: 300;
+  font-size: 16px;
+  line-height: 20px;
+  color: #333;
+}
+a.event-link:hover {
+  text-decoration: underline;
+}
+
+.event-details {
+  font-size: 13px;
+  line-height: 15px;
+  color: #888;
+  font-weight: 300;
+}
+
+.pre-scrollable {
+  max-height: 350px !important;
+}
+
+hr.vertical {
+  height: 18px;
+  width: 0;
+  border: 1px solid #e50000;
+  text-align: left !important;
+  margin-left: 22px !important;
+  margin-top: 0px !important;
+  margin-bottom: 0px !important;
+}
+
 .btn-transparent {
   color: #fff;
   background-color: transparent;

Added: ignite/site/trunk/images/Main-Ignite-diagram_v2.png
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/images/Main-Ignite-diagram_v2.png?rev=1801978&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/Main-Ignite-diagram_v2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/images/News.png
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/images/News.png?rev=1801978&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/News.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/images/margin.png
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/images/margin.png?rev=1801978&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/margin.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/images/screencast.png
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/images/screencast.png?rev=1801978&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/screencast.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/images/video-screen-2.png
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/images/video-screen-2.png?rev=1801978&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/video-screen-2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/trunk/includes/scripts.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/includes/scripts.html?rev=1801978&r1=1801977&r2=1801978&view=diff
==============================================================================
--- ignite/site/trunk/includes/scripts.html (original)
+++ ignite/site/trunk/includes/scripts.html Fri Jul 14 18:50:30 2017
@@ -187,6 +187,12 @@ $(document).ready(function(){
 });
 </script>
 
+<script>
+    $(document).ready(function() {
+        $(event1).before("<hr class="vertical">");
+    });
+</script>
+
 <!-- Share news on social media-->
 <script async src="https://static.addtoany.com/menu/page.js";></script>
 

Modified: ignite/site/trunk/index-5.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/index-5.html?rev=1801978&r1=1801977&r2=1801978&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=1801978&r1=1801977&r2=1801978&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Fri Jul 14 18:50:30 2017
@@ -1143,7 +1143,6 @@ section.page-subsection {
     h2 {
         text-align: center !important;
         font-weight: 300;
-        letter-spacing: 1px;
 
         &:hover {
             color: #e50000;
@@ -1154,7 +1153,6 @@ section.page-subsection {
         text-align: center;
         Line-height: 24px;
         font-weight: 300 !important;
-        letter-spacing: 1px;
     }
 
     hr {
@@ -1205,7 +1203,8 @@ section.page-subsection {
     h3 {
             margin-bottom: 12px;
             border-bottom: 1px solid black;
-            font-weight: 400;
+            font-weight: 300;
+            font-size: 24px !important;
         }
     ul {
         list-style-type: none;
@@ -1241,26 +1240,27 @@ hr {
     height: 5px;
 }
 
-.learn-more {
+.banner-learn-more {
     border: white solid 1px;
-    width : 125px;
+    width : 120px;
     text-align:center;
     font-weight: 300;
     letter-spacing: 1.5px;
-    font-size: 18px !important;
-    padding-bottom: 10px;
     margin-top:20px;
 
-    a {
+    p {
         color: #fff;
-
-        &:hover {
-            color: $red;
-        }
+        font-size: 18px !important;
+        margin-bottom: 0px;
+        padding-bottom: 10px;
     }
 
     &:hover {
         border: $red solid 1px;
+
+        p {
+            color: $red;
+        }
     }
 }
 
@@ -1296,6 +1296,7 @@ table.comparison-matrix {
                 & > p {
                     margin-top :8px;
                     margin-bottom :8px;
+
                     @media (max-width: $mobile) {
                         margin-top :0px;
                         margin-right :5px;
@@ -1406,7 +1407,7 @@ a.social-media-bar {
     font-size: 16px !important;
  }
 
-p.timeline-Tweet-text {
+a.timeline-Tweet-text {
     font-size: 15px!important;
 }
 
@@ -1513,12 +1514,11 @@ p.timeline-Tweet-text {
 }
 .video-image-text{
     position: absolute;
-    bottom: 45px;
-    color: #ffab40 !important;
+    bottom: 60px;
+    color: #ef0000 !important;
     width: 100%;
     text-align: center;
-    font-size: 20px !important;
-    font-weight: 300;
+    font-size: 18px !important;
     letter-spacing: 2px;
     padding-left: 10px;
 
@@ -1527,3 +1527,50 @@ p.timeline-Tweet-text {
     }
 }
 
+.event-date {
+    background-color: #ef0000;
+    width: 50px;
+    line-height:22px;
+    text-align: center;
+    color: #fff;
+    font-weight: 300;
+    border-radius: 5px;
+}
+
+.event-date-col {
+    max-width:80px;
+}
+
+a.event-link {
+    font-weight: 300;
+    font-size: 16px;
+    line-height: 20px;
+    color: #333;
+
+    &:hover {
+
+        text-decoration: underline;
+    }
+}
+
+.event-details {
+   font-size: 13px;
+   line-height: 15px;
+   color: #888;
+   font-weight: 300;
+}
+
+.pre-scrollable {
+    max-height: 350px !important;
+}
+
+hr.vertical {
+    height: 18px;
+    width: 0;
+    border: 1px solid #e50000;
+    text-align: left !important;
+    margin-left: 22px !important;
+    margin-top: 0px !important;
+    margin-bottom: 0px !important;
+}
+


Reply via email to