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

Side by Side Diff: src/site/_includes/tutorial_main_page.html

Issue 26542002: edit pass on T3,4,5, updated images (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merging with master 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
« no previous file with comments | « src/diagrams/tutorials/web-ui/stopwatch-screenshot.png ('k') | src/site/articles/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="row"> 1 <div class="row">
2 2
3 <div class="span12">
4 <h1>{{ page.title }}</h1>
5 </div>
6
7 3
8 <article class="span12 tutorial-content"> 4 <article class="span12 tutorial-content">
9 5
10 {{ content | markdownify }} 6 {{ content | markdownify }}
11 7
12 </article> 8 </article>
13 9
14 <!-- TUTE NAVI BAR AS FOOTER --> 10 <!-- TUTE NAVI BAR AS FOOTER -->
15 <div class="row"> 11 <div class="row">
16 <div class="span12"> 12 <div class="span12">
17 <hr> 13 <hr>
18 <div class="row"> 14 <div class="row">
19 <div class="span4"> 15 <div class="span4">
20 <p style="font-size:xx-small">Version: 28 July 2013</p> 16 <p style="font-size:xx-small">Version: 11 Oct 2013</p>
21 </div> 17 </div>
22 <div class="span4"> 18 <div class="span4">
23 <a href="https://code.google.com/p/dart/issues/entry?template=Docume ntation%20issue/feedback" 19 <a href="https://code.google.com/p/dart/issues/entry?template=Docume ntation%20issue/feedback"
24 target="_blank"> 20 target="_blank">
25 <i class="icon-comment"> </i> 21 <i class="icon-comment"> </i>
26 Send feedback 22 Send feedback
27 </a> 23 </a>
28 </div> 24 </div>
29 <div class="span4"> 25 <div class="span4">
30 <a href="/docs/tutorials/{{page.next}}" class="pull-right">{{page.ne xt-title}} <i class="icon-chevron-right"> </i> </a> 26 <a href="/docs/tutorials/{{page.next}}" class="pull-right">{{page.ne xt-title}} <i class="icon-chevron-right"> </i> </a>
31 </div> 27 </div>
32 </div> <!-- row --> 28 </div> <!-- row -->
33 <!-- hr --> 29 <!-- hr -->
34 </div> <!-- span9 --> 30 </div> <!-- span9 -->
35 </div> <!-- row --> 31 </div> <!-- row -->
36 32
37 </div> 33 </div>
OLDNEW
« no previous file with comments | « src/diagrams/tutorials/web-ui/stopwatch-screenshot.png ('k') | src/site/articles/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698