1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

add v4 notice and themes link

This commit is contained in:
Mark Otto
2015-08-18 23:18:20 -07:00
parent d81c52b09e
commit 3ba8f98b47
10 changed files with 421 additions and 381 deletions

View File

@@ -10,9 +10,9 @@
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<title>
About &middot; Bootstrap
</title>
<!-- Bootstrap core CSS -->
@@ -51,6 +51,8 @@
<body>
<a id="skippy" class="sr-only sr-only-focusable" href="#content"><div class="container"><span class="skiplink-text">Skip to main content</span></div></a>
<a href="http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/" class="v4-tease">Aww yeah, Bootstrap 4 is coming!</a>
<!-- Docs master nav -->
<header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner">
<div class="container">
@@ -82,6 +84,7 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://themes.getbootstrap.com" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');">Themes</a></li>
<li><a href="http://expo.getbootstrap.com" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Expo');">Expo</a></li>
<li><a href="http://blog.getbootstrap.com" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');">Blog</a></li>
</ul>
@@ -124,7 +127,7 @@
<h2 id="team-core">Core team</h2>
<div class="list-group bs-team">
<div class="list-group-item">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=mdo&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/mdo">
@@ -132,7 +135,7 @@
<strong>Mark Otto</strong> <small>@mdo</small>
</a>
</div>
<div class="list-group-item">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=fat&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/fat">
@@ -140,7 +143,7 @@
<strong>Jacob Thornton</strong> <small>@fat</small>
</a>
</div>
<div class="list-group-item">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=cvrebert&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/cvrebert">
@@ -148,7 +151,7 @@
<strong>Chris Rebert</strong> <small>@cvrebert</small>
</a>
</div>
<div class="list-group-item">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=juthilo&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/juthilo">
@@ -156,7 +159,7 @@
<strong>Julian Thilo</strong> <small>@juthilo</small>
</a>
</div>
<div class="list-group-item">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=xhmikosr&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/xhmikosr">
@@ -164,7 +167,7 @@
<strong>XhmikosR</strong> <small>@xhmikosr</small>
</a>
</div>
<div class="list-group-item">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=hnrch02&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/hnrch02">
@@ -172,7 +175,7 @@
<strong>Heinrich Fenkart</strong> <small>@hnrch02</small>
</a>
</div>
<div class="list-group-item">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=patrickhlauke&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/patrickhlauke">
@@ -180,13 +183,13 @@
<strong>Patrick H. Lauke</strong> <small>@patrickhlauke</small>
</a>
</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="https://ghbtns.com/github-btn.html?user=thomas-mcdonald&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/thomas-mcdonald">
@@ -194,7 +197,7 @@
<strong>Thomas McDonald</strong> <small>@thomas-mcdonald</small>
</a>
</div>
<div class="list-group-item">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=glebm&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/glebm">
@@ -202,7 +205,7 @@
<strong>Gleb Mazovetskiy</strong> <small>@glebm</small>
</a>
</div>
</div>
<p>The <a href="https://github.com/twbs/bootstrap-sass">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>
@@ -281,11 +284,11 @@
</div>
</div>
<div class="col-md-3" role="complementary">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm">
<ul class="nav bs-docs-sidenav">
<li>
<a href="#history">History</a>
</li>
@@ -296,15 +299,15 @@
<a href="#brand">Brand guidelines</a>
</li>
</ul>
<a class="back-to-top" href="#top">
Back to top
</a>
</nav>
</div>
</div>
</div>