@@ -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