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
1 change: 1 addition & 0 deletions _template.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand Down
13 changes: 12 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</ul>
</li>
<li class="active"><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand Down Expand Up @@ -232,7 +233,17 @@ <h4>Abdelrahman Elogeel</h4>
data-show-count="false">Follow @Elogeel</a>
</p>
</td>
<td></td>
<td>
<h4>Larry Franks</h4>
<p><em>Senior Programming Writer</em><br />
Earth<br />
<small>Node.js SDK content</small></p>
<p><a
href="https://twitter.com/larry_franks"
class="twitter-follow-button"
data-show-count="false">Follow @larry_franks</a>
</p>
</td>
</tr>
</tbody>
</table>
Expand Down
1 change: 1 addition & 0 deletions guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div>
<!--/.nav-collapse -->
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand Down
1 change: 1 addition & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand Down
58 changes: 42 additions & 16 deletions thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li class="active"><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand Down Expand Up @@ -109,43 +110,68 @@ <h4><img alt="Paul O'Fallon"
<h4><img alt="Steve Marx"
src="http://www.gravatar.com/avatar/e79da0981ef1f312f9ba7d4331653992?s=25"
class="contributor-image" />Steve Marx</h4>
</div>
<h4><img alt="Anu Chandy"
src="http://www.gravatar.com/avatar/61127a51c8a1c90de6df67d2938477cb?s=25"
class="contributor-image" />Anu Chandy</h4>

<h2>Cross-platform CLI</h2>

<h4><img alt="Fredrik Kjellberg"
src="http://www.gravatar.com/avatar/1be18159a55576072ee6bee198ec6369?s=25"
class="contributor-image" />Fredrik Kjellberg</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">
<h2>PHP SDK</h2>
<h4><img alt="Rafael Dohms"
src="http://www.gravatar.com/avatar/d9545121873fb2829737d5c385f62214?s=25"
class="contributor-image" />Rafael Dohms</h4>


<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 class="span4">

<h2>Content, site, docs</h2>

<h4><img alt="Blitline"
src="http://www.gravatar.com/avatar/28ee191ede0a619e54cd0cbfcc142966?s=25"
class="contributor-image" />Blitline</h4>

<!--
<h4><img alt="Ben Lobaugh"
src="http://www.gravatar.com/avatar/f25f324a47a1efdf7a745e0b2e3c878f?s=25"
class="contributor-image" />Ben Lobaugh</h4>
<h4><img alt="jamespinch"
src="http://www.gravatar.com/avatar/a6ad50b71a6347ff8575cf3b4bd9a950?s=25"
class="contributor-image" />jamespinch</h4>
-->

</div>
</div>



<!--
<p><small>This list is current as of February 2013. If you have made significant
contributions to the open source projects for Windows Azure and would like to
Expand Down