You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2017/07/19 02:52:11 UTC

svn commit: r1802350 - in /ignite/site/trunk: ./ css/ images/ includes/ scss/

Author: dmagda
Date: Wed Jul 19 02:52:10 2017
New Revision: 1802350

URL: http://svn.apache.org/viewvc?rev=1802350&view=rev
Log:
new front pages

Added:
    ignite/site/trunk/images/Artboard-1.png   (with props)
    ignite/site/trunk/images/Artboard-2.png   (with props)
    ignite/site/trunk/images/Diagram.png   (with props)
    ignite/site/trunk/images/DiagramBig.png   (with props)
    ignite/site/trunk/images/bg-1.png   (with props)
    ignite/site/trunk/images/shutterstock_676051051.jpg   (with props)
    ignite/site/trunk/index-7.html   (with props)
    ignite/site/trunk/index-8.html   (with props)
Modified:
    ignite/site/trunk/css/all.css
    ignite/site/trunk/includes/header-1.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=1802350&r1=1802349&r2=1802350&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Wed Jul 19 02:52:10 2017
@@ -8568,7 +8568,7 @@ section.page-subsection {
   color: #fff;
   position: relative;
   z-index: 9;
-  background: url(../images/bg-carousel.jpg) no-repeat center/cover;
+  background: url(../images/bg-1) 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: 30px;
-  line-height: 30px;
+  font-size: 37px;
+  line-height: 37px;
   letter-spacing: 1.1px;
   font-weight: 400;
   margin: 0 0 15px;
@@ -8612,7 +8612,7 @@ section.page-subsection {
   }
 }
 .main-banner h2 > span {
-  font-size: 27px;
+  font-size: 37px;
   font-weight: 400;
 }
 @media (max-width: 992px) {
@@ -8644,7 +8644,7 @@ section.page-subsection {
 .main-banner .main-image {
   padding-left: 10px;
   padding-right: 0px;
-  margin-top: 10px;
+  margin-top: 30px;
 }
 @media (max-width: 992px) {
   .main-banner .main-image {
@@ -8774,22 +8774,22 @@ hr {
 }
 
 .banner-learn-more {
-  border: 1px solid #fff;
+  border: 2px solid #fff;
   width: 125px;
   text-align: center;
-  border-radius: 2px;
+  border-radius: 7px;
   letter-spacing: 1.1px;
   margin-top: 50px;
 }
 .banner-learn-more p {
-  color: #e50000;
+  color: #fff;
   font-size: 18px !important;
   margin-bottom: 0px;
   padding-bottom: 10px;
   font-weight: 400;
 }
 .banner-learn-more:hover {
-  background: #e50000;
+  background-color: #e50000;
   border: 1px solid #e50000;
 }
 .banner-learn-more:hover p {
@@ -9065,6 +9065,23 @@ hr.vertical {
   font-size: 22px;
 }
 
+.header {
+  background: black !important;
+  opacity: 0.9;
+}
+.header.affix {
+  background: black;
+}
+
+.github-stats {
+  text-align: left;
+}
+
+.twitter-follow {
+  text-align: right;
+  padding-top: 5px;
+}
+
 .btn-transparent {
   color: #fff;
   background-color: transparent;

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

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

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

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

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

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

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

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

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

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

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

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

Modified: ignite/site/trunk/includes/header-1.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/includes/header-1.html?rev=1802350&r1=1802349&r2=1802350&view=diff
==============================================================================
--- ignite/site/trunk/includes/header-1.html (original)
+++ ignite/site/trunk/includes/header-1.html Wed Jul 19 02:52:10 2017
@@ -1,5 +1,5 @@
 <!-- REMEMBER TO COPY ALL CHANGES TO download.html -->
-<header id="header" class="affix" data-spy="affix" data-offset-top="0">
+<header id="header" class="affix header" data-spy="affix" data-offset-top="0">
     <div class="container-fluid">
         <div class="row">
             <div class="news-announcement">

Added: ignite/site/trunk/index-7.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/index-7.html?rev=1802350&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/index-7.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/index-8.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/index-8.html?rev=1802350&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/index-8.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/trunk/scss/ignite.scss
URL: http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1802350&r1=1802349&r2=1802350&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Wed Jul 19 02:52:10 2017
@@ -1046,7 +1046,7 @@ section.page-subsection {
     color: $white;
     position: relative;
     z-index: 9;
-    background: url(../images/bg-carousel.jpg) no-repeat center/cover;
+    background: url(../images/bg-1) no-repeat center/cover;
     @include transition(all, 0.2s, linear);
 
     @media (max-width: $tablet) {
@@ -1064,9 +1064,10 @@ section.page-subsection {
         padding: 50px 0 0;
     }
 
+
     h2 {
-        font-size:30px;
-        line-height:30px;
+        font-size:37px;
+        line-height:37px;
         letter-spacing: 1.1px;
         font-weight: 400;
         margin: 0 0 15px;
@@ -1082,7 +1083,7 @@ section.page-subsection {
         }
 
         & > span {
-            font-size:27px;
+            font-size:37px;
             font-weight: 400;
             @media (max-width: $tablet) {
                 font-size: 25px;
@@ -1120,7 +1121,7 @@ section.page-subsection {
     .main-image {
         padding-left: 10px;
         padding-right: 0px;
-        margin-top: 10px;
+        margin-top: 30px;
         @media (max-width: $tablet) {
             text-align: center
         }
@@ -1262,15 +1263,15 @@ hr {
 }
 
 .banner-learn-more {
-    border: 1px solid #fff;
+    border: 2px solid #fff;
     width : 125px;
     text-align:center;
-    border-radius: 2px;
+    border-radius: 7px;
     letter-spacing: 1.1px;
     margin-top: 50px;
 
     p {
-        color: #e50000;
+        color: #fff;
         font-size: 18px !important;
         margin-bottom: 0px;
         padding-bottom: 10px;
@@ -1278,7 +1279,7 @@ hr {
     }
 
     &:hover {
-        background: #e50000;
+        background-color: #e50000;
         border: 1px solid #e50000;
 
         p {
@@ -1604,4 +1605,22 @@ hr.vertical {
     h2 {
     font-size: 22px;
     }
+}
+
+
+.header {
+    background: black !important;
+    opacity: 0.9;
+    &.affix {
+        background: black;
+    }
+}
+
+.github-stats {
+    text-align: left;
+}
+
+.twitter-follow {
+    text-align: right;
+    padding-top: 5px;
 }
\ No newline at end of file