Skip to content

Commit

Permalink
Updating Event list
Browse files Browse the repository at this point in the history
  • Loading branch information
oomIRL committed Dec 1, 2023
1 parent aeeb7c8 commit bf34212
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion packages/app/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,50 @@ const HomePage = () => {
</Box>
<ItemCardGrid classes={{ root: classes.cardGrid }}>
<Card key='e1' classes={{ root: classes.card }}>
<CardMedia>
<ItemCardHeader
title={`Embedding Accessibility Into Agile: Non-Technical`}
subtitle="December 6th"
classes={{ root: classes.cardEventHeader }}
/>
</CardMedia>
<CardContent>
<p>
Join us for this incredible two-hour workshop with Elle Waters! Learn how to integrate accessibility practices into non-technical agile work.
</p>
<br /><b>What: </b>Embedding Accessibility Into Agile: Non-Technical Roles
<br /><b>Where: </b>Online
<br /><b>When: </b>Wednesday, December 6 · 1:30pm - 3:30pm PT
</CardContent>
<CardActions classes={{ root: classes.cardActions }}>
<LinkButton color="primary" to="https://events.teams.microsoft.com/event/85449ccb-63b2-4cec-b789-f7c50209c745@6fdb5200-3d0d-4a8a-b036-d3685e359adc" classes={{ root: classes.defaultButton }}>
Non-Technical Registration
</LinkButton>
</CardActions>
</Card>
<Card key='e2' classes={{ root: classes.card }}>
<CardMedia>
<ItemCardHeader
title={`Embedding Accessibility Into Agile: Technical`}
subtitle="December 7th"
classes={{ root: classes.cardEventHeader }}
/>
</CardMedia>
<CardContent>
<p>
Join us for this incredible two-hour workshop with Elle Waters! Learn how to integrate accessibility practices into technical agile work.
</p>
<br /><b>What: </b>Embedding Accessibility Into Agile: Technical Roles
<br /><b>Where: </b>Online
<br /><b>When: </b>Thursday, December 7 · 1:30pm - 3:30pm PT
</CardContent>
<CardActions classes={{ root: classes.cardActions }}>
<LinkButton color="primary" to="https://events.teams.microsoft.com/event/a2d16255-a334-4bab-949c-7a0bd4d08c02@6fdb5200-3d0d-4a8a-b036-d3685e359adc" classes={{ root: classes.defaultButton }}>
Technical Registration
</LinkButton>
</CardActions>
</Card>
<Card key='e3' classes={{ root: classes.card }}>
<CardMedia>
<ItemCardHeader
title={`OpenShift 101 workshop & lab`}
Expand All @@ -293,7 +337,7 @@ const HomePage = () => {
</LinkButton>
</CardActions>
</Card>
<Card key='e2' classes={{ root: classes.card }}>
<Card key='e4' classes={{ root: classes.card }}>
<CardMedia>
<ItemCardHeader
title={`OpenShift 201 workshop & lab`}
Expand Down

0 comments on commit bf34212

Please sign in to comment.