Skip to content

Commit 68c9561

Browse files
committed
banner(angularconnect): add an ac promo to the banner
1 parent 349449e commit 68c9561

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

harp.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@
506506
"website": "http://crisbeto.com/",
507507
"bio": "Kristiyan is a front-end developer, passionate open-source contributor and a core team member on Angular Material.",
508508
"type": "Community"
509-
},
509+
}
510510
}
511511
}
512512
}

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@
3131
"browser-sync": "^2.9.3",
3232
"canonical-path": "0.0.2",
3333
"cheerio": "^0.20.0",
34-
"cross-spawn": "^4.0.0",
3534
"codelyzer": "0.0.22",
35+
"cross-spawn": "^4.0.0",
3636
"del": "^2.2.0",
3737
"dgeni": "^0.4.0",
3838
"dgeni-packages": "^0.13.1",
3939
"diff": "^2.1.3",
4040
"fs-extra": "^0.30.0",
4141
"globby": "^4.0.0",
42+
"grunt-sass": "^1.2.0",
4243
"gulp": "^3.5.6",
4344
"gulp-env": "0.4.0",
45+
"gulp-sass": "^2.3.2",
4446
"gulp-task-listing": "^1.0.1",
4547
"gulp-tslint": "^5.0.0",
4648
"gulp-util": "^3.0.6",

public/_includes/_hero-home.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ header(class="background-sky")
88
.banner.banner-floaty
99
.banner-ng-annoucement
1010
div(class="banner-text" align="center")
11-
p Angular Content in Chinese<br/>Angular 中文资源
11+
p Join us for AngularConnect in London, UK this September!
1212
div(class="banner-button")
13-
a(href="https://angular.cn" target="_blank" class="button md-button") Visit angular.cn
13+
a(href="http://angularconnect.com/?utm_source=angular&utm_medium=banner&utm_campaign=angular-banner" target="_blank" class="button md-button") Register now

0 commit comments

Comments
 (0)