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

Commit e7bcc72

Browse files
committed
news(oct30): October 30 updates to news and events
1 parent db1df77 commit e7bcc72

File tree

4 files changed

+23
-43
lines changed

4 files changed

+23
-43
lines changed

public/_includes/_hero-home.jade

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ header(class="background-sky l-relative")
88

99
announcement-bar
1010
.announcement-bar-slide.clearfix
11-
img(src="/resources/images/logos/anglebrackets/anglebrackets.png" width="64")
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
11+
img(src="/resources/images/logos/anglebrackets/devintersection.png" width="64")
12+
p Join us for <strong>DEVintersection Amsterdam</strong> Nov 14-16!
13+
a(href="https://www.devintersectioneurope.com/#!/" target="_blank" class="button md-button") Register now

public/events.jade

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

88
tbody
99

10-
<!-- Angular Brackets -->
11-
tr
12-
th
13-
a(
14-
target="_blank"
15-
href="https://anglebrackets.org/#!/"
16-
) Anglebrackets
17-
td Las Vegas, NV
18-
td Oct. 25-28, 2016
19-
20-
<!-- ng-europe -->
21-
tr
22-
th
23-
a(
24-
target="_blank"
25-
href="https://ngeurope.org/"
26-
) ng-europe
27-
td Paris, France
28-
td Oct. 24-26, 2016
29-
30-
3110
<!-- Devoxx Belgium -->
3211
tr
3312
th

public/news.jade

+20-19
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@
3636
.clear
3737

3838
.grid-fluid
39+
.c6
40+
.article-card
41+
.date Oct 30, 2016
42+
.title
43+
a(
44+
target="_blank"
45+
href="https://www.thepolyglotdeveloper.com/2016/10/use-pre-populated-sqlite-database-nativescript-angular-2/"
46+
) Use A Pre-Populated SQLite Database With NativeScript And Angular 2
47+
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....
48+
.author
49+
img(src="/resources/images/bios/shield-bio-placeholder.png")
50+
.posted Posted by <b>Nic Raboy</b>
51+
3952
.c6
4053
.article-card
4154
.date Oct 13, 2016
@@ -49,6 +62,8 @@
4962
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
5063
.posted Posted by <b>Pascal Precht</b>
5164

65+
66+
.grid-fluid
5267
.c6
5368
.article-card
5469
.date Oct 10, 2016
@@ -62,32 +77,18 @@
6277
img(src="/resources/images/bios/shield-bio-placeholder.png")
6378
.posted Posted by <b>Daniel Zen</b>
6479

65-
.grid-fluid
6680
.c6
6781
.article-card
68-
.date Sept 26, 2016
82+
.date Sept 30, 2016
6983
.title
7084
a(
7185
target="_blank"
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....
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...
7589
.author
7690
img(src="/resources/images/bios/shield-bio-placeholder.png")
77-
.posted Posted by <b>James Judd</b>
78-
79-
.c6
80-
.article-card
81-
.date Sept 18, 2016
82-
.title
83-
a(
84-
target="_blank"
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...
88-
.author
89-
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
90-
.posted Posted by <b>Vinci Rufus</b>
91+
.posted Posted by <b>Simeon Bateman</b>
9192

9293

9394
.grid-fluid.l-space-bottom-2.l-space-top-4
Loading

0 commit comments

Comments
 (0)