Skip to content

Commit bbbc8e8

Browse files
committed
regenerate About page from master branch
1 parent 59b5ca6 commit bbbc8e8

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

about/index.html

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</button>
6464
<a href="../" class="navbar-brand">Bootstrap</a>
6565
</div>
66-
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
66+
<nav class="collapse navbar-collapse bs-navbar-collapse">
6767
<ul class="nav navbar-nav">
6868
<li>
6969
<a href="../getting-started/">Getting started</a>
@@ -128,51 +128,59 @@ <h2 id="team-core">Core team</h2>
128128
<div class="list-group-item">
129129
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mdo&amp;type=follow"></iframe>
130130
<a class="team-member" href="https://github.com/mdo">
131-
<img src="http://www.gravatar.com/avatar/bc4ab438f7a4ce1c406aadc688427f2c" alt="@mdo">
131+
<img src="http://www.gravatar.com/avatar/bc4ab438f7a4ce1c406aadc688427f2c" alt="@mdo" width="32" height="32">
132132
<strong>Mark Otto</strong> <small>@mdo</small>
133133
</a>
134134
</div>
135135

136136
<div class="list-group-item">
137137
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=fat&amp;type=follow"></iframe>
138138
<a class="team-member" href="https://github.com/fat">
139-
<img src="http://www.gravatar.com/avatar/a98244cbdacaf1c0b55499466002f7a8" alt="@fat">
139+
<img src="http://www.gravatar.com/avatar/a98244cbdacaf1c0b55499466002f7a8" alt="@fat" width="32" height="32">
140140
<strong>Jacob Thornton</strong> <small>@fat</small>
141141
</a>
142142
</div>
143143

144144
<div class="list-group-item">
145145
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=cvrebert&amp;type=follow"></iframe>
146146
<a class="team-member" href="https://github.com/cvrebert">
147-
<img src="http://www.gravatar.com/avatar/edec428c425453955f770095a7d26c50" alt="@cvrebert">
147+
<img src="http://www.gravatar.com/avatar/edec428c425453955f770095a7d26c50" alt="@cvrebert" width="32" height="32">
148148
<strong>Chris Rebert</strong> <small>@cvrebert</small>
149149
</a>
150150
</div>
151151

152152
<div class="list-group-item">
153153
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=juthilo&amp;type=follow"></iframe>
154154
<a class="team-member" href="https://github.com/juthilo">
155-
<img src="http://www.gravatar.com/avatar/0f7dd3ce58a416be5685ea6194f82b11" alt="@juthilo">
155+
<img src="http://www.gravatar.com/avatar/0f7dd3ce58a416be5685ea6194f82b11" alt="@juthilo" width="32" height="32">
156156
<strong>Julian Thilo</strong> <small>@juthilo</small>
157157
</a>
158158
</div>
159159

160160
<div class="list-group-item">
161161
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=xhmikosr&amp;type=follow"></iframe>
162162
<a class="team-member" href="https://github.com/xhmikosr">
163-
<img src="http://www.gravatar.com/avatar/e37759b1ea0125d4e97b1e00b5eed26f" alt="@xhmikosr">
163+
<img src="http://www.gravatar.com/avatar/e37759b1ea0125d4e97b1e00b5eed26f" alt="@xhmikosr" width="32" height="32">
164164
<strong>XhmikosR</strong> <small>@xhmikosr</small>
165165
</a>
166166
</div>
167167

168168
<div class="list-group-item">
169169
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=hnrch02&amp;type=follow"></iframe>
170170
<a class="team-member" href="https://github.com/hnrch02">
171-
<img src="http://www.gravatar.com/avatar/0d53f5d3d3d28bd470f394d98f7ef48f" alt="@hnrch02">
171+
<img src="http://www.gravatar.com/avatar/0d53f5d3d3d28bd470f394d98f7ef48f" alt="@hnrch02" width="32" height="32">
172172
<strong>Heinrich Fenkart</strong> <small>@hnrch02</small>
173173
</a>
174174
</div>
175175

176+
<div class="list-group-item">
177+
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=patrickhlauke&amp;type=follow"></iframe>
178+
<a class="team-member" href="https://github.com/patrickhlauke">
179+
<img src="http://www.gravatar.com/avatar/357f279672db832fc41a5a2f36559fcb" alt="@patrickhlauke" width="32" height="32">
180+
<strong>Patrick H. Lauke</strong> <small>@patrickhlauke</small>
181+
</a>
182+
</div>
183+
176184
</div>
177185
<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>
178186

@@ -230,13 +238,13 @@ <h2>Download mark</h2>
230238
<p>Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.</p>
231239
<div class="bs-brand-logos">
232240
<div class="bs-brand-item">
233-
<img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap">
241+
<img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144">
234242
</div>
235243
<div class="bs-brand-item inverse">
236-
<img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap">
244+
<img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144">
237245
</div>
238246
<div class="bs-brand-item inverse">
239-
<img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap">
247+
<img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144">
240248
</div>
241249
</div>
242250

@@ -274,8 +282,8 @@ <h2>Colors</h2>
274282

275283
</div>
276284

277-
<div class="col-md-3">
278-
<div class="bs-docs-sidebar hidden-print hidden-xs hidden-sm" role="complementary">
285+
<div class="col-md-3" role="complementary">
286+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm">
279287
<ul class="nav bs-docs-sidenav">
280288

281289
<li>
@@ -294,7 +302,7 @@ <h2>Colors</h2>
294302
Back to top
295303
</a>
296304

297-
</div>
305+
</nav>
298306
</div>
299307

300308
</div>
@@ -325,7 +333,7 @@ <h2>Colors</h2>
325333
<p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>.</p>
326334
<p>Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
327335
<p>Code licensed under <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
328-
<ul class="bs-docs-footer-links muted">
336+
<ul class="bs-docs-footer-links text-muted">
329337
<li>Currently v3.3.1</li>
330338
<li>&middot;</li>
331339
<li><a href="https://github.com/twbs/bootstrap">GitHub</a></li>

0 commit comments

Comments
 (0)