Merge branch 'APEXCORE-320' of github.com:tweise/incubator-apex-site
diff --git a/src/md/community.md b/src/md/community.md
index f4bfda6..9db6d68 100644
--- a/src/md/community.md
+++ b/src/md/community.md
@@ -9,6 +9,10 @@
 - [commits@apex.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/) is for commit messages and patches to Apex. [subscribe](mailto:commits-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe), [unsubscribe](mailto:commits-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe), [ponymail](https://pony-poc.apache.org/list.html?commits@apex.apache.org), [nabble](https://s.apache.org/apex-commits), [archives](http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/)
 - [security@apex.incubator.apache.org](mailto:security@apex.incubator.apache.org) is for reporting security related issues with Apex. It is a private list to discuss security related issues. Please post potential security vulnerabilities to this list so that they can be investigated and fixed before the vulnerabilities are published to the public. You can post to the list without subscribing to it.
 
+## People
+
+[List of committers](/people.html)
+
 
 ## Contributing
 
diff --git a/src/md/people.md b/src/md/people.md
new file mode 100644
index 0000000..8a44aea
--- /dev/null
+++ b/src/md/people.md
@@ -0,0 +1,63 @@
+# People
+
+The community is comprised of the PMC, Committers and Contributors. The PMC (podling project management committee) is a committee of the Apache Software Foundation charged with responsibility for a top level project. Committers have direct access to the source of a project and actively evolve the code-base. Contributors improve the project in various ways such as submission of patches, improving documentation, testing the product and by providing suggestions to the Committers. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated. For more details, please see [contributing guidelines](contributing.html).
+
+## Becoming a committer
+
+Community members that make sustained, welcome contributions to the project may be invited to become a committer. Committers are voted in by the PPMC. A committer has a signed Contributor License Agreement (CLA) on file and an apache.org address.
+
+We expect committers to subscribe to the project mailing lists.
+
+A committer will be considered “emeritus/inactive” by not contributing in any form to the project for over 1 year. An emeritus committer may request reinstatement of commit access from the PPMC. Such reinstatement is subject to lazy consensus of active PPMC members.
+
+The Podling Project Management Committee (PPMC) is responsible for the oversight of the project and it also decides who to add as a PPMC member. Existing committers may be invited to become a PPMC member after consistent contribution and activity over a period of time and participation in directional and community building discussions.
+
+## Committers
+
+Following is the list of all Apache Apex committers, PPMC members and mentors. A good place to see all contributors and other project stats is [Open Hub](https://www.openhub.net/p/apache_apex)
+
+| Name | Apache ID | Role |
+| --- | --- | --- |
+| Isha Arkatkar | ishark | Committer |
+| Milind Barve | milindb | Committer |	
+| Bhupesh Chawda | bhupesh | Committer |
+| Chaitanya Chebolu | chaithu	| Committer |
+| Bright Chen | brightchen | Committer |
+|	Pradeep A. Dalvi | prad	| Committer |
+| Sandeep Deshmukh | sandeep | Committer |	
+| Yogi Devendra | yogidevendra | Committer |
+| Ted Dunning | tdunning | Mentor |
+| Timothy Farkas | timothyfarkas | Committer |
+| Ilya Ganelin | ilganeli | PPMC |
+| Alan Gates | gates | Mentor |
+| P. Taylor Goetz | ptgoetz | Mentor |
+| Tushar Gosavi | tushar | Committer |
+| Priyanka Gugale | priyag | Committer |
+| Gaurav Gupta | gauravgopi123 | PPMC |
+| Sandesh Hegde | sandesh | Committer |
+| Siyuan Hua | hsy541 | Committer |
+| Pramod Immaneni | pramod | PPMC |
+| Amol Kekre | akekre | PPMC | 
+| Chinmay Kolhatkar | chinmay | Committer |
+| Anuj Lal | anujlal | Committer |
+| Dongming Liang | d9liang | Committer |
+| Justin Mclean | jmclean | Mentor |
+| Adi Mishra | apmishra | Committer |
+| Chetan Narsude | chetan | PPMC |
+| Chris Nauroth | cnauroth | Mentor |
+| Sasha Parfenov | sashap | Committer |
+| Andy Perlitch | andyp | Committer |
+| Shubham Pathak | shubham | Committer |
+| Ashwin Putta | ashwinchandrap | Committer |
+| Munagala Ramanath | ramapex | Committer |
+| Vlad Rozov | vrozov | PPMC |
+| Hitesh Shah | hitesh | Mentor |
+| Atri Sharma | atri | Committer |
+| Chandni Singh | csingh | Committer |
+| Ashish Tadose | ashishtadose | Committer |
+| Aniruddha Thombare | aniruddha | Committer |
+| Jessica Wang | jessicawang | Committer |
+| Thomas Weise | thw | PPMC |
+| David Yan | davidyan | PPMC |
+| Brennon York | boyork | PPMC |
+
diff --git a/src/pages/people.html b/src/pages/people.html
new file mode 100644
index 0000000..6bd14cb
--- /dev/null
+++ b/src/pages/people.html
@@ -0,0 +1,9 @@
+{{> header}}
+
+<div class="container">
+  
+  {{> people}}
+
+</div>
+
+{{> footer}}