-
Notifications
You must be signed in to change notification settings - Fork 3
Folder Structure
itsjoeyoung edited this page Feb 19, 2013
·
2 revisions
- 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.
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.
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.
CC-BY-SA-88x31.png This text is available under the Creative Commons Attribution-ShareAlike License. By making changes to this page, you irrevocably agree to release your contribution under the CC-BY-SA 3.0 License.