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

Unified Diff: src/site/docs/tutorials/web-ui/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
« no previous file with comments | « src/site/docs/tutorials/templates/index.markdown ('k') | src/site/scss/_tutorial.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/tutorials/web-ui/index.markdown
diff --git a/src/site/docs/tutorials/web-ui/index.markdown b/src/site/docs/tutorials/web-ui/index.markdown
index 28ff05491a1650b1a2c213b6096b6d44a48eeeb0..61fff201cb72e248f33e70845cd5da5795383706 100644
--- a/src/site/docs/tutorials/web-ui/index.markdown
+++ b/src/site/docs/tutorials/web-ui/index.markdown
@@ -1,13 +1,13 @@
---
layout: default
-title: "Target 6: Get Started with Web UI"
+title: "Get Started with Web UI"
description: "Web UI provides web components, templates, data binding, and encapsulation."
has-permalinks: true
tutorial:
id: get-started-web-ui
next: templates
-next-title: "Use <template>"
-prev: packages
+next-title: "Use Templates"
+prev: shared-pkgs
prev-title: "Install Shared Packages"
---
@@ -46,6 +46,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>Declaratively create dynamic user interfaces.</h3>
+</div>
+
<hr>
<aside class="alert" style="background-color:Lavender;color:SlateBlue">
« no previous file with comments | « src/site/docs/tutorials/templates/index.markdown ('k') | src/site/scss/_tutorial.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698