From 33bc6d1b15dae105f587274ec11ae48acf4168fb Mon Sep 17 00:00:00 2001 From: Jeff Wilcox Date: Mon, 25 Feb 2013 15:47:21 -0800 Subject: [PATCH 1/3] updating Tomek contact card --- contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.html b/contact.html index e7f5b99..f8c7a45 100644 --- a/contact.html +++ b/contact.html @@ -163,7 +163,7 @@

Jeff Wilcox

Tomasz Janczuk

Principal Software Development Engineer
Redmond, WA
- iisnode & mobile services dev

+ iisnode, Node.js & Mobile Services dev

data-show-count="false">Follow @tjanczuk

- + +

Guang Yang

+

Program Manager
+ Redmond, WA
+ Windows Azure PowerShell, CLI; Node.js, Java SDK

+

+

+ From ce0c6516e3008f1192d51b3120320d32f6c68d74 Mon Sep 17 00:00:00 2001 From: Jeff Wilcox Date: Mon, 25 Feb 2013 16:31:04 -0800 Subject: [PATCH 3/3] updating css, contact cards, pages for scrolling and other form factors --- contact.html | 37 +++++++++-- css/azureopensource.css | 143 +++++++++++++++++++++++++++++++++++++++- guidelines.html | 25 ++----- js/azure.js | 15 ++--- 4 files changed, 184 insertions(+), 36 deletions(-) diff --git a/contact.html b/contact.html index 62f5e9c..74ac363 100644 --- a/contact.html +++ b/contact.html @@ -128,7 +128,7 @@

SDK & Command Line Tools

André Rodrigues

Software Development Engineer
Lisbon, Portugal
- Node.js SDK

+ Node.js SDK, x-plat CLI

+ +

Mohit Srivastava

+

Lead Program Manager
+ Seattle, WA
+ SDK PM team lead

+

+

+ + + + +

Albert Cheng

+

Software Engineer
+ Redmond, WA
+ Windows Azure SDK for Java & PHP

+

+

+ + -

Mobile Services

+

Windows Azure Mobile Services

- @@ -267,19 +268,8 @@

Feature requests

- - - - -
- - - - - -
Note: A Contribution Legal Agreement (CLA) is @@ -287,6 +277,7 @@

Feature requests

pull requests. Please read this entire page carefully.
+

Contributing code

@@ -625,8 +616,6 @@

Jobs

- \ No newline at end of file diff --git a/js/azure.js b/js/azure.js index ddb2327..4c9e9bc 100644 --- a/js/azure.js +++ b/js/azure.js @@ -4,16 +4,11 @@ var $window = $(window) - // side bar - setTimeout(function () { - $('.azure-nav-list').affix({ - offset: { - top: function () { return $window.width() <= 980 ? 290 : 210 } - , bottom: 270 - } - }) - }, 100) + // Disable certain links in docs + $('section [href^=#]').click(function (e) { + e.preventDefault() + }) }) -}(window.jQuery) \ No newline at end of file +}(window.jQuery)