-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathabout.php
executable file
·45 lines (33 loc) · 1.33 KB
/
about.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
<?php include_once("include/header.php"); ?>
<h3>About</h3>
</div>
<div class="row">
<div class="span4">
<div class="well">
<img src="img/about.jpg" style="height:100%;width:100%;" />
</div>
</div>
<div class="span7">
<h3>Aims and Objectives of the platform</h3>
<p><li>Interactive Environmental Education Platform ( IEEP) aims to overcome the issues which are inherent in the current system as mentioned above</li>
<li>To act as a supplement to the current system and encourage learners to take action. </li>
<li>Use freely available datasets on environment from United Nations and World Bank websites to create meaningful visual infographics which have an impact on young minds.</li>
<li>Create an online platform with an aim to get students outdoors.</li>
<li>To make it a global collaborative platform where learners can interact with other learners.</li>
<li>To make the project open source to facilitate future growth.</li>
</p>
<br />
</div>
</div>
<div class="row">
<div class="span12">
<blockquote class="">
<p>“We cannot command Nature except by obeying her.”</p>
<small><cite title="Source Title">Francis Bacon</cite></small>
</blockquote>
</div>
</div>
</section>
<?php include("include/footer.php"); ?>
</body>
</html>