Repository: kafka-site Updated Branches: refs/heads/asf-site efbb3ea58 -> 780d43ae8
Add Grant to committers page Author: Grant Henke <[email protected]> Reviewer: Ewen Cheslack-Postava <[email protected]> Closes #40 from granthenke/add-grant Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/780d43ae Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/780d43ae Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/780d43ae Branch: refs/heads/asf-site Commit: 780d43ae89b02f51020f152559a017e1f23226cd Parents: efbb3ea Author: Grant Henke <[email protected]> Authored: Wed Jan 18 13:30:07 2017 -0600 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Tue Jan 24 15:24:44 2017 -0800 ---------------------------------------------------------------------- committers.html | 11 +++++++++++ images/granthenke.jpg | Bin 0 -> 26449 bytes 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/780d43ae/committers.html ---------------------------------------------------------------------- diff --git a/committers.html b/committers.html index 870cd5b..5317173 100644 --- a/committers.html +++ b/committers.html @@ -162,6 +162,17 @@ <a href="https://www.linkedin.com/in/jiangjieqin">/in/jiangjieqin</a><br> </td> </tr> + <tr> + <td> + <img src="images/granthenke.jpg" width="150"> + </td> + <td> + Grant Henke<br> + Committer<br> + <a href="https://www.linkedin.com/in/granthenke">/in/granthenke</a><br> + <a href="https://twitter.com/gchenke">@gchenke</a></br> + </td> + </tr> </table> <script> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/780d43ae/images/granthenke.jpg ---------------------------------------------------------------------- diff --git a/images/granthenke.jpg b/images/granthenke.jpg new file mode 100644 index 0000000..8677698 Binary files /dev/null and b/images/granthenke.jpg differ
