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

Unified Diff: src/site/_includes/footer.html

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/footer.html
diff --git a/src/site/_includes/footer.html b/src/site/_includes/footer.html
index 87336db63fe724b869a17e3175e8dc8846c61b81..d9f78bebf41e2b183bf9e06a8422064b021e15bd 100644
--- a/src/site/_includes/footer.html
+++ b/src/site/_includes/footer.html
@@ -1,25 +1,28 @@
- <div id="main" role="main">
- <article>
- {{ content }}
- </article>
+ <hr>
+
+ <footer>
+ <div class="row">
+ <div class="span8 offset2">
+ <p>
+ 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>.
+ </p>
+ <p>
+ <a href="/tos.html">Terms of Service</a> &mdash;
+ <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
+ </p>
+ </div>
</div>
-
- <footer>
- <p>
- 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>.
- </p>
- <p>
- <a href="/tos.html" style="border-right: 1px solid black; padding-right: 5px">Terms of Service</a>
- <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
- </p>
</footer>
- </div>
+ </div> <!-- /.container -->
- <!--[if lt IE 7 ]>
- <script src="js/dd_belatedpng.js"></script>
- <script> DD_belatedPNG.fix('img, .png_bg');</script>
- <![endif]-->
+{% bundle %}
+- /js/jquery-1.7.2.min.js
+- /js/bootstrap-tab.js
+- /js/bootstrap-dropdown.js
+- /js/bootstrap-collapse.js
+- /js/scripts.js
+{% endbundle %}
</body>
-</html>
+</html>
« 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