Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add Event banner for next community sync #11651

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading