Browse Source

cleanup

pull/421/head
connors 11 years ago
parent
commit
8ee182f97b
  1. 5
      docs/about.html
  2. 6
      sass/docs.scss

5
docs/about.html

@ -20,18 +20,15 @@ title: About · Ratchet
<div class="docs-section">
<h2>History</h2>
<p>The idea for Ratchet was developed by <a href="https://twitter.com/connors">@connors</a>, <a href="https://twitter.com/dhg">@dhg</a>, and <a href="https://twitter.com/fat">@fat</a> in mid-2012. Before it became a full fledged framework, Ratchet began as a series of HTML/CSS prototypes of the Twitter for iPhone app. These prototypes became invaluable to the process of testing new feature designs that ended up being shipped as part of the native mobile app.</p>
<p>As it became clear that this was the quickest and most effective way to design mobile apps, components were abstracted from these prototypes and became the framework you know today.</p>
<p>Released in November 2012, Ratchet quickly became one of the most popular prototyping tools on GitHub. Following that initial launch, we released v2 &#8211; a complete rewrite. With v2 we've abstracted the platform specific styles into their own theme CSS files, added an icon set called Ratchicons, and offically become part of the Bootstrap family.</p>
</div>
<div class="docs-section">
<h2>Team</h2>
<p class="lead">Ratchet is maintained by one of its creators, a couple of core contributors, and its awesome community.</p>
<div class="list-group bs-team">
<div class="list-group">
<div class="list-group-item">
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=connors&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/connors">

6
sass/docs.scss

@ -1105,18 +1105,18 @@ hr {
background-color: #fff;
border: 1px solid #ddd;
}
.bs-team .team-member {
.list-group .team-member {
color: #555;
font-size: 14px;
line-height: 32px;
}
.bs-team img {
.list-group img {
float: left;
width: 32px;
margin-right: 10px;
border-radius: 4px;
}
.bs-team .github-btn {
.list-group .github-btn {
float: right;
margin-top: 6px;
width: 180px;

Loading…
Cancel
Save