diff --git a/public/_includes/_hero-home.jade b/public/_includes/_hero-home.jade
index 091939f24e..e29c2953ae 100644
--- a/public/_includes/_hero-home.jade
+++ b/public/_includes/_hero-home.jade
@@ -8,6 +8,6 @@ header(class="background-sky l-relative")
announcement-bar
.announcement-bar-slide.clearfix
- img(src="/resources/images/logos/anglebrackets/anglebrackets.png" width="64")
- p Join us for Anglebrackets in Las Vegas Oct 25-28!
- a(href="https://anglebrackets.org/#!/" target="_blank" class="button md-button") Register now
\ No newline at end of file
+ img(src="/resources/images/logos/anglebrackets/devintersection.png" width="64")
+ p Join us for DEVintersection Amsterdam Nov 14-16!
+ a(href="https://www.devintersectioneurope.com/#!/" target="_blank" class="button md-button") Register now
\ No newline at end of file
diff --git a/public/events.jade b/public/events.jade
index 9d3c8da3e5..0e9e927816 100644
--- a/public/events.jade
+++ b/public/events.jade
@@ -7,27 +7,6 @@ table.is-full-width
tbody
-
- tr
- th
- a(
- target="_blank"
- href="https://anglebrackets.org/#!/"
- ) Anglebrackets
- td Las Vegas, NV
- td Oct. 25-28, 2016
-
-
- tr
- th
- a(
- target="_blank"
- href="https://ngeurope.org/"
- ) ng-europe
- td Paris, France
- td Oct. 24-26, 2016
-
-
tr
th
diff --git a/public/news.jade b/public/news.jade
index 4faf8a0247..7e51afcd49 100644
--- a/public/news.jade
+++ b/public/news.jade
@@ -36,6 +36,19 @@
.clear
.grid-fluid
+ .c6
+ .article-card
+ .date Oct 30, 2016
+ .title
+ a(
+ target="_blank"
+ href="https://www.thepolyglotdeveloper.com/2016/10/use-pre-populated-sqlite-database-nativescript-angular-2/"
+ ) Use A Pre-Populated SQLite Database With NativeScript And Angular 2
+ p I figured it would be a good idea to demonstrate how to ship a NativeScript Angular 2 application with a pre-filled SQLite database rather than populating it on-the-fly....
+ .author
+ img(src="/resources/images/bios/shield-bio-placeholder.png")
+ .posted Posted by Nic Raboy
+
.c6
.article-card
.date Oct 13, 2016
@@ -49,6 +62,8 @@
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by Pascal Precht
+
+.grid-fluid
.c6
.article-card
.date Oct 10, 2016
@@ -62,32 +77,18 @@
img(src="/resources/images/bios/shield-bio-placeholder.png")
.posted Posted by Daniel Zen
-.grid-fluid
.c6
.article-card
- .date Sept 26, 2016
+ .date Sept 30, 2016
.title
a(
target="_blank"
- 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....
+ href="http://www.simb.co/angular-cli-using-docker/?platform=hootsuite"
+ ) Using Angular CLI to create Angular 2 applications in Docker
+ p Angular CLI is a great tool for developing Angular 2 applications. I thought it would be fun to do a quick demo...
.author
img(src="/resources/images/bios/shield-bio-placeholder.png")
- .posted Posted by James Judd
-
- .c6
- .article-card
- .date Sept 18, 2016
- .title
- a(
- target="_blank"
- 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. Let’s look at each of these...
- .author
- img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
- .posted Posted by Vinci Rufus
+ .posted Posted by Simeon Bateman
.grid-fluid.l-space-bottom-2.l-space-top-4
diff --git a/public/resources/images/logos/anglebrackets/devintersection.png b/public/resources/images/logos/anglebrackets/devintersection.png
new file mode 100644
index 0000000000..2be8eead25
Binary files /dev/null and b/public/resources/images/logos/anglebrackets/devintersection.png differ