-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
446 lines (442 loc) · 14.7 KB
/
index.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Browser Tiles</title>
<meta name="description" content="Tile UI in browser inspired by Windows Phone 7 UI.">
<meta name="author" content="Paul M. Watson <[email protected]>">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen" title="reset" charset="utf-8" />
<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen" title="reset" charset="utf-8" />
<link rel="stylesheet" href="/css/pages.css" type="text/css" media="screen" title="reset" charset="utf-8" />
<link rel="stylesheet" href="/css/tiles.css" type="text/css" media="screen" title="reset" charset="utf-8" />
<link rel="stylesheet" href="/css/icons.css" type="text/css" media="screen" title="reset" charset="utf-8" />
<link rel="stylesheet" href="/css/buttons.css" type="text/css" media="screen" title="reset" charset="utf-8" />
</head>
<body class="theme_blue" data-current-theme-name="teal">
<section id="page_home" class="page current">
<ul class="tiles">
<li class="tile banner transparent">
<div>
<h1>sunday, 31st october 2010</h1>
<ul id="theme_selector">
<li>
<button data-theme-name="teal">Teal</button>
</li>
<li>
<button data-theme-name="blue">Blue</button>
</li>
<li>
<button data-theme-name="orange">Orange</button>
</li>
<li>
<button data-theme-name="magenta">Magenta</button>
</li>
<li>
<button data-theme-name="grey">Grey</button>
</li>
<li>
<button data-theme-name="black">Black</button>
</li>
<li>
<button data-theme-name="white">White</button>
</li>
<li>
<button data-theme-name="lime">Lime</button>
</li>
<li>
<button data-theme-name="brown">Brown</button>
</li>
<li>
<button data-theme-name="green">Green</button>
</li>
<li>
<button data-theme-name="purple">Purple</button>
</li>
</ul>
</div>
</li>
<li class="tile high icon_camera" data-target-activation="click" data-target="contacts">
<div>
<h2>Contacts</h2>
<h3>12</h3>
</div>
</li>
<li class="tile icon_add_favourite">
<div>
<h2>Email</h2><h3>13</h3>
</div>
</li>
<li class="tile icon_arrow_downstop">
<div>
<h2>Facebook</h2><h3>30</h3>
</div>
</li>
<li class="tile wide icon_arrow_left">
<div>
<h2>Twitter</h2><h3>91921</h3>
</div>
</li>
<li class="tile icon_arrow_previous">
<div>
<h2>New York Times</h2><h3>9</h3>
</div>
</li>
<!-- Tile. Bing. -->
<link rel="stylesheet" href="/tiles/bing/tile.css" type="text/css" media="screen" title="reset" charset="utf-8" />
<li class="tile bing" data-target-activation="submit" data-target="loading">
<div>
<form action="http://bing.com/" method="get">
<input type="text" name="q" />
</form>
<h2>Bing</h2>
</div>
</li>
<li class="tile icon_arrow_right">
<div>
<h2>SMS</h2><h3>12</h3>
</div>
</li>
<li class="tile icon_email">
<div>
<h2>Contacts</h2><h3>24</h3>
</div>
</li>
<li class="tile icon_favourite">
<div>
<h2>The Daily Telegraph</h2><h3>2</h3>
</div>
</li>
<li class="tile icon_folder">
<div>
<h2>SMS With Walton</h2><h3>1</h3>
</div>
</li>
<li class="tile wide high icon_arrow_next">
<div style="background-image: url(http://farm1.static.flickr.com/19/23597646_8055be0f76_o.jpg); background-size: auto 100%">
<h2>Flickr</h2>
<h3>21</h3>
</div>
</li>
<li class="tile icon_gift">
<div>
<h2>Photos</h2><h3>10</h3>
</div>
</li>
<li class="tile icon_help">
<div>
<h2>Contacts</h2><h3>301</h3>
</div>
</li>
<li class="tile icon_minus">
<div>
<h2>New York Times</h2>
</div>
</li>
<li class="tile icon_movie">
<div>
<h2>SMS</h2>
</div>
</li>
<li class="tile icon_pause">
<div>
<h2>Photos</h2>
</div>
</li>
<li class="tile icon_cog">
<div>
<h2>New York Times</h2>
</div>
</li>
<li class="tile icon_delete">
<div>
<h2>SMS</h2>
</div>
</li>
<li class="tile icon_edit">
<div>
<h2>Photos</h2>
</div>
</li>
<li class="tile icon_play">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile icon_plus">
<div>
<h2>The Guardian</h2>
</div>
</li>
<li class="tile icon_refresh">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile icon_save">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile icon_arrow_upstop">
<div>
<h2>White Knights</h2>
</div>
</li>
<li class="tile icon_tick">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile icon_touch">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile icon_x">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile white">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
<li class="tile">
<div>
<h2>Contacts</h2>
</div>
</li>
</ul>
</section>
<section id="page_loading" class="page">
<ul class="tiles">
<li class="tile banner transparent">
<div>
<h1>loading...</h1>
</div>
</li>
</ul>
</section>
<!-- Pages -->
<section id="page_contacts" class="page">
<ul class="tiles">
<li class="tile banner transparent">
<div>
<button class="home backwards" data-target-activation="click" data-target="home"></button>
<h1><button class="back backwards" data-target-activation="click" data-target="home"></button>12 contacts</h1>
</div>
</li>
<li class="tile high" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://www.hitagain.com/wp-content/uploads/2009/03/felicity_huffman.jpg) no-repeat;">
<h2>Felicity Fallow</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://a2.twimg.com/profile_images/1078036766/10278518_cfd68d36e6_m_bigger.jpg);">
<h2>Paul M. Watson</h2>
</div>
</li>
<li class="tile" data-target-activation="click" ="contacts_details">
<div style="background-size: 100% auto; background: url(http://static.djguide.nl/image/djfotos/janedoe.jpg);">
<h2>Jane Doe</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://nymag.com/images/2/daily/intel/07/10/18_torre_lg.jpg);">
<h2>Joe Cashman</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://www.newhairstyles2010.com/wp-content/plugins/wp-o-matic/cache/59f62_ryan-sheckler-400ds0906.jpg);">
<h2>Shane O'Ryan</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://www.gameroomhaven.com/wp-content/uploads/2010/09/sindee-jennings-1.jpg);">
<h2>Catherine Jennings</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://www.enjoyfrance.com/images/stories/world/entertainment/James-Blunt.jpg);">
<h2>James Blund</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://cd05.static.jango.com/images/artists/5ac/5ac99299a96392d3a262ef40b62208fb_lg.jpg);">
<h2>Fiona Jango</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://raymondpronk.files.wordpress.com/2009/04/katie_couric.jpg?w=500&h=337);">
<h2>Katie Orobam</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://tonicgossip.com/wp-content/dakota-fanning-push.jpg);">
<h2>Melissa Fanning</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://static.guim.co.uk/sys-images/Media/Pix/pictures/2008/03/27/oreilly460.jpg);">
<h2>Declan O'Reilly</h2>
</div>
</li>
<li class="tile" data-target-activation="click" data-target="contacts_details">
<div style="background-size: 100% auto; background: url(http://www.kenlauher.com/Portals/40296/images//Oliver_Wendell_Holmes.jpg);">
<h2>Wendel Holmes</h2>
</div>
</li>
</ul>
</section>
<section id="page_contacts_details" class="page">
<ul class="tiles">
<li class="tile banner transparent">
<div>
<button class="home backwards" data-target-activation="click" data-target="home"></button>
<h1><button class="back backwards" data-target-activation="click" data-target="contacts"></button>mrs. felicity fallow</h1>
</div>
</li>
<li class="tile panel transparent">
<div>
<p>
<img src="http://www.hitagain.com/wp-content/uploads/2009/03/felicity_huffman.jpg" alt="Felicity Huffman" align="left" style="margin-right: 10px; max-height: 200px;" />
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</li>
</ul>
</section>
<script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</body>
</html>