diff options
Diffstat (limited to 'about/team.md')
| -rw-r--r-- | about/team.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/about/team.md b/about/team.md new file mode 100644 index 000000000..aa575f8f2 --- /dev/null +++ b/about/team.md @@ -0,0 +1,22 @@ +--- +layout: docs +title: Team +description: An overview of the founding team and core contributors to Bootstrap. +group: about +--- + +Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community. + +<div class="list-group bd-team"> + {% for member in site.data.core-team %} + <div class="list-group-item"> + <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> + <a class="team-member" href="https://github.com/{{ member.user }}"> + <img src="https://secure.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32"> + <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> + </a> + </div> + {% endfor %} +</div> + +Get involved with Bootstrap development by [opening an issue](https://github.com/twbs/bootstrap/issues/new) or submitting a pull request. Read our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) for information on how we develop. |
