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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c34024  Add news to the home page for the meetup
3c34024 is described below

commit 3c34024c6c8cf4ec16faec956172b18ed555daf2
Author: Serge Huber <[email protected]>
AuthorDate: Tue Nov 9 14:50:51 2021 +0100

    Add news to the home page for the meetup
---
 src/main/webapp/index.html | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index b0bfbe0..4b58e86 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -25,9 +25,13 @@ layout: default
 
       <div class="container marketing pt-5">
 
-        <h1>News</h1>
+        <h1 class="mb-5">News</h1>
 
-        <div class="row">
+        <div class="row featurette">
+          <div class="col-lg-4 my-auto mx-auto">
+            <img src="/assets/images/unomi-meetup-logo.png" 
class="img-thumbnail" alt="Unomi Meetup Logo" />
+            <p>Find the agenda, registration and more details on the <a 
href="/community/events/meetups/2021-11-18.html">event's page</a>.</p>
+          </div><!-- /.col-lg-4 -->
           <div class="col-lg-8 pl-5">
             <h3>First Apache Unomi meetup !</h3>
 
@@ -38,15 +42,13 @@ layout: default
             </p>
 
           </div><!-- /.col-lg-8 -->
-          <div class="col-lg-4 my-auto mx-auto">
-            <p>Find the agenda, registration and more details on the <a 
href="/community/events/meetups/2021-11-18.html">event's page</a>.</p>
-          </div><!-- /.col-lg-4 -->
         </div><!-- /.row -->
 
+        <hr class="featurette-divider">
+
         <div class="row">
           <div class="col-lg-6 pl-5">
             <h3>Version 1.5 released !</h3>
-            <p>Feature highlights:
             <h4>ElasticSearch 7 support</h4>
             <ul>
               <li>New data model to support ElasticSearch 7 and up</li>
@@ -89,7 +91,6 @@ layout: default
           </div><!-- /.col-lg-4 -->
           <div class="col-lg-8 pl-5">
             <h3>Version 1.4.0 released !</h3>
-            <p>Feature highlights:
             <h4>Container/Cloud deployments</h4>
             <ul>
               <li>Centralized configuration compatible with Docker environment 
variables
@@ -113,7 +114,7 @@ layout: default
 
         <hr class="featurette-divider">
 
-        <div class="row">
+        <div class="row featurette">
           <div class="col-lg-8 pl-5">
             <h3>Version 1.3.0 introduced Privacy (GPDR consent management) 
features</h3>
             <p>New in release 1.3.0 are features to manage visitor consents,

Reply via email to