You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2022/04/28 09:24:05 UTC

[servicecomb-website] branch master updated: Added the apachecon event into the website

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b26eec99 Added the apachecon event into the website
b26eec99 is described below

commit b26eec99196c1fefbd0e356427f2354bb624e854
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Thu Apr 28 17:18:34 2022 +0800

    Added the apachecon event into the website
---
 _includes/footer.html | 6 ++++++
 _includes/head.html   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/_includes/footer.html b/_includes/footer.html
index bc21fefe..23d577ce 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -5,6 +5,12 @@
     {% else %}
       {% assign prefix = "" %}
     {% endif %}
+    <div class="col">
+      <ul>
+        <p class="header">{{ site.data.ui-text[page.lang].events | default: "Events" }}</p>
+        <a class="acevent" data-format="square" data-mode="dark" data-event="random"></a>
+      </ul>
+    </div>
     <div class="col">
       <ul>
         <p class="header">{{ site.data.ui-text[page.lang].resources | default: "Resources" }}</p>
diff --git a/_includes/head.html b/_includes/head.html
index 1a7b40c3..414dccfc 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -21,6 +21,7 @@
 
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
 
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
 <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>