diff --git a/public/_includes/_main-nav.jade b/public/_includes/_main-nav.jade index 8f7fe1e9b3..3f5a66386c 100644 --- a/public/_includes/_main-nav.jade +++ b/public/_includes/_main-nav.jade @@ -9,4 +9,4 @@ md-toolbar(class="main-nav background-regal l-pinned-top l-layer-5") li.l-left Docs li.l-left About li.l-left Contribute - li.l-right Download \ No newline at end of file + li.l-right Install \ No newline at end of file diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index 495572c5cf..f7e0a61719 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -55,7 +55,7 @@ p Inside of app.ts, import the type definitions from Angular: code-example. - <reference path="typings/angular2/angular2.d.ts" > + /// <reference path="typings/angular2/angular2.d.ts" /> p Now your editor should be able to complete the available imports: code-example. diff --git a/public/download/_data.json b/public/download/_data.json index 35e900d502..4e32379336 100644 --- a/public/download/_data.json +++ b/public/download/_data.json @@ -14,34 +14,32 @@ } }, - - - "Angular_1.X": { + "Angular_1": { "description": "The production ready version of Angular for JavaScript", - "1.X": { + "1": { "file": "https://code.angularjs.org/" } }, - "AngularDart_1.X": { + "AngularDart_1": { "description": "The production ready version of Angular for Dart", - "1.X": { + "1": { "file": "https://angulardart.org/" } }, - "AngularFire_1.X": { + "AngularFire_1": { "description": "AngularFire is the officially supported Angular binding for Firebase.", - "1.X": { + "1": { "file": "https://www.firebase.com/docs/web/libraries/angular/index.html" } }, - "AngularMaterial_1.X": { + "AngularMaterial_1": { "description": "The Angular Material project is an implementation of Material Design in Angular 1 for JS.", - "1.X": { + "1": { "file": "https://material.angularjs.org/#/getting-started" } } diff --git a/public/download/index.jade b/public/download/index.jade index 7009223790..bb867449fa 100644 --- a/public/download/index.jade +++ b/public/download/index.jade @@ -1,6 +1,6 @@ .grid-fluid.l-space-bottom-8 for versions, framework in downloads - div.c9.card + div.c9.l-space-bottom-4 frameworkName = framework.replace(/\_/gm, ' ') header h2.text-headline #{frameworkName} @@ -11,16 +11,15 @@ p #{version} else - .card-content - h3.text-body Version #{name} - - ul + ul.l-pad-left-0 if version.file - li Download for #{name} + li + != partial("../_includes/_hover-card", {name: "Version " + name, url: version.file }) if version.npm - li NPM installation for #{name} + li + != partial("../_includes/_hover-card", {name: "Version " + name, url: version.npm }) if version.pub - li Pub installation for #{name} - + li + != partial("../_includes/_hover-card", {name: "Version " + name, url: version.pub }) diff --git a/public/resources/css/layout/_layout.scss b/public/resources/css/layout/_layout.scss index 02aaa4c104..8387871a1a 100644 --- a/public/resources/css/layout/_layout.scss +++ b/public/resources/css/layout/_layout.scss @@ -142,7 +142,7 @@ * */ -@for $i from 1 through 10 { +@for $i from 0 through 10 { .l-space-#{$i} { margin: $i * 8px; } diff --git a/public/resources/css/module/_card.scss b/public/resources/css/module/_card.scss index 5a90d549cf..05844f4138 100644 --- a/public/resources/css/module/_card.scss +++ b/public/resources/css/module/_card.scss @@ -26,8 +26,6 @@ border-bottom: none; } - - h3 { margin: 0px; }