You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/16 20:35:25 UTC

[petri-site] branch master updated: Add new ApacheCon event javascript

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0773357  Add new ApacheCon event javascript
0773357 is described below

commit 077335736c21a3e029eaf5862663898cb8a5159f
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Tue Mar 16 13:25:37 2021 -0700

    Add new ApacheCon event javascript
---
 theme/apache/templates/base.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index a3ee175..0370802 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -105,9 +105,8 @@
             </a>
           </div>
           <div class="col-sm right-align">
-            <a href="https://www.apache.org/events/current-event.html">
-                <img src="https://www.apache.org/events/current-event-234x60.png"/>
-            </a>
+            <a class="acevent" data-format="wide"></a>
+            <a class="acevent" data-format="wide" data-mode="light" data-event="acasia2021"></a>
           </div>
         </div>
 
@@ -122,7 +121,8 @@
 
       </div>
     </footer>
-
+      
+    <script src="https://www.apachecon.com/event-images/snippet.js"></script>
     <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
       integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
       crossorigin="anonymous"></script>