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

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

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

Powered by Google App Engine
This is Rietveld 408576698