This is the Introduction To Foundation presentation made at the 7hills Software Developer's Group on August 15th, 2013.
Just go to: http://saidigital.github.io/intro-to-foundation/
It's best viewed on a desktop due to the responsive examples that I try to embed within the presentation, ironic given that this is a presentation for a responsive framework.
If you want to view the slides on your machine, you can clone the pre-built slides at the gh-pages
branch
You can also get the repo without git here.
Make sure you have node.js installed, and from a terminal run the following from the root of the project directory: npm install && bower install
Then, also from the root of the project directory, start the server: grunt server
You should now be able to access the slides from http://localhost:9000
.
Demo source is located in the foundation
directory. They are as follows:
- Grid Example
foundation/gridexample.html
- Incremental Demo
- Step 1:
foundation/step_01.html
- Step 2:
foundation/step_02.html
- Step 3:
foundation/step_03.html
- Step 4:
foundation/step_04.html
- Step 5:
foundation/step_05.html
- Step 6:
foundation/step_06.html
- Step 1:
- ZURB Foundation
- Main site: http://foundation.zurb.com/
- Documentation: http://foundation.zurb.com/docs/
- Responsive Tables With Foundation: http://zurb.com/playground/responsive-tables
- Twitter Bootstrap
- For latest: http://getbootstrap.com/
- For latest stable: http://getbootstrap.com/2.3.2/
- Placehold.it, placeholder images for your HTML mockups
- Sass
- Less
- http://lesscss.org/
- Haml
- Evolus Pencil (For Mockups, free)
- Balsamiq (For Mockups, not free, but really awesome)
- Responsive Web Design
- The article that started it all: http://alistapart.com/article/responsive-web-design
- Skeleton Responsive Framework
- Zepto