Skip to content

Commit 79be2ab

Browse files
committed
Update WDTD
1 parent 6e53571 commit 79be2ab

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

src/pages/academy/part-time/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ const PartTimeCourses = () => (
118118
title="Web Development Test Drive"
119119
image={wdtd}
120120
path="/academy/part-time/test-drive"
121-
month="February"
122-
day={20}
121+
month="August"
122+
day={28}
123123
days={['Sat']}
124124
tags={['6-WEEKS', 'BEGINNER']}
125125
time="10:00 a.m. - 3:00 p.m."

src/pages/academy/part-time/register.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ const COURSES = {
2323
// end: '2019-04-20',
2424
// },
2525
wdtd: {
26-
session: 'Spring Session 2021',
26+
session: 'Late Summer 2021',
2727
name: 'Web Development Test Drive',
2828
days: 'Saturdays',
2929
time: '10:00 a.m. - 3:00 p.m.',
30-
start: '2021-02-20',
31-
end: '2021-03-27',
30+
start: '2021-08-28',
31+
end: '2021-10-02',
3232
},
3333
// rbiw: {
3434
// session: 'Summer Session',

src/pages/academy/part-time/test-drive.js

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ const TestDriveCourse = ({ data }) => (
2323
<div className="level-item has-text-centered">
2424
<div>
2525
<p className="heading">Start Date</p>
26-
<p className="title is-5">May 22, 2021</p>
26+
<p className="title is-5">August 28, 2021</p>
2727
</div>
2828
</div>
2929
<div className="level-item has-text-centered">
3030
<div>
3131
<p className="heading">End Date</p>
32-
<p className="title is-5">June 26, 2021</p>
32+
<p className="title is-5">Oct 2, 2021</p>
3333
</div>
3434
</div>
3535
<div className="level-item has-text-centered">
@@ -90,8 +90,8 @@ const TestDriveCourse = ({ data }) => (
9090
</p>
9191

9292
<p>
93-
Classes are once week (as scheduled) at 10:00 a.m to 3 P.M. The course is taught{' '}
94-
<strong>online</strong>.
93+
Classes are once week (as scheduled) at 10:00 a.m to 3 P.M. The
94+
course is taught <strong>online</strong>.
9595
</p>
9696

9797
<p>
@@ -168,9 +168,7 @@ const TestDriveCourse = ({ data }) => (
168168
<tr>
169169
<th>
170170
<h5 className="title is-5">Week Three</h5>
171-
<h6 className="subtitle is-6">
172-
CSS Layouts
173-
</h6>
171+
<h6 className="subtitle is-6">CSS Layouts</h6>
174172
</th>
175173
<td>
176174
<ul>
@@ -184,13 +182,13 @@ const TestDriveCourse = ({ data }) => (
184182
<tr>
185183
<th>
186184
<h5 className="title is-5">Week Four</h5>
187-
<h6 className="subtitle is-6">
188-
Responsive Web
189-
</h6>
185+
<h6 className="subtitle is-6">Responsive Web</h6>
190186
</th>
191187
<td>
192188
<ul>
193-
<li>Improving the experience on different sized screens</li>
189+
<li>
190+
Improving the experience on different sized screens
191+
</li>
194192
<li>Media Queries</li>
195193
<li>Responsive Design</li>
196194
<li>Mobile First Design</li>
@@ -200,9 +198,7 @@ const TestDriveCourse = ({ data }) => (
200198
<tr>
201199
<th>
202200
<h5 className="title is-5">Week Five</h5>
203-
<h6 className="subtitle is-6">
204-
Intro to JavaScript
205-
</h6>
201+
<h6 className="subtitle is-6">Intro to JavaScript</h6>
206202
</th>
207203
<td>
208204
<ul>
@@ -218,9 +214,7 @@ const TestDriveCourse = ({ data }) => (
218214
<tr>
219215
<th>
220216
<h5 className="title is-5">Week Six</h5>
221-
<h6 className="subtitle is-6">
222-
Putting it altogether
223-
</h6>
217+
<h6 className="subtitle is-6">Putting it altogether</h6>
224218
</th>
225219
<td>
226220
<ul>

0 commit comments

Comments
 (0)