news(update): updates to news and banner for oct

This commit is contained in:
Naomi Black 2016-10-14 19:03:56 -07:00
parent 883a29ecf7
commit 1dedfd5301
3 changed files with 40 additions and 65 deletions

View File

@ -8,11 +8,6 @@ header(class="background-sky l-relative")
announcement-bar
.announcement-bar-slide.clearfix
img(src="/resources/images/logos/angular2/angular-logo-banner.png")
p Angular 2.0 Final Release Now Live!
a(href="http://angularjs.blogspot.com/2016/09/angular2-final.html" target="_blank" class="button " + "md-button") Learn More
.announcement-bar-slide.clearfix
img(src="/resources/images/logos/ng-europe/ng-europe-logo.png")
p Join us for <strong>ng-europe in Paris</strong>, France this October!
a(href="https://ngeurope.org/?utm_source=angular&utm_medium=banner&utm_campaign=angular-banner" target="_blank" class="button md-button") Register now
img(src="/resources/images/logos/anglebrackets/anglebrackets.png")
p Join us for <strong>anglebrackets in Las Vegas</strong> Oct 25-28!
a(href="https://anglebrackets.org/#!/" target="_blank" class="button md-button") Register now

View File

@ -7,26 +7,6 @@ table.is-full-width
tbody
<!-- UtahJS -->
tr
th
a(
target="_blank"
href="https://conf.utahjs.com/"
) UtahJS
td Salt Lake City, UT, USA
td Sept. 16, 2016
<!-- Angular Connect -->
tr
th
a(
target="_blank"
href="http://angularconnect.com/"
) Angular Connect
td London, UK
td Sept. 27-28, 2016
<!-- Angular Brackets -->
tr
th

View File

@ -6,30 +6,30 @@
.grid-fluid
.c6
.article-card
.date Sept 14, 2016
.date Oct 12, 2016
.title
a(
target="_blank"
href="http://angularjs.blogspot.com/2016/09/angular2-final.html"
) Angular, version 2: proprioception-reinforcement
p Today, at a special meetup at Google HQ, we announced the final release version of Angular, the full-platform successor to Angular 1...
.author
img(src="/resources/images/bios/juleskremer.jpg")
.posted Posted by <b>Jules Kremer</b>
.c6
.article-card
.date Sept 13, 2016
.title
a(
target="_blank"
href="http://angularjs.blogspot.com/2016/09/rc7-now-available.html"
) RC7 Now Available
p Today were happy to announce that we are shipping Angular 2.0.0-rc.7. This small release is focused on bugfixes. What's fixed? Lazy loading, RxJS, IDE Docs Integration...
href="http://angularjs.blogspot.com/2016/10/angular-210-now-available.html"
) Angular 2.1.0 Now Available
p Angular version 2.1.0 - incremental-metamorphosis - is a minor release following our announced adoption of Semantic Versioning...
.author
img(src="/resources/images/bios/stephenfluin.jpg")
.posted Posted by <b>Stephen Fluin</b>
.c6
.article-card
.date Oct 7, 2016
.title
a(
target="_blank"
href="http://angularjs.blogspot.com/2016/10/versioning-and-releasing-angular.html"
) Versioning and Releasing Angular
p In order for the ecosystem around Angular to thrive, developers need stability from the Angular framework so that reusable components and libraries, tools and learned practices dont go obsolete unexpectedly...
.author
img(src="/resources/images/bios/igor-minar.jpg")
.posted Posted by <b>Igor Minar</b>
.grid-fluid.l-space-bottom-2.l-space-top-4
.c12.text-center
h3.text-headline.text-uppercase Developer Community
@ -38,56 +38,56 @@
.grid-fluid
.c6
.article-card
.date Sept 14, 2016
.date Oct 13, 2016
.title
a(
target="_blank"
href="http://blog.thoughtram.io/angular/2016/09/14/bypassing-providers-in-angular-2.html"
) Bypassing Providers in Angular 2
p We covered a lot of different things everything dependency injection in Angular 2. However, at our latest training, one of our students came up with a very interesting question: "Can I bypass a provider...
href="http://blog.thoughtram.io/angular/2016/10/13/two-way-data-binding-in-angular-2.html"
) Two-way Data Binding in Angular 2
p If there was one feature in Angular that made us go “Wow”, then it was probably its two-way data binding system. Changes in the application state have been automagically reflected into the view...
.author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Pascal Precht</b>
.c6
.article-card
.date Sept 12, 2016
.date Oct 10, 2016
.title
a(
target="_blank"
href="http://slides.com/wassimchegham/demystifying-ahead-of-time-compilation-in-angular-2-aot-jit#/"
) Demystifying AoT compilation in Angular 2
p The introduction of NgModule was huge news for the Angular 2 community. This new API is supposed to help the AoT compilation by providing the compilation context and a much lighter application bundle...
href="http://www.creativebloq.com/how-to/build-a-material-design-app-with-angular-2"
) Build a Material Design app with Angular 2
p This walkthrough reveals how to create a DialogComponent and to-do app with Angular Material and the Angular CLI...
.author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Wassim Chegham</b>
img(src="/resources/images/bios/shield-bio-placeholder.png")
.posted Posted by <b>Daniel Zen</b>
.grid-fluid
.c6
.article-card
.date Sept 12, 2016
.date Sept 26, 2016
.title
a(
target="_blank"
href="https://medium.com/codingthesmartway-com-blog/using-material-design-in-angular-2-83a3128c58b7#.5z4pseikh"
) Using Material Design in Angular 2
p Angular 2 Material Design Components are available as NPM packages. A full list of packages can be found at...
href="https://www.lucidchart.com/techblog/2016/09/26/improving-angular-2-load-times/"
) Improving Angular 2 Load Times and a 29KB Hello World App
p At the beginning of this year, Lucidchart rebuilt its editor in Angular 2. The end result of these efforts is that our new editor loads five seconds faste....
.author
img(src="/resources/images/bios/shield-bio-placeholder.png")
.posted Posted by <b>Sebastian Eschweiler</b>
.posted Posted by <b>James Judd</b>
.c6
.article-card
.date Sept 11, 2016
.date Sept 18, 2016
.title
a(
target="_blank"
href="https://johnpapa.net/introducing-angular-modules-routing-module/"
) Introducing Angular Modules - Routing Module
p When we create an Angular 2 app, we define a root module. This root module is defined with @NgModule and works quite well for small apps....
href="https://medium.com/@areai51/the-4-stages-of-perf-tuning-for-your-angular2-app-922ce5c1b294#.pbvt3c9zo"
) The 4 Stages of Perf Tuning for your Angular2 App
p While being fast right out of the box, the performance of Angular apps can be further enhanced. Lets look at each of these...
.author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>John Papa</b>
.posted Posted by <b>Vinci Rufus</b>
.grid-fluid.l-space-bottom-2.l-space-top-4