Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jesstelford/wd15-responsive-design

Notes from Vitaly Friedman's Responsive Web Design workshop at Web Directions Sydney 2015
https://github.com/jesstelford/wd15-responsive-design

Last synced: 28 days ago
JSON representation

Notes from Vitaly Friedman's Responsive Web Design workshop at Web Directions Sydney 2015

Awesome Lists containing this project

README

        

# Vitaly Friedman

## Responsive Design

2 main problems in Responsive Design:

* Workflow / Teamwork
* Performance

This workshop is about techniques.
And about clever design patterns.
And what works in real-life projects.

Everything is better with:

* `box-sizing: border-box`
* `display: flex`
* `table-layout: fixed`

TOC:

* [Workflow](WORKFLOW.md)
* [Design](DESIGN.md)
* [Design Patterns](DESIGN_PATTERNS.md)
* [Form UX](FORM_UX.md)
* [Content Choreography](CONTENT_CHROREOGRAPHY.md)
* [Resolution Independence](RESOLUTION_INDEPENDENC.md)
* [Web Fonts Loading / Performance](WEB_FONTS_LOADING_PERFORMANCE.md)
* [Responsive Images](RESPONSIVE_IMAGES.md)