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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 42247ce  Update ASF current-event logo display mechanism (#204)
42247ce is described below

commit 42247ce8efb5a5b493d0474d633f003287b7925d
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Mar 18 17:04:22 2021 -0400

    Update ASF current-event logo display mechanism (#204)
    
    * Update the current-event logo display mechanism as described at
      https://www.apachecon.com/event-images/
---
 _layouts/default.html | 1 +
 index.html            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index b6297f5..22914bf 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,6 +15,7 @@
 
     <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js";></script>
     <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"; 
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
 crossorigin="anonymous"></script>
+    <script type="text/javascript" 
src="https://www.apachecon.com/event-images/snippet.js";></script>
     {% include scripts.html %}
   </head>
   <body style="padding-top: 100px">
diff --git a/index.html b/index.html
index f99db1a..477f101 100644
--- a/index.html
+++ b/index.html
@@ -35,7 +35,7 @@ html_title_override: true
     </div>
     <div class="row">
       <div class="col-sm-12">
-        <a id="asf-current-event-logo" 
href="https://www.apache.org/events/current-event.html";><img alt="ASF Current 
Events" class="img-responsive center-block" 
src="https://www.apache.org/events/current-event-234x60.png"/></a>
+        <a class="acevent" data-class="img-responsive center-block" 
data-format="wide" data-mode="light" data-width="240"></a>
       </div>
     </div>
   </div>

Reply via email to