-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
53 lines (50 loc) · 1.39 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
---
layout: index
---
<header id="about">
<ul>
<li>
<h1>Über Open Device Labs</h1>
<p>
Open Device Labs - der kostenlose Gerätepark für Entwickler. ODLs ist eine neue, weltweite
Bewegung um Software-Entwicklern Zugriff auf möglichst viele Testgeräte zu ermöglichen.
</p>
</li>
<li>
<h1>Open Device Lab Cologne</h1>
<p>
Das Open Device Lab Cologne wird von verschiedenen Kölner Firmen betrieben und du findest uns an vielen Stellen Kölns.
Auf dieser Seite findest du eine Liste der zur Verfügung stehenden Geräte und den Weg zu uns!
</p>
</li>
<li>
<h1>Mitmachen!</h1>
<p>
Von der Community, für die Community! <br />
Wir sind für jedes Testgerät dankbar!
<strong>Bist Du Betreiber?</strong> Gib uns bescheid wir kümmern uns ums Gerätesharing!
<a href="mailto:opendevicelab@railslove.com" title="Donate a Device">Donate a Device</a>
</p>
</li>
</ul>
</header>
<article id="devices">
<table class="footable">
<caption>All available devices</caption>
<thead>
<tr>
<th data-class="expand">Hersteller</th>
<th data-hide="phone">Modell</th>
<th>OS / Version</th>
<th data-hide="phone,custom">Contributor</th>
<th data-hide="phone,custom">Standort</th>
<th>verfügbar</th>
</tr>
</thead>
<tbody>
{% include devices.html %}
</tbody>
</table>
</article>
{% include map.html %}
{% include labs.html %}