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

Commit 14db838

Browse files
committed
news(nov): Some news and a blog post update
1 parent eff32ec commit 14db838

File tree

2 files changed

+23
-34
lines changed

2 files changed

+23
-34
lines changed

public/events.jade

-11
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ table.is-full-width
77

88
tbody
99

10-
<!-- Devoxx Belgium -->
11-
tr
12-
th
13-
a(
14-
target="_blank"
15-
href="https://www.devoxx.be/"
16-
) Devoxx Belgium
17-
td Antwerp, Belgium
18-
td Nov. 7-11, 2016
19-
20-
2110
<!-- DEVIntersection -->
2211
tr
2312
th

public/news.jade

+23-23
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,30 @@
66
.grid-fluid
77
.c6
88
.article-card
9-
.date Oct 12, 2016
9+
.date Nov 2, 2016
1010
.title
1111
a(
1212
target="_blank"
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...
13+
href="http://angularjs.blogspot.ca/2016/11/easy-angular-authentication-with-json.html"
14+
) Easy Angular Authentication with JSON Web Tokens
15+
p Stateless authentication is a great fit for Angular apps. In this post, guest-blogger Ryan Chenkie from Auth0 talks about implementing it using JSON Web Tokens....
1616
.author
17-
img(src="/resources/images/bios/stephenfluin.jpg")
18-
.posted Posted by <b>Stephen Fluin</b>
17+
img(src="/resources/images/bios/shield-bio-placeholder.png")
18+
.posted Posted by <b>Ryan Chenkie</b>
1919

2020
.c6
2121
.article-card
22-
.date Oct 7, 2016
22+
.date Oct 12, 2016
2323
.title
2424
a(
2525
target="_blank"
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...
26+
href="http://angularjs.blogspot.com/2016/10/angular-210-now-available.html"
27+
) Angular 2.1.0 Now Available
28+
p Angular version 2.1.0 - incremental-metamorphosis - is a minor release following our announced adoption of Semantic Versioning...
2929
.author
30-
img(src="/resources/images/bios/igor-minar.jpg")
31-
.posted Posted by <b>Igor Minar</b>
30+
img(src="/resources/images/bios/stephenfluin.jpg")
31+
.posted Posted by <b>Stephen Fluin</b>
32+
3233

3334
.grid-fluid.l-space-bottom-2.l-space-top-4
3435
.c12.text-center
@@ -66,29 +67,28 @@
6667
.grid-fluid
6768
.c6
6869
.article-card
69-
.date Oct 10, 2016
70+
.date Oct 13, 2016
7071
.title
7172
a(
7273
target="_blank"
73-
href="http://www.creativebloq.com/how-to/build-a-material-design-app-with-angular-2"
74-
) Build a Material Design app with Angular 2
75-
p This walkthrough reveals how to create a DialogComponent and to-do app with Angular Material and the Angular CLI...
74+
href="http://www.upway2late.com/#/blogs/angular2-cli-and-dot-net-core"
75+
) Using the Angular 2 CLI with .NET Core 1.0 and Visual Studio 2015
76+
p This web site was most recently written in Angular 2, when Angular 2 was still in beta. I have rewritten it now that Angular 2 is RTM, using Angular CLI Beta 15. The site now also uses .NET Core...
7677
.author
7778
img(src="/resources/images/bios/shield-bio-placeholder.png")
78-
.posted Posted by <b>Daniel Zen</b>
79-
79+
.posted Posted by <b>James Katic</b>
8080
.c6
8181
.article-card
82-
.date Sept 30, 2016
82+
.date Oct 10, 2016
8383
.title
8484
a(
8585
target="_blank"
86-
href="http://www.simb.co/angular-cli-using-docker/?platform=hootsuite"
87-
) Using Angular CLI to create Angular 2 applications in Docker
88-
p Angular CLI is a great tool for developing Angular 2 applications. I thought it would be fun to do a quick demo...
86+
href="http://www.creativebloq.com/how-to/build-a-material-design-app-with-angular-2"
87+
) Build a Material Design app with Angular 2
88+
p This walkthrough reveals how to create a DialogComponent and to-do app with Angular Material and the Angular CLI...
8989
.author
9090
img(src="/resources/images/bios/shield-bio-placeholder.png")
91-
.posted Posted by <b>Simeon Bateman</b>
91+
.posted Posted by <b>Daniel Zen</b>
9292

9393

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

0 commit comments

Comments
 (0)