Repository: nifi-site Updated Branches: refs/heads/master 93021c912 -> dfc8f5c9d
Added two new committers to people page Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/dfc8f5c9 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/dfc8f5c9 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/dfc8f5c9 Branch: refs/heads/master Commit: dfc8f5c9d9c8a9cc8177046df66b21197e524cc3 Parents: 93021c9 Author: joewitt <[email protected]> Authored: Mon Oct 26 23:40:52 2015 -0400 Committer: joewitt <[email protected]> Committed: Mon Oct 26 23:40:52 2015 -0400 ---------------------------------------------------------------------- src/pages/html/people.hbs | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/dfc8f5c9/src/pages/html/people.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/people.hbs b/src/pages/html/people.hbs index 90d7f29..c5ba2ca 100644 --- a/src/pages/html/people.hbs +++ b/src/pages/html/people.hbs @@ -19,11 +19,11 @@ title: Apache NiFi Team <div class="medium-space"></div> <div class="row"> <div class="large-12 columns"> - <h2 class="nifi-txt"> + <h3 class="nifi-txt"> <span> PMC Members </span> - </h2> + </h3> </div> </div> <div class="row"> @@ -96,9 +96,40 @@ title: Apache NiFi Team </tr> </table> </div> +</div> +<div class="row"> + <div class="large-12 columns"> + <h3 class="nifi-txt"> + <span> + Committers + </span> + </h3> + </div> +</div> +<div class="row"> + <div class="large-12 columns"> + <table> + <tr> + <th>Id</th> + <th>Name</th> + <th>Affiliation</th> + </tr> + <tr> + <td>mosermw</td> + <td>Michael Moser</td> + <td></td> + </tr> + <tr> + <td>rickysaltzer</td> + <td>Ricky Saltzer</td> + <td></td> + </tr> + </table> + </div> +</div> <div class="row"> <div class="large-12 columns"> - <p class="description">The team is comprised of Project Management Committee Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p> <p class="description">The Apache NiFi project greatly appreciates the help of our mentors while in the Apache Incubator. Our mentors included Benson Margulies, Drew Farris, Andrew Purtell, Arvind Prabhakar, Billie Rinaldi, Sergio Fernandez, and Brock Noland. + <p class="description">The team is comprised of Project Management Committee Members, Committers, and Contributors. PMC and Committers have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p> </div> </div> </div>
