diff options
| author | Mark Otto <[email protected]> | 2013-12-21 10:08:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-21 10:08:04 -0800 |
| commit | bb644eede6be7b31b56664de5d0fea48096a7f40 (patch) | |
| tree | a47df4e3e7d1f6a15b143ae0ef8f7f32f5e46b5b /about.html | |
| parent | 86e6c869a3a0114e3cbd1aa6f22b8d88d5b18ab3 (diff) | |
| download | bootstrap-bb644eede6be7b31b56664de5d0fea48096a7f40.tar.xz bootstrap-bb644eede6be7b31b56664de5d0fea48096a7f40.zip | |
Team members on About page
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/about.html b/about.html index 2cd4e62f4..b554d4546 100644 --- a/about.html +++ b/about.html @@ -23,9 +23,11 @@ base_url: "../" ================================================== --> <div class="bs-docs-section"> <div class="page-header"> - <h1 id="team">Core team</h1> + <h1 id="team">Team</h1> </div> <p class="lead">Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.</p> + + <h2 id="team-core">Core team</h2> <div class="list-group bs-team"> <div class="list-group-item"> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mdo&type=follow"></iframe> @@ -57,6 +59,39 @@ base_url: "../" </div> </div> <p>Get involved with Bootstrap development by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a> or submitting a pull request. Read our <a href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how we develop.</p> + + <h2 id="team-sass">Sass team</h2> + <div class="list-group bs-team"> + <div class="list-group-item"> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=thomas-mcdonald&type=follow"></iframe> + <a class="team-member" href="https://github.com/thomas-mcdonald"> + <img src="http://www.gravatar.com/avatar/24cd55ab1a62ffb113ab8c02f64c9301" alt="@thomas-mcdonald"> + <strong>Thomas McDonald</strong> <small>@thomas-mcdonald</small> + </a> + </div> + <div class="list-group-item"> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=glebm&type=follow"></iframe> + <a class="team-member" href="https://github.com/glebm"> + <img src="http://www.gravatar.com/avatar/729f685b8e8d7e9feed18c177c82e59b" alt="@glebm"> + <strong>Gleb Mazovetskiy</strong> <small>@glebm</small> + </a> + </div> + <div class="list-group-item"> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=trisweb&type=follow"></iframe> + <a class="team-member" href="https://github.com/trisweb"> + <img src="http://www.gravatar.com/avatar/eb97c4cc97698ed0b22918225d178761" alt="@trisweb"> + <strong>Tristan Harward</strong> <small>@trisweb</small> + </a> + </div> + <div class="list-group-item"> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=sporkd&type=follow"></iframe> + <a class="team-member" href="https://github.com/sporkd"> + <img src="http://www.gravatar.com/avatar/492d8f2ba0e7807519cf4208e8f6d516" alt="@sporkd"> + <strong>Peter Gumeson</strong> <small>@sporkd</small> + </a> + </div> + </div> + <p>The <a href="{{ site.sass_repo }}">official Sass port of Bootstrap</a> was created and is maintained by this team. It became part of Bootstrap's organization with v3.1.</p> </div> |
