- The base css framework used is http://purecss.io and we are adding on the Illinois Legal Aid Online's Style on Top of it.
- The Layout used is the "Responsive Side Menu"
To add a new page, follow the steps below in order.
- Add a navigation item to the index.html page.
- Create the page based on one of the files from the layouts, folder.
- Save the .html page file in the layouts folder to use if you need to do any future edits.
- Lastly, go to "https://kangax.github.io/html-minifier/" for minifying the HTML file you just created.
- Convert any "single quotes" to ' in the minified file.
- Go to js/data/dummydata.js, at the end of last entry add a "comma".
- Add the name of your Navigation item, make sure it is exactly the same.
- For instance, "Hello": 'minified goes here'.
- That's it, and now you can publish the page and the ajax will load it.
- If things don't work, right click on the page and go to inspect element.
- Debug from there.