From 3cea09ad268306f205257c49dff6ec2bdac3d3d2 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Sun, 15 Mar 2015 21:51:11 -0700 Subject: [PATCH 1/3] Docs(resources): Add ng-conf video and forms blog post --- public/_includes/_footer.jade | 2 +- public/docs/dart/latest/resources.jade | 48 ++++++++++++++----------- public/docs/js/latest/resources.jade | 14 +++++--- public/resources/css/module/_alert.scss | 1 + 4 files changed, 39 insertions(+), 26 deletions(-) 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); From 1cc40350defde8ac282e9389e126a7d6ea6df024 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Sat, 21 Mar 2015 09:20:17 -0700 Subject: [PATCH 2/3] formatting fixes --- public/docs/dart/latest/resources.jade | 43 ++++++++++++++------------ public/docs/js/latest/resources.jade | 27 +++++++++------- public/resources/css/base/_type.scss | 3 +- 3 files changed, 40 insertions(+), 33 deletions(-) diff --git a/public/docs/dart/latest/resources.jade b/public/docs/dart/latest/resources.jade index cc76c8099e..7b3f10779a 100644 --- a/public/docs/dart/latest/resources.jade +++ b/public/docs/dart/latest/resources.jade @@ -8,27 +8,30 @@ 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 - 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 + h4 Intro to building Apps + ul + 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 - 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 d531bbe4b4..08302c0d20 100644 --- a/public/docs/js/latest/resources.jade +++ b/public/docs/js/latest/resources.jade @@ -8,20 +8,23 @@ 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 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 + 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; From 0882495d83c910044e4a79e00b46edd496190dd1 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Sat, 21 Mar 2015 09:22:27 -0700 Subject: [PATCH 3/3] indent formatting --- public/docs/dart/latest/resources.jade | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/docs/dart/latest/resources.jade b/public/docs/dart/latest/resources.jade index 7b3f10779a..d6522bfda8 100644 --- a/public/docs/dart/latest/resources.jade +++ b/public/docs/dart/latest/resources.jade @@ -1,11 +1,11 @@ // 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 + 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 Videos