Skip to content

Commit

Permalink
[SITE][MINOR] Add event banner for upcoming community sync (#12162)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhasudha authored Oct 24, 2024
1 parent 190bebd commit c3cfc45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/components/EventFeature/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ const Events = () => {
<div className="container">
<div className={styles.flexContainer}>
<div className={styles.bannercontent}>
<h3> Modernizing Data Infrastructure at Peloton using Apache Hudi</h3>
<h3> Innovative Solution for Real-time Analytics at Shopee using Apache Hudi</h3>
<p className={styles.flexParagraph}><span className={styles.sideMicrophone}><Microphone/></span>
Linkedin Live Event | <span className={styles.sideCalendar}><Calendar/></span>
Sep 12th, 9am Pacific Time</p>
Oct 30th, 9am Pacific Time</p>
</div>
<div className={styles.joinButton}>
<LinkButton class={styles.registerbutton} type="secondary" to="https://www.linkedin.com/events/modernizingdatainfrastructureat7235419044852424705/theater/">
<LinkButton class={styles.registerbutton} type="secondary" to="https://www.linkedin.com/events/innovativesolutionforreal-timea7254659236473749504/theater/">
Join Now
</LinkButton>
</div>
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function Home() {
description="Description will go into a meta tag in <head />">
<NewReleaseMessage />
<HomepageHeader />
<Events />
<main>
<DataLake />
<HomepageFeatures />
Expand Down

0 comments on commit c3cfc45

Please sign in to comment.