-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathresearch.php
executable file
·47 lines (29 loc) · 1.1 KB
/
research.php
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
<?php include_once("include/header.php"); ?>
<h3>Research</h3>
</div>
<div class="row">
<div class="span4">
<div class="well">
<img src="img/research.jpg" style="height:100%;width:100%;" />
</div>
</div>
<div class="span7">
<p>Education has seen a tremendous change in the past few year with the advent of internet and its power to reach millions. We, as a part of this project will conduct research into the following areas. </p></br>
<li> <b>Online learning behaviour </b> </li>
<li> <b> Use of technology in environmental science </b></li>
<li> <b>Assesmnet of environmental science courses</b> </li>
<br />
</div>
</div>
<div class="row">
<div class="span12">
<blockquote class="">
<p>“The difference between animals and humans is that animals change themselves for the environment, but humans change the environment for themselves. ”</p>
<small><cite title="Source Title">Ayn Rand</cite></small>
</blockquote>
</div>
</div>
</section>
<?php include("include/footer.php"); ?>
</body>
</html>