-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
454 lines (421 loc) · 14.1 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
447
448
449
450
451
452
453
454
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Malmö Open Device Lab - MODL</title>
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Roboto:400,300,700:latin' ] }
};
(function() {
var html = document.getElementsByTagName('html')[0];
html.className = html.className.replace(/(\s|^)no-js(\s|$)/, '$1js wf-loading$2');
setTimeout(function() {
html.className = html.className.replace(' wf-loading', '');
}, 3000);
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<link rel="stylesheet" href="css/screen.css" media="all">
</head>
<body>
<div id="content-top" class="stacked">
<div class="chunk masthead">
<header role="banner">
<div class="logo-wrap">
<img class="logo-img" src="img/logo.png" alt="">
</div>
<div class="site-title">
<h1>Malmö Open Device Lab</h1>
</div>
</header>
</div>
</div>
<main id="content-main" role="main">
<article>
<div class="stacked intro">
<section>
<div class="chunk">
<h2>We help you test on many devices for free.</h2>
<p>These days, websites are required to work on phones and tablets as well as laptops. Making sure your web-based product works across a wide range of browsers and screen sizes can be a costly affair in terms of hardware. <abbr title="Malmö Open Device Lab">MODL</abbr> is a community-operated device testing lab, where you can test on loads of devices for free.</p>
</div>
</section>
</div>
<div class="stacked contrasted">
<section>
<div class="chunk">
<h2>Find us</h2>
<p>We are situated in central Malmö, at Gustav Adolfs Torg 10B, in a space generously hosted by <a class="inuse-link" href="http://inuse.se">inUse, a digital design agency</a>.</p>
<p><a id="map-link" class="btn" href="https://maps.google.se/maps?q=Inuse+AB,+Gustav+Adolfs+torg,+Malm%C3%B6&hl=sv&ie=UTF8&sll=55.567863,13.051758&sspn=0.366118,0.870667&oq=inUse+&t=h&hq=Inuse+AB,&hnear=Gustav+Adolfs+torg,+Malm%C3%B6,+Sk%C3%A5ne+l%C3%A4n&z=16">Show map</a></p>
</div>
</section>
</div>
<div class="stacked">
<section>
<div class="chunk">
<div class="block">
<h2>Use the lab</h2>
<p>It’s very simple:</p>
<ol>
<li>Write down when you would like to use the lab</li>
<li><a class="btn btn-inline" href="mailto:[email protected]">Send it</a> to us at [email protected]</li>
<li>We’ll get back to you and help set it up.</li>
<li>No more steps!</li>
</ol>
<p>If there are specific challenges regarding testing or availability, we’ll solve them along the way.</p>
</div>
<div class="block sidebar">
<div role="complementary">
<div class="sidebar-inner">
<h3>New to device testing?</h3>
<p>If <a href="http://twitter.com/thatemil">Emil</a> is around when you’re at the lab, he can probably help you get started. Otherwise, send us an email.</p>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="stacked contrasted">
<section>
<div class="chunk">
<h2>The device collection</h2>
<p>Our devices are generously donated by members. Members still own the device, but agree to let guests of the lab use it. These are the devices that have been donated so far:</p>
<table class="device-table">
<thead>
<tr>
<th scope="col">Device type</th>
<th scope="col"><abbr title="Operating System">OS</abbr>/version</th>
<th scope="col">Donated by</th>
</tr>
</thead>
<tbody>
<tr>
<th data-title="Device type" scope="row">
Amazon Kindle 4
</th>
<td data-title="OS">
Kindle 4.0 (1308590058)
</td>
<td data-title="Donated by">
Björn Söderqvist
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Apple iPhone 3
</th>
<td data-title="OS">
iOS 4.2.1
</td>
<td data-title="Donated by">
Patric Jonsson
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Apple iPhone 4S
</th>
<td data-title="OS">
iOS 8.1
</td>
<td data-title="Donated by">
<a href="http://thatemil.com">Emil Björklund</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Apple iPhone 5S
</th>
<td data-title="OS">
iOS 10.3.2
</td>
<td data-title="Donated by">
<a href="https://thatemil.com">Emil Björklund</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Apple iPad Air
</th>
<td data-title="OS">
iOS 10.X (?)
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Apple iPad Mini 4
</th>
<td data-title="OS">
iOS 11.2
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Apple iPad Mini 2
</th>
<td data-title="OS">
iOS 11.1
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Apple iPad (1st gen)
</th>
<td data-title="OS">
iOS 5.1.1 (?)
</td>
<td data-title="Donated by">
<a href="https://thatemil.com">Emil Björklund</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Asus VivoTab Smart ME400C 10.1"
</th>
<td data-title="OS">
Windows 8
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Geeksphone Keon
</th>
<td data-title="OS">
Firefox OS 1.0.1.0-prerelease
</td>
<td data-title="Donated by">
<a href="http://fredrikohlin.com/">Fredrik Ohlin</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Google Nexus One
</th>
<td data-title="OS">
Android 2.3.6
</td>
<td data-title="Donated by">
Patric Jonsson
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
HP Palm Pre 2
</th>
<td data-title="OS">
WebOS 2.1
</td>
<td data-title="Donated by">
Björn Söderqvist
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Lenovo IdeaPad Tablet A1000-F 7"
</th>
<td data-title="OS">
Android 4.2
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
LG Nexus 5X
</th>
<td data-title="OS">
Android 6.0.1
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Nextbook Premium7SE
</th>
<td data-title="OS">
Android 4.0.4
</td>
<td data-title="Donated by">
<a href="http://www.coverupaccessories.com/info/open_device_lab">Cover-Up</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Nokia Lumia 620
</th>
<td data-title="OS">
Windows Phone 8.0
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Samsung Galaxy S II GT-I9100
</th>
<td data-title="OS">
Android 2.3.5 (Gingerbread)
</td>
<td data-title="Donated by">
Claus Topholt
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Samsung Galaxy S4 GT-I9505
</th>
<td data-title="OS">
Android 4.2
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Samsung Galaxy Note 10.1"
</th>
<td data-title="OS">
Android 4.4.2
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Sony <abbr title="Playstation Portable">PSP</abbr>
</th>
<td data-title="OS">PSP System Software</td>
<td data-title="Donated by">
Björn Söderqvist
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Sony Xperia Arc
</th>
<td data-title="OS">
Android 4.0.4
</td>
<td data-title="Donated by">
Stefan Stensson
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Sony Xperia S
</th>
<td data-title="OS">
Android 4.0.4
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
<tr>
<th data-title="Device type" scope="row">
Xbox 360
</th>
<td data-title="OS">
? (browser: IE 9)
</td>
<td data-title="Donated by">
<a href="http://inuse.se">inUse</a>
</td>
</tr>
</tbody>
</table>
<h3>Do you have any devices laying around?</h3>
<p>Share it with the community—<a class="btn" href="mailto:[email protected]">get in touch!</a></p>
<p>Stuff we’re looking for right now: more Android devices, Blackberry devices, Windows Phone, and an iPad Mini.</p>
</div>
</section>
</div>
<div class="stacked">
<section>
<div class="chunk">
<h2>Who’s behind this?</h2>
<p>This project was founded in 2012 by <a href="http://twitter.com/suhajdab">Balázs Suhajda</a> and <a href="http://twitter.com/kaptencybear">Björn Söderqvist</a></p>
<p><a href="http://twitter.com/thatemil">Emil Björklund</a> is the representative from inUse and in charge of the physical location.</p>
</div>
</section>
</div>
<div class="stacked contrasted">
<div class="chunk">
<h2>Good to know</h2>
<p>There is normally a spare laptop (Macbook Pro) in the lab, fitted with a range of tools to try out:</p>
<ul>
<li><a href="http://html.adobe.com/edge/inspect/">Adobe Edge Inspect</a>, a tool to sync navigation, take screenshots and debug code across many devices simultaneously</li>
<li>Loads of old and new versions of web browsers on PC, Mac and Linux</li>
<li>Virtual machines for Windows XP, Windows Vista, Windows 7 and Windows 8, including various versions of Internet Explorer, plus Ubuntu-based Linux Mint Cinnamon.</li>
<li>Tools for debugging HTTP-requests</li>
</ul>
<p>Housekeeping rules are available when you book a session, but mostly we expect you to be generally civil and pop out of the lab for a (free!) coffee now and then, with the people working in the office.</p>
</div>
</div>
</article>
</main>
<div class="stacked faded">
<div class="chunk footer">
<footer role="contentinfo">
<div class="block">
<h2>The contact details</h2>
<address id="modl-vcard" class="vcard">
<span class="fn org">Malmö Open Device Lab</span>
<span class="adr">
<span class="agent"><abbr title="care of">C/O</abbr> inUse Experience AB</span>
<span class="street-address">Gustav Adolfs Torg 10B</span>
<span class="postal-code">211 39</span> <span class="locality">Malmö</span>
<span class="country-name">Sweden</span>
</span>
<a href="mailto:[email protected]" class="email">[email protected]</a>
<p><a class="btn" type="text/directory" href="http://h2vx.com/vcf/modl.ebdesign.se">Download contact card</a></p>
</address>
</div>
<div class="block">
<h2>Find <abbr>MODL</abbr> elsewhere:</h2>
<ul class="social-links li-unstyled">
<li><a class="btn" rel="me" href="http://twitter.com/malmodl"><i aria-hidden="true" class="icon icon-tw"></i>Twitter</a></li>
<li><a class="btn" rel="me" href="https://www.facebook.com/MalmODL"><i aria-hidden="true" class="icon icon-fb"></i>Facebook</a></li>
</ul>
</div>
<p class="to-top"><a class="btn" href="#content-top">To the top!</a></p>
</footer>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-207925-21']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>