-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
45 lines (37 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Intel® Commercial IoT Workshop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/main.css">
<!-- Include CodeMirror CSS-->
<link rel="stylesheet" href="/css/codemirror.css">
</head>
<body>
<header>
<a href="/index.html"><img src="/img/intel_logo.png" alt="Intel logo" width="52" height="35"></a>
</header>
<div class="content">
<h1>Intel® Commercial IoT Workshop</h1>
<h2>Workshop modules</h2>
<ul>
<li><a href="/modules/intro/index.html">Module 1: Introduction to the Intel® IoT Gateway and Intel IoT Developer Program »</a></li>
<li><a href="/modules/build-edge-devices/index.html">Module 2: Building Edge Devices »</a></li>
<li><a href="/modules/connect-edge-devices/index.html">Module 3: Connecting Edge Devices to the Edge Network »</a></li>
<li><a href="/modules/gateway/index.html">Module 4: Edge Sensor Monitoring »</a></li>
<li><a href="/modules/admin-interface/index.html">Module 5: Administration Interface »</a></li>
<li><a href="/modules/cbms/index.html">Module 6: Condition Based Monitoring »</a></li>
<li><a href="/modules/security/index.html">Module 7: Security »</a></li>
<li><a href="/modules/cloud/index.html">Module 8: Cloud »</a></li>
</ul>
<h2>Additional modules</h2>
<ul>
<li><a href="/modules/ble/index.html">Bluetooth Low Energy »</a></li>
</ul>
</div><!-- end .content -->
<script src="/js/codemirror.js"></script>
<script src="/js/mode/javascript/javascript.js"></script>
</body>
</html>