This is an automated email from the ASF dual-hosted git repository.
bhavanisudha 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 e6bbe9b8b80 [DOCS] Add Event banner for next community sync (#11651)
e6bbe9b8b80 is described below
commit e6bbe9b8b803e03ba961857eee5dc9a26a9fad10
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Thu Jul 18 15:09:03 2024 -0700
[DOCS] Add Event banner for next community sync (#11651)
---
website/src/components/EventFeature/index.js | 8 ++++----
website/src/pages/index.js | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/website/src/components/EventFeature/index.js
b/website/src/components/EventFeature/index.js
index b24d999374c..693ea353e20 100644
--- a/website/src/components/EventFeature/index.js
+++ b/website/src/components/EventFeature/index.js
@@ -11,13 +11,13 @@ const Events = () => {
<div className="container">
<div className={styles.flexContainer}>
<div className={styles.bannercontent}>
- <h3> Upcoming Event: Bengaluru Apache Hudi Meetup
hosted @ Navi Technologies</h3>
+ <h3> Accelerating Data Operations: Our Journey
with Apache Hudi, from Metica</h3>
<p className={styles.flexParagraph}><span
className={styles.sideMicrophone}><Microphone/></span>
- In Person Event | <span
className={styles.sideCalendar}><Calendar/></span>
- May 11</p>
+ Linkedin Live Event | <span
className={styles.sideCalendar}><Calendar/></span>
+ July 24</p>
</div>
<div className={styles.joinButton}>
- <LinkButton class={styles.registerbutton}
type="secondary"
to="https://www.linkedin.com/posts/apache-hudi_dataengineering-softwareengineering-activity-7190732754311913475-t19y/">
+ <LinkButton class={styles.registerbutton}
type="secondary"
to="https://www.linkedin.com/events/acceleratingdataoperations-ourj7218714050308845568/theater/">
Join Now
</LinkButton>
</div>
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index faa5eefbcd4..43c2b5985b4 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 />