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 e8180aa99548 chore(site): add JD meetup event banner (#14098)
e8180aa99548 is described below
commit e8180aa995486ec52cdd308b408d8569a0a065a3
Author: Shiyan Xu <[email protected]>
AuthorDate: Wed Oct 15 13:05:08 2025 -0500
chore(site): add JD meetup event banner (#14098)
---
website/src/components/EventFeature/index.js | 12 +++++++-----
website/src/pages/index.js | 1 +
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/website/src/components/EventFeature/index.js
b/website/src/components/EventFeature/index.js
index a742c43a0b86..85bbedb082e1 100644
--- a/website/src/components/EventFeature/index.js
+++ b/website/src/components/EventFeature/index.js
@@ -11,13 +11,15 @@ const Events = () => {
<div className="container">
<div className={styles.flexContainer}>
<div className={styles.bannercontent}>
- <h3> Beyond Adoption: Halodoc Lakehouse
Transformation with Apache Hudi</h3>
- <p className= {styles. flexParagraph}><span
className={styles. sideMicrophone}><Microphone/></span>
- Linkedin: Live Event | <span
className={styles.sideCalendar}><Calendar/></span>
- June 10th, 8AM Pacific Time</p>
+ <h3>Apache Hudi Meetup | ASIA (Chinese)</h3>
+ <p>Next-Generation Lakehouse: The Intelligent
Future Engine</p>
+ <p className= {styles. flexParagraph}>
+ <span
className={styles.sideCalendar}><Calendar/></span>
+ Oct 23 (Thursday) 14:00 - 17:30 (China Standard
Time) |
+ Beijing JD.com Headquarters</p>
</div>
<div className={styles.joinButton}>
- <LinkButton class={styles.registerbutton}
type="secondary"
to="https://www.linkedin.com/events/beyondadoption-halodoc-slakehou7333879866762629120/theater/">
+ <LinkButton class={styles.registerbutton}
type="secondary" to="https://www.bagevent.com/event/9098955">
Join Now
</LinkButton>
</div>
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index bb4401029ccf..09595fdd2bf3 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -29,6 +29,7 @@ export default function Home() {
description="Description will go into a meta tag in <head />">
<NewReleaseMessage />
<HomepageHeader />
+ <Events />
<main>
<DataLake />
<HomepageFeatures />