This repo is the production site of www.ilite.us, but should also be considered a legacy codebase. Content should be updated and serious bugs fixed, but new development efforts will go into this repo.
From the command line, in the root ilite folder, type gulp. This will run a watcher task that will compile all LESS and JavaScript files.
Run WAMP/MAMP/LAMP on the ilite directory. View the website on whatever port your local server delivers it on.
Add text to <div class="head-image__subheader"></div>
Add style="background-image: url( YOUR FILE PATH HERE )" to <div class="head-image inner-page">. It should end up looking similar to: <div class="head-image inner-page" style="background-image: url( /images/headers/mission-header.jpg )">
[ilite style guide] (https://github.com/GailDrake/ilite/wiki/Less-Style-guide) - A short, but authoritative style guide. Memorize it. Follow it. Teach it to your friends.
[Airbnb CSS Style Guide] (https://github.com/airbnb/css) - A very well written and comprehensive guide to CSS and Sass. We're using Less, but they're basically the same. For any conflicts with the ilite style guide, this loses.
[Airbnb JavaScript Style Guide] (https://github.com/airbnb/javascript) - Great general guidelines, and the style guide I've been seeing many companies use lately.
Do not write in any *.css files. They are being generated by *.less files and will be written over.
All members will be stored in a javascript array of objects and iterated through using Angular.