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

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

Issue 116673004: adding new command-line app tutorial (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: mods based on Kathy's feedback Created 7 years 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 765de0e26364f4f86b00ff08428a9367ead378af..d40377b8d3be3fd1f17121c86073e278631e5326 100644
--- a/src/site/docs/tutorials/index.markdown
+++ b/src/site/docs/tutorials/index.markdown
@@ -39,6 +39,7 @@ from left to right...or choose just the ones you need.
<li><a href="#polymer" data-toggle="tab">Polymer</a></li>
<li><a href="#futures" data-toggle="tab">Futures & Streams</a></li>
<li><a href="#forms" data-toggle="tab">Forms & Data</a></li>
+ <li><a href="#commandline" data-toggle="tab">Command-line apps</a></li>
<!--<li><a href="#mobile" data-toggle="tab">Mobile</a></li>-->
</ul>
@@ -247,6 +248,24 @@ from left to right...or choose just the ones you need.
</div> <!-- end row -->
</div> <!-- end FORMS tab -->
+ <!-- COMMAND-LINE APPS TAB -->
+ <div class="tab-pane" id="commandline">
+ <div class="row">
+
+ <div class="col-md-6">
+ <section>
+ <h4 class="no-permalink"><a href="cmdline/"><img src="images/target.png" height="20" width="20">&nbsp;Write Command-line Apps</a></h4>
+ <p>Learn about features that command-line apps need.</p>
+ <img src="cmdline/images/sourceforhomepage.png">
+ </section>
+ </div>
+
+ <div class="col-md-6">
+ </div>
+
+ </div>
+ </div>
+
<!-- MOBILE TAB -->
<!--
<div class="tab-pane" id="mobile">

Powered by Google App Engine
This is Rietveld 408576698