From cbde64d712f113969c1a86e40047a1eef4ac3ec4 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Mon, 21 Dec 2015 06:30:36 -0800 Subject: [PATCH] chore(graphics): updates to guide images people and airplane --- public/docs/dart/latest/guide/architecture.jade | 3 ++- public/docs/dart/latest/guide/index.jade | 3 ++- public/docs/ts/latest/guide/architecture.jade | 3 ++- public/docs/ts/latest/guide/index.jade | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/public/docs/dart/latest/guide/architecture.jade b/public/docs/dart/latest/guide/architecture.jade index 876264815b..3f6caca10b 100644 --- a/public/docs/dart/latest/guide/architecture.jade +++ b/public/docs/dart/latest/guide/architecture.jade @@ -13,7 +13,8 @@ include ../../../../_includes/_util-fns Angular takes over, presenting our application content in a browser and responding to user interactions according to the instructions we provided. - +figure + img(src="/resources/images/devguide/architecture/airplane.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) :marked Of course there is more to it than this. We're cruising at high altitude in this overview. diff --git a/public/docs/dart/latest/guide/index.jade b/public/docs/dart/latest/guide/index.jade index 52780147ba..21027463c2 100644 --- a/public/docs/dart/latest/guide/index.jade +++ b/public/docs/dart/latest/guide/index.jade @@ -3,7 +3,8 @@ include ../../../../_includes/_util-fns :marked This Developers Guide is a practical guide to Angular for experienced programmers who are building client applications in HTML and Dart. - +figure + img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) :marked We are on a journey together to understand how Angular works and, more importantly, how to make it work for us. We look at our application requirements and we see problems to solve. diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index 3636e10be2..8c35d4826f 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -12,7 +12,8 @@ include ../../../../_includes/_util-fns Angular takes over, presenting our application content in a browser and responding to user interactions according to the instructions we provided. - +figure + img(src="/resources/images/devguide/architecture/airplane.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) :marked Of course there is more to it than this. We'll learn the details when we dive into the guide chapters. Let's get the big picture first. diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index 91c0013419..28965bbceb 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -3,7 +3,8 @@ include ../../../../_includes/_util-fns :marked The Developer Guide is a practical guide to Angular for experienced programmers who are building client applications in HTML and JavaScript. - +figure + img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) :marked We are on a journey together to understand how Angular works and, more importantly, how to make it work for us. We look at our application requirements and we see problems to solve.