|
1 |
| - <hr> |
| 1 | + </div> <!-- /.container --> |
2 | 2 |
|
3 | 3 | <footer>
|
4 |
| - <div class="row"> |
5 |
| - <div class="span8 offset2"> |
6 |
| - <p> |
7 |
| - Except as otherwise <a href="http://code.google.com/policies.html#restrictions">noted</a>, the content of this page is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>, and code samples are licensed under the <a href="http://code.google.com/google_bsd_license.html">BSD License</a>. |
8 |
| - </p> |
9 |
| - <p> |
10 |
| - <a href="/tos.html">Terms of Service</a> — |
11 |
| - <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a> |
12 |
| - </p> |
| 4 | + <div class="container"> |
| 5 | + <div class="row"> |
| 6 | + <div class="span3"> |
| 7 | + <h4>Dart Docs</h4> |
| 8 | + <ul> |
| 9 | + <li><a href="/docs/language-tour/?utm_source=site&utm_medium=footer&utm_campaign=homepage">Language Tour</a></li> |
| 10 | + <li><a href="/docs/spec/?utm_source=site&utm_medium=footer&utm_campaign=homepage">Language Spec</a></li> |
| 11 | + <li><a href="/docs/library-tour/?utm_source=site&utm_medium=footer&utm_campaign=homepage">Library Tour</a></li> |
| 12 | + <li><a href="http://api.dartlang.org?utm_source=site&utm_medium=footer&utm_campaign=homepage" title="Dart API docs">API Reference</a></li> |
| 13 | + <li><a href="/articles/?utm_source=site&utm_medium=footer&utm_campaign=homepage">Articles and Tutorials</a></li> |
| 14 | + <li><a href="/support/faq.html?utm_source=site&utm_medium=footer&utm_campaign=homepage">FAQ</a></li> |
| 15 | + </ul> |
| 16 | + </div> |
| 17 | + <div class="span3"> |
| 18 | + <h4>Dart Tools</h4> |
| 19 | + <ul> |
| 20 | + <li><a href="/docs/editor/">Editor</a></li> |
| 21 | + <li><a href="/dartium/">Chromium + Dart VM</a></li> |
| 22 | + <li><a href="/docs/sdk/">SDK</a></li> |
| 23 | + <li><a href="/docs/pub-package-manager/">Pub Package Manager</a></li> |
| 24 | + <li><a href="/docs/dart2js/">Dart2js</a></li> |
| 25 | + <li><a href="/docs/standalone-dart-vm/">Dart VM</a></li> |
| 26 | + </ul> |
| 27 | + </div> |
| 28 | + <div class="span3"> |
| 29 | + <h4>Dart Resources</h4> |
| 30 | + <ul> |
| 31 | + <li><a href="http://api.dartlang.org" title="Dart API docs">API Reference</a></li> |
| 32 | + <li><a href="/samples/">Code Samples</a></li> |
| 33 | + <li><a href="http://synonym.dartlang.org/">Translations from JavaScript</a></li> |
| 34 | + <li><a href="/slides/">Presentations</a></li> |
| 35 | + <li><a href="/books/">Books</a></li> |
| 36 | + <li><a href="/dartisans/">Dartisans Videos and Podcast</a></li> |
| 37 | + <li><a href="/community/">Community</a></li> |
| 38 | + </ul> |
| 39 | + </div> |
| 40 | + <div class="span3"> |
| 41 | + <h4>Dart Development</h4> |
| 42 | + <ul> |
| 43 | + <li><a href="http://code.google.com/p/dart/issues/list">Bugs and Feature Requests</a></li> |
| 44 | + <li><a href="http://www.dartlang.org/mailing-list">Mailing List</a></li> |
| 45 | + <li><a href="https://code.google.com/p/dart/wiki/GettingTheSource?tm=4">Source Code</a></li> |
| 46 | + <li><a href="http://code.google.com/p/dart/wiki/Contributing">Submitting Patches</a></li> |
| 47 | + </ul> |
| 48 | + </div> |
| 49 | + </div> |
| 50 | + <div class="row copyright"> |
| 51 | + <div class="span8 offset2"> |
| 52 | + <p> |
| 53 | + Except as otherwise <a href="http://code.google.com/policies.html#restrictions">noted</a>, the content of this page is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>, and code samples are licensed under the <a href="http://code.google.com/google_bsd_license.html">BSD License</a>. |
| 54 | + </p> |
| 55 | + <p> |
| 56 | + <a href="/tos.html">Terms of Service</a> — |
| 57 | + <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a> |
| 58 | + </p> |
| 59 | + </div> |
13 | 60 | </div>
|
14 | 61 | </div>
|
15 | 62 | </footer>
|
16 | 63 |
|
17 |
| - </div> <!-- /.container --> |
18 |
| - |
19 | 64 | {% bundle %}
|
20 | 65 | - /js/jquery-1.7.2.min.js
|
21 | 66 | - /js/bootstrap-tab.js
|
|
0 commit comments