Karma/Bundle layout: Difference between revisions
ChristophD (talk | contribs) |
ChristophD (talk | contribs) |
||
| Line 123: | Line 123: | ||
exercise.html ( =||= ) | exercise.html ( =||= ) | ||
game.html ( =||= ) | game.html ( =||= ) | ||
css/ | css/lesson.css ( css files -- specific to the lesson ) | ||
js/ | css/exercise.css ( css files -- specific to the exercise ) | ||
css/game.css ( css files -- specific to the game ) | |||
js/lesson.js ( javascript controlling logic for the lesson ) | |||
js/exercise.js ( javascript controlling logic for the exercise ) | |||
js/game.js ( javascript controlling logic for the game ) | |||
po/ ( translation files ) | po/ ( translation files ) | ||
ne-NP.po # example translation file for Nepal - Nepali | ne-NP.po # example translation file for Nepal - Nepali | ||
| Line 131: | Line 135: | ||
generic/ # for language independent assets (e.g. arrows, background images, etc.) | generic/ # for language independent assets (e.g. arrows, background images, etc.) | ||
images/ | images/ | ||
lesson/ | |||
exercise/ | |||
game/ | |||
preview.jpg # screenshot for Chakra | |||
sounds/ | sounds/ | ||
videos/ | videos/ | ||