Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1dedfd5

Browse files
committed
news(update): updates to news and banner for oct
1 parent 883a29e commit 1dedfd5

File tree

3 files changed

+35
-60
lines changed

3 files changed

+35
-60
lines changed

public/_includes/_hero-home.jade

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ header(class="background-sky l-relative")
88

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

public/events.jade

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,6 @@ table.is-full-width
77

88
tbody
99

10-
<!-- UtahJS -->
11-
tr
12-
th
13-
a(
14-
target="_blank"
15-
href="https://conf.utahjs.com/"
16-
) UtahJS
17-
td Salt Lake City, UT, USA
18-
td Sept. 16, 2016
19-
20-
<!-- Angular Connect -->
21-
tr
22-
th
23-
a(
24-
target="_blank"
25-
href="http://angularconnect.com/"
26-
) Angular Connect
27-
td London, UK
28-
td Sept. 27-28, 2016
29-
3010
<!-- Angular Brackets -->
3111
tr
3212
th

public/news.jade

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
.grid-fluid
77
.c6
88
.article-card
9-
.date Sept 14, 2016
9+
.date Oct 12, 2016
1010
.title
1111
a(
1212
target="_blank"
13-
href="http://angularjs.blogspot.com/2016/09/angular2-final.html"
14-
) Angular, version 2: proprioception-reinforcement
15-
p Today, at a special meetup at Google HQ, we announced the final release version of Angular, the full-platform successor to Angular 1...
13+
href="http://angularjs.blogspot.com/2016/10/angular-210-now-available.html"
14+
) Angular 2.1.0 Now Available
15+
p Angular version 2.1.0 - incremental-metamorphosis - is a minor release following our announced adoption of Semantic Versioning...
1616
.author
17-
img(src="/resources/images/bios/juleskremer.jpg")
18-
.posted Posted by <b>Jules Kremer</b>
17+
img(src="/resources/images/bios/stephenfluin.jpg")
18+
.posted Posted by <b>Stephen Fluin</b>
1919

2020
.c6
2121
.article-card
22-
.date Sept 13, 2016
22+
.date Oct 7, 2016
2323
.title
2424
a(
2525
target="_blank"
26-
href="http://angularjs.blogspot.com/2016/09/rc7-now-available.html"
27-
) RC7 Now Available
28-
p Today we’re 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...
26+
href="http://angularjs.blogspot.com/2016/10/versioning-and-releasing-angular.html"
27+
) Versioning and Releasing Angular
28+
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 don’t go obsolete unexpectedly...
2929
.author
30-
img(src="/resources/images/bios/stephenfluin.jpg")
31-
.posted Posted by <b>Stephen Fluin</b>
30+
img(src="/resources/images/bios/igor-minar.jpg")
31+
.posted Posted by <b>Igor Minar</b>
3232

3333
.grid-fluid.l-space-bottom-2.l-space-top-4
3434
.c12.text-center
@@ -38,56 +38,56 @@
3838
.grid-fluid
3939
.c6
4040
.article-card
41-
.date Sept 14, 2016
41+
.date Oct 13, 2016
4242
.title
4343
a(
4444
target="_blank"
45-
href="http://blog.thoughtram.io/angular/2016/09/14/bypassing-providers-in-angular-2.html"
46-
) Bypassing Providers in Angular 2
47-
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...
45+
href="http://blog.thoughtram.io/angular/2016/10/13/two-way-data-binding-in-angular-2.html"
46+
) Two-way Data Binding in Angular 2
47+
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...
4848
.author
4949
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
5050
.posted Posted by <b>Pascal Precht</b>
5151

5252
.c6
5353
.article-card
54-
.date Sept 12, 2016
54+
.date Oct 10, 2016
5555
.title
5656
a(
5757
target="_blank"
58-
href="http://slides.com/wassimchegham/demystifying-ahead-of-time-compilation-in-angular-2-aot-jit#/"
59-
) Demystifying AoT compilation in Angular 2
60-
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...
58+
href="http://www.creativebloq.com/how-to/build-a-material-design-app-with-angular-2"
59+
) Build a Material Design app with Angular 2
60+
p This walkthrough reveals how to create a DialogComponent and to-do app with Angular Material and the Angular CLI...
6161
.author
62-
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
63-
.posted Posted by <b>Wassim Chegham</b>
62+
img(src="/resources/images/bios/shield-bio-placeholder.png")
63+
.posted Posted by <b>Daniel Zen</b>
6464

6565
.grid-fluid
6666
.c6
6767
.article-card
68-
.date Sept 12, 2016
68+
.date Sept 26, 2016
6969
.title
7070
a(
7171
target="_blank"
72-
href="https://medium.com/codingthesmartway-com-blog/using-material-design-in-angular-2-83a3128c58b7#.5z4pseikh"
73-
) Using Material Design in Angular 2
74-
p Angular 2 Material Design Components are available as NPM packages. A full list of packages can be found at...
72+
href="https://www.lucidchart.com/techblog/2016/09/26/improving-angular-2-load-times/"
73+
) Improving Angular 2 Load Times and a 29KB Hello World App
74+
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....
7575
.author
7676
img(src="/resources/images/bios/shield-bio-placeholder.png")
77-
.posted Posted by <b>Sebastian Eschweiler</b>
77+
.posted Posted by <b>James Judd</b>
7878

7979
.c6
8080
.article-card
81-
.date Sept 11, 2016
81+
.date Sept 18, 2016
8282
.title
8383
a(
8484
target="_blank"
85-
href="https://johnpapa.net/introducing-angular-modules-routing-module/"
86-
) Introducing Angular Modules - Routing Module
87-
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....
85+
href="https://medium.com/@areai51/the-4-stages-of-perf-tuning-for-your-angular2-app-922ce5c1b294#.pbvt3c9zo"
86+
) The 4 Stages of Perf Tuning for your Angular2 App
87+
p While being fast right out of the box, the performance of Angular apps can be further enhanced. Let’s look at each of these...
8888
.author
8989
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
90-
.posted Posted by <b>John Papa</b>
90+
.posted Posted by <b>Vinci Rufus</b>
9191

9292

9393
.grid-fluid.l-space-bottom-2.l-space-top-4

0 commit comments

Comments
 (0)