-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.php
executable file
·43 lines (28 loc) · 1.36 KB
/
index.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
<?php include_once("include/header.php"); ?>
</div>
<div class="row">
<div class="span4">
<div class="well">
<img src="img/home.jpg" style="height:100%;width:100%;" />
</div>
</div>
<div class="span7">
<h3>Welcome to The Green Playground</h3>
<p>The Green Playground is an unconventional course aimed at teaching environmental science in an interactive way. It makes extensive and interactive use of data visualization of the free data sets from World Bank and United Nations. It aims to bring together students and teachers across the globe to think about the global problems and take local actions.</p>
<br />
So what are you waiting for?
<a class="btn btn-primary btn-large" onclick="window.open ('signup.php','_self',false)">Signup</a> now!! or <a class="btn btn-primary btn-large" onclick="window.open ('./playground/index.php','_self',false)">Take a tour</a>
</div>
</div>
<div class="row">
<div class="span12">
<blockquote class="">
<p>“What we are doing to the forests of the world is but a mirror reflection of what we are doing to ourselves and to one another.”</p>
<small><cite title="Source Title">Mohandas Karamchand Gandhi</cite></small>
</blockquote>
</div>
</div>
</section>
<?php include("include/footer.php"); ?>
</body>
</html>