Skip to content

Commit b018106

Browse files
authored
Update index.js
Change Data SIG to just Data. Updated icon. Added description to callouts.
1 parent 94f12f2 commit b018106

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

src/pages/sigs/index.js

+20-9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
ExternalLink,
1111
Flag,
1212
Power,
13+
Share-2,
1314
Shield,
1415
Smartphone,
1516
Tool,
@@ -179,47 +180,52 @@ export default function SIGPage() {
179180
</div>
180181
</div>
181182
<h3 className={h3Style}>Links</h3>
182-
<p className={paragraphStyle}>
183-
Ready to join us? Check out the AGENDA doc, join the SLACK channel, and add us to your CALENDAR.
184-
Missed a session? Take a look at our PLAYLIST and SUBMIT a talk for a future session.
185-
</p>
186183
<div className="grid lg:grid-cols-5 my-8 lg:my-0 gap-8 page-wrapper">
187184
<Callout
188185
title="AGENDA"
189186
url="http://red.ht/commons-vpsig-agenda"
190187
icon={<ExternalLink alt="" />}
191188
>
189+
Get info & notes
192190
</Callout>
193191
<Callout
194192
title="SLACK"
195193
type="warning"
196194
url="https://openshiftcommons.slack.com/archives/C059ABEU2ET"
197195
icon={<ExternalLink alt="" />}
198196
>
197+
Join the conversation
199198
</Callout>
200199
<Callout
201200
title="CALENDAR"
202201
url="https://calendar.google.com/calendar/u/0?cid=b3BlbnNoaWZ0Y29tbW9uc3JoQGdtYWlsLmNvbQ"
203202
icon={<ExternalLink alt="" />}
204203
>
204+
Add the Commons calendar
205205
</Callout>
206206
<Callout
207207
title="PLAYLIST"
208208
type="warning"
209209
url="https://youtube.com/playlist?list=PLaR6Rq6Z4Iqf8CbyJFX9vSVxBc9sBTIKK&si=vDh82Ur4GUixyS9I"
210210
icon={<ExternalLink alt="" />}
211211
>
212+
View previous sessions
212213
</Callout>
213214
<Callout
214215
title="SUBMIT"
215216
url="https://forms.gle/3QjcCiB6oZsBMM1u6"
216217
icon={<ExternalLink alt="" />}
217218
>
219+
Submit a session
218220
</Callout>
219221
</div>
222+
<p className={paragraphStyle}>
223+
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>.
224+
Missed a session? Take a look at our <b>Playlist</b> and <b>Submit</b> a talk for a future session.
225+
</p>
220226
</AccordionItem>
221227

222-
<AccordionItem title="Data SIG" icon={<ModernTriangle alt="" />}>
228+
<AccordionItem title="Data" icon={<Share-2 alt="" />}>
223229
<p className={paragraphStyle}>
224230
The Data Special Interest Group (SIG) is a forum for lively interactions about all things data related.
225231
Whether you’re working on solutions for Storage and Data Services, Business Continuity and Disaster Recovery,
@@ -265,44 +271,49 @@ export default function SIGPage() {
265271
</div>
266272
</div>
267273
<h3 className={h3Style}>Links</h3>
268-
<p className={paragraphStyle}>
269-
Ready to join us? Check out the AGENDA doc, join the SLACK channel, and add us to your CALENDAR.
270-
Missed a session? Take a look at our PLAYLIST and SUBMIT a talk for a future session.
271-
</p>
272274
<div className="grid lg:grid-cols-5 my-8 lg:my-0 gap-8 page-wrapper">
273275
<Callout
274276
title="AGENDA"
275277
url="http://red.ht/commons-datasig-agenda"
276278
icon={<ExternalLink alt="" />}
277279
>
280+
Get info & notes
278281
</Callout>
279282
<Callout
280283
title="SLACK"
281284
type="warning"
282285
url="https://openshiftcommons.slack.com/archives/C07JKN0J5C6"
283286
icon={<ExternalLink alt="" />}
284287
>
288+
Join the conversation
285289
</Callout>
286290
<Callout
287291
title="CALENDAR"
288292
url="https://calendar.google.com/calendar/u/0?cid=b3BlbnNoaWZ0Y29tbW9uc3JoQGdtYWlsLmNvbQ"
289293
icon={<ExternalLink alt="" />}
290294
>
295+
Add the Commons calendar
291296
</Callout>
292297
<Callout
293298
title="PLAYLIST"
294299
type="warning"
295300
url="https://www.youtube.com/playlist?list=PLaR6Rq6Z4Iqe0ROvj-HUjoMV0LXQ3aQq4"
296301
icon={<ExternalLink alt="" />}
297302
>
303+
View previous sessions
298304
</Callout>
299305
<Callout
300306
title="SUBMIT"
301307
url="https://forms.gle/UnMQH9NJoEsgL8n89"
302308
icon={<ExternalLink alt="" />}
303309
>
310+
Submit a session
304311
</Callout>
305312
</div>
313+
<p className={paragraphStyle}>
314+
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>.
315+
Missed a session? Take a look at our <b>Playlist</b> and <b>Submit</b> a talk for a future session.
316+
</p>
306317
</AccordionItem>
307318
<AccordionItem title="DevSecOps" icon={<Shield alt="" />}>
308319
<p className={paragraphStyle}>

0 commit comments

Comments
 (0)