Last active
July 19, 2017 17:34
-
-
Save scaryguy/6ec840c2896a35688530e185ab9a99b1 to your computer and use it in GitHub Desktop.
example json
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
{ "speakers": [ | |
{ "firstname": "Ray", | |
"lastname": "Villalobos", | |
"category": "Front End", | |
"title": "Bootstrap & CSS Preprocessors", | |
"images": [{"one": "http://images1.luckygamez.com/eleminiscard.jpg"}, | |
{"two": "http://barcampdeland.org/images/speaker_rayvillalobos.jpg"}, | |
{"three": "http://barcampdeland.org/images/speaker_rayvillalobos.jpg"}], | |
"link": "http://iviewsource.com", | |
"bio": "Ray Villalobos is a full-time author and teacher at lynda.com. He is author of the book, Exploring Multimedia for Designers. He has more than 20 years experience in developing and programming multimedia projects. Previously at Entravision Communications, he designed and developed a network of radio station and TV web sites. As a senior producer for Tribune Interactive, he was responsible for designing orlandosentinel.com and for creating immersive multimedia projects and Flash games for the site.", | |
"description": "As responsive design continues to take over the web, front-end developers and designers have turned to preprocessors and layout systems that simplify their workflow. Lynda.com staff author Ray Villalobos will talk about using the Bootstrap framework from Twitter to scaffold and fast track your responsive design. He'll talk about how you can use CodeKit and LESS to put together designs in hours instead of days." | |
}, | |
{ "firstname": "Ray2", | |
"lastname": "Villalobos2", | |
"category": "Front End", | |
"title": "Bootstrap & CSS Preprocessors", | |
"images": [{"one": "http://images1.luckygamez.com/eleminiscard.jpg"}, | |
{"two": "http://barcampdeland.org/images/speaker_rayvillalobos.jpg"}, | |
{"three": "http://barcampdeland.org/images/speaker_rayvillalobos.jpg"}], | |
"link": "http://iviewsource.com", | |
"bio": "Ray Villalobos is a full-time author and teacher at lynda.com. He is author of the book, Exploring Multimedia for Designers. He has more than 20 years experience in developing and programming multimedia projects. Previously at Entravision Communications, he designed and developed a network of radio station and TV web sites. As a senior producer for Tribune Interactive, he was responsible for designing orlandosentinel.com and for creating immersive multimedia projects and Flash games for the site.", | |
"description": "As responsive design continues to take over the web, front-end developers and designers have turned to preprocessors and layout systems that simplify their workflow. Lynda.com staff author Ray Villalobos will talk about using the Bootstrap framework from Twitter to scaffold and fast track your responsive design. He'll talk about how you can use CodeKit and LESS to put together designs in hours instead of days." | |
}, | |
{ "firstname": "Ray3", | |
"lastname": "Villalobos", | |
"category": "Front End", | |
"title": "Bootstrap & CSS Preprocessors", | |
"images": [{"one": "http://images1.luckygamez.com/eleminiscard.jpg"}, | |
{"two": "http://barcampdeland.org/images/speaker_rayvillalobos.jpg"}, | |
{"three": "http://barcampdeland.org/images/speaker_rayvillalobos.jpg"}], | |
"link": "http://iviewsource.com", | |
"bio": "Ray Villalobos is a full-time author and teacher at lynda.com. He is author of the book, Exploring Multimedia for Designers. He has more than 20 years experience in developing and programming multimedia projects. Previously at Entravision Communications, he designed and developed a network of radio station and TV web sites. As a senior producer for Tribune Interactive, he was responsible for designing orlandosentinel.com and for creating immersive multimedia projects and Flash games for the site.", | |
"description": "As responsive design continues to take over the web, front-end developers and designers have turned to preprocessors and layout systems that simplify their workflow. Lynda.com staff author Ray Villalobos will talk about using the Bootstrap framework from Twitter to scaffold and fast track your responsive design. He'll talk about how you can use CodeKit and LESS to put together designs in hours instead of days." | |
} | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment