This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch asf-site-source in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit 9189cb7eedf895a3d2136ac3fde47c36863c4ba9 Author: Tsz-Wo Nicholas Sze <[email protected]> AuthorDate: Thu Apr 8 20:47:48 2021 +0800 RATIS-1347. Add ApacheCon Event Banner to website. (#456) --- layouts/partials/header.html | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 41abef2..dfc07ad 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -27,12 +27,13 @@ <base href="{{.Site.BaseURL}}"> - <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> @@ -45,18 +46,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="{{.Site.BaseURL}}">Apache Ratis™</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="{{.Site.BaseURL}}">Apache Ratis™</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> @@ -81,7 +92,6 @@ <li><a href="#resources">Resources</a></li> </ul> </div> - - + </div> </nav> </div>
