This template, built on Zurb Foundation, makes prototyping for Kent State websites easier than ever before. Yay!
- index.html: This is the "kitchen sink", which shows examples of the available styles.
- landing-page-template.html: This is a template for a basic top-level landing page.
- Coming Soon: Page w/ Left Column, Departmental Pages
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- Grunt: Run
[sudo] npm install -g grunt-cli - Bower: Run
[sudo] npm install -g bower
git clone [email protected]:zurb/foundation-libsass-template.git
npm install && bower installWhile you're working on your project, run:
grunt
And you're set!
scss/_settings.scss: Foundation configuration settings go in herescss/app.scss: Application styles go here
- Simplify the structure of buttons. Currently, using lots of important tags instead of mix-ins.
- Replace all color values with "theme" values instead, so that colors can be easily swapped.