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/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9de1a36  Update website for 2021 ApacheCon events image/link
9de1a36 is described below

commit 9de1a3637c78c914e4026368015b63db46371e72
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Wed Mar 17 16:05:42 2021 -0400

    Update website for 2021 ApacheCon events image/link
---
 _layouts/default.html | 1 +
 css/accumulo.scss     | 7 +++++++
 index.html            | 2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index fa5b09b..b6365f3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -30,6 +30,7 @@
 <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"; 
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" 
crossorigin="anonymous"></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://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js";></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/css/accumulo.scss b/css/accumulo.scss
index 6579cc9..cc472b6 100644
--- a/css/accumulo.scss
+++ b/css/accumulo.scss
@@ -249,3 +249,10 @@ a.prop {
       margin-right: auto;
       display: block;
 }
+
+a.acevent > img {
+  display: block;
+  margin-right: auto;
+  margin-left: auto;
+  max-width: 100%;
+}
diff --git a/index.html b/index.html
index 73ee180..a0f677d 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,7 @@ skiph1fortitle: 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><br/>
+        <a class="acevent" data-format="wide" data-mode="light" 
data-width="240"></a><br/>
         <a id="accumulo-summit-logo" href="http://accumulosummit.com/";><img 
alt="Accumulo Summit" class="img-responsive center-block" src="{{ site.baseurl 
}}/images/accumulo-summit-logo.png"/></a>
       </div>
     </div>

Reply via email to