@@ -169,7 +169,7 @@ const OpenDevTwo: NextPage = () => {
169
169
< td > 19 Oct 2022</ td >
170
170
< td > 2-4pm, CLB 6</ td >
171
171
</ tr >
172
- < tr style = { { backgroundColor : 'rgb(233, 240, 251)' } } >
172
+ < tr style = { { backgroundColor : 'rgb(233, 240, 251)' , color : '#b8bcc0' } } >
173
173
< td > Week 7</ td >
174
174
< td > < span style = { { fontWeight : "800" } } > MongoDB & ExpressJS Workshop</ span >
175
175
< p style = { { margin : "0.2rem 0 0" , fontSize : "0.7rem" , lineHeight : "0.9rem" } } >
@@ -179,12 +179,12 @@ const OpenDevTwo: NextPage = () => {
179
179
< td > 26 Oct 2022</ td >
180
180
< td > 2-4pm, Ainsworth 202</ td >
181
181
</ tr >
182
- < tr style = { { backgroundColor : 'rgb(224, 235, 253)' } } >
182
+ < tr style = { { backgroundColor : 'rgb(224, 235, 253)' , color : '#b8bcc0' } } >
183
183
< td > Week 8</ td >
184
184
< td >
185
185
< span style = { { fontWeight : "800" } } > MongoDB & ExpressJS Dev Session</ span >
186
186
< p style = { { margin : "0.2rem 0 0" , fontSize : "0.7rem" , lineHeight : "0.9rem" } } >
187
- Work on ReactJS Part 2 exercises and get help 🥰< br />
187
+ Work on MongoDB & ExpressJS exercises and get help 🥰< br />
188
188
Chill, chat, study. Snacks provided 🧁
189
189
</ p >
190
190
</ td >
@@ -193,10 +193,9 @@ const OpenDevTwo: NextPage = () => {
193
193
</ tr >
194
194
< tr style = { { backgroundColor : 'rgb(233, 240, 251)' } } >
195
195
< td > Week 9</ td >
196
- < td > < span style = { { fontWeight : "800" } } > Project Dev Session </ span >
196
+ < td > < span style = { { fontWeight : "800" } } > Deploying Web Apps (as a broke uni student) </ span >
197
197
< p style = { { margin : "0.2rem 0 0" , fontSize : "0.7rem" , lineHeight : "0.9rem" } } >
198
- Put your new skills to the test and build a project!< br />
199
- Chill, chat, study. Snacks provided 🧁
198
+ Learn how to configure, build and deploy our web apps so everyone can see it online ⚡️
200
199
</ p > </ td >
201
200
< td > 9 Nov 2022</ td >
202
201
< td > 2-4pm, Ainsworth 202</ td >
0 commit comments