-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
70 lines (51 loc) · 3.63 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="Author" content="The Thing System" />
<meta name="Keywords" content="Internet of Things, iot, home automation, Thing Sensor Report Protocol, TRSP, Simple Thing Protocol, Cloud, API, steward, curators, Rendezvous Server, Rendezvous Protocol, The Trouble With Things," />
<meta name="Description" content="Welcome to The Thing System! Your life and your house went from one computer to an Internet of things. From tablets to lightbulbs, from sensors to media boxes, everybody gets their own Internet. Today, you have to fight your things. They don't talk to each other, the apps don't work, it's a tower of babel. Our solution is open source." />
<title>ⓣ the thing system - Hello, world!</title>
<link rel="stylesheet" href="print.css" type="text/css" media="print" />
<link rel="stylesheet" href="master.respond.css" type="text/css" media="screen" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-44378714-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="short" alink="#000" bgcolor="#fff" link="#666">
<div class="header">
<a href="index.html" class="logo"><img alt="ⓣ the thing system" src="images/thing.system.logo.svg" class="logo" /></a>
</div>
<div class="main-content">
<img src="images/thing.ipad.png" alt="Thing D3 client" class="client" />
<div class="intro-text">
<h1 class="home"><span style="white-space: nowrap">Take control</span> of <span style="border-bottom: 2px dotted #ccc;">things</span></h1>
<p>Your life and your house went from one computer to an Internet of things. From tablets to lightbulbs, from sensors to media boxes, everybody gets their own Internet. Today, you have to fight your things. They don't talk to each other, the apps don't work, it's a tower of babel. Our solution — the Thing System — is open source. We'll talk to anything, you can hack the system, it has an open API.</p>
<p>With the Thing System, you can finally take control of your things.</p>
<ul class="nav-noscroll" style="margin-top: 10px;">
<li><a href="things/index.html" class="select-red">The Trouble With Things</a></li>
<li><a href="dev/index.html" class="select-purple">For Implementors</a></li>
<li><a href="dev/supported-things.html" class="select-green">Supported Things</a></li>
<li><a href="code/index.html" class="select-orange">Get The Code</a></li>
<li><a href="dev/Installation.html" class="select-pink">Quick Start</a></li>
<li><a href="meet/index.html" class="select-blue">About Us</a></li>
<li style="margin-top: 20px;"><a href="https://plus.google.com/communities/113042377519941328693" rel="publisher" class="text">Find us on Google+</a></li>
<li><a href="http://thingsystem.tumblr.com/" rel="publisher" class="text">Find us on Tumblr</a></li>
</ul>
</div>
</div>
<div class="footer">
<div class="footer-left"><a href="index.html" class="green">↑</a> <a href="index.html" class="yellow">the thing system</a></div>
<div class="footer-right"><a href="privacy/index.html" class="yellow">privacy policy</a></div>
</div>
<div class="smallprint"></div>
</body>
</html>