-
Notifications
You must be signed in to change notification settings - Fork 12
/
about.html
26 lines (26 loc) · 1.01 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
---
layout: about
title: About
shortTitle: About
permalink: /about/
---
<style media="screen">
#about-content{
text-align: justify;
}
</style>
<div class="container mtb">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive" src="{{ '/assets/img/score.jpg' | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<!-- <h4>More About Our Agency.</h4> -->
<p id="about-content">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>
<p><br/><a href="/contact/" class="btn btn-theme">Contact Us</a></p>
</div>
</div><!--/row -->
</div><!--/container -->