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

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

Issue 1475233003: Add Slack registration link to footer. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 <footer class="footer container-full hidden-print"> 2 <footer class="footer container-full hidden-print">
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>Scalable, productive app development</h3> 6 <h3>Scalable, productive app development</h3>
7 <p>Dart is an <a href="https://github.com/dart-lang/sdk">open-source p roject</a> with contributors from Google and elsewhere.</p> 7 <p>Dart is an <a href="https://github.com/dart-lang/sdk">open-source p roject</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 <p><a href="/tos.html">Terms</a> | <a href="http://www.google.com/intl /en/policies/privacy/">Privacy</a></p> 9 <p><a href="/tos.html">Terms</a> | <a href="http://www.google.com/intl /en/policies/privacy/">Privacy</a></p>
10 </div> 10 </div>
(...skipping 19 matching lines...) Expand all
30 <li><a href="https://github.com/dart-lang/dartlang.org">www.dartlang .org repo</a></li> 30 <li><a href="https://github.com/dart-lang/dartlang.org">www.dartlang .org repo</a></li>
31 </ul> 31 </ul>
32 </div> 32 </div>
33 <div class="col-md-2"> 33 <div class="col-md-2">
34 <h4>Community</h4> 34 <h4>Community</h4>
35 <ul> 35 <ul>
36 <li><a href="/support/">Mailing lists</a></li> 36 <li><a href="/support/">Mailing lists</a></li>
37 <li><a href="https://plus.google.com/communities/1145669432919192328 50">G+ community</a></li> 37 <li><a href="https://plus.google.com/communities/1145669432919192328 50">G+ community</a></li>
38 <li><a href="https://plus.google.com/+dartlang/posts">G+ announcemen t group</a></li> 38 <li><a href="https://plus.google.com/+dartlang/posts">G+ announcemen t group</a></li>
39 <li><a href="http://stackoverflow.com/questions/tagged/dart">Stack O verflow</a></li> 39 <li><a href="http://stackoverflow.com/questions/tagged/dart">Stack O verflow</a></li>
40 <li><a href="https://dartlang.slack.com/">Slack</a></li> 40 <li><a href="https://dartlang.slack.com/">Slack</a>
41 (<a href="https://dartlang-slack.herokuapp.com/">register</a>)</li >
41 </ul> 42 </ul>
42 </div> 43 </div>
43 </div> 44 </div>
44 </div> 45 </div>
45 </footer> <!-- End footer --> 46 </footer> <!-- End footer -->
46 47
47 {% comment %}Put all JS here.{% endcomment %} 48 {% comment %}Put all JS here.{% endcomment %}
48 49
49 {% bundle %} 50 {% bundle %}
50 - /js/jquery.js 51 - /js/jquery.js
(...skipping 16 matching lines...) Expand all
67 {% endbundle %} 68 {% endbundle %}
68 69
69 {% if page.header and page.header.css %}{% for css in page.header.css %}<link hr ef="{{ css }}" rel="stylesheet" type="text/css">{% endfor %}{% endif %} 70 {% if page.header and page.header.css %}{% for css in page.header.css %}<link hr ef="{{ css }}" rel="stylesheet" type="text/css">{% endfor %}{% endif %}
70 71
71 {% for js in page.js %} 72 {% for js in page.js %}
72 <script {% if js.defer %}defer{% endif %} src="{{ js.url }}"></script> 73 <script {% if js.defer %}defer{% endif %} src="{{ js.url }}"></script>
73 {% endfor %} 74 {% endfor %}
74 75
75 </body> 76 </body>
76 </html> 77 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698