|
15 | 15 | }
|
16 | 16 |
|
17 | 17 | a {
|
18 |
| - color: #999; |
| 18 | + color: #333; |
19 | 19 | text-decoration: none;
|
20 | 20 | }
|
21 | 21 |
|
22 |
| - .footer-media-links { |
23 |
| - background: #e8345a; /* a more sedated version of pink-a400 */ |
24 |
| - padding: 20px; |
25 |
| - } |
26 |
| - |
27 |
| - .footer-media-links a { |
28 |
| - color: black; |
29 |
| - display: inline-block; |
30 |
| - padding: 3px 20px; |
31 |
| - font-size: 13px; |
32 |
| - font-weight: 500; |
33 |
| - text-shadow: none; |
34 |
| - text-decoration: none; |
35 |
| - text-align: center; |
36 |
| - min-width: 100px; |
37 |
| - white-space: nowrap; |
38 |
| - } |
39 |
| - |
40 |
| - .footer-media-links a span { |
41 |
| - line-height: 24px; |
42 |
| - margin-left: 5px; |
43 |
| - } |
44 |
| - |
45 | 22 | .footer-links {
|
46 |
| - background: #263238; /* blue-grey-900 */ |
| 23 | + /* background: #263238; /* blue-grey-900 */ |
| 24 | + background: white; |
47 | 25 | padding: 30px 10px;
|
48 | 26 | }
|
49 | 27 |
|
|
53 | 31 |
|
54 | 32 | .footer-links .title {
|
55 | 33 | font-family: 'Roboto Slab', 'Roboto', 'Noto', sans-serif;
|
56 |
| - color: white; |
| 34 | + color: black; |
57 | 35 | border-top: 1px solid #707375;
|
58 | 36 | padding-top: 10px;
|
59 | 37 | font-size: 13px;
|
60 | 38 | }
|
61 | 39 |
|
62 | 40 | .footer-links a {
|
63 | 41 | text-decoration: none;
|
64 |
| - color: #979797; |
| 42 | + /* color: #979797; */ |
65 | 43 | display: block;
|
66 | 44 | font-size: 11px;
|
67 | 45 | line-height: 20px;
|
68 | 46 | }
|
69 | 47 |
|
70 | 48 | .copyright {
|
71 |
| - background: black; |
72 |
| - color: white; |
| 49 | + background: white; |
| 50 | + color: black; |
73 | 51 | padding: 10px;
|
74 | 52 | }
|
75 |
| - |
| 53 | + |
76 | 54 | .copyright div {
|
77 | 55 | font-size: 11px;
|
78 | 56 | }
|
|
115 | 93 | </style>
|
116 | 94 |
|
117 | 95 | <footer>
|
118 |
| - <section class="footer-media-links"> |
119 |
| - <div class="layout horizontal center center-justified"> |
120 |
| - <a href="http://plus.google.com/107187849809354688692/" title="Follow +polymer on Google+" aria-label="Follow polymer on Google+"> |
121 |
| - <iron-icon icon="social-icons:gplus"></iron-icon> |
122 |
| - <span>Polymer</span></a> |
123 |
| - <a href="https://twitter.com/intent/follow?screen_name=polymer" title="Follow @polymer on Twitter" aria-label="Follow polymer on Twitter"> |
124 |
| - <iron-icon icon="social-icons:twitter"></iron-icon> |
125 |
| - <span>@Polymer</span> |
126 |
| - </a> |
127 |
| - <a href="https://github.com/polymer" title="Get the Polymer code on GitHub" aria-label="Get the Polymer code on GitHub"> |
128 |
| - <iron-icon icon="social-icons:github"></iron-icon> |
129 |
| - <span>/Polymer</span> |
130 |
| - </a> |
131 |
| - <a href="https://polymer-slack.herokuapp.com/" title="Join the Polymer slack channel" aria-label="Join the Polymer slack channel"> |
132 |
| - <iron-icon icon="social-icons:slack"></iron-icon> |
133 |
| - <span>Slack Channel</span> |
134 |
| - </a> |
135 |
| - <a href="https://stackoverflow.com/questions/tagged/polymer" title="StackOverflow questions tagged Polymer" aria-label="StackOverflow questions tagged Polymer"> |
136 |
| - <iron-icon icon="social-icons:so"></iron-icon> |
137 |
| - <span>Stack Overflow</span> |
138 |
| - </a> |
139 |
| - </div> |
140 |
| - </section> |
141 |
| - |
142 | 96 | <section class="footer-links layout horizontal justified">
|
143 | 97 | <div class="flex">
|
144 |
| - <div class="title">Getting Started</div> |
145 |
| - <a href="/2.0/start/first-element/intro">Your first element</a> |
146 |
| - <a href="/2.0/start/toolbox/set-up">Your first app</a> |
147 |
| - <a href="/2.0/docs/tools/overview">Using the tools</a> |
148 |
| - </div> |
149 |
| - |
150 |
| - <div class="flex"> |
151 |
| - <div class="title">Polymer Docs</div> |
152 |
| - <a href="/2.0/docs/api/">Polymer 2.x API Reference</a> |
153 |
| - <a href="/2.0/docs/devguide/feature-overview">Polymer 2.x Guides</a> |
154 |
| - <a href="/1.0/docs/devguide/feature-overview">Polymer 1.x Guides</a> |
155 |
| - </div> |
156 |
| - |
157 |
| - <div class="flex"> |
158 |
| - <div class="title">App Toolbox</div> |
159 |
| - <a href="/2.0/toolbox/index">Overview</a> |
160 |
| - <a href="/2.0/toolbox/case-study">App Case Study</a> |
161 |
| - </div> |
162 |
| - |
163 |
| - <div class="flex"> |
164 |
| - <div class="title">Blog</div> |
165 |
| - <a href="/blog/">Articles</a> |
166 |
| - <a href="https://www.youtube.com/playlist?list=PLNYkxOF6rcIDdS7HWIC_BYRunV6MHs5xo">Polycasts</a> |
| 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> |
167 | 106 | </div>
|
168 | 107 |
|
169 | 108 | <div class="flex">
|
170 |
| - <div class="title">Community</div> |
171 |
| - <a href="/community/">Resources</a> |
172 |
| - <a href="https://www.webcomponents.org/">Element Catalog</a> |
| 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> |
173 | 113 | </div>
|
174 | 114 | </section>
|
175 |
| - |
| 115 | + |
176 | 116 | <div class="copyright layout horizontal">
|
177 | 117 | <div class="flex">
|
178 |
| - © 2017 Polymer Authors. |
179 |
| - <span class="additional-text">Code Licensed under the BSD License. Documentation licensed under CC BY 3.0.<span> |
| 118 | + Copyright 2018 <a href="https://www.polymer-project.org">The Polymer Project</a> Authors. |
| 119 | + <span class="additional-text">Code licensed under the |
| 120 | + <a target="_blank" href="http://polymer.github.io/LICENSE.txt">BSD License</a>. |
| 121 | + |
180 | 122 | </div>
|
181 | 123 | <a href="#" on-click="_smoothScrollToTop">
|
182 | 124 | Back to Top<img src="/images/logos/p-logo.png" alt="Polymer Logo">
|
|
0 commit comments