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

Unified Diff: src/site/docs/tutorials/add-elements/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/add-elements/index.markdown
diff --git a/src/site/docs/tutorials/add-elements/index.markdown b/src/site/docs/tutorials/add-elements/index.markdown
index 88904d6b8998591c74697524c58f91e5fd91bcfd..593841798a9f5d21479d184922ec86ed1658d9ca 100644
--- a/src/site/docs/tutorials/add-elements/index.markdown
+++ b/src/site/docs/tutorials/add-elements/index.markdown
@@ -1,6 +1,6 @@
---
layout: default
-title: "Target 3: Add Elements to the DOM"
+title: "Add Elements to the DOM"
description: "You have an Element object, now what?"
has-permalinks: true
tutorial:
@@ -41,6 +41,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>Dynamically add items to the browser page.</h3>
+</div>
+
As you learned in the previous target,
the DOM represents the structure
of a web page document using a simple tree structure.
« no previous file with comments | « src/site/docs/tutorials/1-TUTPAGEboilerplate.markdown ('k') | src/site/docs/tutorials/connect-dart-html/images/cdh-banner.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698