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

Side by Side Diff: src/site/_includes/footer.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/downloads/_sdk.html ('k') | src/site/_includes/header.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 » » <div id="main" role="main"> 1 » <hr>
2 » » » <article> 2
3 » » » » {{ content }} 3 » <footer>
4 » » » </article> 4 » » <div class="row">
5 » » » <div class="span8 offset2">
6 » » » » <p>
7 » » » » Except as otherwise <a href="http://code.googl e.com/policies.html#restrictions">noted</a>, the content of this page is license d under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commo ns 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> &mdash;
11 » » » » » <a href="http://www.google.com/intl/en/p olicies/privacy/">Privacy Policy</a>
12 » » » » </p>
13 » » » </div>
5 </div> 14 </div>
6
7 <footer>
8 <p>
9 Except as otherwise <a href="http://code.google.com/po licies.html#restrictions">noted</a>, the content of this page is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Comm ons 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>.
10 </p>
11 <p>
12 <a href="/tos.html" style="border-right: 1px sol id black; padding-right: 5px">Terms of Service</a>
13 <a href="http://www.google.com/intl/en/policies/ privacy/">Privacy Policy</a>
14 </p>
15 </footer> 15 </footer>
16 16
17 » </div> 17 » </div> <!-- /.container -->
18 18
19 » <!--[if lt IE 7 ]> 19 {% bundle %}
20 » <script src="js/dd_belatedpng.js"></script> 20 - /js/jquery-1.7.2.min.js
21 » <script> DD_belatedPNG.fix('img, .png_bg');</script> 21 - /js/bootstrap-tab.js
22 » <![endif]--> 22 - /js/bootstrap-dropdown.js
23 - /js/bootstrap-collapse.js
24 - /js/scripts.js
25 {% endbundle %}
23 26
24 </body> 27 </body>
25 </html> 28 </html>
OLDNEW
« no previous file with comments | « src/site/_includes/downloads/_sdk.html ('k') | src/site/_includes/header.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698