Skip to content
itsjoeyoung edited this page Feb 19, 2013 · 2 revisions

Root Structure:

  • css/ -This is where all theming, or global Cascading Style Sheets(.css) files should be stored.
  • js/ -This is where all global JavaScript(.js) files should be stored.
  • images/ -This is where all image media should be stored.
  • interactive/ -This is where interactive applications should be stored.
  • articles/ -This is where individual article pages will be stored
  • Index.html -This is the home page, it is always in the root directory.

Interactive Structure:

To make references to global resources in this folder just prefix the url with "../" in css, in js prefix them with "./"

  • css/ -This is where all interactive specific Cascading Style Sheets(.css) files should be stored.
  • js/ -This is where interactive application specific JavaScript(.js) files should be stored.
  • Index.html -This is the home page for the interactive app.

Article Structure:

To make references to global resources in this folder just prefix the url with "../" in css, in js prefix Article folders should only contain HTML files and reference all global resource.

Clone this wiki locally