| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "A Game of Darts—Tutorials" | 3 title: "A Game of Darts—Tutorials" |
| 4 description: "A beginner's guide to building web apps with Dart." | 4 description: "A beginner's guide to building web apps with Dart." |
| 5 has-permalinks: true | 5 has-permalinks: true |
| 6 rel: | 6 rel: |
| 7 author: | 7 author: |
| 8 - mary-campione | 8 - mary-campione |
| 9 tutorial: | 9 tutorial: |
| 10 id: tut-home | 10 id: tut-home |
| 11 article: | 11 article: |
| 12 written_on: 2012-10-01 | 12 written_on: 2012-10-01 |
| 13 updated_on: 2013-07-01 | 13 updated_on: 2013-07-01 |
| 14 collection: everyday-dart | 14 collection: everyday-dart |
| 15 next: get-started |
| 16 next-title: "Get Started" |
| 15 --- | 17 --- |
| 16 | 18 |
| 17 {% capture whats_the_point %} | 19 {% capture whats_the_point %} |
| 18 | 20 |
| 19 * This blue box shows page highlights. | 21 * This blue box shows page highlights. |
| 20 * Learn Dart here: No web experience required. | 22 * Learn Dart here: No web experience required. |
| 21 * Dart is an open-source platform for building structured HTML5 web apps. | 23 * Dart is an open-source platform for building structured HTML5 web apps. |
| 22 | 24 |
| 23 {% endcapture %} | 25 {% endcapture %} |
| 24 | 26 |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 <div class="row"> | 186 <div class="row"> |
| 185 <div class="span1"> | 187 <div class="span1"> |
| 186 <font size="24"> | 188 <font size="24"> |
| 187 <i class="icon-bullhorn"> </i> | 189 <i class="icon-bullhorn"> </i> |
| 188 </font> | 190 </font> |
| 189 </div> | 191 </div> |
| 190 <div class="span8"> | 192 <div class="span8"> |
| 191 ...more targets coming... | 193 ...more targets coming... |
| 192 </div> | 194 </div> |
| 193 </div> | 195 </div> |
| 194 <hr> | |
| 195 </div> | |
| 196 | |
| 197 <div class="row"> | |
| 198 <div class="span3"> | |
| 199 <p style="font-size:xx-small">Version: 1 July 2013</p> | |
| 200 </div> | |
| 201 <div class="span3"> | |
| 202 <a href="http://code.google.com/p/dart/issues/entry?template=Tutorial%20feedback
" | |
| 203 target="_blank"> | |
| 204 <i class="icon-comment"> </i> | |
| 205 Send feedback | |
| 206 </a> | |
| 207 </div> | |
| 208 <div class="span3"> | |
| 209 <a href="/docs/tutorials/get-started/" class="pull-right">Get Started <i class
="icon-chevron-right"> </i></a> | |
| 210 </div> | |
| 211 </div> | 196 </div> |
| 212 | 197 |
| 213 {% endcapture %} | 198 {% endcapture %} |
| 214 | 199 |
| 215 {% include tutorial.html %} | 200 {% include tutorial-main-page.html %} |
| OLD | NEW |