-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (46 loc) · 1.33 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
<!doctype html>
<html>
<head>
<title>IoT Edge Foundation</title>
<link rel="stylesheet" href="css/site.css" />
</head>
<body>
<header>
<img src="images/iot-edge-foundation-logo-175px.png" alt="IoT Edge Foundation" />
</header>
<article>
<section>
<h1>IoT Edge Foundation</h1>
<p>To be added soon...</p>
<h2>Why an IoT Edge Foundation?</h2>
<p>To be added soon...</p>
<h2>Founding members</h2>
<ul>
<li>Jan Willem Groenenberg</li>
<li>Sander van de Velde</li>
</ul>
<h2>Contribution members</h2>
<ul>
<li>Jan Willem Groenenberg</li>
<li>Sander van de Velde</li>
</ul>
<h2>Azure IoT Edge Modules</h2>
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</section>
</article>
<footer>
<ul>
<li><a href="">Contact</a></li>
<li><a href="">Disclaimer</a></li>
<li><a href="">Privacy</a></li>
<li><a href="">Contribution</a></li>
</ul>
</footer>
</body>
</html>