mirror of https://github.com/twbs/ratchet.git
connors
11 years ago
1 changed files with 71 additions and 0 deletions
@ -0,0 +1,71 @@
|
||||
--- |
||||
layout: default |
||||
title: About · Ratchet |
||||
--- |
||||
|
||||
<div class="docs-sub-header"> |
||||
{% include masthead.html %} |
||||
<div class="container"> |
||||
<div class="docs-sub-content"> |
||||
<h2 class="page-title">About</h2> |
||||
<p class="page-description">Learn about the project's history and meet the maintaining team.</p> |
||||
</div> |
||||
{% include ad.html %} |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="container"> |
||||
<div class="column-group"> |
||||
<div class="column lg-units-8 docs-content"> |
||||
<div class="docs-section"> |
||||
<h2>History</h2> |
||||
<p>Originally created by @connors, @dhg Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod |
||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, |
||||
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo |
||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse |
||||
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non |
||||
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</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-item"> |
||||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=connors&type=follow"></iframe> |
||||
<a class="team-member" href="https://github.com/connors"> |
||||
<img src="http://www.gravatar.com/avatar/53d633ae4622de17906338910085275a" alt="@connors"> |
||||
<strong>Connor Sears</strong> @connors |
||||
</a> |
||||
</div> |
||||
<div class="list-group-item"> |
||||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=connor&type=follow"></iframe> |
||||
<a class="team-member" href="https://github.com/connor"> |
||||
<img src="http://www.gravatar.com/avatar/f12ed6301268a1a8d40f292135e6bfca" alt="@connor"> |
||||
<strong>Connor Montgomery</strong> @connor |
||||
</a> |
||||
</div> |
||||
<div class="list-group-item"> |
||||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mdo&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> @mdo |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
||||
<p>Get involved with Ratchet development by <a href="https://github.com/twbs/ratchet/issues/new">opening an issue</a> or submitting a pull request. Read our <a href="https://github.com/twbs/ratchet/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how we develop.</p> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="column lg-units-4"> |
||||
{% include download-module.html %} |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="column"> |
||||
<!-- Footer --> |
||||
{% include footer.html %} |
||||
</div> |
||||
</div> |
Loading…
Reference in new issue