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
79 changes: 78 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@

<h1>Let's get in touch.</h1>

<!--
<div class="subnav">
<ul class="nav nav-pills">
<li><a href="#forums">Forums</a></li>
<li><a href="#support">Official support</a></li>
<li><a href="#contacts">Team contacts</a></li>
<li><a href="#advisors">Insiders program</a></li>
</ul>
</div>
-->

<h2 id="forums">Forum Support</h2>
<p>You'll find that the community on the Internet is probably the best
way to engage and get answers to your questions.</p>
Expand Down Expand Up @@ -226,6 +237,72 @@ <h4>Abdelrahman Elogeel</h4>
</tbody>
</table>

<h3>Windows Azure Media Services</h3>
<table class="table table-bordered twitter-cards">
<tbody>
<tr>
<td>
<h4>John Deutscher</h4>
<p><em>Principal Program Manager</em><br />
Redmond, WA<br />
<small>Media Services</small></p>
<p><a
href="https://twitter.com/Johndeu"
class="twitter-follow-button"
data-show-count="false">Follow @Johndeu</a>
</p>
</td>
<td>
<h4>Mingfei Yan</h4>
<p><em>Program Manager</em><br />
Redmond, WA<br />
<small>Media Services SDKs</small></p>
<p><a
href="https://twitter.com/mingfeiy"
class="twitter-follow-button"
data-show-count="false">Follow @mingfeiy</a>
</p>
</td>
<td>
<h4>Vishal Sood</h4>
<p><em>Senior Program Manager</em><br />
Redmond, WA<br />
<small>Media Services Clients</small></p>
<p><a
href="https://twitter.com/vishalsood"
class="twitter-follow-button"
data-show-count="false">Follow @vishalsood</a>
</p>
</td>
</tr>
<tr>
<td>
<h4>George Trifonov</h4>
<p><em>Developer</em><br />
Redmond, WA<br />
<small>Media Services .NET SDK</small></p>
<p><a
href="https://twitter.com/GeorgeTrifonov"
class="twitter-follow-button"
data-show-count="false">Follow @GeorgeTrifonov</a>
</p>
</td>
<td>
<h4>Milan Gada</h4>
<p><em>Senior Program Manager</em><br />
Redmond, WA<br />
<small>Media Services</small></p>
<p><a
href="https://twitter.com/gadamilan"
class="twitter-follow-button"
data-show-count="false">Follow @gadamilan</a>
</p>
</td>
<td></td>
</tr>
</tbody>
</table>

<h3>Windows Azure Mobile Services</h3>
<table class="table table-bordered twitter-cards">
<tbody>
Expand All @@ -252,7 +329,7 @@ <h4>Yavor Georgiev</h4>
data-show-count="false">Follow @theYavor</a>
</p>
</td>
<td />
<td></td>
</tr>
</tbody>
</table>
Expand Down
18 changes: 10 additions & 8 deletions thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,26 @@ <h1>Thank you!</h1>

<h3>Contributors</h3>

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

<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
contributions to the open source projects for Windows Azure and would like to
be recognized here, please submit a pull request to this page in the <a
href="//github.com/windowsazure/windowsazure.github.com/">windowsazure.github.com</a>
repo.</small></p>
-->

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

<h3>Site credits</h3>

<ul>
<li>
Thanks go to <a href="//twitter.github.com/bootstrap/">Twitter Bootstrap</a> and
the nice starting point that the
<a
href="http://bootswatch.com/cosmo/">&quot;Cosmo&quot; theme on Bootswatch</a>
provided for this site.
</li>
<li><a href="//twitter.github.com/bootstrap/">Twitter Bootstrap</a></li>
<li><a
href="http://bootswatch.com/cosmo/">&quot;Cosmo&quot; theme (Bootswatch)</a></li>
</ul>
<hr>

Expand Down