Pubbly-2016

This project is live and mostly up to date with the github Repository at

http://www.pubbly.com/Pubbly-2016

DEVELOPMENT NOTES:

To do notes in code:

    Add all to do's in the following format
    Javascript, CSS or PHP:
        // TODO: Single line

        /* TODO:
         *
         * Multi
         * line
         */

    HTML:
        <!-- TODO: Single line -->

        <!-- TODO:
            Multi
            line
        -->