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

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

Issue 27070003: removing links to github in favor of downloading a zipfile from github (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: ZIP is all caps 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 79b239847447d9dd5f32d0e0e0837079cbe6afb3..babb354fa5527d64c1264e78085c3e36745ec888 100644
--- a/src/site/docs/tutorials/index.markdown
+++ b/src/site/docs/tutorials/index.markdown
@@ -61,6 +61,32 @@ from left to right...or choose just the ones you need.
<img src="images/clickme-screenshot.png" width="300">
</section>
</div>
+ <div class="span6">
+ <section>
+ <h4>Get the sample code</h4>
+ Before moving on,
+ get the code for all the tutorials' samples.
+ <ol>
+ <li><a href="https://github.com/dart-lang/dart-tutorials-samples/archive/master.zip">
+ Download the ZIP file.
+ </a>
+ </li>
+ <li>
+ Unzip it.
+ </li>
+ <li>
+ Open the dart-tutorials-samples directory in Dart Editor.
+ </li>
+ <li>
+ Go to the next tutorial,
+ <a href="/docs/tutorials/connect-dart-html">
+ Connect Dart & HTML
+ </a>.
+ </li>
+ </ol>
+ </a>
+ </section>
+ </div>
</div> <!-- end row-fluid -->
</div> <!-- end Getting Started tab -->
@@ -138,21 +164,6 @@ from left to right...or choose just the ones you need.
<!-- POLYMER TAB -->
<div class="tab-pane" id="polymer">
-<!--
-<aside class="alert" style="background-color:Lavender;color:SlateBlue">
- <font size="24">
- <i class="icon-bullhorn"> </i>
- </font>
- <a href="/polymer-dart/" target="_blank">Polymer.dart</a>.
- supersedes Web UI.
- <a href="/docs/tutorials/polymer/">Polymer Elements</a>,
- a new tutorial, covers one key feature of Polymer.dart.
- 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>
--->
<div class="row-fluid">
<div class="span6">
« no previous file with comments | « src/site/docs/tutorials/get-started/index.markdown ('k') | src/site/docs/tutorials/indexeddb/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698