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

[site][MINOR] Update event banner #12506

Merged
merged 1 commit into from
Dec 17, 2024
Merged
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
9 changes: 3 additions & 6 deletions website/src/components/EventFeature/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ const Events = () => {
<div className="container">
<div className={styles.flexContainer}>
<div className={styles.bannercontent}>
<h3> Powering Amazon Unit Economics with Configurations and Apache Hudi</h3>
<p className={styles.flexParagraph}><span className={styles.sideMicrophone}><Microphone/></span>
Linkedin Live Event | <span className={styles.sideCalendar}><Calendar/></span>
Nov 19th, 9am Pacific Time</p>
<h3> Announcing Apache Hudi 1.0 and the Next Generation of Data Lakehouses</h3>
</div>
<div className={styles.joinButton}>
<LinkButton class={styles.registerbutton} type="secondary" to="https://www.linkedin.com/events/poweringamazonuniteconomicswith7259635618979229696/theater/">
Join Now
<LinkButton class={styles.registerbutton} type="secondary" to="https://hudi.apache.org/blog/2024/12/16/announcing-hudi-1-0-0">
Read Now
</LinkButton>
</div>
</div>
Expand Down
Loading