File tree Expand file tree Collapse file tree 1 file changed +14
-23
lines changed Expand file tree Collapse file tree 1 file changed +14
-23
lines changed Original file line number Diff line number Diff line change 55
55
font-size : 11px ;
56
56
}
57
57
58
+ .copyright span .attribution {
59
+ font-size : 16px ;
60
+ }
61
+
62
+ span .attribution a {
63
+ color : # 1e88e5 ;
64
+ }
65
+
58
66
.copyright img {
59
67
padding-left : 10px ;
60
68
height : 20px ;
92
100
}
93
101
</ style >
94
102
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 >
116
104
< div class ="copyright layout horizontal ">
117
105
< 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.
119
108
< 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 >
121
112
122
113
</ div >
123
114
< a href ="# " on-click ="_smoothScrollToTop ">
You can’t perform that action at this time.
0 commit comments