| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 support Windows XP</b>. | 438 The Dart development tools <b>do not 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 --> |
| OLD | NEW |