You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ru...@apache.org on 2021/04/12 00:46:32 UTC

[ratis] branch asf-site updated: RATIS-1347. Add ApacheCon Event Banner to website. (#457)

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

runzhiwang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a704f71  RATIS-1347. Add ApacheCon Event Banner to website. (#457)
a704f71 is described below

commit a704f718acf90d2d13b85ed0351408d7ab2f5b9e
Author: Tsz-Wo Nicholas Sze <sz...@apache.org>
AuthorDate: Mon Apr 12 08:46:24 2021 +0800

    RATIS-1347. Add ApacheCon Event Banner to website. (#457)
---
 categories.html                 | 32 ++++++++++-----
 community.html                  | 32 ++++++++++-----
 downloads.html                  | 32 ++++++++++-----
 getting_started.html            | 32 ++++++++++-----
 index.html                      | 34 ++++++++++------
 logservice.html                 | 32 ++++++++++-----
 logservice/index.html           | 32 ++++++++++-----
 logservice/lifecycle.html       | 32 ++++++++++-----
 logservice/security.html        | 32 ++++++++++-----
 logservice/testing.html         | 32 ++++++++++-----
 logservice/testing/docker.html  | 32 ++++++++++-----
 logservice/testing/index.html   | 32 ++++++++++-----
 logservice/testing/vagrant.html | 32 ++++++++++-----
 post.html                       | 32 ++++++++++-----
 post/0.1.0-alpha.html           | 32 ++++++++++-----
 post/0.2.0.html                 | 32 ++++++++++-----
 post/0.3.0.html                 | 32 ++++++++++-----
 post/0.4.0.html                 | 32 ++++++++++-----
 post/0.5.0.html                 | 32 ++++++++++-----
 post/1.0.0.html                 | 32 ++++++++++-----
 post/2.0.0.html                 | 32 ++++++++++-----
 sitemap.xml                     | 90 ++++++++++-------------------------------
 source.html                     | 32 ++++++++++-----
 tags.html                       | 32 ++++++++++-----
 24 files changed, 506 insertions(+), 322 deletions(-)

diff --git a/categories.html b/categories.html
index 5dffeb4..f47d4c7 100644
--- a/categories.html
+++ b/categories.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/community.html b/community.html
index 1a90197..7cd5238 100644
--- a/community.html
+++ b/community.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/downloads.html b/downloads.html
index 3b98ed3..1cda656 100644
--- a/downloads.html
+++ b/downloads.html
@@ -17,12 +17,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -35,18 +36,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -71,8 +82,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/getting_started.html b/getting_started.html
index 505ac78..91cf425 100644
--- a/getting_started.html
+++ b/getting_started.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/index.html b/index.html
index 2638d79..c93936c 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
 <html>
 
 <head>
-	<meta name="generator" content="Hugo 0.79.0" />
+	<meta name="generator" content="Hugo 0.82.0" />
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -17,12 +17,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -35,18 +36,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -71,8 +82,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/logservice.html b/logservice.html
index 9eeea3f..0ac8160 100644
--- a/logservice.html
+++ b/logservice.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/logservice/index.html b/logservice/index.html
index 6eba607..f620525 100644
--- a/logservice/index.html
+++ b/logservice/index.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/logservice/lifecycle.html b/logservice/lifecycle.html
index 068ad94..f8d5f76 100644
--- a/logservice/lifecycle.html
+++ b/logservice/lifecycle.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/logservice/security.html b/logservice/security.html
index 8a752d3..04fa853 100644
--- a/logservice/security.html
+++ b/logservice/security.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/logservice/testing.html b/logservice/testing.html
index 9b61f3a..8d24c6c 100644
--- a/logservice/testing.html
+++ b/logservice/testing.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/logservice/testing/docker.html b/logservice/testing/docker.html
index 5a187f7..2efd298 100644
--- a/logservice/testing/docker.html
+++ b/logservice/testing/docker.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/logservice/testing/index.html b/logservice/testing/index.html
index 1faa794..0e4c995 100644
--- a/logservice/testing/index.html
+++ b/logservice/testing/index.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/logservice/testing/vagrant.html b/logservice/testing/vagrant.html
index 03c608c..7810937 100644
--- a/logservice/testing/vagrant.html
+++ b/logservice/testing/vagrant.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/post.html b/post.html
index f5cc6a5..ea0c710 100644
--- a/post.html
+++ b/post.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/post/0.1.0-alpha.html b/post/0.1.0-alpha.html
index 4aac1db..b582386 100644
--- a/post/0.1.0-alpha.html
+++ b/post/0.1.0-alpha.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/post/0.2.0.html b/post/0.2.0.html
index 8113dad..df02a98 100644
--- a/post/0.2.0.html
+++ b/post/0.2.0.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/post/0.3.0.html b/post/0.3.0.html
index 20980e7..691d841 100644
--- a/post/0.3.0.html
+++ b/post/0.3.0.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/post/0.4.0.html b/post/0.4.0.html
index 4dfa9cb..dc1cae7 100644
--- a/post/0.4.0.html
+++ b/post/0.4.0.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/post/0.5.0.html b/post/0.5.0.html
index 83b7510..4d769af 100644
--- a/post/0.5.0.html
+++ b/post/0.5.0.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/post/1.0.0.html b/post/1.0.0.html
index 6a7c8fa..456d7d4 100644
--- a/post/1.0.0.html
+++ b/post/1.0.0.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/post/2.0.0.html b/post/2.0.0.html
index 249774d..7a87423 100644
--- a/post/2.0.0.html
+++ b/post/2.0.0.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/sitemap.xml b/sitemap.xml
index 3d793e0..d7f89d5 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,108 +1,62 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
   xmlns:xhtml="http://www.w3.org/1999/xhtml">
-  
   <url>
     <loc>https://ratis.apache.org/</loc>
     <lastmod>2021-03-24T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/post.html</loc>
     <lastmod>2021-03-24T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/post/2.0.0.html</loc>
     <lastmod>2021-03-24T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/post/1.0.0.html</loc>
     <lastmod>2020-07-20T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/post/0.5.0.html</loc>
     <lastmod>2020-02-04T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/post/0.4.0.html</loc>
     <lastmod>2019-09-12T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/post/0.3.0.html</loc>
     <lastmod>2019-04-21T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/post/0.2.0.html</loc>
     <lastmod>2018-07-15T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/post/0.1.0-alpha.html</loc>
     <lastmod>2017-05-02T00:00:00+00:00</lastmod>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/logservice.html</loc>
     <priority>0</priority>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/logservice/testing.html</loc>
     <priority>0</priority>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/downloads.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/categories.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/community.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/logservice/testing/docker.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/getting_started.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/logservice/lifecycle.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/logservice/</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/logservice/security.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/logservice/testing/</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/source.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/tags.html</loc>
-  </url>
-  
-  <url>
+  </url><url>
     <loc>https://ratis.apache.org/logservice/testing/vagrant.html</loc>
   </url>
-  
 </urlset>
diff --git a/source.html b/source.html
index 2efc54b..ef7591c 100644
--- a/source.html
+++ b/source.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>
 
diff --git a/tags.html b/tags.html
index 0e4e4a5..4eb7e0d 100644
--- a/tags.html
+++ b/tags.html
@@ -16,12 +16,13 @@
 
     <base href="https://ratis.apache.org/">
 
-    <link rel="canonical" href="http://ratis.apache.org/">
+    <link rel="canonical" href="https://ratis.apache.org/">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
     <link rel="stylesheet" href="style.css">
 
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
 </head>
 
 <body>
@@ -34,18 +35,28 @@
                 <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
                 <a  href="https://www.apache.org">Apache Software Foundation</a>
             </li>
-            <li>
-                <img class="asf-logo" src="logo-white.png" alt="Ratis logo"/>
-                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
-            </li>
         </ul>
         <div class="col-md-6">
             <ul class="pull-right breadcrumb">
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="https://www.apache.org/licenses/">License</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
+            </ul>
+        </div>
+    </div>
+    <div class="container">
+        <ul class="breadcrumb col-md-6">
+            <li><h1 style="color:#000">
+                <img src="logo-white.png" alt="Ratis logo" width="60" height="60" />
+                <a href="https://ratis.apache.org/">Apache Ratis&trade;</a>
+            </h1></li>
         </ul>
+        <div class="col-md-6">
+            <ul class="pull-right breadcrumb">
+                <li><h1><a class="acevent" data-format="wide"></a>
+                </h1></li>
+            </ul>
         </div>
     </div>
 
@@ -70,8 +81,7 @@
                     <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
-
-
+        </div>
     </nav>
 </div>