Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit fc97d6c

Browse files
committed
add links to footer, too
BUG= Review URL: https://chromiumcodereview.appspot.com/10917023
1 parent b636059 commit fc97d6c

File tree

4 files changed

+80
-18
lines changed

4 files changed

+80
-18
lines changed

src/appengine/app.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ runtime: python27
1616
api_version: 1
1717
threadsafe: true
1818

19+
pagespeed:
20+
enabled_rewriters:
21+
- InlineImages
22+
- CollapseWhitespace
23+
- RemoveComments
24+
- InlineJs
25+
1926
#default_expiration: "1d"
2027

2128
handlers:

src/site/_includes/footer.html

Lines changed: 57 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,66 @@
1-
<hr>
1+
</div> <!-- /.container -->
22

33
<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> &mdash;
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&amp;utm_medium=footer&amp;utm_campaign=homepage">Language Tour</a></li>
10+
<li><a href="/docs/spec/?utm_source=site&amp;utm_medium=footer&amp;utm_campaign=homepage">Language Spec</a></li>
11+
<li><a href="/docs/library-tour/?utm_source=site&amp;utm_medium=footer&amp;utm_campaign=homepage">Library Tour</a></li>
12+
<li><a href="http://api.dartlang.org?utm_source=site&amp;utm_medium=footer&amp;utm_campaign=homepage" title="Dart API docs">API Reference</a></li>
13+
<li><a href="/articles/?utm_source=site&amp;utm_medium=footer&amp;utm_campaign=homepage">Articles and Tutorials</a></li>
14+
<li><a href="/support/faq.html?utm_source=site&amp;utm_medium=footer&amp;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> &mdash;
57+
<a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
58+
</p>
59+
</div>
1360
</div>
1461
</div>
1562
</footer>
1663

17-
</div> <!-- /.container -->
18-
1964
{% bundle %}
2065
- /js/jquery-1.7.2.min.js
2166
- /js/bootstrap-tab.js

src/site/css/style.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/site/scss/style.scss

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ $green-light: #55DDCA;
1717

1818
body {
1919
padding-top: 60px;
20-
padding-bottom: 40px;
2120
}
2221

2322
/* place after the body + padding */
@@ -206,11 +205,22 @@ a.permalink {
206205
}
207206

208207
footer {
209-
margin-top: 10px;
210-
text-align: center;
208+
border-top: 1px solid #CECECE;
209+
background-color: #EFEFEF;
210+
color: $grayLight;
211+
font-size: $baseFontSize - 1;
212+
padding: 70px 0;
213+
margin-top: 50px;
214+
ul {
215+
list-style: none;
216+
margin: 0;
217+
}
211218
p {
212219
font-size: $baseFontSize - 2;
213-
color: $grayLight;
220+
}
221+
.copyright {
222+
padding-top: 30px;
223+
text-align: center;
214224
}
215225
}
216226

0 commit comments

Comments
 (0)