-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·115 lines (86 loc) · 4.28 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="Design" content="Malcolm Mackay"/>
<meta name="Hosting" content="Malcolm Mackay"/>
<title>Village Service Trust</title>
<link rel="stylesheet" href="style.css" title="Contemporary" type="text/css"/>
<link type="text/css" rel="stylesheet" href="war/VSTCarousel.css">
<link rel="icon" href="favicon.png" type="image/png"/>
<script language="javascript" src="war/com.vst.carousel.VSTCarousel/com.vst.carousel.VSTCarousel.nocache.js"></script>
</head>
<body>
<?php
include("header.php");
displayHeader("'index.php'")
?>
<div id="central">
<?php
//include("nav.php");
//displayNav($_SERVER['PHP_SELF']);
?>
<div id="nav">
<ul>
<li onclick="window.location='index.php'" class="active"><a>Home</a></li>
<li onclick="window.location='campaigns/index.php'"><a>Campaigns</a></li>
<li onclick="window.location='coverage.php'"><a>Coverage</a></li>
<li onclick="window.location='profile/index.php'"><a>Profile</a></li>
<li onclick="window.location='donate/index.php'"><a>Donate</a></li>
<li onclick="window.location='contact.php'"><a>Contact</a></li>
</ul>
</div>
<div id="main">
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: 'your app id', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>
<div id="home_images">
</div>
<div style="display:none">
<div id="1">
<p>The majority of <a href="campaigns/childwelfare.php">street children</a> in Dindigul lack proper shelter. </p>
<p>The VST <a href="campaigns/shelter_home.php">Shelter Home</a> provides food, clothes and education as well as a safe and secure place to live. </p>
</div>
<div id="2">
<p><a href="campaigns/working_children.php">Working children</a> are often the victims their employers and sometimes, even their parents.</p>
<p>The VST is helping 325 children in and around Dindigul Town.</p>
</div>
<div id="3">
<p>The VST operates a network of 36 <a href="campaigns/education.php">tuition centers</a>, which benefit 928 children.</p>
</div>
<div id="4">
<p>The VST recognises <a href="campaigns/health.php">health</a> as a developmental imperative.</p>
<p>A nurse and doctor working in a health center in Michaelpayam see 170 villagers each day.</p>
</div>
<div id="5">
<p>Facebook us!
<fb:like layout="button_count" show_faces="false" width="100" font="trebuchet ms"></fb:like></p>
<p>Donations allow us to continue our work. <a href="donate/child_sponsorship.php">Child sponsorship</a> offers a beneficiary the foundation upon which a better life can be built.</p>
</div>
</div>
<div style="position:relative;">
<fb:like-box href="http://www.facebook.com/pages/Village-Service-Trust/115240279893" width="240" height="180" connections="3" stream="false" header="false" style="float:right;padding-left:15px;padding-bottom:15px;"></fb:like-box>
<p>The Village Service Trust is a non-governmental organization operating across 2 districts in the Tamil Nadu region of India. </p>
<p>The vision of our organization is to create a just society where everybody enjoys equal rights and resonsibilities. The mission is to implement <a href="campaigns/index.php">social service projects</a> among the marginalized and vulnerable people, to empower them economically and to promote communal harmony.</p>
</div>
</div></div></div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9165696-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>