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

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

Issue 959023002: Disable experiment; move cli-focused page to download-cli.html (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: delete download-cli.html; redirect download-editor.html Created 5 years, 9 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/appengine/scripts/redirector.py ('k') | src/site/tools/download.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 {% if page.download_experiment %}
5 <!-- Google Analytics Content Experiment code -->
6 <script>function utmx_section(){}function utmx(){}(function(){var
7 k='51752263-1',d=document,l=d.location,c=d.cookie;
8 if(l.search.indexOf('utm_expid='+k)>0)return;
9 function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.
10 indexOf(';',i);return escape(c.substring(i+n.length+1,j<0?c.
11 length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;d.write(
12 '<sc'+'ript src="'+'http'+(l.protocol=='https:'?'s://ssl':
13 '://www')+'.google-analytics.com/ga_exp.js?'+'utmxkey='+k+
14 '&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='+new Date().
15 valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
16 '" type="text/javascript" charset="utf-8"><\/sc'+'ript>')})();
17 </script><script>utmx('url','A/B');</script>
18 <!-- End of Google Analytics Content Experiment code -->
19 {% endif %}
20 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
21 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
22 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
23 7
24 {% capture page_title %}{% if page.title %}{{ page.title }} | {%endif%}{% if p age.subsite %}{{ page.subsite }} | {%endif%}Dart: Structured web apps{% endcaptu re %} 8 {% capture page_title %}{% if page.title %}{{ page.title }} | {%endif%}{% if p age.subsite %}{{ page.subsite }} | {%endif%}Dart: Structured web apps{% endcaptu re %}
25 <title>{{ page_title }}</title> 9 <title>{{ page_title }}</title>
26 <meta property="twitter:account_id" content="376585411" /> 10 <meta property="twitter:account_id" content="376585411" />
27 <meta itemprop="name" content="{{ page_title }}"> 11 <meta itemprop="name" content="{{ page_title }}">
28 {% if page.snippet_img %} 12 {% if page.snippet_img %}
29 <meta itemprop="image" content="{{ page.snippet_img }}"> 13 <meta itemprop="image" content="{{ page.snippet_img }}">
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 </li> 205 </li>
222 <li><a href="https://twitter.com/dart_lang" class="btn"><i class="sp rite-icon-social-twitter"></i></a></li> 206 <li><a href="https://twitter.com/dart_lang" class="btn"><i class="sp rite-icon-social-twitter"></i></a></li>
223 <li><a href="https://plus.google.com/+dartlang/posts" class="btn"><i class="sprite-icon-social-gplus"></i></a></li> 207 <li><a href="https://plus.google.com/+dartlang/posts" class="btn"><i class="sprite-icon-social-gplus"></i></a></li>
224 </ul> 208 </ul>
225 </div><!-- /.nav-collapse --> 209 </div><!-- /.nav-collapse -->
226 210
227 </div><!-- /.container --> 211 </div><!-- /.container -->
228 </div><!-- /.navbar --> 212 </div><!-- /.navbar -->
229 213
230 214
OLDNEW
« no previous file with comments | « src/appengine/scripts/redirector.py ('k') | src/site/tools/download.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698