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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/tutorial_main_page.html
diff --git a/src/site/_includes/tutorial_main_page.html b/src/site/_includes/tutorial_main_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..5ad9daeaa4e3bfd366da7483d34b220eee38287c
--- /dev/null
+++ b/src/site/_includes/tutorial_main_page.html
@@ -0,0 +1,37 @@
+<div class="row">
+
+ <div class="span12">
+ <h1>{{ page.title }}</h1>
+ </div>
+
+
+ <article class="span12 tutorial-content">
+
+ {{ content | markdownify }}
+
+ </article>
+
+ <!-- TUTE NAVI BAR AS FOOTER -->
+ <div class="row">
+ <div class="span12">
+ <hr>
+ <div class="row">
+ <div class="span4">
+ <p style="font-size:xx-small">Version: 28 July 2013</p>
+ </div>
+ <div class="span4">
+ <a href="https://code.google.com/p/dart/issues/entry?template=Documentation%20issue/feedback"
+ target="_blank">
+ <i class="icon-comment"> </i>
+ Send feedback
+ </a>
+ </div>
+ <div class="span4">
+ <a href="/docs/tutorials/{{page.next}}" class="pull-right">{{page.next-title}} <i class="icon-chevron-right"> </i> </a>
+ </div>
+ </div> <!-- row -->
+ <!-- hr -->
+ </div> <!-- span9 -->
+ </div> <!-- row -->
+
+</div>
« 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