Skip to content

Commit 46eda30

Browse files
author
Arthur Evans
committed
Fewer footer links.
1 parent 876c0a1 commit 46eda30

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

app/elements/pw-footer.html

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@
5555
font-size: 11px;
5656
}
5757

58+
.copyright span.attribution {
59+
font-size: 16px;
60+
}
61+
62+
span.attribution a {
63+
color: #1e88e5;
64+
}
65+
5866
.copyright img {
5967
padding-left: 10px;
6068
height: 20px;
@@ -92,32 +100,15 @@
92100
}
93101
</style>
94102

95-
<footer>
96-
<section class="footer-links layout horizontal justified">
97-
<div class="flex">
98-
<div class="title">Projects</div>
99-
<a href="https://lit-element.polymer-project.org">LitElement</a>
100-
<a href="https://pwa-starter-kit.polymer-project.org">PWA Starter Kit</a>
101-
<a href="https://lit-html.polymer-project.org">lit-html</a>
102-
<a href="https://github.com/material-components/material-components-web-components">Material Web Components</a>
103-
<a href="https://github.com/WebComponents/webcomponentsjs">Web Components polyfills</a>
104-
<a href="https://polymer-library.polymer-project.org">Polymer library</a>
105-
<a href="https://www.webcomponents.org/author/PolymerElements">Polymer Elements</a>
106-
</div>
107-
108-
<div class="flex">
109-
<div class="title">Stay in touch</div>
110-
<a href="https://www.github.com/polymer/lit-html" rel="noopener" target="_blank">GitHub</a>
111-
<a href="https://www.twitter.com/polymer" rel="noopener" target="_blank">Twitter</a>
112-
<a href="https://www.youtube.com/watch?v=ruql541T7gc" rel="noopener" target="_blank">YouTube</a>
113-
</div>
114-
</section>
115-
103+
<footer>
116104
<div class="copyright layout horizontal">
117105
<div class="flex">
118-
Copyright 2018 <a href="https://www.polymer-project.org">The Polymer Project</a> Authors.
106+
<span class="attribution">Brought to you by <a href="https://www.polymer-project.org">The Polymer Project</a>.</span><br>
107+
Copyright 2018 The Polymer Project Authors.
119108
<span class="additional-text">Code licensed under the
120-
<a target="_blank" href="http://polymer.github.io/LICENSE.txt">BSD License</a>.
109+
<a target="_blank" href="http://polymer.github.io/LICENSE.txt">BSD License</a>.
110+
Documentation licensed under CC BY 3.0.
111+
</span>
121112

122113
</div>
123114
<a href="#" on-click="_smoothScrollToTop">

0 commit comments

Comments
 (0)