Skip to content

Commit

Permalink
[Minor] Add Evnets banner for upcoming Linkedin Live event (#11754)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhasudha authored Aug 12, 2024
1 parent 9b4112a commit bfcc442
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ be removed to turn off the banner.
The code for displaying an event banner is already in place. Steps to add:
1. Edit file `website/src/components/EventFeature/index.js` . Edit Event description, date and note if it is an
`In Person Event` or a `Linkedin Live Event`.
2. Add `<Event />` entry after `<HomepageHeader />` (if not already present) in the file `website/src/pages/index.js`
2. Add `<Events />` entry after `<HomepageHeader />` (if not already present) in the file `website/src/pages/index.js`

## Talks

Expand Down
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> Accelerating Data Operations: Our Journey with Apache Hudi, from Metica</h3>
<h3> Scaling Complex Data Workflows Using Apache Hudi, from Uber</h3>
<p className={styles.flexParagraph}><span className={styles.sideMicrophone}><Microphone/></span>
Linkedin Live Event | <span className={styles.sideCalendar}><Calendar/></span>
July 24</p>
Aug 20th, 9am Pacific Time</p>
</div>
<div className={styles.joinButton}>
<LinkButton class={styles.registerbutton} type="secondary" to="https://www.linkedin.com/events/acceleratingdataoperations-ourj7218714050308845568/theater/">
<LinkButton class={styles.registerbutton} type="secondary" to="https://www.linkedin.com/events/scalingcomplexdataworkflowsusin7227002765909057537/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 bfcc442

Please sign in to comment.