diff --git a/public/_includes/_hero-home.jade b/public/_includes/_hero-home.jade
index e29c2953ae..5264cfc00c 100644
--- a/public/_includes/_hero-home.jade
+++ b/public/_includes/_hero-home.jade
@@ -7,7 +7,12 @@ header(class="background-sky l-relative")
announcement-bar
+ .announcement-bar-slide.clearfix
+ img(src="/resources/images/logos/google/gdd-logo.png" width="64")
+ p Google Developer Day Beijing & Shanghai 12/2016
+ a(href="http://services.google.cn/fb/forms/gddcn2016/" target="_blank" class="button md-button") Register now
+
.announcement-bar-slide.clearfix
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
+ a(href="https://www.devintersectioneurope.com/#!/" target="_blank" class="button md-button") Register now
diff --git a/public/events.jade b/public/events.jade
index 0e9e927816..261248c3cd 100644
--- a/public/events.jade
+++ b/public/events.jade
@@ -39,12 +39,34 @@ table.is-full-width
td Paris, France
td Dec. 5, 2016
-
+
tr
th
a(
target="_blank"
- href="https://ng-be.org/"
- ) NG-BE
- td Ghent, Belgium
- td Dec. 9, 2016
+ href="http://www.google.cn/intl/en/events/developerday2016/"
+ ) Google Developer Day China (Beijing)
+ td Beijing, China
+ td Dec. 8, 2016
+
+
+ tr
+ th
+ a(
+ target="_blank"
+ href="https://ng-be.org/"
+ ) NG-BE
+ td Ghent, Belgium
+ td Dec. 9, 2016
+
+
+ tr
+ th
+ a(
+ target="_blank"
+ href="http://www.google.cn/intl/en/events/developerday2016/"
+ ) Google Developer Day China (Shanghai)
+ td Shanghai, China
+ td Dec. 14, 2016
+
+
diff --git a/public/resources/images/logos/google/gdd-logo.png b/public/resources/images/logos/google/gdd-logo.png
new file mode 100644
index 0000000000..06826b95d1
Binary files /dev/null and b/public/resources/images/logos/google/gdd-logo.png differ