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

Unified Diff: src/site/docs/tutorials/index.markdown

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 years, 2 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/index.markdown
diff --git a/src/site/docs/tutorials/index.markdown b/src/site/docs/tutorials/index.markdown
index 47048c88d8e5b73db44813a00d0ff69141b698f2..79b239847447d9dd5f32d0e0e0837079cbe6afb3 100644
--- a/src/site/docs/tutorials/index.markdown
+++ b/src/site/docs/tutorials/index.markdown
@@ -136,63 +136,6 @@ from left to right...or choose just the ones you need.
</div>
</div> <!-- end Packages tab -->
- <!-- DEPRECATED: WEB UI TAB -->
- <!--
- <div class="tab-pane" id="webui">
-
-<aside class="alert" style="background-color:Lavender;color:SlateBlue">
- <font size="24">
- <i class="icon-bullhorn"> </i>
- </font>
- Web UI is being upgraded to
- <a href="/polymer-dart/" target="_blank">Polymer.dart</a>.
- We've just added a tutorial about
- <a href="/docs/tutorials/polymer/">Polymer Elements</a>,
- one key feature of Polymer.
- We've also provided Polymer.dart versions of the tutorial's Web UI apps.
- Check out the
- <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/"
- target="_blank">tutorials's code repo</a> on github.
-</aside>
-
- Web components and templates are the next great ideas in web application development.
- Together they provide the building blocks to create richer and more dynamic web applications.
- With the Dart team’s <a href="http://pub.dartlang.org/packages/web_ui">Web UI package</a>,
- you can get started using web components and templates now.
-
- <div class="row-fluid">
-
- <div class="span6" style="border-right:1px solid Lavender">
- <section>
- <h4><a href="web-ui/"><img src="images/target.png" height="20" width="20">&nbsp;Get Started with Web UI</a></h4>
- <p>Bind Dart variables to UI elements.</p>
- <img src="images/shout-screenshot.png" width="300">
- </section>
- </div>
-
- <div class="span6" style="border-right:1px solid Lavender">
- <section>
- <h4><a href="templates/"><img src="images/target.png" height="20" width="20">&nbsp;Use Templates</a></h4>
- <p>Activate UI elements with loops and conditionals.</p>
- <img src="images/hangman-screenshot.png" width="300">
- </section>
- </div>
- </div>
-
- <div class="row-fluid">
- <div class="span6">
- <section>
- <h4><a href="custom-elements/"><img src="images/target.png" height="20" width="20">&nbsp;Define a Custom DOM Tag</a></h4>
- <p>Create new HTML tags with custom elements.</p>
- <img src="images/convert-screenshot.png" width="300">
- </section>
- </div>
- <div class="span6">
- </div>
- </div>
- </div>
- -->
-
<!-- POLYMER TAB -->
<div class="tab-pane" id="polymer">
<!--

Powered by Google App Engine
This is Rietveld 408576698