-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdemo.html
executable file
·247 lines (245 loc) · 13.1 KB
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>slide-page Demo</title>
<script src="../platform/platform.js"></script>
<link rel="import" href="slide-page.html">
<style>
.flipInY{
-webkit-animation-name: flipInY;
-webkit-animation-duration: 1s;
-webkit-animation-delay: 500ms;
}
.me{
border-radius: 500px;
}
</style>
</head>
<body unresolved>
<slide-page>
<section style="overflow: hidden;">
<div layout vertical center center-justified>
<img class="flipInY" src="resources/images/p-logo.svg"/>
<h1>Polymer</h1>
<p>Welcome To The World Of Tomorrow!</p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Polymer中文社区</h1>
<p>@Polymer中文社区 (Q群208264834)</p>
<p>社区官网<a href="http://polymerchina.org/" target="_blank">http://polymerchina.org</a></p>
<p>Polymer中文文档<a href="http://docs.polymerchina.org/" target="_blank">http://docs.polymerchina.org</a></p>
<p>欢迎捐助文档翻译<a href="https://github.com/unbug/docs/blob/ZH/CONTRIBUTING-ZH.md" target="_blank">https://github.com/unbug/docs/tree/ZH</a></p>
<p>欢迎捐助学习资料<a href="https://github.com/unbug/Polymer-notes" target="_blank">https://github.com/unbug/Polymer-notes</a></p>
<p>本Slide源码<a href="https://github.com/unbug/gdg14" target="_blank">https://github.com/unbug/gdg14</a></p>
</div>
</section>
<section>
<div layout horizontal center center-justified>
<div flex one layout horizontal center center-justified>
<img class="me flipInY" src="resources/images/unbug.jpeg"/>
</div>
<div flex one layout vertical start-justified>
<h1>About Me</h1>
<p><img src="resources/images/MIHTool.png" width="24px"/><a target="_blank" href="http://www.iunbug.com/mihtool-zh">MIHTool</a>(iOS Web Debugger Pro)作者</p>
<p>Polymer中文社区组织者</p>
<p>Twitter @unbug 微博 @听奏</p>
<p>G+: Mobile Web Development</p>
<p>网易前端 <span><a style="color: #e81d62 !important" href="http://www.iunbug.com/archives/2013/11/06/843.html">正在招聘,欢迎加入</a></span></p>
</div>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Polymer</h1>
<p>Core Elements</p>
<p>Paper Elements(Material design)</p>
<p>Google APIs</p>
<p>Polymer Designer</p>
<p>Chrome Dev Editor</p>
</div>
</section>
<section>
<div layout vertical center-justified>
<video controls autobuffer onclick="this.play();" height="500"><source src="resources/videos/Welcome-to-the-World-of-Tomorrow.mp4" type="video/mp4"></video>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Core Elements</h1>
<p><a target="_blank" href="http://www.polymer-project.org/docs/elements/core-elements.html">www.polymer-project.org/docs/elements/core-elements.html</a></p>
</section>
<section>
<div layout vertical center center-justified>
<div layout horizontal center-justified>
<div flex one layout vertical start-justified>
<h2>Visual</h2>
<p><code><core-header-panel></code><a target="_blank" href="bower_components/core-header-panel/">[^]</a></p>
<p><code><core-toolbar></code><a target="_blank" href="bower_components/core-toolbar/">[^]</a></p>
<p><code><core-drawer-panel></code><a target="_blank" href="bower_components/core-drawer-panel/">[^]</a></p>
<p><code><core-menu></code><a target="_blank" href="bower_components/core-menu/">[^]</a></p>
<p><code><core-icon></code><a target="_blank" href="bower_components/core-icon/">[^]</a></p>
<p><code><core-overlay></code><a target="_blank" href="bower_components/core-overlay/">[^]</a></p>
<p><code><core-animated-pages></code><a target="_blank" href="bower_components/core-animated-pages/">[^]</a></p>
</div>
<div layout vertical start-justified>
<h2>Non-visual</h2>
<p><code><core-ajax></code><a target="_blank" href="bower_components/core-ajax/">[^]</a></p>
<p><code><core-localstorage></code><a target="_blank" href="../../io2014-codelabs/unbug/PolymerMobileCodelab/">[^]</a></p>
<p><code><core-range></code></p>
<p><code><core-media-query></code></p>
<p><code><core-iconset></code></p>
</div>
</div>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Material design with Polymer</h1>
<p>Application layout</p>
<p>Icons</p>
<p>Material controls</p>
<p>Dialogs, snackbars, and toasts</p>
<p>Material effects<p>
<p>Transitions</p>
<p>Scrolling techniques</p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Application layout<a target="_blank" href="http://www.polymer-project.org/docs/elements/layout-elements.html">[^]</a></h1>
<p><code><core-header-panel></code><a target="_blank" href="bower_components/core-header-panel/">[^]</a></p>
<p><code><core-toolbar></code><a target="_blank" href="bower_components/core-toolbar/">[^]</a></p>
<p><code><core-drawer-panel></code><a target="_blank" href="bower_components/core-drawer-panel/">[^]</a></p>
<p><code><core-scaffold></code><a target="_blank" href="bower_components/core-scaffold/">[^]</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Icons<a target="_blank" href="http://www.polymer-project.org/docs/elements/icons.html">[^]</a></h1>
<p><code><core-icon></code><a target="_blank" href="bower_components/core-icon/">[^]</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Material controls</h1>
<p><code><paper-button></code><a target="_blank" href="bower_components/paper-button/">[^]</a></p>
<p><code><paper-checkbox></code><a target="_blank" href="bower_components/paper-checkbox/">[^]</a></p>
<p><code><paper-toggle-button></code><a target="_blank" href="bower_components/paper-toggle-button/">[^]</a></p>
<p><code><paper-icon-button></code><a target="_blank" href="bower_components/paper-icon-button/">[^]</a></p>
<p><code><paper-fab></code><a target="_blank" href="bower_components/paper-fab/">[^]</a></p>
<p><code><paper-radio-group></code><a target="_blank" href="bower_components/paper-radio-group/">[^]</a></p>
<p><code><paper-radio-button></code><a target="_blank" href="bower_components/paper-radio-button/">[^]</a></p>
<p><code><paper-slider></code><a target="_blank" href="bower_components/paper-slider/">[^]</a></p>
<p><code><paper-progress></code><a target="_blank" href="bower_components/paper-progress/">[^]</a></p>
<p><code><paper-input></code><a target="_blank" href="bower_components/paper-input/">[^]</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Dialogs, snackbars, and toasts</h1>
<p><code><paper-dialog></code><a target="_blank" href="bower_components/paper-dialog/">[^]</a></p>
<p><code><paper-toast></code><a target="_blank" href="bower_components/paper-toast/">[^]</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Material effects</h1>
<p><code><paper-ripple></code><a target="_blank" href="bower_components/paper-ripple/">[^]</a></p>
<p><code><paper-shadow></code><a target="_blank" href="bower_components/paper-shadow/">[^]</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Transitions</h1>
<p><code><core-animated-pages></code><a target="_blank" href="bower_components/core-animated-pages/">[^]</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Scrolling techniques</h1>
<p><code><core-scroll-header-panel></code><a target="_blank" href="bower_components/core-scroll-header-panel/">[^]</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Paper Elements<a target="_blank" href="bower_components/paper-elements/demo.html">[^]</a></h1>
<p><a target="_blank" href="http://www.polymer-project.org/docs/elements/paper-elements.html">www.polymer-project.org/docs/elements/paper-elements.html</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Topeka App<a target="_blank" href="../Topeka/topeka/">[^]</a></h1>
<p><a target="_blank" href="http://www.polymer-project.org/docs/elements/paper-elements.html">www.polymer-project.org/docs/elements/paper-elements.html</a></p>
<h1>Material Playground<a target="_blank" href="../MaterialPlayground/material-playground/">[^]</a></h1>
<p><a target="_blank" href="http://ebidel.github.io/material-playground/">ebidel.github.io/material-playground/</a></p>
<h1>Paper Calculator<a target="_blank" href="../PaperCalculator/paper-calculator/demo.html">[^]</a></h1>
<p><a target="_blank" href="http://www.polymer-project.org/components/paper-calculator/demo.html">www.polymer-project.org/components/paper-calculator/demo.html</a></p>
<h1>Polymer Chrome App</h1>
<p><a target="_blank" href="https://github.com/PolymerLabs/polymerchromeapp">https://github.com/PolymerLabs/polymerchromeapp</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Google APIs</h1>
<p><code><google-signin></code><a target="_blank" href="http://127.0.0.1:51792/PolymerDriveCodelab/index.html">[^]</a></p>
<p><code><google-map></code><a target="_blank" href="http://127.0.0.1:51792/PolymerMapsCodelab/index.html">[^]</a></p>
<p><code><google-youtube></code></p>
<p><code><google-cloud></code></p>
<p><code><google-drive></code></p>
<p><code><google-calendar></code></p>
<p><a href="https://github.com/GoogleWebComponents" target="_blank">https://github.com/GoogleWebComponents</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Custom Elements</h1>
<p><a href="http://customelements.io/" target="_blank">http://customelements.io/</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Polymer Designer<a target="_blank" href="../Designer/designer/">[^]</a></h1>
<p><a target="_blank" href="http://www.polymer-project.org/tools/designer/">www.polymer-project.org/tools/designer/</a></p>
<h1>Mobile UI Elements</h1>
<p><a href="https://github.com/ForceDotComLabs/mobile-ui-elements" target="_blank">https://github.com/ForceDotComLabs/mobile-ui-elements</a></p>
</div>
</section>
<section>
<div layout vertical center-justified>
<h1>Chrome Dev Editor</h1>
<p><a target="_blank" href="https://chrome.google.com/webstore/detail/chrome-dev-editor-develop/pnoffddplpippgcfjdhbmhkofpnaalpg?hl=en">https://chrome.google.com/webstore/detail/chrome-dev-editor-develop/pnoffddplpippgcfjdhbmhkofpnaalpg?hl=en</a></p>
</div>
</section>
<section>
<div layout vertical center center-justified>
<video controls autobuffer onclick="this.play();" height="500"><source src="resources/videos/Welcome-to-the-World-of-Tomorrow.mp4" type="video/mp4"></video>
<p><a target="_blank" href="http://www.polymer-project.org/">http://www.polymer-project.org</a></p>
<p><a target="_blank" href="https://github.com/Polymer">https://github.com/Polymer</a></p>
</div>
</section>
<section>
<div layout vertical center center-justified>
<h1>Q & A</h1>
<p>Thank you</p>
<p><a href="http://polymerchina.org/" target="_blank">http://polymerchina.org</a></p>
<p>@Polymer中文社区(Q群208264834)</p>
<p>中文文档<a href="http://docs.polymerchina.org/" target="_blank">http://docs.polymerchina.org</a></p>
<p>欢迎捐助<a href="https://github.com/unbug/docs/blob/ZH/CONTRIBUTING-ZH.md" target="_blank">https://github.com/unbug/docs/tree/ZH</a></p>
<p>@听奏 <span><a style="color: #e81d62 !important" href="http://www.iunbug.com/archives/2013/11/06/843.html">网易前端期待你的加入 ;)</a></span></p>
</div>
</section>
</slide-page>
</body>
</html>