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

Side by Side Diff: src/site/docs/getting-started/index.html

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 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 unified diff | Download patch
« no previous file with comments | « src/site/docs/getting-started/class.html ('k') | src/site/docs/getting-started/interface.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ---
2 layout: default
3 title: "Tutorial: Dartboard & Language Basics"
4 header:
5 css: ["/css/dartboard.css"]
6 ---
7 <h1> {{ page.title }} </h1>
8
9 <section>
10 <p>
11 Follow this tutorial
12 to modify and run small Dart programs
13 inside your browser window,
14 using the Dartboard app.
15 </p>
16 </section>
17
18 {% comment %}
19 NOTE: The guts of this page are in /_includes/docs/getting-started/.
20 {% endcomment %}
21 {% include docs/getting-started/_world.html %}
22
23 <section>
24
25 <p>
26 The next page introduces classes in the Dart language.
27 </p>
28
29 <section id="start-here">
30 <a href="class.html">Next: Classes</a>
31 </section>
32
33 </section>
34
35 <script async type="text/javascript"
36 src="http://try.dartlang.org/dartboard.dart.app.js">
37 </script>
OLDNEW
« no previous file with comments | « src/site/docs/getting-started/class.html ('k') | src/site/docs/getting-started/interface.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698