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

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: Added samples to be released to yaml file 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: Countdown
4 group_id: "working_with_the_dom" 4 group_id: "working_with_the_dom"
5 live_example_url: /docs/tutorials/indexeddb/examples/count_down/out/web/count_do wn.html 5 live_example_url: /docs/tutorials/indexeddb/examples/count_down/out/web/count_do wn.html
6 header: 6 header:
7 css: ["/samples/samples.css"] 7 css: ["/samples/samples.css"]
8 --- 8 ---
9 9
10 <h1>{{ page.title }}</h1> 10 <h1>{{ page.title }}</h1>
(...skipping 19 matching lines...) Expand all
30 30
31 Read this [tutorial](/docs/tutorials/indexeddb) for 31 Read this [tutorial](/docs/tutorials/indexeddb) for
32 more detail, or read the 32 more detail, or read the
33 [source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/sto pwatch). 33 [source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/sto pwatch).
34 34
35 <iframe class="running-app-frame" 35 <iframe class="running-app-frame"
36 style="height:400px;width:50%;" 36 style="height:400px;width:50%;"
37 src="{{page.live_example_url}}"> 37 src="{{page.live_example_url}}">
38 </iframe> 38 </iframe>
39 39
40 <p>See all <a href="/samples/">samples</a></p> 40 See all [samples](/samples/)
Kathy Walrath 2013/10/23 15:41:05 ) -> ).
shailentuli 2013/10/23 17:36:57 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698