diff --git a/public/_includes/_footer.jade b/public/_includes/_footer.jade index 771235d636..b4d85da781 100644 --- a/public/_includes/_footer.jade +++ b/public/_includes/_footer.jade @@ -28,7 +28,7 @@ ul.text-body li Google Group - li Chat Room + li Chat Room li Report an Issue .c3 diff --git a/public/docs/dart/latest/resources.jade b/public/docs/dart/latest/resources.jade index 7728578b0f..cc76c8099e 100644 --- a/public/docs/dart/latest/resources.jade +++ b/public/docs/dart/latest/resources.jade @@ -1,28 +1,34 @@ // TODO: don't duplicate text from /docs/js/latest/resources.jade +.l-main-section + h2 Victor Savkin's Blog Posts + ul + li Forms in Angular 2 + li Change detection + li Functional programming + li Dependency injection .l-main-section - h2 Victor Savkin's Blog Posts - ul - li Change detection - li Functional programming - li Dependency injection + h2 David East's Intro Todo App + ul + li Building a Todo App (video) .l-main-section - h2 David East's Intro Todo App - ul - li Building a Todo App (video) + h2 More Videos + ul + li New! The ng-conf 2015 playlist of videos. Specifically: + ul + li Day 1 Keynote: a broad overview of Angular 2, migration, and where we are headed. + li Day 2 Keynote: Misko and Rado do a deep-dive on Angular 2 details. + li Creating Container Components with Web Components in Angular: Components Talk by Kara Erickson & Rachael L Moore from Open Table. + li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster. + li From Oct 2014: the ng-europe playlist of videos on Angular 2 and the future of Angular + .l-main-section - h2 More Videos - ul - li ng-europe playlist of videos on Angular 2 and future of Angular - li Coming soon: ng-conf 2015 playlist of videos - -.l-main-section - h2 API Design Docs & Notes - ul - li Best Practices - li API Design Docs - li Meeting Notes - li Presentations - li More... \ No newline at end of file + h2 API Design Docs & Notes + ul + li Best Practices + li API Design Docs + li Meeting Notes + li Presentations + li More... \ No newline at end of file diff --git a/public/docs/js/latest/resources.jade b/public/docs/js/latest/resources.jade index 8f93d02922..d531bbe4b4 100644 --- a/public/docs/js/latest/resources.jade +++ b/public/docs/js/latest/resources.jade @@ -2,20 +2,26 @@ .l-main-section h2 Victor Savkin's Blog Posts ul + li Forms in Angular 2 li Change detection li Functional programming li Dependency injection .l-main-section - h2 David East's Intro Todo App + h2 David East's Intro Todo App ul - li Building a Todo App (video) + li Building a Todo App (video) .l-main-section h2 More Videos ul - li ng-europe playlist of videos on Angular 2 and the future of Angular - li Coming soon: ng-conf 2015 playlist of videos + li New! The ng-conf 2015 playlist of videos. Specifically: + ul + li Day 1 Keynote: a broad overview of Angular 2, migration, and where we are headed. + li Day 2 Keynote: Misko and Rado do a deep-dive on Angular 2 details. + li Creating Container Components with Web Components in Angular: Components Talk by Kara Erickson & Rachael L Moore from Open Table. + li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster. + li From Oct 2014: the ng-europe playlist of videos on Angular 2 and the future of Angular .l-main-section diff --git a/public/resources/css/module/_alert.scss b/public/resources/css/module/_alert.scss index b308f7eabb..b1ad935571 100644 --- a/public/resources/css/module/_alert.scss +++ b/public/resources/css/module/_alert.scss @@ -1,4 +1,5 @@ .alert { + box-shadow: 0px 2px 5px rgba($coal, 0.3); border-width: 2px; border-style: solid; padding: $unit ($unit * 2);