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

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

Issue 54813003: remove community, redirect to support, clean up support (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: tweaks Created 7 years, 1 month 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/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 property="twitter:account_id" content="376585411" /> 10 <meta property="twitter:account_id" content="376585411" />
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 </ul> 141 </ul>
142 </li> 142 </li>
143 <li class="dropdown"> 143 <li class="dropdown">
144 <a href="#" 144 <a href="#"
145 class="dropdown-toggle" 145 class="dropdown-toggle"
146 data-toggle="dropdown"> 146 data-toggle="dropdown">
147 Community 147 Community
148 <b class="caret"></b> 148 <b class="caret"></b>
149 </a> 149 </a>
150 <ul class="dropdown-menu"> 150 <ul class="dropdown-menu">
151 <li><a href="/support/">Contact Us</a></li> 151 <li><a href="/support/">Support and Community Resources</a></li>
152 <li><a href="http://code.google.com/p/dart/wiki/Contributing">Co ntributor's Guide</a></li> 152 <li><a href="http://code.google.com/p/dart/wiki/Contributing">Co ntributor's Guide</a></li>
153 <li><a href="/community/">More Resources</a></li>
154 </ul> 153 </ul>
155 </li> 154 </li>
156 </ul> 155 </ul>
157 <div class="pull-right"> 156 <div class="pull-right">
158 <ul class="nav"> 157 <ul class="nav">
159 <li class="share-button gplus"><div class="g-plusone" data-size=" medium" data-callback="gplus_pressed" data-annotation="none"></div></li> 158 <li class="share-button gplus"><div class="g-plusone" data-size=" medium" data-callback="gplus_pressed" data-annotation="none"></div></li>
160 <li class="share-button twitter"><a href="https://twitter.com/sha re" class="twitter-share-button external-link" data-count="none" data-hashtags=" dartlang">Tweet</a></li> 159 <li class="share-button twitter"><a href="https://twitter.com/sha re" class="twitter-share-button external-link" data-count="none" data-hashtags=" dartlang">Tweet</a></li>
161 </ul> 160 </ul>
162 </div> 161 </div>
163 </div> 162 </div>
164 </div> 163 </div>
165 </nav> 164 </nav>
166 165
167 <a href="#" target="_blank" id="dartisans-ribbon" style="display:none" 166 <a href="#" target="_blank" id="dartisans-ribbon" style="display:none"
168 title="Watch Dartisans LIVE">On Air 167 title="Watch Dartisans LIVE">On Air
169 <span class="record"></span> 168 <span class="record"></span>
170 </a> 169 </a>
171 170
172 <div class="container"> 171 <div class="container">
OLDNEW
« no previous file with comments | « src/appengine/scripts/redirector.py ('k') | src/site/community/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698