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:54:53 UTC

[activemq-website] 04/45: Some style and logo changes

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 4dd49c18183ca699cedfe9da0210628336f92f55
Author: Martyn Taylor <mt...@redhat.com>
AuthorDate: Fri Jul 27 11:52:53 2018 +0100

    Some style and logo changes
---
 _includes/nav.html                  |   2 ++
 _site/README.md                     |  11 +++++++++++
 _site/assets/img/apache-feather.png | Bin 0 -> 138140 bytes
 _site/assets/img/main-logo.png      | Bin 14583 -> 15462 bytes
 _site/assets/img/nav-logo.png       | Bin 2613 -> 3306 bytes
 _site/index.html                    |  10 ++++++----
 _site/projects/artemis/index.html   |   0
 assets/img/apache-feather.png       | Bin 0 -> 138140 bytes
 assets/img/main-logo.png            | Bin 14583 -> 15462 bytes
 assets/img/nav-logo.png             | Bin 2613 -> 3306 bytes
 index.html                          |   8 ++++----
 projects/artemis/index.html         |   0
 12 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/_includes/nav.html b/_includes/nav.html
index 0d7cd23..6500188 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -1,6 +1,7 @@
 
 <nav class="navbar navbar-expand-lg navbar-light fixed-top">
   <div class="container">
+    <!-- <a class="navbar-brand mr-auto" href="#"><img style="height: 50px" src="assets/img/apache-feather.png" /></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>
@@ -28,4 +29,5 @@
         </li>
       </ul>
     </div>
+  </div>
 </nav>
diff --git a/_site/README.md b/_site/README.md
new file mode 100644
index 0000000..ed3defb
--- /dev/null
+++ b/_site/README.md
@@ -0,0 +1,11 @@
+ActiveMQ Webiste
+=================
+
+To run
+-------
+
+1. Install ruby
+2. Install bundler: gem install bundler
+3. Install deps: cd activemq-website; bundle install
+4. Run Dev Server: jekyll serve
+
diff --git a/_site/assets/img/apache-feather.png b/_site/assets/img/apache-feather.png
new file mode 100644
index 0000000..744b8d7
Binary files /dev/null and b/_site/assets/img/apache-feather.png differ
diff --git a/_site/assets/img/main-logo.png b/_site/assets/img/main-logo.png
index aa20089..6f471e3 100644
Binary files a/_site/assets/img/main-logo.png and b/_site/assets/img/main-logo.png differ
diff --git a/_site/assets/img/nav-logo.png b/_site/assets/img/nav-logo.png
index b4a4859..7bbedd0 100644
Binary files a/_site/assets/img/nav-logo.png and b/_site/assets/img/nav-logo.png differ
diff --git a/_site/index.html b/_site/index.html
index ce5646b..e46d633 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -17,6 +17,7 @@
     
 <nav class="navbar navbar-expand-lg navbar-light fixed-top">
   <div class="container">
+    <!-- <a class="navbar-brand mr-auto" href="#"><img style="height: 50px" src="assets/img/apache-feather.png" /></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>
@@ -44,6 +45,7 @@
         </li>
       </ul>
     </div>
+  </div>
 </nav>
 
     <div class="content">
@@ -82,7 +84,7 @@
     <div class="col-sm-12 narative">
       <div class="card">
         <div class="card-body narative">
-            <span>From brokers to clients ActiveMQ has everything required to build scalable, fault tolerant, messaging infrastructure.  Proven
+            <span>From brokers to clients Apache ActiveMQ has everything required to build scalable, fault tolerant, messaging infrastructure.  Proven
             resilience, standards based technologies and super fast performance.</span>
         </div>
       </div>
@@ -101,7 +103,7 @@
             <li>Multi protocol support</li>
             <li>Built in data replication</li>
           </ul>
