-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (127 loc) · 5.72 KB
/
index.html
File metadata and controls
135 lines (127 loc) · 5.72 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
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
<html>
<title> Mysensors.info </title>
<head>
<link rel="icon" href="http://www.mysensors.info/img/logo.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://pingendo.github.io/pingendo-bootstrap/themes/default/bootstrap.css" rel="stylesheet" type="text/css">
</head><body>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4 text-justify" style="background-color: #337AFB; border: 4px solid #000000;">
<br>
<img src="http://www.mysensors.info/img/logo.png" class="img-responsive img-thumbnail">
<h4>Connect, right now with #sensors you care about.</h4>
<br>
</div>
<div class="col-md-8 text-justify">
<br>
<ul class="lead nav nav-pills">
<li class="active">
<a href="#">Home</a>
</li>
<li>
<a href="senz.html">SenZ</a>
</li>
<li>
<a href="android.html">Android</a>
</li>
<li>
<a href="python.html">Python</a>
</li>
<li>
<a href="downloads.html">Downloads</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
<br>
<h4>MySensors switch provides security and privacy in IoT applications. With
help of MySensors, IoT devices can communicate each other with guaranteeing
end to end security. MySensor supports IoT devices such as Smartphones(android)
and Raspberry-pi.</h4>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4">
<a href="http://www.rahasak.com">
<img src="img/rahasakLogo.png" class="img-responsive img-thumbnail" width="70%" height="70%"></a>
<h2>Rahasak</h2>
<p class="text-justify">Its the app you have been waiting for. App for sharing secrets with only the ones you wish. Massages, Location and remote selfies.</p>
</div>
<font face="Times New Roman, serif">
<div class="col-md-4">
<a href="https://play.google.com/store/apps/details?id=org.scorelab.pi">
<img src="http://www.mysensors.info/AppStore/img/portfolio/pi.png" class="img-responsive img-thumbnail"></a>
<h2>HomeZ</h2>
<p class="text-justify">HomeZ is a smart home application built on top of MySensors.
By using this application users can put our smart homes into the different
moods via smart phones. MySensors switch controls necessary authorization.</p>
</div>
<font face="Times New Roman, serif">
<div class="col-md-4">
<a href="https://play.google.com/store/apps/details?id=com.score.senz">
<img src="https://avatars1.githubusercontent.com/u/15787115?v=3&s=200" class="img-responsive img-thumbnail" width="88%" height="88%"></a>
<br>
<h2>PayZ</h2>
<p class="text-justify">payZ is secure mobile banking application which uses the MySensors.
All transaction messages are exchanged via the MySensors switch deployed
on the amazon cloud</p>
</div>
</font>
</font>
</div>
<font face="Times New Roman, serif">
<font face="Times New Roman, serif"></font>
</font>
</div>
<font face="Times New Roman, serif">
<font face="Times New Roman, serif"></font>
</font>
</div>
<footer class="section section-primary">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-8">
<h1>Sustianable Computing Research Laboratory </h1>
<p>35,Reid Avenue, Colombo 7, Sri Lanka
<br>Phone : +94112581124</p>
</div>
<div class="col-sm-6 col-md-4">
<p class="text-info text-right">
<br>
<br>
</p>
<div class="row">
<div class="col-md-12 hidden-lg hidden-md hidden-sm text-left">
<a href="#"><i class="fa fa-3x fa-fw fa-instagram text-inverse"></i></a>
<a href="#"><i class="fa fa-3x fa-fw fa-twitter text-inverse"></i></a>
<a href="#"><i class="fa fa-3x fa-fw fa-facebook text-inverse"></i></a>
<a href="#"><i class="fa fa-3x fa-fw fa-github text-inverse"></i></a>
</div>
</div>
<div class="row">
<div class="col-md-12 hidden-xs text-right">
<a href="#"><i class="fa fa-3x fa-fw fa-instagram text-inverse"></i></a>
<a href="#"><i class="fa fa-3x fa-fw fa-twitter text-inverse"></i></a>
<a href="#"><i class="fa fa-3x fa-fw fa-facebook text-inverse"></i></a>
<a href="#"><i class="fa fa-3x fa-fw fa-github text-inverse"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<font face="Times New Roman, serif">
<font face="Times New Roman, serif"></font>
</font>
</body></html>