-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (79 loc) · 2.86 KB
/
index.html
File metadata and controls
86 lines (79 loc) · 2.86 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
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tiny Mesh Cloud Docs</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/csss">
<link rel="stylesheet" href="./assets/style.css">
</head>
<body>
<div class="section hero">
<div class="container">
<div class="row">
<div class="one-half column">
<h4 class="hero-heading">
Enable intelligent communications for any device
with Tiny Mesh communications solutions
</h4>
<a class="button button-primary" href="http://www.tiny-mesh.no/mesh-network/demokit.html">Try Tiny Mesh</a>
</div>
</div>
</div>
</div>
<div class="section values">
<div class="container">
<div class="row">
<div class="one-third column value">
<h5 class="value-heading">Register cloud account</h5>
<p class="value-description">
Get instant access to all the features of the Tiny Mesh
Cloud Service, start exploring the Tiny Mesh universe
</p>
<a class="button button-primary" href="https://cloud.tiny-mesh.com">Register Now</a>
</div>
<div class="one-third column value">
<h5 class="value-heading">Build your application</h5>
<p class="value-description">
Get inspiration in our examples and get started building
your next application with Tiny Mesh
</p>
<a class="button button-primary" href="https://github.com/tinymesh">Find examples</a>
</div>
<div class="one-third column value">
<h5 class="value-heading">Read the API docs</h5>
<p class="value-description">
Get programmatic access to all your data, learn to automate
field deployments and control device state
</p>
<a class="button button-primary" href="./api/0.6.1-rc2">Read the docs</a>
</div>
</div>
</div>
</div>
<div class="section get-help">
<div class="container">
<h3 class="section-heading">Need help getting started?</h3>
<p class="section-description">
We are happy to answer any questions regarding our stack. If
you want to learn more, read through the docs or contact us.
</p>
<a class="button button-primary" href="http://www.tiny-mesh.com/mesh-network/contact.html">Contact Us</a>
</div>
</div>
<footer>
<div class="container">
<p>
© Tiny Mesh AS 2011 - 2014
</p>
<ul class="docs-footer-links muted">
<li><a href="http://tiny-mesh.com">Tiny Mesh</a></li>
<li><a href="https://cloud.tiny-mesh.com/">Tiny Mesh Cloud</a></li>
<li><a href="http://www.tiny-mesh.com/mesh-network/demokit.html">Try it!</a></li>
</ul>
</div>
</footer>
</body>
</html>