Skip to content

Commit bb644ee

Browse files
committed
Team members on About page
1 parent 86e6c86 commit bb644ee

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ download_dist: https://github.com/twbs/bootstrap/releases/download/v3.1.0/boo
1919

2020
blog: http://blog.getbootstrap.com
2121
expo: http://expo.getbootstrap.com
22+
sass_repo: https://github.com/twbs/bootstrap-sass
2223

2324
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css
2425
cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css

_includes/nav-about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="#history">History</a>
33
</li>
44
<li>
5-
<a href="#team">Core team</a>
5+
<a href="#team">Team</a>
66
</li>
77
<li>
88
<a href="#community">Community</a>

about.html

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ <h1 id="history">History</h1>
2323
================================================== -->
2424
<div class="bs-docs-section">
2525
<div class="page-header">
26-
<h1 id="team">Core team</h1>
26+
<h1 id="team">Team</h1>
2727
</div>
2828
<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>
29+
30+
<h2 id="team-core">Core team</h2>
2931
<div class="list-group bs-team">
3032
<div class="list-group-item">
3133
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mdo&amp;type=follow"></iframe>
@@ -57,6 +59,39 @@ <h1 id="team">Core team</h1>
5759
</div>
5860
</div>
5961
<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>
62+
63+
<h2 id="team-sass">Sass team</h2>
64+
<div class="list-group bs-team">
65+
<div class="list-group-item">
66+
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=thomas-mcdonald&amp;type=follow"></iframe>
67+
<a class="team-member" href="https://github.com/thomas-mcdonald">
68+
<img src="http://www.gravatar.com/avatar/24cd55ab1a62ffb113ab8c02f64c9301" alt="@thomas-mcdonald">
69+
<strong>Thomas McDonald</strong> <small>@thomas-mcdonald</small>
70+
</a>
71+
</div>
72+
<div class="list-group-item">
73+
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=glebm&amp;type=follow"></iframe>
74+
<a class="team-member" href="https://github.com/glebm">
75+
<img src="http://www.gravatar.com/avatar/729f685b8e8d7e9feed18c177c82e59b" alt="@glebm">
76+
<strong>Gleb Mazovetskiy</strong> <small>@glebm</small>
77+
</a>
78+
</div>
79+
<div class="list-group-item">
80+
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=trisweb&amp;type=follow"></iframe>
81+
<a class="team-member" href="https://github.com/trisweb">
82+
<img src="http://www.gravatar.com/avatar/eb97c4cc97698ed0b22918225d178761" alt="@trisweb">
83+
<strong>Tristan Harward</strong> <small>@trisweb</small>
84+
</a>
85+
</div>
86+
<div class="list-group-item">
87+
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=sporkd&amp;type=follow"></iframe>
88+
<a class="team-member" href="https://github.com/sporkd">
89+
<img src="http://www.gravatar.com/avatar/492d8f2ba0e7807519cf4208e8f6d516" alt="@sporkd">
90+
<strong>Peter Gumeson</strong> <small>@sporkd</small>
91+
</a>
92+
</div>
93+
</div>
94+
<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>
6095
</div>
6196

6297

docs-assets/css/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ h1[id] {
643643
.bs-team .github-btn {
644644
float: right;
645645
margin-top: 6px;
646-
width: 120px;
646+
width: 180px;
647647
height: 20px;
648648
}
649649
.bs-team img {

0 commit comments

Comments
 (0)