-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
154 lines (135 loc) · 5.75 KB
/
contact.html
File metadata and controls
154 lines (135 loc) · 5.75 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<html>
<title>Mysensors.info | Contacts</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>
<style scoped>
#section1 {
width:700px;
Height:350px;
}
#test1 {
width:400px;
Height:400px;
}
</style>
<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>
<a href="index.html">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 class="active">
<a href="#">Contact</a>
</li>
</ul>
<br>
<h4>MySensor 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" id="top">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-6 col-lg-5">
<h3>Sustainable Computing Research Group</h3>
<b>University of Colombo School of Computing,</b><br>
<b>No. 35, Reid Avenue,</b><br>
<b>Colombo 7, Sri Lanka</b><br>
<b>Phone +94-11-2158919</b><br>
<b>Fax +94-11-2587239</b><br>
<h3>Contributors</h3>
Dr. Kasun De Zoysa<br>
Dr.Chamath Keppitiyagama<br>
Eranga Herath<br>
Asanka Sayakkara<br>
Charith Elvitigala<br>
Chathura Suduwalle<br>
Nithila Vithanage<br>
Namal Jayasooriya<br>
Nadeesh Fernando<br>
Laskith Ekanayake<br>
<br>
</div>
<div class="col-sm-9 col-md-6 col-lg-7">
<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d7921.7932961195775!2d79.86058748096154!3d6.902961722569971!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1suniversity+of+colombo+school+of+computing!5e0!3m2!1sen!2s!4v1392750169264" width="100%" height="450 " frameborder="0" style="border:0"></iframe>
<br>
<br>
</div>
</div>
</div>
<footer class="section section-primary" id="bootom">
<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-10 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-10 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>
</div>
</div>
</div>
</div>
</body></html>