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
89 changes: 85 additions & 4 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,97 @@ <h2 id="support">Windows Azure Support</h2>
Support</a> section of the
primary web site.</p>

<h2 id="contacts">Team Contacts</h2>
<h2 id="contacts">Contacting the team</h2>
<p>Support for the Windows Azure SDK is not available direct from
the Microsoft engineers working on the product in an official capacity.</p>

<p>You may find many members of the team active on Twitter, StackOverflow,
and other venues.</p>

<p>If you would like to discuss feature requests or bug fixes, please use
GitHub Issues on the appropriate <a href="//github.com/windowsazure/">Windows Azure GitHub repository</a>.</p>

<p>You may find many members of the team active on Twitter, StackOverflow,
and other venues. Recognize that these conversations and avenues are friendly but
unofficial and do not represent the opinions of Microsoft.</p>

<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

<h3>SDK &amp; Command Line Tools</h3>
<table class="table table-bordered twitter-cards">
<tbody>
<tr>
<td>
<h4>André Rodrigues</h4>
<p><em>Software Development Engineer</em><br />
Lisbon, Portugal<br />
<small>Node.js SDK</small></p>
<p><a
href="https://twitter.com/andremrodrigues"
class="twitter-follow-button"
data-show-count="false">Follow @andremrodrigues</a>
</p>
</td>
<td>
<h4>Glenn Block</h4>
<p><em>Program Manager</em><br />
Seattle, WA<br />
<small>Azure PowerShell Commands, Azure CLI, Node SDK</small></p>
<p><a
href="https://twitter.com/gblock"
class="twitter-follow-button"
data-show-count="false">Follow @gblock</a>
</p>
</td>
<td>
<h4>Jeff Wilcox</h4>
<p><em>Development Lead</em><br />
Seattle, WA<br />
<small>SDK dev team lead</small></p>
<p><a
href="https://twitter.com/jeffwilcox"
class="twitter-follow-button"
data-show-count="false">Follow @jeffwilcox</a>
</p>
</td>
</tr>
<tr>
<td>
<h4>Tomasz Janczuk</h4>
<p><em>Principal Software Development Engineer</em><br />
Redmond, WA<br />
<small>iisnode &amp; mobile services dev</small></p>
<p><a
href="https://twitter.com/tjanczuk"
class="twitter-follow-button"
data-show-count="false">Follow @tjanczuk</a>
</p>
</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>

<h3>Mobile Services</h3>
<table class="table table-bordered twitter-cards">
<tbody>
<tr>
<td>
<h4>Josh Twist</h4>
<p><em>Senior Program Manager</em><br />
Seattle, WA<br />
<small>Node.js SDK</small></p>
<p><a
href="https://twitter.com/joshtwist"
class="twitter-follow-button"
data-show-count="false">Follow @joshtwist</a>
</p>
</td>
<td>
</td>
<td>
</tr>
</tbody>
</table>

<h2 id="advisors">Insider Advisors program</h2>
<p>The Windows Azure SDK team maintains a number of specialized &quot;insiders&quot;
programs for projects such as the Node.js SDK.</p>
Expand Down
30 changes: 29 additions & 1 deletion css/azureopensource.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,32 @@ h1 {

xx-section {
padding-top: 20px;
}
}

.twitter-cards > tbody > tr > td > h4,
.twitter-cards > tbody > tr > td > p {
text-align: center;
}

.twitter-cards > tbody >tr > td {
width: 33%;
}

.social {
text-align: center;
}

.social-buttons {
margin-left: 0;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}

.social-buttons li {
display: inline-block;
padding: 5px 8px;
line-height: 1;
*display: inline;
*zoom: 1;
}
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,23 @@ <h1>Hello, cloud developers!</h1>
<p><a href="guidelines.html" class="btn btn-primary">Learn how to contribute &raquo;</a></p>
</div>

</div>

<div class="social">
<div class="container">
<ul class="social-buttons">
<li><iframe src="http://ghbtns.com/github-btn.html?user=windowsazure&type=follow" allowtransparency="true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe></li>
<li><a href="https://twitter.com/share" class="twitter-share-button" data-text="Windows Azure open source rocks!" data-hashtags="opensource">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></li>
</ul>
</div>
</div>

<div class="container">

<div class="row">
<div class="span4">
<h2>Open Source</h2>
<p>Our frameworks &amp; libraries are developed in agile dev branches on GitHub.</p>
<p><iframe src="http://ghbtns.com/github-btn.html?user=windowsazure&type=follow&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="230px" height="30px"></iframe></p>
<p><a class="btn" href="http://github.com/windowsazure">//github.com/WindowsAzure &raquo;</a></p>
</div>
<div class="span4">
Expand Down