You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ab...@apache.org on 2018/08/17 15:14:40 UTC

[3/3] kudu git commit: [site] Add current Apache event

[site] Add current Apache event

It's a best practice to add ApacheCon and other ASF-sponsored events to
the homepage.

According to the events README[1] there's an easy way to do it by
adding a link to https://www.apache.org/events/current-event.html

There's also an image that changes based on the current-event:
https://www.apache.org/events/current-event-234x60.png

[1] https://www.apache.org/events/README.txt

Change-Id: I945ad0432773d748bd21c21a7c55e5efca70b429
Reviewed-on: http://gerrit.cloudera.org:8080/11211
Reviewed-by: Grant Henke <gr...@apache.org>
Tested-by: Grant Henke <gr...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/6c646595
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/6c646595
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/6c646595

Branch: refs/heads/gh-pages
Commit: 6c646595948b3103818507f3e8d0a9ccb6f6926d
Parents: dd1e957
Author: Attila Bukor <ab...@apache.org>
Authored: Fri Aug 17 00:30:36 2018 +0200
Committer: Attila Bukor <ab...@apache.org>
Committed: Fri Aug 17 15:13:40 2018 +0000

----------------------------------------------------------------------
 _includes/bottom_common.html | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/6c646595/_includes/bottom_common.html
----------------------------------------------------------------------
diff --git a/_includes/bottom_common.html b/_includes/bottom_common.html
index b6bce13..e2bdef7 100644
--- a/_includes/bottom_common.html
+++ b/_includes/bottom_common.html
@@ -1,12 +1,21 @@
       <footer class="footer">
-        <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation. {% if page.last_updated %} {{ page.last_updated }} {% endif %}
-        </p>
-        <p class="small">
-        Apache Kudu, Kudu, Apache, the Apache feather logo, and the Apache Kudu
-        project logo are either registered trademarks or trademarks of The
-        Apache Software Foundation in the United States and other countries.
-        </p>
+        <div class="row">
+          <div class="col-md-9">
+            <p class="small">
+            Copyright &copy; 2016 The Apache Software Foundation. {% if page.last_updated %} {{ page.last_updated }} {% endif %}
+            </p>
+            <p class="small">
+            Apache Kudu, Kudu, Apache, the Apache feather logo, and the Apache Kudu
+            project logo are either registered trademarks or trademarks of The
+            Apache Software Foundation in the United States and other countries.
+            </p>
+          </div>
+          <div class="col-md-3">
+            <a class="pull-right" href="https://www.apache.org/events/current-event.html">
+                <img src="https://www.apache.org/events/current-event-234x60.png"/>
+            </a>
+          </div>
+        </div>
       </footer>
     </div>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>