struex / meteor-foundation

Foundation by ZURB — an advanced responsive web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundation Build Status

An advanced responsive web framework by ZURB

This is a smart package for use with the Meteor open-source web platform and the Meteorite package manager. It is meant to be downloadable from the Atmosphere package repository or from Github.

Foundation is an advanced responsive web framework. It features a flexible grid useful for rapid prototyping and mobile-ready design, and the results are beautiful, readable web sites. Version 4 was built with "Mobile First" RWD, semantic-friendly markup, and all new JavaScript. (Note that version 4 no longer supports IE 7 & 8—so hopefully you don't have to either!)

Checkout the Kitchen Sink page to view all the elements in their native splendor. Or browse the Case Studies to see some sites which were built with Foundation and get ideas how it can be tweaked and customized to fit your style.

How to install

  1. npm install -g meteorite (if not already installed)
  2. mrt add foundation
  3. Minified CSS and JS files will be linked in your client-side code.
  4. Foundation's JavaScripts are already initialized in your client.

Version History

  • 2013-09-25 v4.3.2 -- new Foundation version 4.3.2 (lots of fixes); also restored logical load order of CSS and JS
  • 2013-07-27 v4.3.1 -- new Foundation version 4.3.1 (bug fixes)
  • 2013-07-22 v4.3.0 -- new Foundation version 4.3.0 (includes new Abide form validation plugin)
  • 2013-06-30 v4.2.3 -- new Foundation version 4.2.3, add token Travis-CI support
  • 2013-06-11 v4.2.2 -- new Foundation version 4.2.2
  • 2013-06-11 v4.2.1r2 -- Foundation JavaScript now initialized automatically when jQuery is ready
  • 2013-06-04 v4.2.1 -- new Foundation version 4.2.1; added normalize.css
  • 2013-05-21 v4.1.6r2 -- minor update to README.md, renamed 'lib' directory to 'client' for clarity
  • 2013-05-06 v4.1.6 -- initial release of the package containing Foundation version 4.1.6

Documentation

Detailed documentation can be found at http://foundation.zurb.com/docs/

Getting Started

ZURB has provided some great sample templates with a handful of common layouts which you could use to get started fast.

Charlie Guo and Kevin Xu have created some hands-on interactive tutorials to get you into using the HTML and CSS right away at the site tryfoundation.io

Getting Help

TODO

  • Add continuous integration and testing with Travis CI and Tinytest.
  • Make an SCSS version of this package for SASS-y people? (Contact @ewall if you'd like to see that.)

Just Because

The Foundation Yeti

About

Foundation by ZURB — an advanced responsive web framework

License:MIT License


Languages

Language:CSS 91.6%Language:JavaScript 8.4%