/Magento-Zurb-Foundation

Magento HTML5 Responsive Theme Boilerplate

Primary LanguageJavaScript

##Magento Zurb Foundation

##Public Alpha

  • Don't download it just yet, it's not ready, unless you want to contribute.
  • It's still not fully integrated and has parts of the theme I'm building for my store's theme, which I intend to finish first and then port most of the code here.
  • I still have yet to remove all of zeljkoprsa's Waterlee theme.
  • What I want is for Magento-Zurb-Foundation to be completely integrated with Foundation 4, be built mobile first and have the complete look and feel of Foundation. I plan to use it for all my future projects, so I need something that's very easy to customize, which is what made me fork Waterlee first, because it was unfinished, and didn't use most of Foundation's features.
  • The theme itself is still rough around the edges but you now have pretty much everything you need to start creating your own theme. Remember that this is an ALPHA-boilerplate, not a production ready theme! The theming will be up to you!

##What's inside:

##What's next (A.K.A. The P.L.A.N.):

Currently, a demo is unavailable but at this point it's not about the looks, There is a demo under Waterlee-Boilerplate however. That would give you some idea of where this is going, however, I'm stripping all of the theming components that are in Waterlee, as it's not a pure Foundation 4 theme, which this intends to be. download it, test it and please do provide a constructive feedback. Receiving your feedback and participation will make this worthwhile for everyone.

Also, I'm not terribly good with PHP or JS, most of what I know comes from stitching together random pieces of PHP around the internet after Googling my problem, so I'm always happy for somone to take a look at the code and make sure it's up to snuff.

I hope Magento 2.0 comes soon, so I can slap Zurb Foundation or Twitter Bootstrap on it and finally forget about silly No-Conflict errors.

Further, this is my first time doing anything with Git or Github, so I'm still trying to figure out the best way to do things.

##Setup Tips:

  • Download Sublime Text 2.
  • If on Windows:
    • Download GitHub's application, it's awesome and comes with a great command line. Hit the [Clone in Windows] button on top.
    • Download and install Compass (http://compass-style.org/)
    • Download latest Zurb Foundation, and extract it to "%HOMEPATH%.compass\extensions\foundation-master"
    • Buy Sublime Text 2 (http://www.sublimetext.com/2) It's well worth it, and my fave editor.
    • Install the Compass Bundle for Sublime Text 2 (https://github.com/CristinaSolana/Compass-ST2-Bundle)
    • Open the Zurb-Foundation.sublime-project (skin/frontend/zurb-foundation/default/) in Sublime Text 2 and press Tools > Build so that the SCSS gets built.
  • Edit "/skin/frontend/zurb-foundation/default/styles.scss" to edit the themes CSS.

I bounce from Linux to Windows, so your mileage may vary. The above is my current setup.