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

Commit be23e90

Browse files
committed
launch(china): announce angular.cn
1 parent b669e30 commit be23e90

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

public/_includes/_footer.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else
4949
h3.text-headline LANGUAGES
5050

5151
ul.text-body
52-
li <a href="http://angular.cn/">中文版</a>
52+
li <a href="https://angular.cn/">中文版</a>
5353

5454
footer(class="background-steel")
5555
small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href="/license" class="text-snow">MIT-style License</a>. Documentation licensed under <a class="text-snow" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.

public/_includes/_hero-home.jade

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ header(class="background-sky")
33
h1.text-headline.hero-logo #{title}<br>#{subtitle}
44

55
.hero-cta
6-
a(href="/docs/ts/latest/quickstart.html" class="md-raised button button-large button-plain" md-button) Get Started
6+
a(href="/docs/ts/latest/quickstart.html" class="md-raised button button-large button-plain" md-button) Get Started
7+
8+
.banner.banner-floaty
9+
.banner-ng-annoucement
10+
div(class="banner-text" align="center")
11+
p Angular Content in Chinese<br/>Angular中文内容
12+
div(class="banner-button")
13+
a(href="https://angular.cn" target="_blank" class="button md-button") Visit angular.cn

public/news.jade

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
target="_blank"
4545
href="http://www.bennadel.com/blog/3116-using-an-item-template-with-an-html-dropdown-menu-component-in-angular-2-rc-3.htm"
4646
) Using An Item Template With An HTML Dropdown Menu Component
47-
p A while ago, I played around with trying to create an HTML Dropdown menu component in Angular 2. I discovered that you could pass Template references into components for dynamic rendering....
47+
p A while ago, I played around with trying to create an HTML Dropdown menu component in Angular 2. I discovered that you could pass Template references into components for dynamic rendering...
4848
.author
4949
img(src="/resources/images/bios/shield-bio-placeholder.png")
5050
.posted Posted by <b>Ben Nadel</b>
@@ -70,23 +70,23 @@
7070
target="_blank"
7171
href="http://blog.mgechev.com/2016/06/26/tree-shaking-angular2-production-build-rollup-javascript/"
7272
) Building an Angular 2 Application for Production
73-
p During the keynote of ng-conf, the core team managed to drop the size of the “Hello world!” app to less than 50K! In this blog post we’ll explain all the steps we need to go through in order to achieve such results!.
73+
p During the keynote of ng-conf, the core team managed to drop the size of the “Hello world!” app to less than 50K! In this blog post we’ll explain all the steps we need to go through in order to achieve such results!
7474
.author
7575
img(src="/resources/images/bios/shield-bio-placeholder.png")
7676
.posted Posted by <b>Minko Gechev</b>
7777

7878
.c6
7979
.article-card
80-
.date June 14, 2016
80+
.date June 22, 2016
8181
.title
8282
a(
8383
target="_blank"
84-
href="http://blog.thoughtram.io/angular/2016/06/14/routing-in-angular-2-revisited.html"
85-
) Routing in Angular 2 Revisited
86-
p Just recently, the Angular team announced yet another version of the new router. Take a first look at the new and better APIs, touching on the most common scenarios...
84+
href="https://mp.weixin.qq.com/s?__biz=MzIwNjQwMzUwMQ==&mid=2247483837&idx=1&sn=932b359504eec2ae50a3bcba2964b3c2&scene=2&srcid=0622Tab8nj3W3cAkphohB8wM"
85+
) Why I chose Angular 2 / 我为什么选择Angular 2 (in Chinese)
86+
p Ralph Wang, a senior developer with 18 years’ experience in China, tells why he chooses Angular 2. No choice is painful, but too many choices can be chaotic and cause even more pain...
8787
.author
88-
img(src="/resources/images/bios/pascalprecht.jpg")
89-
.posted Posted by <b>Pascal Precht</b>
88+
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
89+
.posted Posted by <b>Ralph Wang</b>
9090

9191

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

0 commit comments

Comments
 (0)