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

Side by Side Diff: src/site/index.html

Issue 118633004: New TOC for dart-by-example page (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Merge Created 6 years, 11 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/imgs/dart-sprite-2x.png ('k') | no next file » | 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: homepage 2 layout: homepage
3 js: 3 js:
4 - url: /js/display-news.js 4 - url: /js/display-news.js
5 - url: /js/os-switcher.js 5 - url: /js/os-switcher.js
6 defer: true 6 defer: true
7 - url: /js/editor-downloads-analytics.js 7 - url: /js/editor-downloads-analytics.js
8 defer: true 8 defer: true
9 - url: /js/front-page-analytics.js 9 - url: /js/front-page-analytics.js
10 defer: true 10 defer: true
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <p>Dart has lots of <a href="#tools">tools</a>, 60 <p>Dart has lots of <a href="#tools">tools</a>,
61 <a href="#libraries">libraries</a>, and documentation, 61 <a href="#libraries">libraries</a>, and documentation,
62 plus a developer community.</p> 62 plus a developer community.</p>
63 <a href="/docs/"><i class="sprite-icon-triangle"></i>Learn more< /a> 63 <a href="/docs/"><i class="sprite-icon-triangle"></i>Learn more< /a>
64 </div> 64 </div>
65 </div> 65 </div>
66 </div> 66 </div>
67 </div> 67 </div>
68 <div class="row"> 68 <div class="row">
69 <div class="col-md-10 col-md-offset-1 browser-support"> 69 <div class="col-md-10 col-md-offset-1 browser-support">
70 <p>All modern browsers (both desktop and mobile) can run Dart web ap ps, thanks to our 70 <p>Dart runs in modern web browsers and on the server.</p>
71 <a href="#dart2js">Dart-to-JavaScript compiler</a>.</p>
72 <i class="sprite-icon-browsers"></i> 71 <i class="sprite-icon-browsers"></i>
73 </div> 72 </div>
74 </div> 73 </div>
75 </section> 74 </section>
76 75
77 <section class="dart-new-language sec-shadow" id="code"> 76 <section class="dart-new-language sec-shadow" id="code">
78 <div class="row"> 77 <div class="row">
79 <div class="col-md-10 col-md-offset-1"> 78 <div class="col-md-10 col-md-offset-1">
80 <h2>Dart is new, yet familiar</h2> 79 <h2>Dart is new, yet familiar</h2>
81 80
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 <b>Note:</b> 435 <b>Note:</b>
437 You can write Dart apps using any recent version of 436 You can write Dart apps using any recent version of
438 {% include os-choices.html %} 437 {% include os-choices.html %}
439 The Dart development tools <b>do not&nbsp;support Windows XP</b>. 438 The Dart development tools <b>do not&nbsp;support Windows XP</b>.
440 Dart Editor requires Java version 6 or higher. 439 Dart Editor requires Java version 6 or higher.
441 </aside> 440 </aside>
442 </div> 441 </div>
443 </section> 442 </section>
444 </div> <!-- end container --> 443 </div> <!-- end container -->
445 </div> <!-- end container-page --> 444 </div> <!-- end container-page -->
OLDNEW
« no previous file with comments | « src/site/imgs/dart-sprite-2x.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698