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

Unified Diff: src/site/docs/tutorials/custom-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/custom-elements/index.markdown
diff --git a/src/site/docs/tutorials/custom-elements/index.markdown b/src/site/docs/tutorials/custom-elements/index.markdown
index 33126c353df2d69e3f13ecc81b07be73325a6c1b..80c5f05e1b9d0ce8ba47f44a0b8204d8ae4ab56b 100644
--- a/src/site/docs/tutorials/custom-elements/index.markdown
+++ b/src/site/docs/tutorials/custom-elements/index.markdown
@@ -1,6 +1,6 @@
---
layout: default
-title: "Target 8: Define a Custom DOM Tag"
+title: "Define a Custom DOM Tag"
description: "Define a custom DOM element tag with help from the Web UI package"
has-permalinks: true
tutorial:
@@ -8,7 +8,7 @@ tutorial:
next: fetchdata
next-title: "Fetch Data Dynamically"
prev: templates
-prev-title: "Use <template>"
+prev-title: "Use Templates"
---
{% capture whats_the_point %}
@@ -40,6 +40,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>Create your own, customized DOM elements.</h3>
+</div>
+
<hr>
<aside class="alert" style="background-color:Lavender;color:SlateBlue">
« no previous file with comments | « src/site/docs/tutorials/connect-dart-html/index.markdown ('k') | src/site/docs/tutorials/fetchdata/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698