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

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fdf11c60730b chore(site): update get involved page with more links 
(#17798)
fdf11c60730b is described below

commit fdf11c60730bcd41c1692039f72fdfe264e0649e
Author: Shiyan Xu <[email protected]>
AuthorDate: Wed Jan 7 11:44:13 2026 -0600

    chore(site): update get involved page with more links (#17798)
---
 website/src/components/GetInvolvedGrid/index.js | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/website/src/components/GetInvolvedGrid/index.js 
b/website/src/components/GetInvolvedGrid/index.js
index d97155227a1e..e707f08377ff 100644
--- a/website/src/components/GetInvolvedGrid/index.js
+++ b/website/src/components/GetInvolvedGrid/index.js
@@ -46,10 +46,18 @@ const GetInvolvedGrid = () => {
       ),
     },
     {
-      title: 'For proposing large features, changes',
+      title: 'Engage on social platforms',
       content: (
         <>
-          Start a RFC. Instructions <a href="/contribute/rfc-process">here</a>.
+          Hudi community is on <a 
href='https://www.linkedin.com/company/apache-hudi/'>LinkedIn</a>, <a 
href='https://x.com/apachehudi'>X (Twitter)</a>, <a 
href='https://www.youtube.com/@apachehudi'>YouTube</a>. Follow us for latest 
updates!
+        </>
+      ),
+    },
+    {
+      title: 'Join office hours',
+      content: (
+        <>
+          Join office hours for live chat on Hudi questions. See <a 
href="/community/office_hours">the schedule and meeting links</a>.
         </>
       ),
     },
@@ -61,6 +69,14 @@ const GetInvolvedGrid = () => {
         </>
       ),
     },
+    {
+      title: 'For proposing large features, changes',
+      content: (
+        <>
+          Start a RFC. Instructions <a href="/contribute/rfc-process">here</a>.
+        </>
+      ),
+    },
     {
       title: 'For stream of commits, pull requests etc',
       content: (
@@ -78,7 +94,7 @@ const GetInvolvedGrid = () => {
       <div className={styles.getInvloved}>
         <Title primaryText="Get Involved"/>
         <div className={styles.subTitle}>
-          There are several ways to get in touch with the Hudi community.
+          Join the Hudi community—here's how.
         </div>
       </div>
       <div className={styles.container}>

Reply via email to