Last active
July 19, 2018 11:52
-
-
Save Shoom/9622e6e09ca6be63f98f to your computer and use it in GitHub Desktop.
CSSconf EU 2014
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cssconf": { | |
"location": { | |
"date": "September 12, 2014", | |
"country": "Germany", | |
"city": "Berlin", | |
"venue": "Radialsystem V", | |
"lat": 52.51039, | |
"long": 13.42864 | |
}, | |
"talks": [ | |
{ | |
"speaker": "Mathias Bynens", | |
"title": "3.14 things I didn’t know about CSS", | |
"video": "http://vimeo.com/100264064", | |
"slides": "https://speakerdeck.com/mathiasbynens/3-dot-14-things-i-didnt-know-about-css-at-css-day-2014", | |
"related_website": "https://mathiasbynens.be", | |
"twitter": "@mathias", | |
"github": "https://github.com/mathiasbynens" | |
}, | |
{ | |
"speaker": "Sara Soueidan", | |
"title": "Styling and Animating Scalable Vector Graphics with CSS", | |
"video": "https://www.youtube.com/watch?v=lf7L8X6ZBu8", | |
"slides": "https://docs.google.com/presentation/d/1Iuvf3saPCJepVJBDNNDSmSsA0_rwtRYehSmmSSLYFVQ/", | |
"related_website": "http://sarasoueidan.com/blog/cssconf-2014-talk/", | |
"twitter": "@SaraSoueidan", | |
"github": "https://github.com/SaraSoueidan" | |
}, | |
{ | |
"speaker": "Stoyan Stefanov", | |
"title": "Lessons learned from building a CSS minifier", | |
"video": "https://www.youtube.com/watch?v=6lKqXrvbXJ0", | |
"slides": null, | |
"related_website": "http://www.phpied.com/", | |
"twitter": "@stoyanstefanov", | |
"github": "https://github.com/stoyan" | |
}, | |
{ | |
"speaker": "Rachel Andrew", | |
"title": "CSS Grid Layout", | |
"video": "https://www.youtube.com/watch?v=GRexIOtGhBU", | |
"slides": "https://speakerdeck.com/rachelandrew/css-conf-css-grid-layout", | |
"related_website": "http://gridbyexample.com/", | |
"twitter": "@rachelandrew", | |
"github": null | |
}, | |
{ | |
"speaker": "John Brown", | |
"title": "A CSS Dive Through Google's Powers of Tech", | |
"video": "https://www.youtube.com/watch?v=I9_jE4V_E7w", | |
"slides": "http://slides.com/thisisjohnbrown/cssconfeu-2014#/", | |
"related_website": "http://www.google.com/events/io/experiment", | |
"twitter": "@thisisjohnbrown", | |
"github": "https://github.com/ThisIsJohnBrown" | |
}, | |
{ | |
"speaker": "Jina Bolton", | |
"title": "Living Design Systems", | |
"video": "https://www.youtube.com/watch?v=-CRp5Cx7NZw", | |
"slides": "https://speakerdeck.com/jina/living-design-systems", | |
"related_website": "http://jina.me/", | |
"twitter": "@jina", | |
"github": "https://github.com/jina" | |
}, | |
{ | |
"speaker": "Nicole Sullivan", | |
"title": "Obnoxiously slow end points", | |
"video": null, | |
"slides": null, | |
"related_website": "http://stubbornella.org", | |
"twitter": "@stubbornella", | |
"github": "https://github.com/stubbornella" | |
}, | |
{ | |
"speaker": "Patrick Hamann", | |
"title": "CSS and the critical path", | |
"video": "https://www.youtube.com/watch?v=_0Fk85to6hA", | |
"slides": "https://speakerdeck.com/patrickhamann/css-and-the-critical-path-cssconfeu-september-2014", | |
"related_website": "http://www.patrickhamann.com/", | |
"twitter": "@patrickhamann", | |
"github": "https://github.com/phamann" | |
}, | |
{ | |
"speaker": "Addy Osmani", | |
"title": "CSS Performance Tooling", | |
"video": "https://www.youtube.com/watch?v=FEs2jgZBaQA", | |
"slides": "https://speakerdeck.com/addyosmani/css-performance-tooling", | |
"related_website": "http://addyosmani.com", | |
"twitter": "@addyosmani", | |
"github": "https://github.com/addyosmani" | |
}, | |
{ | |
"speaker": "Bram Stein", | |
"title": "The State of Web Typography", | |
"video": "https://www.youtube.com/watch?v=VbCqFQ1sTYQ", | |
"slides": "https://speakerdeck.com/bramstein/the-state-of-web-type", | |
"related_website": "http://www.bramstein.com/", | |
"twitter": "@bram_stein", | |
"github": "https://github.com/bramstein" | |
}, | |
{ | |
"speaker": "Karolina Szczur", | |
"title": "Validate me", | |
"video": "https://www.youtube.com/watch?v=ZlxpF9taprI", | |
"slides": "https://speakerdeck.com/fox/validate-me", | |
"related_website": "http://thefox.is/", | |
"twitter": "@fox", | |
"github": "https://github.com/thefoxis" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment