Merge pull request #12 from angular/resources
Docs(resources): Add ng-conf video and forms blog post
This commit is contained in:
commit
3873e226c5
|
@ -28,7 +28,7 @@
|
|||
|
||||
ul.text-body
|
||||
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
|
||||
li <a href="http://webchat.freenode.net/?channels=angularjs&uio=d4"> Chat Room</a>
|
||||
li <a href="https://gitter.im/angular/angular"> Chat Room</a>
|
||||
li <a href="https://github.com/angular/angular.js/issues"> Report an Issue</a>
|
||||
|
||||
.c3
|
||||
|
|
|
@ -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 <a href="http://angularjs.blogspot.com/2015/03/forms-in-angular-2.html">Forms in Angular 2</a>
|
||||
li <a href="http://victorsavkin.com/post/110170125256/change-detection-in-angular-2">Change detection</a>
|
||||
li <a href="http://victorsavkin.com/post/108837493941/better-support-for-functional-programming-in">Functional programming </a>
|
||||
li <a href="http://victorsavkin.com/post/102965317996/angular-2-bits-unified-dependency-injection">Dependency injection</a>
|
||||
|
||||
.l-main-section
|
||||
h2 David East's Intro Todo App
|
||||
ul
|
||||
li <span class="icon-play-circle-outline"></span> <a href="https://www.youtube.com/watch?v=uD6Okha_Yj0">Building a Todo App</a> (video)
|
||||
h2 <span class="icon-play-circle-outline"></span> Videos
|
||||
|
||||
.l-main-section
|
||||
h2 <span class="icon-play-circle-outline"></span> More Videos
|
||||
h4 Intro to building Apps
|
||||
ul
|
||||
li <a href="https://www.youtube.com/watch?v=lGdnh8QSPPk&list=PLhc_bKwZngxW_ZlY0NkaGkvKpiA_pzcZ-">ng-europe playlist of videos</a> on Angular 2 and future of Angular
|
||||
li Coming soon: <a href="http://www.ng-conf.org/">ng-conf 2015 playlist of videos</a>
|
||||
li <a href="https://www.youtube.com/watch?v=uD6Okha_Yj0">Building a Todo App</a> by David East
|
||||
|
||||
h4 ng-conf
|
||||
ul
|
||||
li Playlist <a href="https://www.youtube.com/watch?v=QHulaj5ZxbI&index=1&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">of ng-conf 2015 videos</a>.
|
||||
li <a href="https://www.youtube.com/watch?v=QHulaj5ZxbI&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Day 1 Keynote</a>: a broad overview of Angular 2, migration, and where we are headed.
|
||||
li <a href="https://www.youtube.com/watch?v=-dMBcqwvYA0&index=21&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Day 2 Keynote</a>: Misko and Rado do a deep-dive on Angular 2 details.
|
||||
li <a href="https://www.youtube.com/watch?v=AbunztfV5vU&index=6&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Creating Container Components with Web Components in Angular</a>: Kara Erickson & Rachael L Moore.
|
||||
li <a href="https://www.youtube.com/watch?v=jvKGQSFQf10&index=31&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Change Detection Reinvented</a>: 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 <a href="https://www.youtube.com/watch?v=lGdnh8QSPPk&list=PLhc_bKwZngxW_ZlY0NkaGkvKpiA_pzcZ-">playlist of ng-europe videos on Angular 2</a> and the future of Angular.
|
||||
|
||||
|
||||
.l-main-section
|
||||
h2 <span class="icon-content-copy"></span> API Design Docs & Notes
|
||||
|
|
|
@ -2,20 +2,29 @@
|
|||
.l-main-section
|
||||
h2 Victor Savkin's Blog Posts
|
||||
ul
|
||||
li <a href="http://angularjs.blogspot.com/2015/03/forms-in-angular-2.html">Forms in Angular 2</a>
|
||||
li <a href="http://victorsavkin.com/post/110170125256/change-detection-in-angular-2">Change detection</a>
|
||||
li <a href="http://victorsavkin.com/post/108837493941/better-support-for-functional-programming-in">Functional programming </a>
|
||||
li <a href="http://victorsavkin.com/post/102965317996/angular-2-bits-unified-dependency-injection">Dependency injection</a>
|
||||
|
||||
.l-main-section
|
||||
h2 David East's Intro Todo App
|
||||
ul
|
||||
li <span class="icon-play-circle-outline"></span> <a href="https://www.youtube.com/watch?v=uD6Okha_Yj0">Building a Todo App</a> (video)
|
||||
h2 <span class="icon-play-circle-outline"></span> Videos
|
||||
|
||||
.l-main-section
|
||||
h2 <span class="icon-play-circle-outline"></span> More Videos
|
||||
h4 Intro to building Apps
|
||||
ul
|
||||
li <a href="https://www.youtube.com/watch?v=lGdnh8QSPPk&list=PLhc_bKwZngxW_ZlY0NkaGkvKpiA_pzcZ-">ng-europe playlist of videos</a> on Angular 2 and the future of Angular
|
||||
li Coming soon: <a href="http://www.ng-conf.org/">ng-conf 2015 playlist of videos</a>
|
||||
li <a href="https://www.youtube.com/watch?v=uD6Okha_Yj0">Building a Todo App</a> by David East
|
||||
|
||||
h4 ng-conf
|
||||
ul
|
||||
li Playlist <a href="https://www.youtube.com/watch?v=QHulaj5ZxbI&index=1&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">of ng-conf 2015 videos</a>.
|
||||
li <a href="https://www.youtube.com/watch?v=QHulaj5ZxbI&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Day 1 Keynote</a>: a broad overview of Angular 2, migration, and where we are headed.
|
||||
li <a href="https://www.youtube.com/watch?v=-dMBcqwvYA0&index=21&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Day 2 Keynote</a>: Misko and Rado do a deep-dive on Angular 2 details.
|
||||
li <a href="https://www.youtube.com/watch?v=AbunztfV5vU&index=6&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Creating Container Components with Web Components in Angular</a>: Kara Erickson & Rachael L Moore.
|
||||
li <a href="https://www.youtube.com/watch?v=jvKGQSFQf10&index=31&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Change Detection Reinvented</a>: 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 <a href="https://www.youtube.com/watch?v=lGdnh8QSPPk&list=PLhc_bKwZngxW_ZlY0NkaGkvKpiA_pzcZ-">playlist of ng-europe videos on Angular 2</a> and the future of Angular.
|
||||
|
||||
|
||||
.l-main-section
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue