]> git.ipfire.org Git - ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/docs/about/team.md
.gitignore: Add .vscode
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / docs / about / team.md
1 ---
2 layout: docs
3 title: Team
4 description: An overview of the founding team and core contributors to Bootstrap.
5 group: about
6 ---
7
8 Bootstrap 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
22 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.