Skip to content

Commit 50e6301

Browse files
committed
opendev info: deployment wk9
1 parent e0e5203 commit 50e6301

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

pages/course-revision/[course_offering]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Card } from '@modulz/design-system'
22
import ArticleLayout from 'components/ArticleLayout'
33
import { ProblemCard } from 'components/ProblemCard'
44
import { Tag } from 'components/Tag'
5-
import { allCourseRevisionOfferings, allCourseRevisionExercises, CourseRevisionExercise, allBlockContents } from 'contentlayer/generated'
5+
import { allCourseRevisionOfferings, allCourseRevisionExercises, CourseRevisionExercise } from 'contentlayer/generated'
66
import { InferGetStaticPropsType } from 'next'
77
import { useMDXComponent } from 'next-contentlayer/hooks'
88
import Link from 'next/link'

pages/opendev/index.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const OpenDevTwo: NextPage = () => {
169169
<td>19 Oct 2022</td>
170170
<td>2-4pm, CLB 6</td>
171171
</tr>
172-
<tr style={{ backgroundColor: 'rgb(233, 240, 251)' }}>
172+
<tr style={{ backgroundColor: 'rgb(233, 240, 251)', color: '#b8bcc0' }}>
173173
<td>Week 7</td>
174174
<td><span style={{ fontWeight: "800" }} >MongoDB &amp; ExpressJS Workshop</span>
175175
<p style={{ margin: "0.2rem 0 0", fontSize: "0.7rem", lineHeight: "0.9rem" }}>
@@ -179,12 +179,12 @@ const OpenDevTwo: NextPage = () => {
179179
<td>26 Oct 2022</td>
180180
<td>2-4pm, Ainsworth 202</td>
181181
</tr>
182-
<tr style={{ backgroundColor: 'rgb(224, 235, 253)' }}>
182+
<tr style={{ backgroundColor: 'rgb(224, 235, 253)', color: '#b8bcc0' }}>
183183
<td>Week 8</td>
184184
<td>
185185
<span style={{ fontWeight: "800" }} >MongoDB &amp; ExpressJS Dev Session</span>
186186
<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 &amp; ExpressJS exercises and get help 🥰<br />
188188
Chill, chat, study. Snacks provided 🧁
189189
</p>
190190
</td>
@@ -193,10 +193,9 @@ const OpenDevTwo: NextPage = () => {
193193
</tr>
194194
<tr style={{ backgroundColor: 'rgb(233, 240, 251)' }}>
195195
<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>
197197
<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 ⚡️
200199
</p></td>
201200
<td>9 Nov 2022</td>
202201
<td>2-4pm, Ainsworth 202</td>

0 commit comments

Comments
 (0)