-
Notifications
You must be signed in to change notification settings - Fork 15
/
about.html
36 lines (34 loc) · 1.28 KB
/
about.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
---
title: Linear
layout: default
---
<!-- Main -->
<div id="main">
<div id="content" class="container">
<div class="row">
<section class="7u">
<header>
<h2>Contact us</h2>
</header>
<p>
SCoRe group studies and produces sustainable computing solutions with respect to low cost computing and
communication foundations in the developing and emerging regions in the world.
We have developed several affordable and sustainable ICT solutions specially focusing the requirements in
the developing region. These solutions are briefly described in the projects section.
</p>
<ol>
<li style="font-weight:bold">Address</li>
<li>SCoRe, University of Colombo School of Computing 35, Reid Avenue, Colombo 7, Sri Lanka</li>
<li style="font-weight:bold">Phone</li>
<li>+94-11-2158919</li>
<li style="font-weight:bold">Fax</li>
<li>+94-11-2587239</li>
</ol>
</section>
<section class="5u">
<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="300" height="400" frameborder="0" style="border:0"></iframe>
</section>
</div>
</div>
</div>
<!-- /Main -->