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
185 changes: 93 additions & 92 deletions _template.html
Original file line number Diff line number Diff line change
@@ -1,99 +1,100 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title - Windows Azure Open Source</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Windows Azure SDK">

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title - Windows Azure Open Source</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Windows Azure SDK">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/azureopensource.css" rel="stylesheet">

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

<body>

<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" style="padding:15px 15px 5px 15px;margin-top:-5px" href="//www.windowsazure.com/"><img
src="azure/windowsazurelogo.png" style="width:218px;height:35px;border:0px"
alt="Windows Azure" title="Windows Azure" /></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Open Source Home</a></li>
<li><a href="guidelines.html">Contribute</a></li>
<li class="dropdown">
<a href="projects.html" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="projects.html">All projects</a></li>
<li class="nav-header">Software Dev Kits</li>
<li><a href="projects.html#dotnet">.NET SDK</a></li>
<li><a href="projects.html#nodejs">Node.js SDK</a></li>
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>

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

<body>

<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" style="padding:15px 15px 5px 15px;margin-top:-5px" href="//www.windowsazure.com/"><img
src="azure/windowsazurelogo.png" style="width:218px;height:35px;border:0px"
alt="Windows Azure" title="Windows Azure" /></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Open Source Home</a></li>
<li><a href="guidelines.html">Contribute</a></li>
<li class="dropdown">
<a href="projects.html" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="projects.html">All projects</a></li>
<li class="nav-header">Software Dev Kits</li>
<li><a href="projects.html#dotnet">.NET SDK</a></li>
<li><a href="projects.html#nodejs">Node.js SDK</a></li>
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li class="divider"></li>
<li class="nav-header">Command line</li>
<li><a href="projects.html#powershell">PowerShell</a></li>
<li><a href="projects.html#cli">x-plat CLI</a></li>
<li class="divider"></li>
<li class="nav-header">More Projects</li>
<li><a href="projects.html#iisnode">iisnode</a></li>
<li><a href="projects.html#teams">Other teams</a></li>
<li class="divider"></li>
<li class="nav-header">WindowsAzure.com</li>
<li><a href="//www.windowsazure.com/en-us/documentation/">Documentation Center</a></li>
<li><a href="//www.windowsazure.com/en-us/develop/reference/">REST Reference</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>

<div class="container">

<!-- Content here -->

<hr>

<footer>
<p class="pull-right"><a href="#top">Back to top</a></p>
<div class="links">
<a href="//www.windowsazure.com/">WindowsAzure.com</a> |
<a href="http://blogs.msdn.com/b/windowsazure/">Windows Azure Blog</a> |
<a href="https://twitter.com/windowsazure">@windowsazure</a> |
<li class="divider"></li>
<li class="nav-header">More Projects</li>
<li><a href="projects.html#iisnode">iisnode</a></li>
<li><a href="projects.html#teams">Other teams</a></li>
<li class="divider"></li>
<li class="nav-header">WindowsAzure.com</li>
<li><a href="//www.windowsazure.com/en-us/documentation/">Documentation Center</a></li>
<li><a href="//www.windowsazure.com/en-us/develop/reference/">REST Reference</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="thanks.html">Thanks</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Content here -->
<hr>
<footer>
<p class="pull-right"><a href="#top">Back to top</a></p>
<div class="links">
<a href="//www.windowsazure.com/">WindowsAzure.com</a> |
<a href="http://blogs.msdn.com/b/windowsazure/">Windows Azure Blog</a> |
<a href="https://twitter.com/windowsazure">@windowsazure</a> |
<a href="https://github.com/windowsazure/">GitHub</a> |
<a href="thanks.html">Thank you to our contributors</a>
</div>

<p><small>
&copy; Microsoft |
<a href="http://go.microsoft.com/fwlink/p/?linkid=131004&clcid=0x409">Privacy and Cookies</a> |
<a href="http://go.microsoft.com/fwlink/p/?linkid=222682&clcid=0x409">Trademarks</a>
</small></p>
</footer>

</div> <!-- /container -->

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>

