-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (78 loc) · 3.54 KB
/
index.html
File metadata and controls
82 lines (78 loc) · 3.54 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BCX 2017 Setup</title>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" href="master.css">
<link rel="shortcut icon" href="http://www.bosch.com/media/_tech/layout/images/icons/favicon.png">
</head>
<body>
<div class="title">
<img src="building_city.png" id="building-icon">
<div>
<h1>Building Hackathon Setup</h1>
<h3>Click on the api icons to access the specs</h3>
</div>
</div>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 1800 768" >
<defs>
<style>
rect:hover {
fill: #08427E;
opacity: 0.5;
}
</style>
</defs>
<image width="1800" height="768" xlink:href="setup.png"></image>
<!-- Row 1 -->
<a xlink:href="https://permissions.apps.bosch-iot-cloud.com/fusion/app/im-docu-dev" xlink:show="new">
<rect x="98" y="228" opacity="0" width="75" height="40" />
</a>
<a xlink:href="https://www.bosch-connectedbuilding.com/rest/documentation/" xlink:show="new">
<rect x="292" y="228" opacity="0" width="75" height="40" />
</a>
<a xlink:href="https://things-int.apps.bosch-iot-cloud.com/dokuwiki/doku.php?id=start" xlink:show="new">
<rect x="491" y="228" opacity="0" width="75" height="40" />
</a>
<a xlink:href="https://developer.amazon.com/alexa" xlink:show="new">
<rect x="732" y="224" opacity="0" width="75" height="40" />
</a>
<!-- Hono -->
<a xlink:href="https://github.com/bsinno/bcx2017" xlink:show="new">
<rect x="720" y="366" opacity="0" width="75" height="40" />
</a>
<!-- tt iot backend -->
<a xlink:href="https://developer.bosch.com/events/2017/bcw-heating-system-api" xlink:show="new">
<rect x="1093" y="229" opacity="0" width="75" height="40" />
</a>
<a xlink:href="https://github.com/sigfox/BCX17-resources" xlink:show="new">
<rect x="1272" y="229" opacity="0" width="75" height="40" />
</a>
<a xlink:href="https://dev.netatmo.com/dev/resources/technical/samplessdks" xlink:show="new">
<rect x="1451" y="229" opacity="0" width="75" height="40" />
</a>
<a xlink:href="#" xlink:show="new">
<rect x="1632" y="228" opacity="0" width="75" height="40" />
</a>
<!-- Row 2 -->
<a xlink:href="https://developer.kontakt.io/rest-api/api-guides/location-engine-guide/" xlink:show="new">
<rect x="1029" y="574" opacity="0" width="75" height="40" />
</a>
<a xlink:href="https://www.bosch-connectedbuilding.com/rest/documentation/#/" xlink:show="new">
<rect x="1109" y="574" opacity="0" width="75" height="40" />
</a>
<!-- D-Link Smart Plug for Venta air cleaner -->
<a xlink:href="http://www.dlink.com/de/de/products/dsp-w215-smart-plug" xlink:show="new">
<rect x="1187" y="574" opacity="0" width="75" height="40" />
</a>
<a xlink:href="https://cloud.station-berlin.net/s/gPGrnmTUTec2Fbr" xlink:show="new">
<rect x="1286" y="574" opacity="0" width="75" height="40" />
</a>
<a xlink:href="http://www.nxp.com/products/rf/low-power-tx-rx-ics/sub-ghz-rf/om2385-sf001-ol2385-wireless-sub-ghz-transceiver-sigfox-development-kit-with-kl43z:OM2385-SF001?tab=Documentation_Tab" xlink:show="new">
<rect x="1491" y="547" opacity="0" width="75" height="40" />
</a>
</svg>
</body>
</html>