diff --git a/aio/content/images/marketing/angular-mix.png b/aio/content/images/marketing/angular-mix.png new file mode 100644 index 0000000000..d5f2c442b5 Binary files /dev/null and b/aio/content/images/marketing/angular-mix.png differ diff --git a/aio/content/marketing/docs.md b/aio/content/marketing/docs.md index ed63140af2..aa376a29a7 100644 --- a/aio/content/marketing/docs.md +++ b/aio/content/marketing/docs.md @@ -5,8 +5,8 @@ Angular is a platform that makes it easy to build applications with the web. Ang
-
Experience Angular
-

A quick look at an Angular application.

+
Get a Glimpse of Angular
+

A quick look at an Angular "hello world" application.

diff --git a/aio/content/marketing/index.html b/aio/content/marketing/index.html index 50cc3ea405..2b222a4317 100755 --- a/aio/content/marketing/index.html +++ b/aio/content/marketing/index.html @@ -32,10 +32,10 @@
- -

Angular v4.0 is out! Smaller, faster, no biggie...

+ +

Join us at our newest event, October 2017

@@ -112,12 +112,12 @@
- +
-
Start Tutorial
-

Start building your Angular application in TypeScript.

+
Get Started
+

Start building your Angular application.

diff --git a/aio/content/navigation.json b/aio/content/navigation.json index f230eafc49..d88e6a5351 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -15,6 +15,10 @@ { "url": "events", "title": "Events" + }, + { + "url": "https://blog.angularjs.org/", + "title": "Blog" } ], @@ -33,6 +37,10 @@ { "url": "events", "title": "Events" + }, + { + "url": "https://blog.angularjs.org/", + "title": "Blog" } ] } @@ -434,6 +442,11 @@ "url": "presskit", "title": "Press Kit", "tooltip": "Press contacts, logos, and branding." + }, + { + "url": "https://blog.angularjs.org/", + "title": "Blog", + "tooltip": "Angular Blog" } ] },