You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2018/11/06 11:55:12 UTC

[activemq-website] 23/45: Return to green on homepage

This is an automated email from the ASF dual-hosted git repository.

martyntaylor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git

commit cc8adaab4faa29b32bc477200d289835de9cb8ec
Author: Martyn Taylor <mt...@redhat.com>
AuthorDate: Mon Sep 24 17:01:55 2018 +0100

    Return to green on homepage
---
 css/main.scss |  9 ++-------
 index.html    | 14 +++++++++++++-
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/css/main.scss b/css/main.scss
index 6e56362..86b6fd2 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -263,7 +263,7 @@ h6 {
 }
 
 .users {
-  background-color: $pink;
+  background-color: $green;
   padding: 50px;
   text-align: center;
 }
@@ -338,11 +338,6 @@ h6 {
   border-bottom: 1px solid black;
 }
 
-.slider-main {
-  background-color: $dark-grey !important;
-  background-image: url("/assets/img/activemq_desktop_background_dark_grey.png");
-}
-
 // Projects
 .slider-artemis {
   background-color: $purple !important;
@@ -443,4 +438,4 @@ h6 {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
-}
\ No newline at end of file
+}
diff --git a/index.html b/index.html
index 676a2f6..f355983 100644
--- a/index.html
+++ b/index.html
@@ -15,9 +15,21 @@ layout: default
       </div>
     </div>
   </div>
+  <div class="col-12 parent slider d-md-none d-lg-none d-xl-none d-inline-block">
+    <div class="row child" style="width: 100%">
+      <div class="col-2 align-middle"></div>
+      <div class="col-6 slider-text align-middle">
+          <div class="child">
+            A SUITE OF OPEN SOURCE PROJECTS FOR HIGH PERFORMANCE MESSAGING
+          </div>
+      </div>
+      <div class="col-4 align-middle" >
+        <img src="/assets/img/activemq_logo_white_vertical.png" style="height: 250px"/>
+      </div>
+    </div>
+  </div>
 </div>
 
-
 <div class="container">
   <!-- Narative -->
   <div class="row">