]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/docs/about/team.md
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / about / team.md
CommitLineData
91e44d91
S
1---
2layout: docs
3title: Team
4description: An overview of the founding team and core contributors to Bootstrap.
5group: about
6---
7
8Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.
9
10<div class="list-group bd-team">
11 {% for member in site.data.core-team %}
12 <div class="list-group-item">
13 <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user={{ member.user }}&amp;type=follow"></iframe>
14 <a class="team-member" href="https://github.com/{{ member.user }}">
15 <img src="https://secure.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32">
16 <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small>
17 </a>
18 </div>
19 {% endfor %}
20</div>
21
22Get 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.