Merge pull request #23 from angular/resources
add new blog post to resources and 2 contributors
This commit is contained in:
commit
f48ee9332a
14
harp.json
14
harp.json
|
@ -266,6 +266,20 @@
|
|||
"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",
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"index": {
|
||||
"title": "Moving the Web Foward",
|
||||
"title": "Moving the Web Forward",
|
||||
"subtitle": "The Angular Core Team"
|
||||
},
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
.l-main-section
|
||||
h2 Victor Savkin's Blog Posts
|
||||
ul
|
||||
li <a href="http://victorsavkin.com/post/114168430846/two-phases-of-angular-2-applications">Two Phases of Angular 2 Applications</a>
|
||||
li <a href="http://angularjs.blogspot.com/2015/03/forms-in-angular-2.html">Forms in Angular 2</a>
|
||||
li <a href="http://victorsavkin.com/post/110170125256/change-detection-in-angular-2">Change detection</a>
|
||||
li <a href="http://victorsavkin.com/post/108837493941/better-support-for-functional-programming-in">Functional programming </a>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
.l-main-section
|
||||
h2 Victor Savkin's Blog Posts
|
||||
ul
|
||||
li <a href="http://victorsavkin.com/post/114168430846/two-phases-of-angular-2-applications">Two Phases of Angular 2 Applications</a>
|
||||
li <a href="http://angularjs.blogspot.com/2015/03/forms-in-angular-2.html">Forms in Angular 2</a>
|
||||
li <a href="http://victorsavkin.com/post/110170125256/change-detection-in-angular-2">Change detection</a>
|
||||
li <a href="http://victorsavkin.com/post/108837493941/better-support-for-functional-programming-in">Functional programming </a>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Loading…
Reference in New Issue