aboutsummaryrefslogtreecommitdiff
path: root/docs/about.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-08 22:13:29 -0800
committerMark Otto <[email protected]>2014-02-08 22:13:29 -0800
commitbcf5d8884402f79102df7dd1fde0a684f224dffc (patch)
tree76aa563a1728603e87a8b9b14d7c334977da337e /docs/about.html
parent769339ed18afbaf24121e1b4e5a12d0b6f1d1828 (diff)
downloadbootstrap-bcf5d8884402f79102df7dd1fde0a684f224dffc.tar.xz
bootstrap-bcf5d8884402f79102df7dd1fde0a684f224dffc.zip
Update teams to remove two Sass folks and add new Core member
Diffstat (limited to 'docs/about.html')
-rw-r--r--docs/about.html74
1 files changed, 18 insertions, 56 deletions
diff --git a/docs/about.html b/docs/about.html
index 1195a08a0..2044eca46 100644
--- a/docs/about.html
+++ b/docs/about.html
@@ -26,67 +26,29 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
<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&amp;type=follow"></iframe>
- <a class="team-member" href="https://github.com/mdo">
- <img src="http://www.gravatar.com/avatar/bc4ab438f7a4ce1c406aadc688427f2c" alt="@mdo">
- <strong>Mark Otto</strong> <small>@mdo</small>
- </a>
- </div>
- <div class="list-group-item">
- <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=fat&amp;type=follow"></iframe>
- <a class="team-member" href="https://github.com/fat">
- <img src="http://www.gravatar.com/avatar/a98244cbdacaf1c0b55499466002f7a8" alt="@fat">
- <strong>Jacob Thornton</strong> <small>@fat</small>
- </a>
- </div>
- <div class="list-group-item">
- <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=cvrebert&amp;type=follow"></iframe>
- <a class="team-member" href="https://github.com/cvrebert">
- <img src="http://www.gravatar.com/avatar/edec428c425453955f770095a7d26c50" alt="@cvrebert">
- <strong>Chris Rebert</strong> <small>@cvrebert</small>
- </a>
- </div>
- <div class="list-group-item">
- <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=juthilo&amp;type=follow"></iframe>
- <a class="team-member" href="https://github.com/juthilo">
- <img src="http://www.gravatar.com/avatar/0f7dd3ce58a416be5685ea6194f82b11" alt="@juthilo">
- <strong>Julian Thilo</strong> <small>@juthilo</small>
- </a>
- </div>
+ {% for member in site.data.core-team %}
+ <div class="list-group-item">
+ <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&amp;type=follow"></iframe>
+ <a class="team-member" href="https://github.com/{{ member.user }}">
+ <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}">
+ <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small>
+ </a>
+ </div>
+ {% endfor %}
</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&amp;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&amp;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&amp;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&amp;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>
+ {% for member in site.data.sass-team %}
+ <div class="list-group-item">
+ <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&amp;type=follow"></iframe>
+ <a class="team-member" href="https://github.com/{{ member.user }}">
+ <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}">
+ <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small>
+ </a>
+ </div>
+ {% endfor %}
</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.0. Read the Sass <a href="https://github.com/twbs/bootstrap-sass/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how the Sass port is developed.</p>
</div>