</body>
</html>
</div>
<p><small>
&copy; Microsoft |
<a href="http://go.microsoft.com/fwlink/p/?linkid=131004&clcid=0x409">Privacy and Cookies</a> |
<a href="http://go.microsoft.com/fwlink/p/?linkid=222682&clcid=0x409">Trademarks</a>
</small></p>
</footer>
</div> <!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
91 changes: 45 additions & 46 deletions contact.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -45,6 +45,7 @@
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li class="divider"></li>
<li class="nav-header">Command line</li>
<li><a href="projects.html#powershell">PowerShell</a></li>
Expand Down Expand Up @@ -152,20 +153,9 @@ <h4>André Rodrigues</h4>
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 />
<p><em>Software Development Lead</em><br />
Seattle, WA<br />
<small>Windows Azure SDK dev team lead</small></p>
<p><a
Expand All @@ -174,39 +164,58 @@ <h4>Jeff Wilcox</h4>
data-show-count="false">Follow @jeffwilcox</a>
</p>
</td>
<td>
<h4>Mohit Srivastava</h4>
<p>
<em>Lead Program Manager</em><br />
Seattle, WA<br />
<small>SDK PM team lead</small>
</p>
<p>
<a href="https://twitter.com/mohit"
class="twitter-follow-button"
data-show-count="false">Follow @mohit</a>
</p>
</td>
</tr>
<tr>
<td>
<h4>Tomasz Janczuk</h4>
<p><em>Principal Software Development Engineer</em><br />
<h4>Guang Yang</h4>
<p>
<em>Program Manager</em><br />
Redmond, WA<br />
<small>iisnode, Node.js &amp; Mobile Services dev</small></p>
<p><a
href="https://twitter.com/tjanczuk"
class="twitter-follow-button"
data-show-count="false">Follow @tjanczuk</a>
<small>Windows Azure PowerShell, CLI; Node.js, Java SDK</small>
</p>
<p>
<a href="https://twitter.com/guayan"
class="twitter-follow-button"
data-show-count="false">Follow @guayan</a>
</p>
</td>
<td>
<h4>Guang Yang</h4>
<p><em>Program Manager</em><br />
<h4>Brady Gaster</h4>
<p>
<em>Program Manager</em><br />
Redmond, WA<br />
<small>Windows Azure PowerShell, CLI; Node.js, Java SDK</small></p>
<p><a
href="https://twitter.com/guayan"
class="twitter-follow-button"
data-show-count="false">Follow @guayan</a>
<small>.NET SDK</small>
</p>
<p>
<a href="https://twitter.com/bradygaster"
class="twitter-follow-button"
data-show-count="false">Follow @bradygaster</a>
</p>
</td>
<td>
<h4>Mohit Srivastava</h4>
<p><em>Lead Program Manager</em><br />
Seattle, WA<br />
<small>SDK PM team lead</small></p>
<p><a
href="https://twitter.com/mohit"
class="twitter-follow-button"
data-show-count="false">Follow @mohit</a>
<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>
Expand All @@ -233,17 +242,7 @@ <h4>Abdelrahman Elogeel</h4>
data-show-count="false">Follow @Elogeel</a>
</p>
</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>
<td></td>
</tr>
</tbody>
</table>
Expand Down
3 changes: 2 additions & 1 deletion guidelines.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -46,6 +46,7 @@
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li class="divider"></li>
<li class="nav-header">Command line</li>
<li><a href="projects.html#powershell">PowerShell</a></li>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -45,6 +45,7 @@
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li class="divider"></li>
<li class="nav-header">Command line</li>
<li><a href="projects.html#powershell">PowerShell</a></li>
Expand Down
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li class="divider"></li>
<li class="nav-header">Command line</li>
<li><a href="projects.html#powershell">PowerShell</a></li>
Expand Down
3 changes: 2 additions & 1 deletion thanks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -54,6 +54,7 @@
<li><a href="projects.html#java">Java SDK</a></li>
<li><a href="projects.html#php">PHP SDK</a></li>
<li><a href="projects.html#python">Python SDK</a></li>
<li><a href="projects.html#ruby">Ruby SDK</a></li>
<li class="divider"></li>
<li class="nav-header">Command line</li>
<li><a href="projects.html#powershell">PowerShell</a></li>
Expand Down