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

Side by Side Diff: _layouts/page.html

Issue 1383673003: Fletch 0.1.0 documentation (Closed) Base URL: https://github.com/dart-lang/fletch.git@gh-pages
Patch Set: Created 5 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 | « no previous file | faq.md » ('j') | faq.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 --- 3 ---
4 4
5 <!doctype html> 5 <!doctype html>
6 <html> 6 <html>
7 <head> 7 <head>
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9 <meta http-equiv="X-UA-Compatible" content="chrome=1"> 9 <meta http-equiv="X-UA-Compatible" content="chrome=1">
10 <title>Fletch Project</title> 10 <title>Fletch Project</title>
11 11
12 <link rel="stylesheet" href="stylesheets/styles.css"> 12 <link rel="stylesheet" href="stylesheets/styles.css">
13 <link rel="stylesheet" href="stylesheets/github-light.css"> 13 <link rel="stylesheet" href="stylesheets/github-light.css">
14 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/> 14 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
15 <meta name="viewport" content="width=device-width, initial-scale=1, user-sca lable=no"> 15 <meta name="viewport" content="width=device-width, initial-scale=1, user-sca lable=no">
16 <script> 16 <script>
17 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 17 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
18 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 18 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
19 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m ) 19 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m )
20 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); 20 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
21 ga('create', 'UA-68175072-1', 'auto'); 21 ga('create', 'UA-68175072-1', 'auto');
22 ga('send', 'pageview'); 22 ga('send', 'pageview');
23 </script> 23 </script>
24 </head> 24 </head>
25 <body> 25 <body>
26 <div class="wrapper"> 26 <div class="wrapper">
27 <header> 27 <header>
28 <h1 class="header">The Fletch Project</h1> 28 <h1 class="header">The Fletch Project</h1>
29 <p class="header">Fast, flexible, and productive</p> 29 <p class="header">Fast, flexible, and productive</p>
kasperl 2015/10/05 14:49:39 I'd suggest "Fast, flexible, and productive develo
mit 2015/10/05 17:51:37 Done.
30 30
31 <ul> 31 <ul>
32 <li><a href="index.html">Start</a></li> 32 <li><a href="index.html">Getting started</a></li>
33 <li><a href="samples.html">Samples</a></li>
34 <li><a href="tool.html">Tool details</a></li>
35 <li><a href="feedback.html">Feedback</a></li>
36 <li><a href="faq.html">Questions</a></li>
33 </ul> 37 </ul>
34
35 </header> 38 </header>
36 39
37 <section> 40 <section>
38 {{ content }} 41 {{ content }}
39 </section> 42 </section>
40 43
41 <footer> 44 <footer>
42 <p>An experimental project by the <a href="https://www.dartlang.org">Dar t team</a></p> 45 <p>An experimental project by the <a href="https://www.dartlang.org">Dar t team</a></p>
43 <p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p> 46 <p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
44 </footer> 47 </footer>
45 </div> 48 </div>
46 </body> 49 </body>
OLDNEW
« no previous file with comments | « no previous file | faq.md » ('j') | faq.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698