| OLD | NEW |
| 1 | 1 |
| 2 <footer class="footer container-full"> | 2 <footer class="footer container-full"> |
| 3 <div class="container"> | 3 <div class="container"> |
| 4 <div class="row"> | 4 <div class="row"> |
| 5 <div class="col-md-5"> | 5 <div class="col-md-5"> |
| 6 <h3>A new language, with tools and libraries, for SCALABLE web app eng
ineering</h3> | 6 <h3>A new language, with tools and libraries, for SCALABLE web app eng
ineering</h3> |
| 7 <p>Dart is an <a href="https://code.google.com/p/dart/">open-source pr
oject</a> with contributors from Google and elsewhere.</p> | 7 <p>Dart is an <a href="https://code.google.com/p/dart/">open-source pr
oject</a> with contributors from Google and elsewhere.</p> |
| 8 <p class="sm">Except as otherwise noted, the content of this page is l
icensed under the Creative Commons Attribution 3.0 License, and code samples are
licensed under the BSD License.</p> | 8 <p class="sm">Except as otherwise noted, the content of this page is l
icensed under the Creative Commons Attribution 3.0 License, and code samples are
licensed under the BSD License.</p> |
| 9 </div> | 9 </div> |
| 10 <div class="col-md-2 col-md-offset-1"> | 10 <div class="col-md-2 col-md-offset-1"> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 <li><a href="/support/">Mailing lists</a></li> | 33 <li><a href="/support/">Mailing lists</a></li> |
| 34 <li><a href="https://plus.google.com/communities/1145669432919192328
50">G+ community</a></li> | 34 <li><a href="https://plus.google.com/communities/1145669432919192328
50">G+ community</a></li> |
| 35 <li><a href="https://plus.google.com/+dartlang/posts">G+ announcemen
t group</a></li> | 35 <li><a href="https://plus.google.com/+dartlang/posts">G+ announcemen
t group</a></li> |
| 36 <li><a href="http://stackoverflow.com/questions/tagged/dart">Stack O
verflow</a></li> | 36 <li><a href="http://stackoverflow.com/questions/tagged/dart">Stack O
verflow</a></li> |
| 37 </ul> | 37 </ul> |
| 38 </div> | 38 </div> |
| 39 </div> | 39 </div> |
| 40 </div> | 40 </div> |
| 41 </footer> <!-- End footer --> | 41 </footer> <!-- End footer --> |
| 42 | 42 |
| 43 {% include survey_prompt.html %} | |
| 44 | |
| 45 {% bundle %} | 43 {% bundle %} |
| 46 - /js/jquery.js | 44 - /js/jquery.js |
| 47 - /js/bootstrap.min.js | 45 - /js/bootstrap.min.js |
| 48 - /js/prettify.js | 46 - /js/prettify.js |
| 49 - /js/lang-dart.js | 47 - /js/lang-dart.js |
| 50 - /js/lang-yaml.js | 48 - /js/lang-yaml.js |
| 51 - /js/scripts.js | 49 - /js/scripts.js |
| 52 {% endbundle %} | 50 {% endbundle %} |
| 53 | 51 |
| 54 {% for js in page.js %} | 52 {% for js in page.js %} |
| 55 <script {% if js.defer %}defer{% endif %} src="{{ js.url }}"></script> | 53 <script {% if js.defer %}defer{% endif %} src="{{ js.url }}"></script> |
| 56 {% endfor %} | 54 {% endfor %} |
| 57 | 55 |
| 58 </body> | 56 </body> |
| 59 </html> | 57 </html> |
| OLD | NEW |