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

Side by Side Diff: src/site/_includes/nav.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
« no previous file with comments | « src/site/_includes/library-tour/isolates.markdown ('k') | src/site/_includes/samples.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <nav>
2 <form action="/search.html" id="cse-search-box">
3 <div id="search">
4 <input type="hidden" name="cx" value="011220921317074318178:i4mscbaxtru" / >
5 <input type="hidden" name="ie" value="UTF-8" />
6 <input type="hidden" name="hl" value="en" />
7 <input type="search" name="q" id="q" autocomplete="off" placeholder="Searc h"/>
8 </div>
9 </form>
10
11 <ul>
12 {% nav_link /downloads.html %}Downloads &amp; Source{% endnav_link %}
13 <li>Getting Started
14 <ul>
15 {% nav_link /docs/language-tour/ %}Language Tour{% endnav_link %}
16 {% nav_link /docs/library-tour/ %}Library Tour{% endnav_link %}
17 {% nav_link /docs/technical-overview/ %}Technical Overview{% endnav_link %}
18 {% nav_link http://synonym.dartlang.org %}Translations from JavaScript{% endnav_link %}
19 {% nav_link /docs/editor/getting-started/ %}Dart Editor Tutorial{% endna v_link %}
20 </ul> </li>
21 <li>Language &amp; Libraries
22 <ul>
23 {% nav_link /docs/spec/ %}Language Specification{% endnav_link %}
24 {% nav_link http://api.dartlang.org/ %}API Reference{% endnav_link %}
25 </ul> </li>
26 <li>Tools
27 <ul>
28 {% nav_link /docs/editor/ %}Dart Editor{% endnav_link %}
29 {% nav_link /dartium/ %}Chromium with the Dart VM{% endnav_link %}
30 <li> <a href="/docs/sdk/">SDK</a>
31 <ul>
32 {% nav_link /docs/dart2js/ %}dart2js{% endnav_link %}
33 {% nav_link /docs/standalone-dart-vm/ %}dart{% endnav_link %}
34 {% nav_link /docs/pub-package-manager/ %}pub{% endnav_link %}
35 </ul> </li>
36 </ul> </li>
37 <li>Resources
38 <ul>
39 {% nav_link /samples/ %}Code Samples{% endnav_link %}
40 {% nav_link /articles/ %}Articles{% endnav_link %}
41 {% nav_link /support/faq.html %}FAQ{% endnav_link %}
42 {% nav_link /slides/ %}Presentations{% endnav_link %}
43 {% nav_link /hangouts/ %}Hangout Videos{% endnav_link %}
44 {% nav_link /resources/ %}Community{% endnav_link %}
45 </ul> </li>
46 {% nav_link /support/ %}Contact Us{% endnav_link %}
47 </ul>
48
49 <div id="pluspage"><div class="g-plus" data-href="https://plus.google.com/1098 66369054280216564" data-width="100" data-height="131" data-theme="light"></div>< /div>
50 </nav>
OLDNEW
« no previous file with comments | « src/site/_includes/library-tour/isolates.markdown ('k') | src/site/_includes/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698