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 5336afecf61 [DOCS] Add Event banner (#11867)
5336afecf61 is described below
commit 5336afecf61b35a2910e14a000b093705c19a92d
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Fri Aug 30 16:53:35 2024 -0700
[DOCS] Add Event banner (#11867)
---
website/src/components/EventFeature/index.js | 6 +++---
website/src/pages/index.js | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/website/src/components/EventFeature/index.js
b/website/src/components/EventFeature/index.js
index 20e2224e0c1..1ca3cf371b6 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> Scaling Complex Data Workflows Using Apache
Hudi, from Uber</h3>
+ <h3> Modernizing Data Infrastructure at Peloton
using Apache Hudi</h3>
<p className={styles.flexParagraph}><span
className={styles.sideMicrophone}><Microphone/></span>
Linkedin Live Event | <span
className={styles.sideCalendar}><Calendar/></span>
- Aug 20th, 9am Pacific Time</p>
+ Sep 12th, 9am Pacific Time</p>
</div>
<div className={styles.joinButton}>
- <LinkButton class={styles.registerbutton}
type="secondary"
to="https://www.linkedin.com/events/scalingcomplexdataworkflowsusin7227002765909057537/theater/">
+ <LinkButton class={styles.registerbutton}
type="secondary"
to="https://www.linkedin.com/events/modernizingdatainfrastructureat7235419044852424705/theater/">
Join Now
</LinkButton>
</div>
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index bb4401029cc..09595fdd2bf 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 />