Skip to content

Commit 5f63a75

Browse files
author
Arthur Evans
committed
Update footer, tweak some landing page text.
1 parent ff7df61 commit 5f63a75

File tree

2 files changed

+30
-126
lines changed

2 files changed

+30
-126
lines changed

app/elements/pw-footer.html

Lines changed: 25 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,13 @@
1515
}
1616

1717
a {
18-
color: #999;
18+
color: #333;
1919
text-decoration: none;
2020
}
2121

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-
4522
.footer-links {
46-
background: #263238; /* blue-grey-900 */
23+
/* background: #263238; /* blue-grey-900 */
24+
background: white;
4725
padding: 30px 10px;
4826
}
4927

@@ -53,26 +31,26 @@
5331

5432
.footer-links .title {
5533
font-family: 'Roboto Slab', 'Roboto', 'Noto', sans-serif;
56-
color: white;
34+
color: black;
5735
border-top: 1px solid #707375;
5836
padding-top: 10px;
5937
font-size: 13px;
6038
}
6139

6240
.footer-links a {
6341
text-decoration: none;
64-
color: #979797;
42+
/* color: #979797; */
6543
display: block;
6644
font-size: 11px;
6745
line-height: 20px;
6846
}
6947

7048
.copyright {
71-
background: black;
72-
color: white;
49+
background: white;
50+
color: black;
7351
padding: 10px;
7452
}
75-
53+
7654
.copyright div {
7755
font-size: 11px;
7856
}
@@ -115,68 +93,32 @@
11593
</style>
11694

11795
<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-
14296
<section class="footer-links layout horizontal justified">
14397
<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>
167106
</div>
168107

169108
<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>
173113
</div>
174114
</section>
175-
115+
176116
<div class="copyright layout horizontal">
177117
<div class="flex">
178-
&copy; 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+
180122
</div>
181123
<a href="#" on-click="_smoothScrollToTop">
182124
Back to Top<img src="/images/logos/p-logo.png" alt="Polymer Logo">

app/index.html

Lines changed: 5 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<img src="/images/logos/p-logo.png" alt="Polymer logo">
231231
</div>
232232
<div class="content flex">
233-
<h1>Polymer library</h1>
233+
<h1>Polymer Library</h1>
234234
<div class="flex">
235235
<p>
236236
The Polymer library is our original web components library.
@@ -256,64 +256,26 @@ <h2>Welcome to the future...</h2>
256256
<div>
257257
<h2 class="underline">LitElement</h2>
258258
<p>An ultra-light, highly performant custom element base class with a simple but expressive API.</p>
259-
<a href="https://github.com/Polymer/lit-element/blob/master/README.md" class="blue-button flex">lit-element</a>
259+
<a href="https://lit-element.polymer-project.org" class="blue-button flex">LitElement</a>
260260
</div>
261261
<div>
262262
<h2 class="underline">PWA Starter Kit</h2>
263263
<p>Your one-stop shop for building Progressive Web Apps that make the most of the modern web.</p>
264-
<a href="https://github.com/Polymer/pwa-starter-kit/blob/master/README.md" class="blue-button flex">PWA Starter Kit</a>
264+
<a href="https://pwa-starter-kit.polymer-project.org" class="blue-button flex">PWA Starter Kit</a>
265265
</div>
266266
<div>
267267
<h2 class="underline">Material Web Components</h2>
268268
<p>Pixel-perfect realizations of Google's Material Design spec that work anywhere on the web.</p>
269-
<a href="https://github.com/material-components/material-components-web-components/blob/master/README.md" class="blue-button flex">Material Web Components</a>
269+
<a href="https://github.com/material-components/material-components-web-components" class="blue-button flex">Material Web Components</a>
270270
</div>
271271
</div>
272272
</div>
273273
</section>
274-
275-
<section class="library light">
276-
<div class="section-columns">
277-
<div class="flex">
278-
<h2 class="underline">About the Polymer Project</h2>
279-
<div class="flex">
280-
<p>As a team of front-end engineers embedded in the Chrome team, our mission is to make the web better, by helping developers unlock the web’s full potential and by spurring the web platform to evolve and improve.</p>
281-
<p>We work on libraries, tools and patterns to help developers build modern Progressive Web Apps, taking advantage of cutting-edge features like Web Components, Service Workers and HTTP/2.</p>
282-
<p>We also participate in the standards process, doing our part to ensure that front-end developers have a strong voice in the evolution of the platform.</p>
283-
</div>
284-
<a href="/about" class="blue-button">More About the Project</a>
285-
</div>
286-
<div class="flex">
287-
<h2 class="underline">Why Web Components?</h2>
288-
<div class="flex">
289-
<p>Web Components are the web platform's native solution for component-based development.</p>
290-
<p>With Web Components, you can create reusable custom elements that interoperate seamlessly with the browser’s built-in elements, or break your app up into right-sized pieces, making your code cleaner and less expensive to maintain.</p>
291-
<p>Our products sprinkle a bit of sugar over the standard Web Components APIs and shine a light on best practices for building elements and apps, making it easier for you to get great results.</p>
292-
</div>
293-
<a href="https://webcomponents.org" class="blue-button">More about Web Components</a>
294-
</div>
295-
</div>
296-
</section>
297-
298-
<section class="grey gradient-light page-index-logos">
299-
<div>
300-
<h2>Who's using Polymer products</h2>
301-
<div class="page-index-partners layout horizontal wrap spaced">
302-
<img src="/images/partners/bbva.png" alt="BBVA logo">
303-
<img src="/images/partners/Coca-Cola.png" alt="Coca Cola logo">
304-
<img class="logo-embiggen" src="/images/partners/Comcast.png" alt="Comcast logo">
305-
<img src="/images/partners/google.png" alt="Google logo">
306-
<img class="logo-embiggen" src="/images/partners/ING.png" alt="ING logo">
307-
<img class="logo-emsmallen" src="/images/partners/net-a-porter.png" alt="Net-a-porter logo">
308-
<img class="logo-embiggen" style="margin:0 10px;" src="/images/partners/USA-Today.png" alt="USA-Today logo">
309-
</div>
310-
</div>
311-
</section>
312274

313275
<section class="grey gradient-light page-index-logos">
314276
<div>
315277
<h2>Browser Compatibility</h2>
316-
<div>Polymer products <a href="/3.0/docs/browsers">work in all major browsers</a> (Chrome, Firefox, IE, Edge, Safari, and Opera).</div>
278+
<div>The Polymer library <a href="/3.0/docs/browsers">works in all major browsers</a> (Chrome, Firefox, IE, Edge, Safari, and Opera).</div>
317279
<div class="page-index-browsers layout wrap justified spaced">
318280
<img src="/images/browsers/chrome_128x128.png" alt="chrome logo">
319281
<img src="/images/browsers/firefox_128x128.png" alt="firefox logo">

0 commit comments

Comments
 (0)