Skip to content

Commit

Permalink
Merge pull request #3585 from mdstjean/patch-2
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
varodrig authored Sep 3, 2024
2 parents 94f12f2 + b018106 commit 883c4c0
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions src/pages/sigs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
ExternalLink,
Flag,
Power,
Share-2,
Shield,
Smartphone,
Tool,
Expand Down Expand Up @@ -179,47 +180,52 @@ export default function SIGPage() {
</div>
</div>
<h3 className={h3Style}>Links</h3>
<p className={paragraphStyle}>
Ready to join us? Check out the AGENDA doc, join the SLACK channel, and add us to your CALENDAR.
Missed a session? Take a look at our PLAYLIST and SUBMIT a talk for a future session.
</p>
<div className="grid lg:grid-cols-5 my-8 lg:my-0 gap-8 page-wrapper">
<Callout
title="AGENDA"
url="http://red.ht/commons-vpsig-agenda"
icon={<ExternalLink alt="" />}
>
Get info & notes
</Callout>
<Callout
title="SLACK"
type="warning"
url="https://openshiftcommons.slack.com/archives/C059ABEU2ET"
icon={<ExternalLink alt="" />}
>
Join the conversation
</Callout>
<Callout
title="CALENDAR"
url="https://calendar.google.com/calendar/u/0?cid=b3BlbnNoaWZ0Y29tbW9uc3JoQGdtYWlsLmNvbQ"
icon={<ExternalLink alt="" />}
>
Add the Commons calendar
</Callout>
<Callout
title="PLAYLIST"
type="warning"
url="https://youtube.com/playlist?list=PLaR6Rq6Z4Iqf8CbyJFX9vSVxBc9sBTIKK&si=vDh82Ur4GUixyS9I"
icon={<ExternalLink alt="" />}
>
View previous sessions
</Callout>
<Callout
title="SUBMIT"
url="https://forms.gle/3QjcCiB6oZsBMM1u6"
icon={<ExternalLink alt="" />}
>
Submit a session
</Callout>
</div>
<p className={paragraphStyle}>
Ready to join us? Check out the <b>Agenda</b> doc, join the <b>Slack</b> channel, and add us to your <b>Calendar</b>.
Missed a session? Take a look at our <b>Playlist</b> and <b>Submit</b> a talk for a future session.
</p>
</AccordionItem>

<AccordionItem title="Data SIG" icon={<ModernTriangle alt="" />}>
<AccordionItem title="Data" icon={<Share-2 alt="" />}>
<p className={paragraphStyle}>
The Data Special Interest Group (SIG) is a forum for lively interactions about all things data related.
Whether you’re working on solutions for Storage and Data Services, Business Continuity and Disaster Recovery,
Expand Down Expand Up @@ -265,44 +271,49 @@ export default function SIGPage() {
</div>
</div>
<h3 className={h3Style}>Links</h3>
<p className={paragraphStyle}>
Ready to join us? Check out the AGENDA doc, join the SLACK channel, and add us to your CALENDAR.
Missed a session? Take a look at our PLAYLIST and SUBMIT a talk for a future session.
</p>
<div className="grid lg:grid-cols-5 my-8 lg:my-0 gap-8 page-wrapper">
<Callout
title="AGENDA"
url="http://red.ht/commons-datasig-agenda"
icon={<ExternalLink alt="" />}
>
Get info & notes
</Callout>
<Callout
title="SLACK"
type="warning"
url="https://openshiftcommons.slack.com/archives/C07JKN0J5C6"
icon={<ExternalLink alt="" />}
>
Join the conversation
</Callout>
<Callout
title="CALENDAR"
url="https://calendar.google.com/calendar/u/0?cid=b3BlbnNoaWZ0Y29tbW9uc3JoQGdtYWlsLmNvbQ"
icon={<ExternalLink alt="" />}
>
Add the Commons calendar
</Callout>
<Callout
title="PLAYLIST"
type="warning"
url="https://www.youtube.com/playlist?list=PLaR6Rq6Z4Iqe0ROvj-HUjoMV0LXQ3aQq4"
icon={<ExternalLink alt="" />}
>
View previous sessions
</Callout>
<Callout
title="SUBMIT"
url="https://forms.gle/UnMQH9NJoEsgL8n89"
icon={<ExternalLink alt="" />}
>
Submit a session
</Callout>
</div>
<p className={paragraphStyle}>
Ready to join us? Check out the <b>Agenda</b> doc, join the <b>Slack</b> channel, and add us to your <b>Calendar</b>.
Missed a session? Take a look at our <b>Playlist</b> and <b>Submit</b> a talk for a future session.
</p>
</AccordionItem>
<AccordionItem title="DevSecOps" icon={<Shield alt="" />}>
<p className={paragraphStyle}>
Expand Down

0 comments on commit 883c4c0

Please sign in to comment.