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

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

Issue 138823002: Draft of new codelab for review (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: draft=>beta , link for feedback Created 6 years, 10 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/docs/tutorials/cmdline/index.markdown ('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/downloads-analytics.js 7 - url: /js/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 30 matching lines...) Expand all
41 <div class="row"> 41 <div class="row">
42 <div class="col-md-10 col-md-offset-1"> 42 <div class="col-md-10 col-md-offset-1">
43 <div class="row"> 43 <div class="row">
44 <div class="col-md-4"> 44 <div class="col-md-4">
45 <h2>See Dart</h2> 45 <h2>See Dart</h2>
46 <p class="timer"><i class="sprite-icon-timer"></i>About 5 minute s</p> 46 <p class="timer"><i class="sprite-icon-timer"></i>About 5 minute s</p>
47 <p>Dart is class based and object oriented, without being dogmat ic.</p> 47 <p>Dart is class based and object oriented, without being dogmat ic.</p>
48 <a id="see-code" href="#code" data-slide="true"><i class="sprite -icon-triangle"></i>See code</a> 48 <a id="see-code" href="#code" data-slide="true"><i class="sprite -icon-triangle"></i>See code</a>
49 </div> 49 </div>
50 <div class="col-md-4"> 50 <div class="col-md-4">
51 <h2>Try Dart</h2> 51 <h2>Write Dart</h2>
52 <p class="timer"><i class="sprite-icon-timer"></i>Under an hour< /p> 52 <p class="timer"><i class="sprite-icon-timer"></i>Under an hour< /p>
53 <p>Follow this code lab to create a Dart web app, even if you've never written 53 <p>Follow this code lab to create a Dart web app, even if you've never written
54 a web app before. </p> 54 a web app before. </p>
55 <a href="/codelabs/darrrt/"><i class="sprite-icon-triangle"></i> Write code</a> 55 <a href="/codelabs/darrrt/"><i class="sprite-icon-triangle"></i> Write code</a>
56 </div> 56 </div>
57 <div class="col-md-4"> 57 <div class="col-md-4">
58 <h2>Dive deep</h2> 58 <h2>Dive deep</h2>
59 <p class="timer"><i class="sprite-icon-timer"></i>About 1 day</p > 59 <p class="timer"><i class="sprite-icon-timer"></i>About 1 day</p >
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,
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 <b>Note:</b> 438 <b>Note:</b>
439 You can write Dart apps using any recent version of 439 You can write Dart apps using any recent version of
440 {% include os-choices.html %} 440 {% include os-choices.html %}
441 The Dart development tools <b>do not&nbsp;support Windows XP</b>. 441 The Dart development tools <b>do not&nbsp;support Windows XP</b>.
442 Dart Editor requires Java version 6 or higher. 442 Dart Editor requires Java version 6 or higher.
443 </aside> 443 </aside>
444 </div> 444 </div>
445 </section> 445 </section>
446 </div> <!-- end container --> 446 </div> <!-- end container -->
447 </div> <!-- end container-page --> 447 </div> <!-- end container-page -->
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/cmdline/index.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698