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

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

Issue 23619013: start talking about polymer.dart (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: remove the colors, reword the intro Created 7 years, 3 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/footer.html ('k') | src/site/articles/web-ui/index.markdown » ('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" itemscope itemtype="http://schema.org/Product"> 2 <html lang="en" itemscope itemtype="http://schema.org/Product">
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 7
8 {% capture page_title %}{% if page.title %}{{ page.title }} | {%endif%}Dart: S tructured web apps{% endcapture %} 8 {% capture page_title %}{% if page.title %}{{ page.title }} | {%endif%}Dart: S tructured web apps{% endcapture %}
9 <title>{{ page_title }}</title> 9 <title>{{ page_title }}</title>
10 <meta itemprop="name" content="{{ page_title }}"> 10 <meta itemprop="name" content="{{ page_title }}">
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 </ul> 106 </ul>
107 </li> 107 </li>
108 <li class="dropdown"> 108 <li class="dropdown">
109 <a href="#" 109 <a href="#"
110 class="dropdown-toggle" 110 class="dropdown-toggle"
111 data-toggle="dropdown"> 111 data-toggle="dropdown">
112 Tools 112 Tools
113 <b class="caret"></b> 113 <b class="caret"></b>
114 </a> 114 </a>
115 <ul class="dropdown-menu"> 115 <ul class="dropdown-menu">
116 <li><a href="/docs/dart-up-and-running/contents/ch04-tools-dart2 js.html">dart2js</a>
116 <li><a href="/tools/editor/">Dart Editor</a></li> 117 <li><a href="/tools/editor/">Dart Editor</a></li>
117 <li><a href="http://pub.dartlang.org/">Pub Package Manager</a></ li> 118 <li><a href="http://pub.dartlang.org/">Pub Package Manager</a></ li>
118 <li><a href="/tools/">More Tools</a></li> 119 <li><a href="/tools/">More Tools</a></li>
119 </ul> 120 </ul>
120 </li> 121 </li>
121 <li class="dropdown"> 122 <li class="dropdown">
122 <a href="#" 123 <a href="#"
123 class="dropdown-toggle" 124 class="dropdown-toggle"
124 data-toggle="dropdown"> 125 data-toggle="dropdown">
125 Resources 126 Resources
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 </div> 162 </div>
162 </div> 163 </div>
163 </nav> 164 </nav>
164 165
165 <a href="#" target="_blank" id="dartisans-ribbon" style="display:none" 166 <a href="#" target="_blank" id="dartisans-ribbon" style="display:none"
166 alt="Watch Dartisans LIVE" title="Watch Dartisans LIVE">On Air 167 alt="Watch Dartisans LIVE" title="Watch Dartisans LIVE">On Air
167 <span class="record"></span> 168 <span class="record"></span>
168 </a> 169 </a>
169 170
170 <div class="container"> 171 <div class="container">
OLDNEW
« no previous file with comments | « src/site/_includes/footer.html ('k') | src/site/articles/web-ui/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698