karlstolley / 535

Course materials for COM535: Instructional Design
http://karlstolley.github.com/535/
1 stars 6 forks source link

To-Dos from 11/13 Presentations #40

Open karlstolley opened 11 years ago

karlstolley commented 11 years ago

Content

ghost commented 11 years ago

Hi everyone-

I added the YAML at the end of my index.html file for the CSS section. Can someone verify that this is correct before I do the rest? You can see it at the bottom of this file: https://github.com/camcclure/535/blob/5e8f7fdaf3ed73200afb9e4d5290260111639189/css/index.html

Also: for the previous page of my file, I put the last page of Khalila's HTML section (I think it's sampleproject.html--is that correct?)

Saturday is "back to work" day for me, apparently.

Christine

ghost commented 11 years ago

Also: what was the project title we decided on? The "personal profile page"?

atsansone commented 11 years ago

I'll take a look when I get home Christine.

T On Nov 24, 2012 1:29 PM, "Christine McClure" notifications@github.com wrote:

Hi everyone-

I added the YAML at the end of my index.html file for the CSS section. Can someone verify that this is correct before I do the rest? You can see it at the bottom of this file: https://github.com/camcclure/535/blob/5e8f7fdaf3ed73200afb9e4d5290260111639189/css/index.html

Also: for the previous page of my file, I put the last page of Khalila's HTML section (I think it's sampleproject.html--is that correct?)

Saturday is "back to work" day for me, apparently.

Christine

— Reply to this email directly or view it on GitHubhttps://github.com/karlstolley/535/issues/40#issuecomment-10682689.

atsansone commented 11 years ago

Yes, I believe so. On Nov 24, 2012 1:50 PM, "Christine McClure" notifications@github.com wrote:

Also: what was the project title we decided on? The "personal profile page"?

— Reply to this email directly or view it on GitHubhttps://github.com/karlstolley/535/issues/40#issuecomment-10682898.

kchughes commented 11 years ago

The last page of my section is learnmore.html. Regarding the yaml, I thought previous, next, and progress were supposed to go at the beginning with the rest? Though, it makes sense if its at the end. Please confirm so I could make the changes, too.

kchughes commented 11 years ago

Also, I like the idea of the last page of the previous section, being the previous page and the same with the next. Should I not worry about the markdown section?

karlstolley commented 11 years ago

Christine--Put the YAML all at the top of the file; I don't know that Jekyll will read an parse more than one area of YAML on a page.

Also, for everyone: I've added conditionals on the main _layouts/page.html file so that the previous/next buttons are only shown if there is a previous or next item, and that previous and next each are only displayed on the pages that have them. Same thing for the progress bar.