diff --git a/harp.json b/harp.json index 5b32451589..90c15f5111 100644 --- a/harp.json +++ b/harp.json @@ -313,6 +313,21 @@ "twitter": "gdi2290", "website": "https://angularclass.com", "bio": "Also know as PatrickJS where JS stands for his middle and last names. Patrick is very active in Open-Source with over 4,300+ contributions in the last year alone on projects such as Angular2, AngularJS, FalcorJS, Docker, Bootstrap, gulp, and redis to name a few. He is also working on the development of Angular 2 server-side rendering as Universal Angular 2 and teaching Modern Web Development at AngularClass. He was previously the CTO of Keychain Logistics, a HackReactor Instructor and Alum.", + "type": "Community" + + "cburgdorf": { + "name": "Christoph Burgdorf", + "picture": "/resources/images/bios/cburgdorf.jpg", + "website": "https://github.com/cburgdorf", + "bio": "Christoph began with programming at the age of 10 with BASIC but has since moved on to become proficient in various different programming languages and technologies. Christoph has contributed to many projects, including AngularJS, jquery-ui, TodoMVC and the banshee media player and is also the creator of the nickel.rs framework. When he's not evangelizing Git, he likes to travel the world with his bicycle.", + "type": "Community" + }, + + "pascalprecht": { + "name": "Pascal Precht", + "picture": "/resources/images/bios/pascalprecht.jpg", + "website": "https://github.com/PascalPrecht", + "bio": "Pascal is a front-end engineer, trainer and Google Developer Expert for Angular with a love for semantic markup and evolving technologies in the open web. He loves contributing to open source and is the creator of the popular angular-translate module. Pascal loves to travel the world and speaks at conferences and meetups. When he's not busy preparing the next workshop or conference talk, you might find him outside with his skateboard.", "type": "Community" } diff --git a/public/resources/images/bios/cburgdorf.jpg b/public/resources/images/bios/cburgdorf.jpg new file mode 100644 index 0000000000..59b504c95d Binary files /dev/null and b/public/resources/images/bios/cburgdorf.jpg differ diff --git a/public/resources/images/bios/pascalprecht.jpg b/public/resources/images/bios/pascalprecht.jpg new file mode 100644 index 0000000000..c436e1fe9d Binary files /dev/null and b/public/resources/images/bios/pascalprecht.jpg differ