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 7e6a412c02f0bfa220e3e718bbffd7ff5d90324c
Author: Martyn Taylor <[email protected]>
AuthorDate: Fri Jul 27 20:00:29 2018 +0100

    Added some more styling changes
---
 _includes/project-nav.html   |  2 +-
 _includes/splash.html        | 28 ++++++++++------------------
 index.html                   |  2 +-
 projects/activemq/index.html |  4 ++--
 projects/artemis/index.html  |  4 ++--
 projects/cms/index.html      |  2 +-
 projects/nms/index.html      |  2 +-
 7 files changed, 18 insertions(+), 26 deletions(-)

diff --git a/_includes/project-nav.html b/_includes/project-nav.html
index 912ca86..f150108 100644
--- a/_includes/project-nav.html
+++ b/_includes/project-nav.html
@@ -1,7 +1,7 @@
 
 <nav class="navbar navbar-expand-lg navbar-light fixed-top">
   <div class="container">
-    <a class="navbar-brand mr-auto" href="#"><img 
src="/assets/img/nav-logo.png" /> {{ page.project_name }}</a>
+    <a class="navbar-brand mr-auto" href="#"><img 
src="/assets/img/nav-logo.png" /></a>
     <button class="navbar-toggler ml-auto" type="button" 
data-toggle="collapse" data-target="#navbarContent" 
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle 
navigation">
       <span class="navbar-toggler-icon"></span>
     </button>
diff --git a/_includes/splash.html b/_includes/splash.html
index 62fa56b..6070fbf 100644
--- a/_includes/splash.html
+++ b/_includes/splash.html
@@ -1,30 +1,22 @@
 <div class="row">
-    <div class="col-sm-12 slider slider-{{ page.project_class }}">
+    <div class="col-12 slider slider-{{ page.project_class }}">
         <div class="container">
             <div class="row">
-                <div class="col-12 slider-text align-middle ">
+                <div class="col-12 slider-text align-middle">
                     <table class="d-none d-md-block">
                       <tbody>
                         <tr>
-                          <td class="slider-lg align-middle slider-{{ 
page.project_class }}">
-                            <div class="row">
-                              <div class="col-12">
-                                {{ page.project_info }}
-                              </div>
-                            </div>
-                            <div class="row">
-                              <div class="col-12">
-                                <button style="margin-top: 20px" href="#" 
class="btn btn-primary btn-lg btn-outline-light">DOWNLOAD v{{ 
page.latest_version }}<i class="fa-download fa btn-icon"></i></button>
-                                <button style="margin-top: 20px" href="#" 
class="btn btn-primary btn-lg btn-outline-light">GET STARTED<i 
class="fa-info-circle fa btn-icon"></i></button>
-                              </div>
-                            </div>
-                          </td>
-
+                          <td>
+                              <span style="font-size: 60px">{{ 
page.project_name }}</span><br>
+                              <span style="font-size: 23px">{{ 
page.project_info }}</span>
+                              <button style="margin-top: 20px" href="#" 
class="btn btn-primary btn-lg btn-outline-light">DOWNLOAD v{{ 
page.latest_version }}<i class="fa-download fa btn-icon"></i></button>
+                              <button style="margin-top: 20px" href="#" 
class="btn btn-primary btn-lg btn-outline-light">GET STARTED<i 
class="fa-info-circle fa btn-icon"></i></button>
+                            </td>
                           <td class="slider-lg align-middle">
-                              <img class="float-right" 
src="/assets/img/main-logo.png"/>
+                            <img class="float-right" 
src="/assets/img/main-logo.png"/>
                           </td>
                         </tr>
-                        </tbody>
+                      </tbody>
                     </table>
                 </div>
             </div>
diff --git a/index.html b/index.html
index 06abe77..ba970cb 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 layout: default
 ---
 <div class="row">
-    <div class="col-sm-12 slider">
+    <div class="col-12 slider">
         <div class="container">
             <div class="row">
                 <div class="col-12 slider-text align-middle">
diff --git a/projects/activemq/index.html b/projects/activemq/index.html
index 26f376c..b92c1c0 100644
--- a/projects/activemq/index.html
+++ b/projects/activemq/index.html
@@ -1,7 +1,7 @@
 ---
 layout: project_default
-project_name: ActiveMQ 5
-project_info: Apache ActiveMQ ™ is the most popular and powerful open source 
messaging and Integration Patterns server.
+project_name: ACTIVEMQ 5
+project_info: THE WORLD'S MOST POPULAR OPEN SOURCE MESSAGE BROKER
 project_top_narative: Apache ActiveMQ is fast, supports many Cross Language 
Clients and Protocols, comes with easy to use Enterprise Integration Patterns 
and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache 
ActiveMQ is released under the Apache 2.0 License
 project_class: activemq5
 latest_version: 5.15.4
diff --git a/projects/artemis/index.html b/projects/artemis/index.html
index 809b6c7..72d0941 100644
--- a/projects/artemis/index.html
+++ b/projects/artemis/index.html
@@ -1,7 +1,7 @@
 ---
 layout: project_default
-project_name: Artemis
-project_info: Artemis is ActiveMQ's next generation message broker built to be 
both scalable and performant
+project_name: ARTEMIS
+project_info: THE NEXT GENERATATION MESSAGE BROKER BY ACTIVEMQ
 project_top_narative: <span>Artemis is a scalable messaging broker with 
outstanding performance, see the independant article <a href="###">here</a>
 project_class: artemis
 latest_version: 2.6.0
diff --git a/projects/cms/index.html b/projects/cms/index.html
index b438781..d71b6e8 100644
--- a/projects/cms/index.html
+++ b/projects/cms/index.html
@@ -1,7 +1,7 @@
 ---
 layout: project_default
 project_name: CMS
-project_info: build C++ Applications that can talk to Brokers using a JMS 
style API
+project_info: C++ CLIENT IN THE STYLE OF JMS
 project_top_narative: CMS (stands for C++ Messaging Service) is a JMS-like API 
for C++ for interfacing with Message Brokers such as Apache ActiveMQ. CMS helps 
to make your C++ client code much neater and easier to follow. To get a better 
feel for CMS try the API Reference. ActiveMQ-CPP is a client only library, a 
message broker such as Apache ActiveMQ is still needed for your clients to 
communicate.
 project_class: cms
 latest_version: 2.6.0
diff --git a/projects/nms/index.html b/projects/nms/index.html
index 693ff59..02102aa 100644
--- a/projects/nms/index.html
+++ b/projects/nms/index.html
@@ -1,7 +1,7 @@
 ---
 layout: project_default
 project_name: NMS
-project_info: build .NET Applications that can talk to Brokers using a JMS 
style API
+project_info: A SUITE OF .NET CLIENTS FOR MESSAGING WITH ACTIVEMQ
 project_top_narative: The NMS API This allows you to build .NET applications 
in C#, VB, or any other .NET language, using a single API to connect to 
multiple different providers using a JMS style API.
 project_class: nms
 latest_version: 2.6.0

Reply via email to