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

Side by Side Diff: tools/docs_html/head.html

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 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 | « tools/dartinoc_blaze.dart ('k') | tools/fletchc_blaze.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <title>Fletch API docs</title> 7 <title>Dartino API docs</title>
8 <meta name="description" content="API docs for the Fletch packages."> 8 <meta name="description" content="API docs for the Dartino packages.">
9 <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:5 00,400italic,300,400" rel="stylesheet" type="text/css"> 9 <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:5 00,400italic,300,400" rel="stylesheet" type="text/css">
10 <link rel="stylesheet" href="fletch/static-assets/prettify.css"> 10 <link rel="stylesheet" href="dartino/static-assets/prettify.css">
11 <link rel="stylesheet" href="fletch/static-assets/css/bootstrap.min.css"> 11 <link rel="stylesheet" href="dartino/static-assets/css/bootstrap.min.css">
12 <link rel="stylesheet" href="fletch/static-assets/styles.css"> 12 <link rel="stylesheet" href="dartino/static-assets/styles.css">
13 </head> 13 </head>
14 14
15 <body> 15 <body>
16 <header class="container-fluid" id="title"> 16 <header class="container-fluid" id="title">
17 <div class="container masthead"> 17 <div class="container masthead">
18 <div class="row"> 18 <div class="row">
19 <div class="col-sm-12 contents"> 19 <div class="col-sm-12 contents">
20 <div class="title-description"> 20 <div class="title-description">
21 <h1 class="title"> 21 <h1 class="title">
22 <div class="kind">API DOCUMENTATION</div>Fletch SDK Packages 22 <div class="kind">API DOCUMENTATION</div>Dartino SDK Packages
23 </h1> 23 </h1>
24 </div> 24 </div>
25 </div> <!-- /col --> 25 </div> <!-- /col -->
26 </div> <!-- /row --> 26 </div> <!-- /row -->
27 </div> <!-- /container --> 27 </div> <!-- /container -->
28 </header> 28 </header>
29 29
30 <div class="container body"> 30 <div class="container body">
31 <div class="row"/> 31 <div class="row"/>
32 32
33 <div class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left"> 33 <div class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left">
34 <ol><li>Please select a package from the list to see the documentation for t hat package.</li></ol> 34 <ol><li>Please select a package from the list to see the documentation for t hat package.</li></ol>
35 </div> 35 </div>
36 36
37 <div class="col-xs-12 col-sm-9 col-md-8 main-content"> 37 <div class="col-xs-12 col-sm-9 col-md-8 main-content">
38 38
39 <section class="summary"> 39 <section class="summary">
40 <h2>Packages</h2> 40 <h2>Packages</h2>
41 <dl> 41 <dl>
OLDNEW
« no previous file with comments | « tools/dartinoc_blaze.dart ('k') | tools/fletchc_blaze.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698