Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jesstelford/wd15-responsive-design
- Owner: jesstelford
- Created: 2015-10-27T23:33:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T00:56:02.000Z (about 9 years ago)
- Last Synced: 2024-06-14T20:58:31.559Z (7 months ago)
- Size: 21.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vitaly Friedman
## Responsive Design
2 main problems in Responsive Design:
* Workflow / Teamwork
* PerformanceThis 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)