-
Notifications
You must be signed in to change notification settings - Fork 0
/
chairperson.html
191 lines (173 loc) · 10.6 KB
/
chairperson.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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><script src="phonegap.js" type="text/javascript"></script><meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome To VLC</title>
<link href="style/vlc.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript" src="http://vlcharitabletrust.com/code.jquery.com/jquery-latest.min.js"></script>
<!--appriciations-->
<script src="style/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="style/jquery.bxslider.min.js" type="text/javascript"></script>
<link href="style/jquery.bxslider.css" rel="stylesheet" type="text/css" />
<link href="style/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!--sticky-->
<script type="text/javascript">
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script>
$(document).ready(function(){
$(window).scroll(function(){
var scrollTop = 90;
if($(window).scrollTop() >= scrollTop){
$('.nav').css({
position : 'fixed',
top : '0'
});
}
if($(window).scrollTop() < scrollTop){
$('.nav').removeAttr('style');
}
})
})
</script>
<!--sticky-->
<!--navtop-->
<script type="text/javascript">
$(function() {
if ($.browser.msie && $.browser.version.substr(0,1)<7)
{
$('li').has('ul').mouseover(function(){
$(this).children('ul').show();
}).mouseout(function(){
$(this).children('ul').hide();
})
}
});
</script>
<!--[if lt IE 9]>
<script>
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
</script>
<![endif]-->
<script type='text/javascript'>
jQuery(document).ready(function($) {
jQuery('#mega-menu').dcMegaMenu();
});
</script>
</head>
<body>
<div id="maincontainer">
<!--container-->
<div class="topnav">
<!--topnav_left-->
<div class="topnav_left">
<div class="social_icons">
<a href="chairperson.html#" class="twitter"></a>
<a href="https://www.facebook.com/pages/Vasantha-lakshmi-charitable-trust/137144016478337?ref=br_tf" class="facebook"></a>
<a href="chairperson.html#" class="pinterest"></a>
</div>
</div>
<!--topnav_left-->
<!--topnav_right-->
<div class="topnav_right">
<b style="font-size:17px;"><a href="contactus.html" style="font-size:18px;padding-right:5px;">contact us:</a>+91 861 2347276</b>
</div>
<!--topnav_right-->
</div>
<!--banner-->
<header class="svr-header">
<!--logo-->
<div class="logo"><img src="images/logo.jpg" alt="VASANTHA LAKSHMI CHARITABLE TRUST" title="VASANTHA LAKSHMI CHARITABLE TRUST" /></div>
<!--logo end-->
</header>
<!--header end-->
<!--nav-->
<nav class="nav">
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="chairperson.html#">About Us</a>
<ul>
<li><a href="aboutus.html">FOUNDER</a></li>
<li><a href="chairperson.html">CHAIRPERSON</a></li>
<li><a href="Vision_Mission.html">VISION & MISSION</a></li>
<li><a href="focusareas.html">FOCUS AREAS</a></li>
<li><a href="strength.html">OUR STRENGTH</a></li>
</ul>
</li>
<li><a href="watwedo.html">What we do</a>
<ul>
<li><a href="watwedo.html">FREE MEDICAL SERVICES</a></li>
<li><a href="women_empowerment.html">WOMEN EMPOWERMENT</a></li>
<li><a href="child_welfare.html">CHILD WELFARE PROGRAMMS</a></li>
<li><a href="disabled_services.html">DISABLED SERVICES</a></li>
<li><a href="culture.html">CULTURE & SOCIAL ACTIVITIES</a></li>
<li><a href="welfare_training.html">WElFARE TRAINING PROGRAMS</a></li>
</ul>
</li>
<li><a href="chairperson.html#">Projects</a>
<ul>
<li><a href="shakthi.html">SHAKTHI</a></li>
<li><a href="saparya.html">SAPARYA</a></li>
<li><a href="athmeya.html">ATHMEYA</a></li>
<li><a href="alambana.html">ALAMBANA</a></li>
<li><a href="sanjeevani.html">SANJEEVANI</a></li>
<li><a href="samrakshana.html">SAMRAKSHANA</a></li>
</ul>
</li>
<li><a href="chairperson.html#">Media Center</a>
<ul>
<li><a href="pressclipings.html">PRESS CLIPINGS</a></li>
<li><a href="appreciations.html">APPRECIATIONS</a></li>
<li><a href="visitors.html">VISITORS</a></li>
<li><a href="awards-rewards.html">AWARDS & REWARDS</a></li>
<li><a href="gallery.html">PHOTO GALLERY</a></li>
<li><a href="video.html">VIDEO GALLERY</a></li>
</ul>
</li>
<li><a href="donation.html">Donate Now</a>
<ul>
<li><a href="ravivasantham.html">RAVI VASANTHAM</a></li>
</ul>
</li>
<li><a href="contactus.html">Contact us</a></li>
</ul>
</nav>
<!--nav end-->
<!--banner-->
<div class="banner">
<img src="gallery/banner1.jpg" alt="VLC TRUST" title="VLC TRUST" /></div>
<!--banner end-->
<div class="ceomsg-vlcinner">
<h1 class="vlchdeaing">ABOUT THE CHAIRPERSON</h1>
Hailing from a government official’s family from her childhood she always desired to do something which quenches her thirst, at the <b>9years</b> when devastating Diviseema cyclone occurred, she was deeply moved and wanted to do something, where she collected various useful things for the relief of the survivors of the cyclone. From this incident she came to a vision that her thirst is for service to the poor and the needy and quiet from that day she never looked back. Quiet from her childhood she always been the <b>best volunteer in scouts & guides</b> at school levels and <b>NCC, NSS</b> at the college levels where she nurtured herself with discipline and belongingness to tune herself for the service of the mankind. <br/><br/>
<img src="images/about-chair.png" alt="Lakshmi TRUST" title="Lakshmi TRUST"/>Being divergent in thoughts and different in deeds <b>Smt T. Vasantha Lakshmi</b> Being a child prodigy in her academic career gestured to choose path of social service and charitable i.e., <b>service to poor and education, old age & orphanage homes and medical relief to the poor, underprivileged and weaker sections of the communities</b> wholly for Charitable purpose. <br/><br/>
She was personally moved by the miseries of HIV victims especially among the children as a burning impact on the mind, of <b>Smt. T. Vasantha Lakshmi</b> She has initiated many programs and service to locate such <b>ill-fated children</b>.<br/><br/>
She has gone to the extent of <b>adopting few such children and taking care</b> of their welfare including medication till date without any external help. Moved with compassion thinking about the fate of slum dwellers children who are attacked by the <b>(JE) Japanese Encephalitis</b>, she has initiated a bold and expensive move of procuring the vaccine from <b>Kasauli of Himachal Pradesh</b> and distributed at free of cost to the children of <b>SC & ST</b> there by reducing the death from <b>125 to 03</b> as per Statistics of government of India. She always believed that <b>women empowerment</b> is very much required for society development and stepping forward the rural women in and around Nellore District was given an opportunity to form self help groups at her behest and nearly more than <b>400 groups</b> are running successfully. The influence of street children and their welfare was so great on her mind due to which she was determined to establish wide range of activities at free of cost for the benefit of <b>poor and disabled children</b>. Walking along with her mentor <b>Dr. T. Ravi Kumar, M.D., D.Ch</b> a renounced Pediatrician with a lovable personality, very amicable in nature and more importantly with similar ideologies and concern for poor and needy, who in turn has paved the way for bringing her dreams into materialization by establishing a Trust after her name called <strong>‘VASANTHA LAKSHMI CHARITABLE TRUST & RESEARCH CENTRE’</strong>.. <br/><br/>
The attitude and thirst for social service have grown up day by day in proportion to her age and presently exposed as committed and full time social worker and reformer. With the present position as Chairman of <b>VLCT & RC</b> she is taking care of many lives’ in particular women and children there by doing all the above mentioned activities..<br/><br/>
Serving the poor and the underprivileged communities <b>Smt T. Vasantha Lakshmi</b> is also publishing a socio-scientific magazine <strong>TABLET</strong> enlightening and spreading awareness to millions of people in and around Nellore District running successfully from the decade and marching into the second decade.<br/><br/>
<h3>VLCT & RC PROFILE:</h3>
<strong>Vasantha Lakshmi Charitable Trust & Research Center</strong>, Nellore established in the year <b>1993</b>, under Indian Trust Act <b>1882</b> Registered in the year <b>1998</b>, <b>Regd No.82/98</b> by renowned pediatrician <b>Dr. T. Ravi Kumar., M.D., D.C.H (Pead)</b>, of Ravi Children Hospital, Nellore.<br/> <br/>
The <b>Mission</b> adopts a synergistic approach <b>"To Reach the Unreached"</b> areas of Nellore District of Andhra Pradesh, South India. Having been in this <b>noble work for the last two Decades Vasantha Lakshmi Charitable Trust & Research Center</b> could venture to expand its services to the Kadapa district and Ongole Districts of Andhra Pradesh.
</div>
<!--container end-->
</div>
<footer>
<div class="Footer-content">
<div class="footer-copyright">VLCT © 2004-2018 </div>
<div class="footer-nav"> <a href="index.html">Home</a> | <a href="aboutus.html">About us</a> | <a href="chairperson.html#">Our Services</a> | <a href="chairperson.html#">Our Activities</a> | <a href="chairperson.html#">Our Project</a> | <a href="chairperson.html#">Gallery</a> | <a href="contactus.html">Contact us</a></div>
<div class="footer-developeby"><a href="http://www.kakatiyasolutions.com/"><img src="images/kakatiya-logo.jpg" alt="Developed by kakatiya solutions" title="Developed by kakatiya solutions" /></a></div>
</div>
</footer>
</body>
</html>