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

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

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6" 2 <html lang="en" itemscope itemtype="http://schema.org/Product">
3 itemscope itemtype="http://schema.org/Product"> <![endif]-->
4 <!--[if IE 7 ]> <html lang="en" class="no-js ie7"
5 itemscope itemtype="http://schema.org/Product"> <![endif]-->
6 <!--[if IE 8 ]> <html lang="en" class="no-js ie8"
7 itemscope itemtype="http://schema.org/Product"> <![endif]-->
8 <!--[if IE 9 ]> <html lang="en" class="no-js ie9"
9 itemscope itemtype="http://schema.org/Product"> <![endif]-->
10 <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"
11 itemscope itemtype="http://schema.org/Product"> <!--<![endif ]-->
12 <head> 3 <head>
13 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
14 <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">
15 7
16 <!-- Title & Google+ description -->
17 {% 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 %}
18 <title>{{ page_title }}</title> 9 <title>{{ page_title }}</title>
19 <meta itemprop="name" content="{{ page_title }}"> 10 <meta itemprop="name" content="{{ page_title }}">
20 <meta itemprop="description" content="{% if page.description %}{{ page.descrip tion }}{% else %}Dart is a new platform for building structured web apps for mod ern browsers. It includes a language, a VM, libraries, tools, and a compiler to JavaScript. Try Dart today!{% endif %}"> 11 <meta itemprop="description" content="{% if page.description %}{{ page.descrip tion }}{% else %}Dart is a new platform for building structured web apps for mod ern browsers. It includes a language, a VM, libraries, tools, and a compiler to JavaScript. Try Dart today!{% endif %}">
21 12
22 <link rel="stylesheet" href="/css/style.css"> 13 <link rel="stylesheet" href="/css/style.css">
23 <link rel="stylesheet" href="/css/syntax.css">
24 <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' re l='stylesheet' type='text/css'>
25 {% if page.header and page.header.css %}{% for css in page.header.css %} <link href="{{ css }}" rel="stylesheet" type="text/css">{% endfor %}{% endif %} 14 {% if page.header and page.header.css %}{% for css in page.header.css %} <link href="{{ css }}" rel="stylesheet" type="text/css">{% endfor %}{% endif %}
26 {% if page.rel.author %}<link rel="author" href="/authors/{{ page.rel.au thor }}.html">{% endif %} 15 {% if page.rel.author %}<link rel="author" href="/authors/{{ page.rel.au thor }}.html">{% endif %}
27 {% if page.rel.me %}<link rel="me" href="{{ page.rel.me }}">{% endif %} 16 {% if page.rel.me %}<link rel="me" href="{{ page.rel.me }}">{% endif %}
28 <link rel="alternate" type="application/atom+xml" href="http://news.dart lang.org/feeds/posts/default" title="Atom feed"> 17 <link rel="alternate" type="application/atom+xml" href="http://news.dart lang.org/feeds/posts/default" title="Atom feed">
29 <link href="https://plus.google.com/109866369054280216564" rel="publisher"> 18 <link href="https://plus.google.com/109866369054280216564" rel="publisher">
30 » <script src="/js/modernizr.custom.02548.js"></script> 19
20 <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
21 <!--[if lt IE 9]>
22 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
23 <![endif]-->
31 24
32 {% include analytics.html %} 25 {% include analytics.html %}
33 26
34 <script type="text/javascript"> 27 <script type="text/javascript">
35 window.___gcfg = {lang: 'en'}; 28 window.___gcfg = {lang: 'en'};
36 (function() 29 (function()
37 {var po = document.createElement("script"); 30 {var po = document.createElement("script");
38 po.type = "text/javascript"; po.async = true;po.src = "https://apis.goog le.com/js/plusone.js"; 31 po.type = "text/javascript"; po.async = true;po.src = "https://apis.goog le.com/js/plusone.js";
39 var s = document.getElementsByTagName("script")[0]; 32 var s = document.getElementsByTagName("script")[0];
40 s.parentNode.insertBefore(po, s); 33 s.parentNode.insertBefore(po, s);
41 })(); 34 })();
42 </script> 35 </script>
36
37 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getEle mentById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widg ets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); </script>
43 </head> 38 </head>
44 <body> 39 <body>
45 » <div id="container"> 40
46 » » <header> 41 <nav>
47 » » » <div id="plus1"><div class="g-plusone" data-size="standa rd" data-count="true"></div></div> 42 <div class="navbar navbar-fixed-top">
48 » <a href="/"><img src="/imgs/dart-logo.png" width="268" height="116" alt= "Dart"></a> 43 <div class="navbar-inner">
49 » » » <span id="tagline">Structured web apps</span> 44 <div class="container">
50 » » </header> 45 <!-- required for collapseable bar -->
46 <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-col lapse">
47 <span class="icon-bar"></span>
48 <span class="icon-bar"></span>
49 <span class="icon-bar"></span>
50 </a>
51 <a class="brand" href="/" title="Dart Homepage">
52 <img src="/imgs/Dart_Logo_21.png" width="21" height="21" alt="Dart">
53 </a>
54 <ul class="nav">
55 <li>
56 <form class="navbar-search pull-right" action="/search.html" id="c se-search-box">
57 <input type="hidden" name="cx" value="011220921317074318178:i4ms cbaxtru" />
58 <input type="hidden" name="ie" value="UTF-8" />
59 <input type="hidden" name="hl" value="en" />
60 <input type="search" name="q" class="search-query" id="q" autoco mplete="off" placeholder="Search"/>
61 </form>
62 </li>
63 <li class="dropdown">
64 <a href="#"
65 class="dropdown-toggle"
66 data-toggle="dropdown">
67 Docs
68 <b class="caret"></b>
69 </a>
70 <ul class="dropdown-menu">
71 <li class="nav-header">Language</li>
72 <li><a href="/docs/language-tour/">Language Tour</a></li>
73 <li><a href="/docs/spec/">Language Spec</a></li>
74 <li class="nav-header">Libraries</li>
75 <li><a href="/docs/library-tour/">Library Tour</a></li>
76 <li><a href="http://api.dartlang.org" title="Dart API docs">Libr ary Reference</a></li>
77 <li class="nav-header">Usage</li>
78 <li><a href="/articles/">Articles and Tutorials</a></li>
79 <li><a href="/support/faq.html">FAQ</a></li>
80 </ul>
81 </li>
82 <li class="dropdown">
83 <a href="#"
84 class="dropdown-toggle"
85 data-toggle="dropdown">
86 Tools
87 <b class="caret"></b>
88 </a>
89 <ul class="dropdown-menu">
90 <li><a href="/docs/editor/">Editor</a></li>
91 <li><a href="/dartium/">Chromium + Dart VM</a></li>
92 <li><a href="/docs/sdk/">SDK</a></li>
93 <li><a href="/docs/pub-package-manager/">Pub Package Manager</a> </li>
94 <li><a href="/docs/dart2js/">Dart2js</a></li>
95 <li><a href="/docs/standalone-dart-vm/">Dart VM</a></li>
96 </ul>
97 </li>
98 </ul>
99 <div class="nav-collapse">
100 <ul class="nav">
101 <li class="dropdown">
102 <a href="#"
103 class="dropdown-toggle"
104 data-toggle="dropdown">
105 Resources
106 <b class="caret"></b>
107 </a>
108 <ul class="dropdown-menu">
109 <li><a href="/samples/">Code Samples</a></li>
110 <li><a href="http://synonym.dartlang.org/">Translations from JavaScript</a></li>
111 <li><a href="/slides/">Presentations</a></li>
112 <li><a href="/hangouts/">Hangout Videos</a></li>
113 <li><a href="/community/">Community</a></li>
114 </ul>
115 </li>
116 <li class="dropdown">
117 <a href="#"
118 class="dropdown-toggle"
119 data-toggle="dropdown">
120 Development
121 <b class="caret"></b>
122 </a>
123 <ul class="dropdown-menu">
124 <li><a href="http://code.google.com/p/dart/issues/list">Bugs and Feature Requests</a></li>
125 <li><a href="http://www.dartlang.org/mailing-list">Mailing L ist</a></li>
126 <li><a href="https://code.google.com/p/dart/wiki/GettingTheS ource?tm=4">Source Code</a></li>
127 <li><a href="http://code.google.com/p/dart/wiki/Contributing ">Submitting Patches</a></li>
128 </ul>
129 </li>
130 <li><a href="http://news.dartlang.org/" title="The latest news abo ut Dart">News</a></li>
131 </ul>
132 <ul class="nav pull-right">
133 <li class="share-button gplus"><div class="g-plusone" data-size="m edium" data-annotation="none"></div></li>
134 <li class="share-button twitter"><a href="https://twitter.com/shar e" class="twitter-share-button" data-count="none" data-hashtags="dartlang">Tweet </a></li>
135 </ul>
136 </div><!--/.nav-collapse -->
137 </div>
138 </div>
139 </div>
140 </nav>
141 » » »
142 <div class="container">
OLDNEW
« no previous file with comments | « src/site/_includes/footer.html ('k') | src/site/_includes/language-tour/2-variables/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698