Skip to content
This repository was archived by the owner on Nov 14, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@

<div class="container">

<!-- Content here -->
<h1>Thank you!</h1>

<p>Thanks go to our community of developers who have helped improve the
Expand All @@ -88,14 +87,12 @@ <h1>Thank you!</h1>

<p><br /></p>

<h3>Contributors</h3>
<h3>Community Contributors</h3>

<p>
<code>git log --pretty=format:&quot;%aN <%aE>&quot; | sort -u > node process-contributors.js</code>
<code>git log --pretty=format:&quot;%aN <%aE>&quot; | sort -u | node process-contributors.js</code>
</p>



<div class="row">
<div class="span4">
<h2>Node.js SDK</h2>
Expand All @@ -106,7 +103,12 @@ <h4><img alt="Pato Jutard"
<h4><img alt="einaros"
src="http://www.gravatar.com/avatar/23b827c76b7eebbb1936f905a7ba2e24?s=25"
class="contributor-image" />Einar Otto Stangvik</h4>

<h4><img alt="Paul O'Fallon"
src="http://www.gravatar.com/avatar/1218bf32db6a37cf83f5076f108e86b1?s=25"
class="contributor-image" />Paul O'Fallon</h4>
<h4><img alt="Steve Marx"
src="http://www.gravatar.com/avatar/e79da0981ef1f312f9ba7d4331653992?s=25"
class="contributor-image" />Steve Marx</h4>
</div>
<div class="span4">
<h2>PowerShell</h2>
Expand All @@ -133,8 +135,12 @@ <h4><img alt="David Fugate"

</div>
<div class="span4">
<h2>PHP SDK</h2>
<h4><img alt="Rafael Dohms"
src="http://www.gravatar.com/avatar/d9545121873fb2829737d5c385f62214?s=25"
class="contributor-image" />Rafael Dohms</h4>
</div>
<div class="span3">
<div class="span4">
</div>
</div>

Expand Down