Skip to content

Commit

Permalink
[DOCS] Add Event banner for next community sync (#11651)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhasudha authored Jul 18, 2024
1 parent bcb6f44 commit e6bbe9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 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> 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>
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 e6bbe9b

Please sign in to comment.