@@ -10,6 +10,7 @@ import {
10
10
ExternalLink ,
11
11
Flag ,
12
12
Power ,
13
+ Share - 2 ,
13
14
Shield ,
14
15
Smartphone ,
15
16
Tool ,
@@ -179,47 +180,52 @@ export default function SIGPage() {
179
180
</ div >
180
181
</ div >
181
182
< 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 >
186
183
< div className = "grid lg:grid-cols-5 my-8 lg:my-0 gap-8 page-wrapper" >
187
184
< Callout
188
185
title = "AGENDA"
189
186
url = "http://red.ht/commons-vpsig-agenda"
190
187
icon = { < ExternalLink alt = "" /> }
191
188
>
189
+ Get info & notes
192
190
</ Callout >
193
191
< Callout
194
192
title = "SLACK"
195
193
type = "warning"
196
194
url = "https://openshiftcommons.slack.com/archives/C059ABEU2ET"
197
195
icon = { < ExternalLink alt = "" /> }
198
196
>
197
+ Join the conversation
199
198
</ Callout >
200
199
< Callout
201
200
title = "CALENDAR"
202
201
url = "https://calendar.google.com/calendar/u/0?cid=b3BlbnNoaWZ0Y29tbW9uc3JoQGdtYWlsLmNvbQ"
203
202
icon = { < ExternalLink alt = "" /> }
204
203
>
204
+ Add the Commons calendar
205
205
</ Callout >
206
206
< Callout
207
207
title = "PLAYLIST"
208
208
type = "warning"
209
209
url = "https://youtube.com/playlist?list=PLaR6Rq6Z4Iqf8CbyJFX9vSVxBc9sBTIKK& si = vDh82Ur4GUixyS9I "
210
210
icon = { < ExternalLink alt = "" /> }
211
211
>
212
+ View previous sessions
212
213
</ Callout >
213
214
< Callout
214
215
title = "SUBMIT"
215
216
url = "https://forms.gle/3QjcCiB6oZsBMM1u6"
216
217
icon = { < ExternalLink alt = "" /> }
217
218
>
219
+ Submit a session
218
220
</ Callout >
219
221
</ 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 >
220
226
</ AccordionItem >
221
227
222
- < AccordionItem title = "Data SIG " icon = { < ModernTriangle alt = "" /> } >
228
+ < AccordionItem title = "Data" icon = { < Share-2 alt = "" /> } >
223
229
< p className = { paragraphStyle } >
224
230
The Data Special Interest Group (SIG) is a forum for lively interactions about all things data related.
225
231
Whether you’re working on solutions for Storage and Data Services, Business Continuity and Disaster Recovery,
@@ -265,44 +271,49 @@ export default function SIGPage() {
265
271
</ div >
266
272
</ div >
267
273
< 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 >
272
274
< div className = "grid lg:grid-cols-5 my-8 lg:my-0 gap-8 page-wrapper" >
273
275
< Callout
274
276
title = "AGENDA"
275
277
url = "http://red.ht/commons-datasig-agenda"
276
278
icon = { < ExternalLink alt = "" /> }
277
279
>
280
+ Get info & notes
278
281
</ Callout >
279
282
< Callout
280
283
title = "SLACK"
281
284
type = "warning"
282
285
url = "https://openshiftcommons.slack.com/archives/C07JKN0J5C6"
283
286
icon = { < ExternalLink alt = "" /> }
284
287
>
288
+ Join the conversation
285
289
</ Callout >
286
290
< Callout
287
291
title = "CALENDAR"
288
292
url = "https://calendar.google.com/calendar/u/0?cid=b3BlbnNoaWZ0Y29tbW9uc3JoQGdtYWlsLmNvbQ"
289
293
icon = { < ExternalLink alt = "" /> }
290
294
>
295
+ Add the Commons calendar
291
296
</ Callout >
292
297
< Callout
293
298
title = "PLAYLIST"
294
299
type = "warning"
295
300
url = "https://www.youtube.com/playlist?list=PLaR6Rq6Z4Iqe0ROvj-HUjoMV0LXQ3aQq4"
296
301
icon = { < ExternalLink alt = "" /> }
297
302
>
303
+ View previous sessions
298
304
</ Callout >
299
305
< Callout
300
306
title = "SUBMIT"
301
307
url = "https://forms.gle/UnMQH9NJoEsgL8n89"
302
308
icon = { < ExternalLink alt = "" /> }
303
309
>
310
+ Submit a session
304
311
</ Callout >
305
312
</ 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 >
306
317
</ AccordionItem >
307
318
< AccordionItem title = "DevSecOps" icon = { < Shield alt = "" /> } >
308
319
< p className = { paragraphStyle } >
0 commit comments