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

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

Issue 1387723002: Updating the samples page to reflect the examples that have been retired. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/site/samples/imgs/tracker.png ('k') | src/site/samples/jsonp/example/index.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Dart Code Samples" 3 title: "Dart Code Samples"
4 description: Sample Dart code for Polymer, HTML5, Angular, and more. 4 description: Sample Dart code for Polymer, HTML5, and more.
5 header: 5 header:
6 css: ["/samples/samples.css"] 6 css: ["/samples/samples.css"]
7 has_permalinks: true 7 has_permalinks: true
8 --- 8 ---
9 9
10 {% injectdata samples samples/samples.yaml %} 10 {% injectdata samples samples/samples.yaml %}
11 11
12 # {{ page.title }} 12 # {{ page.title }}
13 13
14 Check out many other [Dart code examples](/dart-by-example/). 14 Check out many other [Dart code examples](/dart-by-example/).
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 src="imgs/{{group.screenshot}}"> 65 src="imgs/{{group.screenshot}}">
66 </a> 66 </a>
67 <div class="caption">{{group.caption}}</div> 67 <div class="caption">{{group.caption}}</div>
68 </div> 68 </div>
69 </div> 69 </div>
70 </div> 70 </div>
71 </div> 71 </div>
72 {% endfor %} 72 {% endfor %}
73 </div> 73 </div>
74 </div> 74 </div>
OLDNEW
« no previous file with comments | « src/site/samples/imgs/tracker.png ('k') | src/site/samples/jsonp/example/index.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698