diff --git a/harp.json b/harp.json index 8c714472b6..99e8d77a04 100644 --- a/harp.json +++ b/harp.json @@ -266,6 +266,21 @@ "twitter": "rodyhaddad", "website": "http://rodyhaddad.com", "bio": "Rodric is a developer working on tooling for the Angular project. He started as an intern on the team and is currently working remotely from Montreal, Canada." + }, + + "michal": { + "name": "Michał Gołębiowski", + "picture": "/resources/images/bios/michal.jpg", + "twitter": "m_gol", + "website": "https://plus.google.com/u/0/103101124310040612163/", + "bio": "Front-end developer at Laboratorium EE, core contributor to Angular & jQuery. Makes sure Angular 1 & jQuery work fine together. Interested in new JavaScript standards." + }, + + "jbedard": { + "name": "Jason Bedard", + "picture": "/resources/images/bios/jbedard.jpg", + "website": "https://plus.google.com/u/0/103101124310040612163/", + "bio": "Jason Bedard is a software engineer at Allocadia Software where he leads the front end development using Angular. In his spare time Jason enjoys contributing to projects such as Angular, drinking coffee and being in the outdoors with his wife." } } } diff --git a/public/docs/dart/latest/resources.jade b/public/docs/dart/latest/resources.jade index d6522bfda8..5f444af066 100644 --- a/public/docs/dart/latest/resources.jade +++ b/public/docs/dart/latest/resources.jade @@ -2,6 +2,7 @@ .l-main-section h2 Victor Savkin's Blog Posts ul + li Two Phases of Angular 2 Applications li Forms in Angular 2 li Change detection li Functional programming diff --git a/public/docs/js/latest/resources.jade b/public/docs/js/latest/resources.jade index 08302c0d20..2ee681b0f2 100644 --- a/public/docs/js/latest/resources.jade +++ b/public/docs/js/latest/resources.jade @@ -2,6 +2,7 @@ .l-main-section h2 Victor Savkin's Blog Posts ul + li Two Phases of Angular 2 Applications li Forms in Angular 2 li Change detection li Functional programming diff --git a/public/resources/images/bios/jbedard.jpg b/public/resources/images/bios/jbedard.jpg new file mode 100644 index 0000000000..b10c222782 Binary files /dev/null and b/public/resources/images/bios/jbedard.jpg differ diff --git a/public/resources/images/bios/michal.jpg b/public/resources/images/bios/michal.jpg new file mode 100644 index 0000000000..734be82c38 Binary files /dev/null and b/public/resources/images/bios/michal.jpg differ