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
Show all changes
47 commits
Select commit Hold shift + click to select a range
968ed11
Adding Twitter Bootstrap
jeffwilcox Feb 20, 2013
d63eb5b
Adding logo
jeffwilcox Feb 20, 2013
6e62c0d
Updating existing pages with bootstrap containers
jeffwilcox Feb 20, 2013
b5a2d9d
Adding and moving around pages
jeffwilcox Feb 20, 2013
a5d7513
Copy updates. Adding additional repos to the Projects list. Starting …
jeffwilcox Feb 21, 2013
3550294
Guidelines adding an important callout in the source section
jeffwilcox Feb 21, 2013
a0f9eed
updating and forking contribution pages
Feb 21, 2013
3b5db06
copy edit
Feb 22, 2013
81b5649
copy iterations
jeffwilcox Feb 22, 2013
bf26e6f
copy update on the projects page
jeffwilcox Feb 22, 2013
32f185e
spelling error corrections from ancient text
Feb 22, 2013
40db6cf
updating text
Feb 22, 2013
5b97bb3
updating with a new css file
Feb 22, 2013
9d576fd
fixing some margins
Feb 22, 2013
3ab46b0
enlarging CLA section
Feb 22, 2013
b0e8db3
filling out detailed sections
Feb 22, 2013
efbdf04
text update
Feb 22, 2013
931b1ce
updating support options
Feb 22, 2013
4e48c4b
updates to contact info
jeffwilcox Feb 22, 2013
be772b5
adding a thank you page
Feb 22, 2013
a8dd2e6
creating dev branch
Feb 22, 2013
4b31732
Merge pull request #6 from jeffwilcoxmsft/master
jeffwilcox Feb 22, 2013
5be5499
addressing feedback #1
Feb 23, 2013
b5f3786
more iteration
Feb 23, 2013
0c46957
typos
Feb 23, 2013
a803a10
iterative improvements
jeffwilcox Feb 25, 2013
0a9775b
Merge pull request #8 from jeffwilcoxmsft/master
jeffwilcox Feb 25, 2013
9faf9dd
addressing some feedback
jeffwilcox Feb 25, 2013
3115502
Merge pull request #9 from jeffwilcoxmsft/master
jeffwilcox Feb 25, 2013
080db38
Contact cards
jeffwilcox Feb 25, 2013
863fef7
updating contact cards
jeffwilcox Feb 25, 2013
46bad4e
Improve git steps
Feb 25, 2013
cdfa2ce
Updating gblock Twitter contact card
jeffwilcox Feb 25, 2013
891b2f3
Merge pull request #10 from andrerod/dev
jeffwilcox Feb 25, 2013
7c6cba7
Merge pull request #11 from jeffwilcoxmsft/master
jeffwilcox Feb 25, 2013
33bc6d1
updating Tomek contact card
jeffwilcox Feb 25, 2013
d9946d7
Adding guayan contact card
jeffwilcox Feb 25, 2013
ce0c651
updating css, contact cards, pages for scrolling and other form factors
jeffwilcox Feb 26, 2013
eb01fa3
Merge pull request #12 from jeffwilcoxmsft/dev
jeffwilcox Feb 26, 2013
31b9d99
updating navigation bars and other small changes to css
jeffwilcox Feb 26, 2013
f9ff354
Merge pull request #13 from jeffwilcoxmsft/dev
jeffwilcox Feb 26, 2013
4573210
adding ogail contact card
jeffwilcox Feb 26, 2013
4ee70f8
Adding Yavor contact card
jeffwilcox Feb 26, 2013
e29fa69
Updating thank you page
jeffwilcox Feb 26, 2013
ffd9bd6
Updating contacts
jeffwilcox Feb 26, 2013
2e5c9ca
Adding Media Services contact cards
jeffwilcox Feb 26, 2013
0ad71df
Merge pull request #14 from jeffwilcoxmsft/dev
jeffwilcox Feb 26, 2013
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
98 changes: 98 additions & 0 deletions _template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!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>
<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>
</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>
Binary file added azure/microsoftforums.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added azure/stackoverflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added azure/windowsazurelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading