-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (79 loc) · 3.6 KB
/
index.html
File metadata and controls
80 lines (79 loc) · 3.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>SmeshLink Open Lab</title>
<link rel="shortcut icon" href="favicon.ico" />
<link media="screen" rel="stylesheet" type="text/css" href="css/normalize.css" />
<style type="text/css">
html, body { background-color: #333; height: 100%; overflow: auto; }
html { font-family: sans-serif; }
body { box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset; color: #FFF; font-family: Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857em; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
h1, h2, h3 { font-family: inherit; line-height: 1.1em; }
header, footer, #main { max-width: 726px; margin-left: auto; margin-right: auto; padding-left: 1em; padding-right: 1em; }
header h2 { line-height: 200%; margin-top: 0; margin-bottom: 0; padding-top: 2em; padding-bottom: 1em; }
footer { border-top: 1px solid #666; color: #999; clear: both; }
a { text-decoration: none; }
a:focus, a:hover { text-decoration: underline; }
a, a:focus, a:hover { color: #FFF; }
#main { margin-bottom: 1em; }
#main h1 { font-size: 2.572em; text-align: center; margin-top: 2em; margin-bottom: 2em; }
#main ul { list-style: none; margin-top: 3em; padding-left: 0; }
#main li { width: 50%; float: left; padding-bottom: 2em; }
#main:before, #main:after { display: table; content: " "; clear: both; }
@media (max-width: 767px) {
header h2 { text-align: center; }
#main li { width: auto; float: none; }
}
@media (max-width: 480px) {
#main h1 span { display: none; }
}
</style>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<h2><a href="http://www.smeshlink.com">SmeshLink</a></h2>
</header>
<section id="main">
<h1><span>SmeshLink</span> Open Lab</h1>
<ul>
<li>
<h3><a href="http://www.contiki-os.net">Contiki Plus</a></h3>
<p>Contiki for mx2xxcc, iduino and SeaBo, forked from the official git repository of Contiki.</p>
</li>
<li>
<h3><a href="CoAP.NET/">CoAP.NET</a></h3>
<p>A CoAP framework in C#, providing CoAP-based services to .NET applications.</p>
</li>
<li>
<h3><a href="https://github.com/smeshlink/ArduinoLib-SMeshlink">Arduino Lib</a></h3>
<p>Arduino Library for smeshlink board, sensor and radio.</p>
</li>
<li>
<h3><a href="https://github.com/smeshlink/misty-lib">Misty SDKs</a></h3>
<p>Client libraries for <a href="http://misty.smeshlink.com/" title="Make it sensible to you">Misty</a>: <a href="https://github.com/smeshlink/misty-js">misty.js (Javascript)</a>, <a href="https://github.com/smeshlink/misty4j">misty4j (Java)</a>, <a href="https://github.com/smeshlink/Misty.NET">Misty.NET (C#)</a>.</p>
</li>
<li>
<h3><a href="https://github.com/xbed/SMeshStudio">SMeshStudio</a></h3>
<p>A Nice IDE based on Eclipse for Contiki,mBed And Arduino With Modifed Contiki Core</p>
</li>
</ul>
</section>
<footer>
<p>© 2014 SmeshLink Technology. All rights reserved.</p>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44050658-4', 'smeshlink.com');
ga('send', 'pageview');
</script>
</body>
</html>