-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
203 lines (184 loc) · 8.52 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
<html class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mozilla IoT</title>
<link rel="canonical" href="https://iot.mozilla.org">
<link rel="icon" href="images/icon.png" type="image/png" />
<link rel="stylesheet" type="text/css" href="/protocol/protocol/css/protocol.css" />
<link rel="stylesheet" type="text/css" href="/protocol/protocol/css/protocol-extra.css" />
<link rel="stylesheet" type="text/css" href="css/site.css" />
<link rel="stylesheet" type="text/css" href="css/home.css" />
<link rel="stylesheet" media="(max-width: 959px)" href="css/home-mobile.css" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@WebThingsIO" />
<meta property="og:title" content="Mozilla IoT" />
<meta property="og:description" content="Building the Web of Things" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://iot.mozilla.org" />
<meta property="og:image" content="https://iot.mozilla.org/images/webthings_banner.png" />
<script src="/js/analytics.js"></script>
<script src="/protocol/protocol/js/protocol-base.js"></script>
<script src="/protocol/protocol/js/protocol-utils.js"></script>
<script src="/protocol/protocol/js/protocol-supports.js"></script>
</head>
<body>
<div class="mzp-c-navigation">
<div class="mzp-c-navigation-l-content">
<div class="mzp-c-navigation-container">
<div class="mzp-c-navigation-logo"><a id="wordmark" href="/">Mozilla</a></div>
<button class="mzp-c-navigation-menu-button" type="button" aria-controls="patterns.organisms.navigation.navigation">Menu</button>
<div class="mzp-c-navigation-items" id="patterns.organisms.navigation.navigation">
<div class="mzp-c-navigation-menu">
<nav class="mzp-c-menu mzp-is-basic">
<ul class="mzp-c-menu-category-list">
<li class="mzp-c-menu-category">
<a class="mzp-c-menu-title" href="/about/">About</a>
</li>
<li class="mzp-c-menu-category">
<a class="mzp-c-menu-title" href="/gateway/">Gateway</a>
</li>
<li class="mzp-c-menu-category">
<a class="mzp-c-menu-title" href="/framework/">Framework</a>
</li>
<li class="mzp-c-menu-category">
<a class="mzp-c-menu-title" href="/community/">Community</a>
</li>
<li class="mzp-c-menu-category">
<a class="mzp-c-menu-title" href="https://hacks.mozilla.org/category/web-of-things/">Blog</a>
</li>
</ul>
</nav>
<script src="/protocol/protocol/js/protocol-navigation.js"></script>
<script>
Mzp.Navigation.init();
</script>
</div>
</div>
</div>
</div>
</div>
<section id="hero" class="mzp-c-hero ">
<div class="mzp-l-content">
<div id="hero-body" class="mzp-c-hero-body">
<h1 class="mzp-c-hero-title">
<img id="webthings-wordmark" src="images/mozilla_webthings_wordmark.svg" alt="Mozilla WebThings">
</h1>
<div class="mzp-c-hero-desc">
<p>An open platform for monitoring and controlling devices over the web.</p>
</div>
<p class="mzp-c-hero-cta">
<a id="cta-button" class="mzp-c-button" href="/about/">Learn More</a>
</p>
</div>
</div>
</section>
<section id="gateway-section">
<h2><strong>WebThings</strong> Gateway</h2>
<a href="/gateway/"><img src="images/gateway.png" alt="Illustration showing a Raspberry Pi" /></a>
<p>A software distribution for smart home gateways focused on privacy, security and interoperability </p>
<a href="/gateway/" class="mzp-c-button mzp-t-secondary mzp-t-small">
Learn More
</a>
</section>
<section id="framework-section">
<h2><strong>WebThings</strong> Framework</h2>
<a href="/framework/"><img src="framework/images/things.png" alt="A collection of things" /></a>
<p>A collection of re-usable software components to help
developers build their own web things</p>
<a href="/framework/" class="mzp-c-button mzp-t-secondary mzp-t-small mzp-t-dark">
Learn More
</a>
</section>
<section id="get-involved-section">
<h2>Get Involved</h2>
<div id="contributions">
<div class="contribution">
<h3>Build a Web Thing</h3>
<img src="images/light_bulb.png" alt="Illustration of a light bulb">
<p>Build your own IoT device which uses the Web Thing API</p>
</div>
<div class="contribution">
<h3>Create an Adapter</h3>
<img src="images/adapter.png" alt="Illustration of an adapter">
<p>Create an adapter add-on to bridge an existing IoT device to the web</p>
</div>
<div class="contribution">
<h3>Hack on Mozilla WebThings</h3>
<img src="images/code.png" alt="Illustration of source code">
<p>Help us develop our Web of Things implementation</p>
</div>
</div>
<a id="get-involved-button" href="community/" class="mzp-c-button mzp-t-secondary mzp-t-small mzp-t-dark">
Get Involved
</a>
</section>
<footer class="mzp-c-footer">
<div class="mzp-l-content">
<nav class="mzp-c-footer-primary">
<div class="mzp-c-footer-primary-logo"><a href="https://www.mozilla.org/">Mozilla</a></div>
<div class="mzp-c-footer-sections">
<section class="mzp-c-footer-section">
<h5 class="mzp-c-footer-heading">
Web of Things
</h5>
<ul class="mzp-c-footer-list">
<li><a href="https://www.w3.org/WoT/">W3C WoT</a></li>
<li><a href="https://www.w3.org/WoT/IG/">W3C WoT Interest Group</a></li>
<li><a href="/wot/">Web Thing API</a></li>
</ul>
</section>
<section class="mzp-c-footer-section">
<h5 class="mzp-c-footer-heading">
Mozilla WebThings
</h5>
<ul class="mzp-c-footer-list">
<li><a href="/gateway/">Gateway</a></li>
<li><a href="/framework/">Framework</a></li>
<li><a href="/docs/">Documentation</a></li>
</ul>
</section>
<section class="mzp-c-footer-section">
<h5 class="mzp-c-footer-heading">
Community
</h5>
<ul class="mzp-c-footer-list">
<li><a href="https://github.com/WebThingsIO/">GitHub</a></li>
<li><a href="https://discourse.mozilla.org/c/iot">Discourse</a></li>
<li><a href="https://chat.mozilla.org/">Matrix (#iot)</a></li>
</ul>
</section>
<section class="mzp-c-footer-section">
<h5 class="mzp-c-footer-heading">
Contact Us
</h5>
<ul class="mzp-c-footer-list">
<li><a href="https://chat.mozilla.org/">Matrix (#iot)</a></li>
<li><a href="https://twitter.com/WebThingsIO">Twitter</a></li>
</ul>
</section>
</div>
</nav>
<nav class="mzp-c-footer-secondary">
<ul class="mzp-c-footer-links-social">
<li><a class="twitter" href="https://twitter.com/WebThingsIO">Twitter<span> (@WebThingsIO)</span></a></li>
</ul>
<div class="mzp-c-footer-legal">
<p class="mzp-c-footer-license">
Portions of this content are ©1998–2019 by individual
mozilla.org contributors. Content available under
a <a rel="license" href="https://www.mozilla.org/foundation/licensing/website-content/">Creative Commons license</a>.
</p>
<ul class="mzp-c-footer-terms">
<li><a href="https://www.mozilla.org/privacy/websites/">Website Privacy Notice</a></li>
<li><a href="https://www.mozilla.org/privacy/websites/#cookies">Cookies</a></li>
<li><a href="https://www.mozilla.org/about/legal/">Legal</a></li>
</ul>
</div>
</nav>
</div>
</footer>
<script src="/protocol/protocol/js/protocol-details.js"></script>
<script src="/protocol/protocol/js/protocol-footer.js"></script>
</body>
</html>