Skip to content

Commit

Permalink
adding agenda to SIG
Browse files Browse the repository at this point in the history
  • Loading branch information
varodrig committed Jul 19, 2024
1 parent cb65159 commit bef3a14
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pages/sigs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,22 @@ export default function SIGPage() {
Devices at the far edge need a different approach. Edge devices such as assembly line tools, IoT gateways, points of sale, and industrial controllers have to operate with limited computing resources, power, cooling, and connectivity.
</Callout>
</div>
<div className="grid lg:grid-cols-1 my-8 lg:my-0 gap-8 page-wrapper">
<h3 className={h3Style}>Connect with us</h3>
<div className="grid lg:grid-cols-2 my-8 lg:my-0 gap-8 page-wrapper">
<Callout
title="Missed a session?"
url="https://www.youtube.com/playlist?list=PLaR6Rq6Z4IqceDBWosHflxRFiJSqIT4Aa"
icon={<ExternalLink alt="" />}
>
Check out our Edge SIG Playlist
</Callout>
<Callout
title="Join our live sessions"
url="https://docs.google.com/document/d/1Amxly4E5FHyH8QbQQxHip2d3Ip87Hdrh_IPpoP7YLiE/edit?usp=sharing"
icon={<ExternalLink alt="" />}
>
OpenShift Commons Edge SIG - Agenda
</Callout>
</div>
</AccordionItem>
<AccordionItem title="Validated Patterns" icon={<Triangle alt="" />}>
Expand Down

0 comments on commit bef3a14

Please sign in to comment.