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] Add Event banner for upcoming community sync Amazon #12258

Merged
merged 1 commit into from
Nov 14, 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
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> Innovative Solution for Real-time Analytics at Shopee using Apache Hudi</h3>
<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>
Oct 30th, 9am Pacific Time</p>
Nov 19th, 9am Pacific Time</p>
</div>
<div className={styles.joinButton}>
<LinkButton class={styles.registerbutton} type="secondary" to="https://www.linkedin.com/events/innovativesolutionforreal-timea7254659236473749504/theater/">
<LinkButton class={styles.registerbutton} type="secondary" to="https://www.linkedin.com/events/poweringamazonuniteconomicswith7259635618979229696/theater/">
Join Now
</LinkButton>
</div>
Expand Down
Loading