Skip to content

Commit a39a4dd

Browse files
committed
Adding Monthly Office Hours schedule
1 parent d2cfbd2 commit a39a4dd

1 file changed

Lines changed: 116 additions & 2 deletions

File tree

content/engage/index.mdx

Lines changed: 116 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ id: 'engage-get-involved'
33
title: 'Get Involved'
44
subtitle: 'Connect. Collaborate. Contribute.'
55
---
6-
import { Box, Grid, Button, Link as MuiLink } from '@mui/material';
6+
import { TableHead, TableRow, TableCell, TableBody, Box, Grid, Button, Link as MuiLink } from '@mui/material';
77
import { PageContainer } from '/src/components/PageContainer';
88
import { Hero } from '/src/components/Hero';
99
import { ContentCard } from '/src/components/ContentCard';
1010
import { Link } from 'gatsby';
11+
import { InfoTable } from '/src/components/InfoTable';
1112

1213
<Hero>
1314

@@ -73,7 +74,120 @@ You can also partner with us to co-host an event, reach out to <MuiLink href='ma
7374
<h2 id="sec-monthly-office-hrs">Join our Monthly Office Hours</h2>
7475

7576
Are you looking for support on a current project utilizing STRUDEL, interested in getting started with the STRUDEL Kit, or exploring how to better incorporate UX in your product planning and roadmap?
76-
<br/><br/>Get help directly from the STRUDEL team during our monthly office hours. Reach out to <MuiLink href='mailto:strudel@lbl.gov' target='_blank'>strudel@lbl.gov</MuiLink> to learn more.
77+
<br/><br/>Get help directly from the STRUDEL team during our monthly office hours. Join us each month at the times below:
78+
<br/>
79+
<InfoTable>
80+
<TableHead>
81+
<TableRow>
82+
<TableCell>
83+
Date
84+
</TableCell>
85+
<TableCell>
86+
Type
87+
</TableCell>
88+
<TableCell>
89+
Time
90+
</TableCell>
91+
<TableCell>
92+
Meeting Link
93+
</TableCell>
94+
</TableRow>
95+
</TableHead>
96+
<TableBody>
97+
<TableRow>
98+
<TableCell>
99+
Wed, Sep 24, 2025
100+
</TableCell>
101+
<TableCell>
102+
UX support with Superbloom Design
103+
</TableCell>
104+
<TableCell>
105+
1:00 PM ET / 10:00 AM PT
106+
</TableCell>
107+
<TableCell>
108+
<MuiLink href='https://us02web.zoom.us/j/86900543275' target='_blank'>https://us02web.zoom.us/j/86900543275</MuiLink>
109+
</TableCell>
110+
</TableRow>
111+
112+
<TableRow>
113+
<TableCell>
114+
Thurs, Nov 6, 2025
115+
</TableCell>
116+
<TableCell>
117+
STRUDEL Kit office hours with LBNL
118+
</TableCell>
119+
<TableCell>
120+
12:00 PM ET / 9:00 AM PT
121+
</TableCell>
122+
<TableCell>
123+
<MuiLink href='https://lbnl.zoom.us/j/92080995396?pwd=vki18jjUb5OC0whdVMbb9bEJAGR6Gw.1&jst=2' target='_blank'>https://lbnl.zoom.us/j/92080995396?pwd=vki18jjUb5OC0whdVMbb9bEJAGR6Gw.1&jst=2</MuiLink>
124+
</TableCell>
125+
</TableRow>
126+
127+
<TableRow>
128+
<TableCell>
129+
Wed, Nov 19, 2025
130+
</TableCell>
131+
<TableCell>
132+
UX support with Superbloom Design
133+
</TableCell>
134+
<TableCell>
135+
12:00 PM ET / 9:00 AM PT
136+
</TableCell>
137+
<TableCell>
138+
<MuiLink href='https://us02web.zoom.us/j/86900543275' target='_blank'>https://us02web.zoom.us/j/86900543275</MuiLink>
139+
</TableCell>
140+
</TableRow>
141+
142+
<TableRow>
143+
<TableCell>
144+
Thurs, Dec 18, 2025
145+
</TableCell>
146+
<TableCell>
147+
STRUDEL Kit office hours with LBNL
148+
</TableCell>
149+
<TableCell>
150+
12:00 PM ET / 9:00 AM PT
151+
</TableCell>
152+
<TableCell>
153+
<MuiLink href='https://lbnl.zoom.us/j/92080995396?pwd=vki18jjUb5OC0whdVMbb9bEJAGR6Gw.1&jst=2' target='_blank'>https://lbnl.zoom.us/j/92080995396?pwd=vki18jjUb5OC0whdVMbb9bEJAGR6Gw.1&jst=2</MuiLink>
154+
</TableCell>
155+
</TableRow>
156+
157+
<TableRow>
158+
<TableCell>
159+
Wed, Jan 21, 2025
160+
</TableCell>
161+
<TableCell>
162+
UX support with Superbloom Design
163+
</TableCell>
164+
<TableCell>
165+
12:00 PM ET / 9:00 AM PT
166+
</TableCell>
167+
<TableCell>
168+
<MuiLink href='https://us02web.zoom.us/j/86900543275' target='_blank'>https://us02web.zoom.us/j/86900543275</MuiLink>
169+
</TableCell>
170+
</TableRow>
171+
172+
<TableRow>
173+
<TableCell>
174+
Thurs, Feb 12, 2025
175+
</TableCell>
176+
<TableCell>
177+
STRUDEL Kit office hours with LBNL
178+
</TableCell>
179+
<TableCell>
180+
12:00 PM ET / 9:00 AM PT
181+
</TableCell>
182+
<TableCell>
183+
<MuiLink href='https://lbnl.zoom.us/j/92080995396?pwd=vki18jjUb5OC0whdVMbb9bEJAGR6Gw.1&jst=2' target='_blank'>https://lbnl.zoom.us/j/92080995396?pwd=vki18jjUb5OC0whdVMbb9bEJAGR6Gw.1&jst=2</MuiLink>
184+
</TableCell>
185+
</TableRow>
186+
187+
</TableBody>
188+
</InfoTable>
189+
<br/>
190+
Reach out to <MuiLink href='mailto:strudel@lbl.gov' target='_blank'>strudel@lbl.gov</MuiLink> for any other requests.
77191

78192
{/*
79193
<br/>Sign up for a 15-30 minute timeslot during our next office hours via registration link below:

0 commit comments

Comments
 (0)