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..d6522bfda8 100644 --- a/public/docs/dart/latest/resources.jade +++ b/public/docs/dart/latest/resources.jade @@ -1,22 +1,31 @@ // 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 David East's Intro Todo App - ul - li Building a Todo App (video) + h2 Videos -.l-main-section - h2 More Videos + h4 Intro to building Apps ul - li ng-europe playlist of videos on Angular 2 and future of Angular - li Coming soon: ng-conf 2015 playlist of videos + li Building a Todo App by David East + + h4 ng-conf + ul + li Playlist of ng-conf 2015 videos. + 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: Kara Erickson & Rachael L Moore. + li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster. + + h4 ng-europe + ul + li Oct 2014 playlist of ng-europe videos on Angular 2 and the future of Angular. + .l-main-section h2 API Design Docs & Notes diff --git a/public/docs/js/latest/resources.jade b/public/docs/js/latest/resources.jade index 8f93d02922..08302c0d20 100644 --- a/public/docs/js/latest/resources.jade +++ b/public/docs/js/latest/resources.jade @@ -2,20 +2,29 @@ .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 - ul - li Building a Todo App (video) + h2 Videos -.l-main-section - h2 More Videos + h4 Intro to building Apps 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 Building a Todo App by David East + + h4 ng-conf + ul + li Playlist of ng-conf 2015 videos. + 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: Kara Erickson & Rachael L Moore. + li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster. + + h4 ng-europe + ul + li Oct 2014 playlist of ng-europe videos on Angular 2 and the future of Angular. .l-main-section diff --git a/public/resources/css/base/_type.scss b/public/resources/css/base/_type.scss index 18b04eb4ab..9f4d492713 100644 --- a/public/resources/css/base/_type.scss +++ b/public/resources/css/base/_type.scss @@ -68,7 +68,8 @@ a { line-height: 32px; } -.text-title { +.text-title, +.docs-content h4 { margin: 0px 0px ($unit * 2) 0px; font-size: 20px; font-weight: 500;