Skip to content
This repository was archived by the owner on Nov 14, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2 id="forums">Forum Support</h2>
</thead>
<tbody>
<tr>
<td><a href="//stackoverflow.com/tagged/azure"><img
<td style="min-width: 83px"><a href="//stackoverflow.com/tagged/azure"><img
src="azure/stackoverflow.png" alt="StackOverflow" title="StackOverflow" style="width: 83px;height: 82px" /></a></td>
<td><a href="//stackoverflow.com/tagged/azure"><h2>StackOverflow</h2></a></td>
<td><a href="//stackoverflow.com/tagged/azure">azure</a></td>
Expand Down
75 changes: 71 additions & 4 deletions thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<link href="css/azureopensource.css" rel="stylesheet">

<link rel="shortcut icon" href="//az83882.vo.msecnd.net/favicon.ico">

<style type="text/css">
img.contributor-image {
width: 25px;
height: 25px;
padding: 1px;
margin: 3px 8px 3px 3px;
}
</style>
</head>

<body>
Expand Down Expand Up @@ -71,11 +80,65 @@
<!-- Content here -->
<h1>Thank you!</h1>

<p>Thanks go to our community of developers who have helped improve the
quality of the Windows Azure open source products by helping with
code contributions.</p>

<p><a href="guidelines.html" class="btn btn-primary">Learn how to contribute &raquo;</a></p>

<p><br /></p>

<h3>Contributors</h3>

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

<h4><img alt="Pato Jutard"
src="http://www.gravatar.com/avatar/1401a698056a8195d2d6c531740dec29?s=25"
class="contributor-image" />Pato Jutard</h4>
<h4><img alt="einaros"
src="http://www.gravatar.com/avatar/23b827c76b7eebbb1936f905a7ba2e24?s=25"
class="contributor-image" />Einar Otto Stangvik</h4>

</div>
<div class="span4">
<h2>PowerShell</h2>
<h4><img alt="Tyler D"
src="http://www.gravatar.com/avatar/675498c3aa57b42e40fb363ea596ea17?s=25"
class="contributor-image" />Tyler Doerksen</h4>

</div>
<div class="span4">
<h2>Java SDK</h2>

<h4><img alt="Alex Rios"
src="http://www.gravatar.com/avatar/a802e6a13accb52de3a12c8c6fff18f8?s=25"
class="contributor-image" />Alex Rios</h4>
</div>
</div>

<div class="row">
<div class="span4">
<h2>Python SDK</h2>
<h4><img alt="David Fugate"
src="http://www.gravatar.com/avatar/0f4b08383b16d4d6bbd38e4d4ff4f070?s=25"
class="contributor-image" />David Fugate</h4>

</div>
<div class="span4">
</div>
<div class="span3">
</div>
</div>


<p>This list is still being generated by the team. Stay tuned for a future update!</p>

<!--
<p><small>This list is current as of February 2013. If you have made significant
Expand All @@ -85,9 +148,13 @@ <h3>Contributors</h3>
repo.</small></p>
-->

<p><a href="guidelines.html" class="btn btn-primary">Learn how to contribute &raquo;</a></p>

<h3>Site credits</h3>

<p><br /></p>

<hr />

<h4>Site credits</h4>

<ul>
<li><a href="//twitter.github.com/bootstrap/">Twitter Bootstrap</a></li>
Expand Down