twbs--bootstrap/docs/about/team.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

2014-07-13 08:35:29 +00:00
---
layout: docs
2014-07-13 08:35:29 +00:00
title: Team
group: about
2014-07-13 08:35:29 +00:00
---
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">
2014-07-13 08:35:29 +00:00
{% for member in site.data.core-team %}
<div class="list-group-item">
2015-06-19 06:56:43 +00:00
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user={{ member.user }}&amp;type=follow"></iframe>
2014-07-13 08:35:29 +00:00
<a class="team-member" href="https://github.com/{{ member.user }}">
2015-06-19 06:56:43 +00:00
<img src="https://secure.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32">
2014-07-13 08:35:29 +00:00
<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.