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

granthenke pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 3e00070  [site] Adjust social media entries
3e00070 is described below

commit 3e00070a8424ed2c31a69a6c3c47d51867cf26db
Author: Grant Henke <[email protected]>
AuthorDate: Mon Jun 24 17:15:15 2019 -0700

    [site] Adjust social media entries
    
    This patch adds a link for Reddit to the top navigation.
    It also adds a social media section to the community landing page.
    
    Change-Id: I1d22fbfe177924b21003436b815752f571d28b4f
    Reviewed-on: http://gerrit.cloudera.org:8080/13719
    Tested-by: Grant Henke <[email protected]>
    Reviewed-by: Andrew Wong <[email protected]>
---
 _includes/top_common.html | 1 +
 community.md              | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/_includes/top_common.html b/_includes/top_common.html
index ef19c37..d9d5e33 100644
--- a/_includes/top_common.html
+++ b/_includes/top_common.html
@@ -88,6 +88,7 @@
                     <li role="separator" class="divider"></li>
                     <li class="dropdown-header">SOCIAL MEDIA</li>
                     <li><a class="icon twitter" 
href="https://twitter.com/ApacheKudu";>Twitter</a></li>
+                    <li><a 
href="https://www.reddit.com/r/kudu/";>Reddit</a></li>
                     <li role="separator" class="divider"></li>
                     <li class="dropdown-header">APACHE SOFTWARE FOUNDATION</li>
                     <li><a href="https://www.apache.org/security/"; 
target="_blank">Security</a></li>
diff --git a/community.md b/community.md
index dd00279..2ea9f72 100644
--- a/community.md
+++ b/community.md
@@ -48,6 +48,10 @@ Get help using Kudu or contribute to the project on our 
mailing lists or our cha
 * **<a class="icon gerrit" 
href="http://gerrit.cloudera.org:8080/#/q/status:open+project:kudu";>Gerrit Code 
Review</a>**
 * **<a class="icon jira" 
href="https://issues.apache.org/jira/browse/KUDU";>JIRA Issue Tracker</a>**
 
+**Social Media**
+* **<a class="icon twitter" href="https://twitter.com/ApacheKudu";>Twitter</a>**
+* **<a href="https://www.reddit.com/r/kudu/";>Reddit</a>**
+
 **Project information**
 
 * [**Apache Kudu Committers list**](/committers.html)

Reply via email to