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

Side by Side Diff: src/site/samples/countdown/index.markdown

Issue 35563005: Added landing pages for new samples (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Tweak 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 unified diff | Download patch
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: Countdown 3 title: Storing and Retrieving Data using IndexedDB
4 group_id: "working_with_the_dom"
5 live_example_url: /docs/tutorials/indexeddb/examples/count_down/out/web/count_do wn.html 4 live_example_url: /docs/tutorials/indexeddb/examples/count_down/out/web/count_do wn.html
6 header: 5 header:
7 css: ["/samples/samples.css"] 6 css: ["/samples/samples.css"]
8 --- 7 ---
9 8
10 <h1>{{ page.title }}</h1> 9 <h1>{{ page.title }}</h1>
11 10
12 Enter a name date and time and click the plus (+) button. 11 Enter a name date and time and click the plus (+) button.
13 12
14 This program shows you how to store and retrieve data on the client-side using 13 This program shows you how to store and retrieve data on the client-side using
(...skipping 15 matching lines...) Expand all
30 29
31 Read this [tutorial](/docs/tutorials/indexeddb) for 30 Read this [tutorial](/docs/tutorials/indexeddb) for
32 more detail, or read the 31 more detail, or read the
33 [source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/sto pwatch). 32 [source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/sto pwatch).
34 33
35 <iframe class="running-app-frame" 34 <iframe class="running-app-frame"
36 style="height:400px;width:50%;" 35 style="height:400px;width:50%;"
37 src="{{page.live_example_url}}"> 36 src="{{page.live_example_url}}">
38 </iframe> 37 </iframe>
39 38
40 <p>See all <a href="/samples/">samples</a></p> 39 See all [samples](/samples/).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698