use same images for all guide

This commit is contained in:
Alex Wolfe 2015-05-26 06:29:27 -07:00
parent b70ae0b2b1
commit 6b11326dac
12 changed files with 9 additions and 7 deletions

View File

@ -5,7 +5,7 @@
based on state. The final UI looks like this:
figure.image-display
img(src='displaying-data-example1.png')
img(src='/resources/images/examples/displaying-data-example1.png' alt="Example of Todo App")
.l-main-section
h2#section-create-an-entry-point Create entry points and pubspec

View File

@ -124,7 +124,7 @@
You should see something like this:
figure.image-display
img(src='setup-example1.png')
img(src='/resources/images/examples/setup-example1.png' alt="Example of Todo App")
.l-main-section
h2#section-explanations Explanations

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@ -32,7 +32,7 @@
Let's do something a little more complex, where the user enters items
that the app adds to a list:
figure.image-display
img(src='user-input-example1.png')
img(src='/resources/images/examples/user-input-example1.png' alt="Example of Todo App")
.l-main-section

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -8,7 +8,7 @@
based on state. We'll end up with a UI that looks like this:
figure.image-display
img(src='displaying-data-example1.png')
img(src='/resources/images/examples/displaying-data-example1.png' alt="Example of Todo App")
.callout.is-helpful
header Typescript vs ES5

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -125,8 +125,9 @@
p.
Open <code>index.html</code> through your web server and you should see:
div(align='center')
img(src='setup-example1.png')
figure.image-display
img(src='/resources/images/examples/setup-example1.png' alt="Example of Todo App")
.l-main-section
h2#section-explanations Explanations

View File

@ -24,8 +24,9 @@
event. And the <code>{{myname.value}}</code> binds the text node of the <code>&lt;p&gt;</code> element to the
input's value property.
p Let's do something a little more complex where users enter items and add them to a list like this:
figure.image-display
img(src='user-input-example1.png')
img(src='/resources/images/examples/user-input-example1.png' alt="Example of Todo App")
.l-ain-section

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB