Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: src/site/codelabs/darrrt/index.markdown

Issue 83663005: added front page samples to testing, plus a couple of tweaks to front page and code lab (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: changed width of iframe for pirate badge app Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/site/css/dart-style.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/codelabs/darrrt/index.markdown
diff --git a/src/site/codelabs/darrrt/index.markdown b/src/site/codelabs/darrrt/index.markdown
index 0687e94b37fd0c616e132991d3b85cfb0015fe62..71f11731531e74f47144b3e806c3a74d82f006ce 100644
--- a/src/site/codelabs/darrrt/index.markdown
+++ b/src/site/codelabs/darrrt/index.markdown
@@ -1,6 +1,6 @@
---
layout: default
-title: "Try Dart"
+title: "Write Dart"
description: "Write some Dart code. Learn some stuff."
snippet_img: images/piratemap.jpg
has-permalinks: true
@@ -17,7 +17,7 @@ header:
css: ["/codelabs/darrrt/darrrt.css"]
---
-# {{ page.title }} - Write your first Dart app
+# {{ page.title }}
In this code lab,
you build a pirate badge generator from a skeleton app.
@@ -27,7 +27,7 @@ This code lab assumes that you have some programming experience.
<strong>Build this app!</strong>
<iframe class="running-app-frame"
- style="height:220px;width:530px;"
+ style="height:220px;width:550px;"
src="examples/6-piratebadge_json/piratebadge.html">
</iframe>
@@ -436,7 +436,7 @@ Compare your app to the one running below.
Type in the input field.
<iframe class="running-app-frame"
- style="height:220px;width:530px;"
+ style="height:220px;width:550px;"
src="examples/2-inputnamebadge/piratebadge.html">
</iframe>
@@ -735,7 +735,7 @@ Remove the text from the input field.
Click the button.
<iframe class="running-app-frame"
- style="height:220px;width:530px;"
+ style="height:220px;width:550px;"
src="examples/3-buttonbadge/piratebadge.html">
</iframe>
@@ -1094,7 +1094,7 @@ Remove the text from the input field.
Click the button.
<iframe class="running-app-frame"
- style="height:220px;width:530px;"
+ style="height:220px;width:550px;"
src="examples/4-classbadge/piratebadge.html">
</iframe>
@@ -1350,7 +1350,7 @@ Click the button to put a name on the badge.
Start the app again by duplicating this window.
<iframe class="running-app-frame"
- style="height:220px;width:530px;"
+ style="height:220px;width:550px;"
src="examples/5-localbadge/piratebadge.html">
</iframe>
@@ -1703,7 +1703,7 @@ Compare your app to the final version running below.
<iframe class="running-app-frame"
- style="height:220px;width:530px;"
+ style="height:220px;width:550px;"
src="examples/6-piratebadge_json/piratebadge.html">
</iframe>
« no previous file with comments | « no previous file | src/site/css/dart-style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698