Karma/Bundle layout: Difference between revisions
mNo edit summary |
ChristophD (talk | contribs) |
||
| Line 119: | Line 119: | ||
lesson_name/ | lesson_name/ | ||
index.html ( valid html5 -- markup only includes visual elements and links in other resources, no inline code or styling ) | index.html ( lesson menu with iFrame for lesson.html ) | ||
lesson.html ( valid html5 -- markup only includes visual elements and links in other resources, no inline code or styling ) | |||
css/lesson_name.css ( css files -- specific to the lesson ) | css/lesson_name.css ( css files -- specific to the lesson ) | ||
js/ lesson_name.js ( javascript controlling logic for the lesson ) | js/ lesson_name.js ( javascript controlling logic for the lesson ) | ||