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

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

Issue 11366023: Updated tech overview (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: incorporate review comments Created 8 years 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/community/index.html » ('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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 </form> 67 </form>
68 </li> 68 </li>
69 <li class="dropdown"> 69 <li class="dropdown">
70 <a href="#" 70 <a href="#"
71 class="dropdown-toggle" 71 class="dropdown-toggle"
72 data-toggle="dropdown"> 72 data-toggle="dropdown">
73 Docs 73 Docs
74 <b class="caret"></b> 74 <b class="caret"></b>
75 </a> 75 </a>
76 <ul class="dropdown-menu"> 76 <ul class="dropdown-menu">
77 <li><a href="/docs/technical-overview/">Technical Overview</a></ li>
77 <li class="nav-header">Language</li> 78 <li class="nav-header">Language</li>
78 <li><a href="/docs/dart-up-and-running/ch02.html">Language Tour< /a></li> 79 <li><a href="/docs/dart-up-and-running/ch02.html">Language Tour< /a></li>
79 <li><a href="/docs/spec/">Language Spec</a></li> 80 <li><a href="/docs/spec/">Language Spec</a></li>
80 <li class="nav-header">Libraries</li> 81 <li class="nav-header">Libraries</li>
81 <li><a href="/docs/dart-up-and-running/ch03.html">Library Tour</ a></li> 82 <li><a href="/docs/dart-up-and-running/ch03.html">Library Tour</ a></li>
82 <li><a href="http://api.dartlang.org" title="Dart API docs">API Reference</a></li> 83 <li><a href="http://api.dartlang.org" title="Dart API docs">API Reference</a></li>
83 <li class="nav-header">Usage</li> 84 <li class="nav-header">Usage</li>
84 <li><a href="/articles/">Articles</a></li> 85 <li><a href="/articles/">Articles</a></li>
85 <li><a href="/docs/tutorials/">Tutorials</a></li> 86 <li><a href="/docs/tutorials/">Tutorials</a></li>
86 <li><a href="/support/faq.html">FAQ</a></li> 87 <li><a href="/support/faq.html">FAQ</a></li>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 </div> 143 </div>
143 </div> 144 </div>
144 </nav> 145 </nav>
145 146
146 <a href="#" target="_blank" id="dartisans-ribbon" style="display:none" 147 <a href="#" target="_blank" id="dartisans-ribbon" style="display:none"
147 alt="Watch Dartisans LIVE" title="Watch Dartisans LIVE">On Air 148 alt="Watch Dartisans LIVE" title="Watch Dartisans LIVE">On Air
148 <span class="record"></span> 149 <span class="record"></span>
149 </a> 150 </a>
150 151
151 <div class="container"> 152 <div class="container">
OLDNEW
« no previous file with comments | « src/site/_includes/footer.html ('k') | src/site/community/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698