Repository: incubator-gossip Updated Branches: refs/heads/asf-site 73db6159d -> 878676f98 refs/heads/site-src f1c1a7ac8 -> 7bb1bc314
[GOSSIP-6] Clean up the contributors table The provided html wasn't being rendered correctly. Switched it over to a markdown table instead. Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/7bb1bc31 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/7bb1bc31 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/7bb1bc31 Branch: refs/heads/site-src Commit: 7bb1bc314d77a63a9cb46ef863fdf5435ec5e208 Parents: f1c1a7a Author: Josh Elser <[email protected]> Authored: Thu Jul 7 10:40:17 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Thu Jul 7 10:40:17 2016 -0400 ---------------------------------------------------------------------- _data/contributors.yml | 10 ---------- _includes/themes/apache/page.html | 5 ----- community-members.md | 24 ++++++------------------ community.md | 4 +--- 4 files changed, 7 insertions(+), 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/7bb1bc31/_data/contributors.yml ---------------------------------------------------------------------- diff --git a/_data/contributors.yml b/_data/contributors.yml index 6e28179..6036706 100644 --- a/_data/contributors.yml +++ b/_data/contributors.yml @@ -22,68 +22,58 @@ githubId: role: Champion org: - homepage: - name: Sean Busbey apacheId: busbey githubId: role: Mentor - homepage: - name: Josh Elser apacheId: elserj githubId: joshelser role: Mentor org: - homepage: - name: Edward Capriolo apacheId: ecapriolo githubId: role: Committer org: - homepage: - name: Josh Clemm apacheId: githubId: role: Committer org: - homepage: - name: Gary Dusbabek apacheId: gdusbabek githubId: role: Committer org: - homepage: - name: Dorian Ellerbe apacheId: githubId: role: Committer org: - homepage: - name: Sathish Dhinakaran apacheId: githubId: role: Committer org: - homepage: - name: Joe Price apacheId: githubId: role: Committer org: - homepage: - name: Sree Vaddi apacheId: githubId: role: Contributor org: - homepage: # End contributors.yml http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/7bb1bc31/_includes/themes/apache/page.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/page.html b/_includes/themes/apache/page.html index 1a5f942..4cfbf56 100644 --- a/_includes/themes/apache/page.html +++ b/_includes/themes/apache/page.html @@ -1,8 +1,3 @@ -<!--<div class="hero-unit {{ page.title | lowercase }}"> - <h1>{% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1> -</div> ---> - <div class="row"> <div class="col-md-12"> {{ content }} http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/7bb1bc31/community-members.md ---------------------------------------------------------------------- diff --git a/community-members.md b/community-members.md index 4edf3ae..5cc232b 100644 --- a/community-members.md +++ b/community-members.md @@ -25,25 +25,13 @@ limitations under the License. {% include JB/setup %} -<br/><br/><br/> - -### {{ site.data.project.short_name }} Team Members +# {{ site.data.project.short_name }} Team Members {% if site.data.contributors %} -<table class="table table-hover"> - <tr> - <th><b></b></th><th><b>Full Name</b></th><th><b>Apache ID</b></th><th><b>GitHub</b><th><b>Role</b></th><th><b>Affiliation</b></th> - </tr> - {% for member in site.data.contributors %} - <tr> - <td><a href="http://github.com/{{ member.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}"></a></td> - <td>{{member.name}}</td> - <td>{{member.apacheId}}</td> - <td><a href="http://github.com/{{ member.githubId }}">{{ member.githubId }}</a></td> - <td>{{member.role}}</td> - <td>{{member.org}}</td> - </tr> - {% endfor %} -</table> +{: .table .table-hover} + | Full Name | Apache ID | GitHub | Role | Affiliation +:- | :-------- | :-------- | :----- | :--- | :---------- +{% for member in site.data.contributors %}<a href="http://github.com/{{ member.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}"></a> | {{member.name}} | {{member.apacheId}} | <a href="http://github.com/{{ member.githubId }}">{{ member.githubId }}</a> | {{member.role}} | {{member.org}} +{% endfor %} {% endif %} http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/7bb1bc31/community.md ---------------------------------------------------------------------- diff --git a/community.md b/community.md index 9454178..59b1506 100644 --- a/community.md +++ b/community.md @@ -25,9 +25,7 @@ limitations under the License. {% include JB/setup %} -<br/><br/><br/> - -## {{ site.data.project.name }} Community +# {{ site.data.project.name }} Community Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose.