-          <button style="margin-top: 10px" href="#" class="btn btn-primary">Find out more<i class="fa-info-circle fa btn-icon"></i></button>
+          <button style="margin-top: 10px" href="projects/artemis/index.html" class="btn btn-primary">Find out more<i class="fa-info-circle fa btn-icon"></i></button>
           <button style="margin-top: 10px" href="#" class="btn btn-warning">Download Latest<i class="fa-download fa btn-icon"></i></button>
         </div>
       </div>
@@ -109,7 +111,7 @@
     <div class="col-lg-3 col-md-6">
       <div class="card card-pink">
         <div class="card-body">
-          <h5 class="card-title text-pink">ActiveMQ</h5>
+          <h5 class="card-title text-pink">ActiveMQ 5</h5>
           <h6>BROKER + JMS CLIENT</h6>
           <p>Artemis is ActiveMQ's next generation message broker</p>
           <ul>
@@ -126,7 +128,7 @@
       <div class="card card-orange">
         <div class="card-body">
           <h5 class="card-title text-orange">NMS</h5>
-          <h6>DOT NET CLIENT</h6>
+          <h6>.NET CLIENTS</h6>
           <p>Artemis is ActiveMQ's next generation message broker</p>
           <ul>
             <li>Event driven core engine</li>
diff --git a/_site/projects/artemis/index.html b/_site/projects/artemis/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/assets/img/apache-feather.png b/assets/img/apache-feather.png
new file mode 100644
index 0000000..744b8d7
Binary files /dev/null and b/assets/img/apache-feather.png differ
diff --git a/assets/img/main-logo.png b/assets/img/main-logo.png
index aa20089..6f471e3 100644
Binary files a/assets/img/main-logo.png and b/assets/img/main-logo.png differ
diff --git a/assets/img/nav-logo.png b/assets/img/nav-logo.png
index b4a4859..7bbedd0 100644
Binary files a/assets/img/nav-logo.png and b/assets/img/nav-logo.png differ
diff --git a/index.html b/index.html
index 7895ef9..4f62cf7 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,7 @@ layout: default
     <div class="col-sm-12 narative">
       <div class="card">
         <div class="card-body narative">
-            <span>From brokers to clients ActiveMQ has everything required to build scalable, fault tolerant, messaging infrastructure.  Proven
+            <span>From brokers to clients Apache ActiveMQ has everything required to build scalable, fault tolerant, messaging infrastructure.  Proven
             resilience, standards based technologies and super fast performance.</span>
         </div>
       </div>
@@ -55,7 +55,7 @@ layout: default
             <li>Multi protocol support</li>
             <li>Built in data replication</li>
           </ul>
-          <button style="margin-top: 10px" href="#" class="btn btn-primary">Find out more<i class="fa-info-circle fa btn-icon"></i></button>
+          <button style="margin-top: 10px" href="projects/artemis/index.html" class="btn btn-primary">Find out more<i class="fa-info-circle fa btn-icon"></i></button>
           <button style="margin-top: 10px" href="#" class="btn btn-warning">Download Latest<i class="fa-download fa btn-icon"></i></button>
         </div>
       </div>
@@ -63,7 +63,7 @@ layout: default
     <div class="col-lg-3 col-md-6">
       <div class="card card-pink">
         <div class="card-body">
-          <h5 class="card-title text-pink">ActiveMQ</h5>
+          <h5 class="card-title text-pink">ActiveMQ 5</h5>
           <h6>BROKER + JMS CLIENT</h6>
           <p>Artemis is ActiveMQ's next generation message broker</p>
           <ul>
@@ -80,7 +80,7 @@ layout: default
       <div class="card card-orange">
         <div class="card-body">
           <h5 class="card-title text-orange">NMS</h5>
-          <h6>DOT NET CLIENT</h6>
+          <h6>.NET CLIENTS</h6>
           <p>Artemis is ActiveMQ's next generation message broker</p>
           <ul>
             <li>Event driven core engine</li>
diff --git a/projects/artemis/index.html b/projects/artemis/index.html
new file mode 100644
index 0000000..e69de29