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 bfcc44270ff [Minor] Add Evnets banner for upcoming Linkedin Live event 
(#11754)
bfcc44270ff is described below

commit bfcc44270ffb1e18860b6286b4b8eb3668a5ecd1
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Sun Aug 11 21:02:06 2024 -0700

    [Minor] Add Evnets banner for upcoming Linkedin Live event (#11754)
---
 README.md                                    | 2 +-
 website/src/components/EventFeature/index.js | 6 +++---
 website/src/pages/index.js                   | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e50b0c6ffff..9b011e8c716 100644
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ be removed to turn off the banner.
 The code for displaying an event banner is already in place. Steps to add: 
 1. Edit file `website/src/components/EventFeature/index.js` . Edit Event 
description, date and note if it is an 
 `In Person Event` or a `Linkedin Live Event`.
-2. Add `<Event />` entry after `<HomepageHeader />` (if not already present) 
in the file `website/src/pages/index.js`
+2. Add `<Events />` entry after `<HomepageHeader />` (if not already present) 
in the file `website/src/pages/index.js`
 
 ## Talks
 
diff --git a/website/src/components/EventFeature/index.js 
b/website/src/components/EventFeature/index.js
index 693ea353e20..20e2224e0c1 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> Accelerating Data Operations: Our Journey 
with Apache Hudi, from Metica</h3>
+                            <h3> Scaling Complex Data Workflows Using Apache 
Hudi, from Uber</h3>
                             <p className={styles.flexParagraph}><span 
className={styles.sideMicrophone}><Microphone/></span>
                              Linkedin Live Event | <span 
className={styles.sideCalendar}><Calendar/></span>
-                           July 24</p>
+                           Aug 20th, 9am Pacific Time</p>
                         </div>
                          <div className={styles.joinButton}>
-                             <LinkButton class={styles.registerbutton} 
type="secondary" 
to="https://www.linkedin.com/events/acceleratingdataoperations-ourj7218714050308845568/theater/";>
+                             <LinkButton class={styles.registerbutton} 
type="secondary" 
to="https://www.linkedin.com/events/scalingcomplexdataworkflowsusin7227002765909057537/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 />

Reply via email to