From 0305bc318a87f70addd6f3783755d1723c6adad5 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 17 Jun 2014 13:21:31 -0400 Subject: [PATCH 1/3] Updated windows azure logo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4c45490080..128bb172966 100644 --- a/README.md +++ b/README.md @@ -1147,7 +1147,7 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus - This will create a new application snapshot, generate and/or update project metadata - Done! - + - Login to [Windows Azure Management Portal](http://manage.windowsazure.com/) - Click the **+ NEW** button on the bottom left of the portal From 5db95014bc104c52f78d384e98829001ad031e25 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 20 Jun 2014 18:02:46 -0400 Subject: [PATCH 2/3] added css-guidelines url to design resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 128bb172966..ab05ef9dad3 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ Useful Tools and Resources Recommended Design Resources ---------------------------- +- [CSS Guidelines](https://github.com/csswizardry/CSS-Guidelines) - read it, memorize it and use it. - [Bootsnipp](http://bootsnipp.com/) - Code snippets for Bootstrap. - [UIBox](http://www.uibox.in) - Curated HTML, CSS, JS, UI components. - [Bootstrap Zero](http://bootstrapzero.com/) - Free Bootstrap templates themes. From 5d8c4aa0890d7ec2743ae67f45c567c5b2274155 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 20 Jun 2014 18:30:07 -0400 Subject: [PATCH 3/3] updated recommended design resources --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab05ef9dad3..131c5c85bf9 100644 --- a/README.md +++ b/README.md @@ -405,10 +405,10 @@ Useful Tools and Resources - [HTML to Jade converter](http://html2jade.aaron-powell.com) - Extremely valuable when you need to quickly copy and paste HTML snippets from the web. - [JavascriptOO](http://www.javascriptoo.com/) - A directory of JavaScript libraries with examples, CDN links, statistics, and videos. - [Favicon Generator](http://realfavicongenerator.net/) - Generate favicons for PC, Android, iOS, Windows 8. + Recommended Design Resources ---------------------------- - -- [CSS Guidelines](https://github.com/csswizardry/CSS-Guidelines) - read it, memorize it and use it. +- [Code Guide](http://codeguide.co/) - Standards for developing flexible, durable, and sustainable HTML and CSS. - [Bootsnipp](http://bootsnipp.com/) - Code snippets for Bootstrap. - [UIBox](http://www.uibox.in) - Curated HTML, CSS, JS, UI components. - [Bootstrap Zero](http://bootstrapzero.com/) - Free Bootstrap templates themes.