29
Furatto A GUIDE FOR BETTER DEVELOPMENT @kurenn

Furatto tertulia

Embed Size (px)

DESCRIPTION

Introduction to the mobile first framework called furatto.

Citation preview

Page 1: Furatto tertulia

FurattoA GUIDE FOR BETTER DEVELOPMENT

@kurenn

Page 2: Furatto tertulia

Responsive websites today are hard to develop, is like…

Page 3: Furatto tertulia
Page 4: Furatto tertulia

We build for many screen sizes…

Page 5: Furatto tertulia

480px240px540px 600px

320px

900px768px 960px

1024px 1280px∞px

Page 6: Furatto tertulia

And then we have the tech stack and many solutions…

Page 7: Furatto tertulia

GitSASSHAML LESS

VIM

BoilerplateBrowser CSS

Coffeescript HTMLjQuery

Page 8: Furatto tertulia

There is just much out there….

Page 9: Furatto tertulia

That’s why I built my own framework…

Furattohttp://icalialabs.github.io/furatto/

Page 10: Furatto tertulia

It’s just a start point to…

You are the one who craft the software

Page 11: Furatto tertulia

Just out of the box…

A reset for your html markup

A set of common elements, buttons, navigation…

A small, neat grid…

Edge features for the wild people…

Page 12: Furatto tertulia

So what’s the big deal…

Page 13: Furatto tertulia

+

DEVELOP & BUILD

Page 14: Furatto tertulia

Gives you the flexibility to easily extend !functionality as much as you desire

Page 15: Furatto tertulia
Page 16: Furatto tertulia

Before you start coding…

Page 17: Furatto tertulia

Use it with SASS

Page 18: Furatto tertulia

Setup an automated workflow

http://gruntjs.com/

Page 19: Furatto tertulia

Read the f%&$* manual

http://icalialabs.github.io/furatto/

Page 20: Furatto tertulia

A bit of best practices…

Page 21: Furatto tertulia

Don’t go crazy and add a !.button class to a div

Page 22: Furatto tertulia

Use the columns inside rows

Page 23: Furatto tertulia

Don’t use col-12 inside a row, it is not really necessary

Page 24: Furatto tertulia

Use rows to separate content

Page 25: Furatto tertulia

Don’t use <br> tags

Page 26: Furatto tertulia

Follow the source

Page 27: Furatto tertulia

Don’t bend Furatto, extend it

Page 28: Furatto tertulia

Thank You

Page 29: Furatto tertulia

http://icalialabs.github.io/furatto/

http://sass-lang.com/

http://compass-style.org/

http://gruntjs.com/