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

Unified Diff: src/site/docs/tutorials/connect-dart-html/index.markdown

Issue 19238002: mockup for tute front page refresh. With tabs. Huzzah (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master + optipng images Created 7 years, 5 months 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
Index: src/site/docs/tutorials/connect-dart-html/index.markdown
diff --git a/src/site/docs/tutorials/connect-dart-html/index.markdown b/src/site/docs/tutorials/connect-dart-html/index.markdown
index d9fc21ceeb08847f0bfcc2f0b26c47f8cf479f7f..316ed5f09ac1f76d417dc778f9633a3e026f5dc7 100644
--- a/src/site/docs/tutorials/connect-dart-html/index.markdown
+++ b/src/site/docs/tutorials/connect-dart-html/index.markdown
@@ -1,6 +1,6 @@
---
layout: default
-title: "Target 2: Connect Dart & HTML"
+title: "Connect Dart & HTML"
description: "Shows basic scaffolding of a Dart web app"
has-permalinks: true
tutorial:
@@ -43,6 +43,11 @@ Get the source code for the samples featured in this target:</p>
{% capture content %}
+<div class="tute-target-title">
+<h1>{{page.title}}</h1>
+<h3>Write a mini Dart app.</h3>
+</div>
+
To write a Dart web app,
you need to have basic understanding of
several topics&mdash;the DOM tree, nodes, elements,

Powered by Google App Engine
This is Rietveld 408576698