Skip to content

Commit

Permalink
Removing the Red Hat Modern App Dev event
Browse files Browse the repository at this point in the history
  • Loading branch information
oomIRL committed Nov 7, 2023
1 parent 3330e00 commit 4a7451d
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions packages/app/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,28 +217,6 @@ const HomePage = () => {
</Box>
<ItemCardGrid classes={{ root: classes.cardGrid }}>
<Card key='1' classes={{ root: classes.card }}>
<CardMedia>
<ItemCardHeader
title={`Modern application development`}
subtitle="November 7th"
classes={{ root: classes.cardEventHeader }}
/>
</CardMedia>
<CardContent>
<p>
Attend a hands-on workshop that showcases how organizations rely on OpenShift to develop and modernize applications on a hybrid cloud platform.
</p>
<br /><b>What: </b> Modern application development workshop
<br /><b>Where: </b> Exchange Lab - 808 Douglas St, Suite 200, Victoria, BC
<br /><b>When: </b> Tuesday, November 7 · 9am - 3:30pm PT
</CardContent>
<CardActions classes={{ root: classes.cardActions }}>
<LinkButton to="https://events.redhat.com/profile/form/index.cfm?PKformID=0x945707abcd&sc_cid=7013a000003SrQYAA0" classes={{ root: classes.defaultButton }}>
Join the event
</LinkButton>
</CardActions>
</Card>
<Card key='2' classes={{ root: classes.card }}>
<CardMedia>
<ItemCardHeader
title={`OpenShift 201 workshop & lab`}
Expand All @@ -260,7 +238,7 @@ const HomePage = () => {
</LinkButton>
</CardActions>
</Card>
<Card key='3' classes={{ root: classes.card }}>
<Card key='2' classes={{ root: classes.card }}>
<CardMedia>
<ItemCardHeader
title={`OpenShift 101 workshop & lab`}
Expand Down

0 comments on commit 4a7451d

Please sign in to comment.