-
Notifications
You must be signed in to change notification settings - Fork 0
/
culture.html
311 lines (278 loc) · 17.5 KB
/
culture.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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!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">
<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-->
<!--according start here-->
<link rel="stylesheet" href="js-acord/jquery-ui.css">
<script>window.jQuery || document.write('<script src="js-acord/jquery.min.js"><\/script>')</script>
<script src="js-acord/jquery-ui.min.js"></script>
<link rel="stylesheet" href="css/page.css">
<script src="js-acord/jquery.chili-2.2.js"></script>
<script src="js-acord/demo.js"></script>
<!--according end-->
<!--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="culture.html#" class="twitter"></a>
<a href="https://www.facebook.com/pages/Vasantha-lakshmi-charitable-trust/137144016478337?ref=br_tf" class="facebook"></a>
<a href="culture.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="culture.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="culture.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="culture.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/banner5.jpg" alt="VLC TRUST" title="VLC TRUST" /></div>
<!--banner end-->
<div class="ceomsg-vlcinner">
<h1 class="vlchdeaing">CULTURE & SOCIAL ACTIVITIES</h1>
<div class="accordion">
<h3><a href="culture.html#">OTHER SOCIAL ACTIVITIES</a></h3>
<div>
<p><img src="gallery/other.png" alt="VLCT" title="VLCT" class="vlcright"/>Climate change is real, we are all responsible for it and we all must be part of the solution! <br/> <b>VLCT& RC</b> strongly believes and dedicated with commitment to solve these problems through various other <b>welfare services</b> apart from the services rendered to the human kind.. </p>
</div>
<h3><a href="culture.html#">CULTURAL ACTIVITIES</a></h3>
<div>
<h1>"A sound mind is equal to a sound body"</h1>
<div class="vlcrightimages"><img src="images/c1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/c2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/c3.png" alt="VLCT" title="VLCT" class="vlcleft"/>
</div>
<p><strong>VLCT & RC </strong> running <strong>SWADHAR</strong> unit for deserted and destitute women conducted Cultural Meets.<strong>VLCT & RC </strong> organized women's Day Celebrations for the women along with normal people.
<b>District Level Cultural competitions</b> among the women's have also been conducted. <b>Prizes & Certificates</b> were distributed as a token of incentive to shoot of their level of Self-confidence.
<b>The District and State Officials</b> have taken part in this program and encouraged the Trust activities further
..
</p>
</div>
<h3><a href="culture.html#">SPORTS AND CULTURAL ACTIVITIES</a></h3>
<div>
<h1>"Providing equal platform to perform"</h1>
<div class="vlcleftimages"><img src="images/sa1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/sa2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/sa3.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/sa4.png" alt="VLCT" title="VLCT" class="vlcleft"/></div>
<p>The trust feel that even the disabled children should have the right to celebrate the "Children's Day" as par with the normal children. So the trust have conducted many programmes for the <b>Special Children and given encouragement</b> to their talents At different points of the time in the year and <b>occasion sports</b> and <b>games</b> are conducted prizes and certificates are awarded to encourage and also to develop <b>competitive spirit</b> among the children. This is a new invention First of its kind to have such a display of disabled to be made able by unperturbed win. This was a <b>stunning experience</b> to the invitee's parents, public and press..</p>
</div>
<h3><a href="culture.html#">ACTIVITIES FOR ENVIRONMENTAL PROTECTION </a></h3>
<div>
<h1>"GO GREEN"</h1>
<div class="vlcrightimages"><img src="images/g1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/g2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/g3.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/g4.png" alt="VLCT" title="VLCT" class="vlcleft"/></div>
<p><b>Environmental protection</b> is a practice of protecting the natural environment, for the benefit of both the natural environment and humans. Due to the pressures of <b>population and technology</b>, the biophysical environment is being degraded, sometimes permanently. This has been recognized, and Plantation is given priority in Environmental programmes; <b>VLCT & RC</b> has conducted many awareness programs and also joined with the <b>state and central government</b> in various clean and green programmes in and Nellore District..
</p>
<p> <b>VLCT & RC</b> has conducted various awareness programmes on pollution and its consequences besides the importance of plants in <b>Management of ecological balance</b>. Committees are formed in various localities to plant and safeguard of the plants and trees.</p>
<h4><font color="red"> OUTCOME / ACHIEVEMENT</font> </h4>
<p><font color="blue">More than <b>3500</b> saplings were planted on different occasions to increase awareness regarding plantation. <b>Nurseries</b> were also set up under women empowerment to know the importance of plantation</font> </p>
</div>
<h3><a href="culture.html#">MOSQUITO ERADICTION PROGRAM</a></h3>
<div>
<h1></h1>
<div class="vlcleftimages"><img src="images/mos1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/mos2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
</div>
<p>As we all know that the root cause for many ailments is just nothing but a mosquito bite. In order to protect from these mosquitoes, we often find using many <b>repellents</b> that contain <b>Allethrine</b> etc, which cause harm to the environment. For total eradication of mosquito, the Trust found <font color="#00b2ff">'GAMBUSIA'</font> a kind of fish which dilutes the larvae itself. Mosquito Eradication Program is a continuous program the trust started culturing the same in its owned ponds. The trust has done more than <b>25 camps</b> throughout the Nellore district mainly urban slums. ..</p>
</div>
<h3><a href="culture.html#">ANIMAL WELFARE </a></h3>
<div>
<h1>"Balancing the biology and ecology"</h1>
<div class="vlcrightimages"><img src="images/aw1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/aw2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/aw3.png" alt="VLCT" title="VLCT" class="vlcleft"/>
</div>
<p><b>"The greatness of a nation and its moral progress can be judged by the way its animals are treated".</b></p>
<p>Bearing in mind the words of Gandhi <b>VLCT & RC</b> has always worked for the welfare of the animals in the weaker sections of our communities. Surveys and camps have been conducted of seasonal effect and viral infections in various animals in and around Nellore District, Awareness Camps have also been conducted to educate people on precautionary measures and medical help in times of need.
<b>VLCT & RC</b> provided Vaccinations on the stray dogs, cats, sheep etc, and the villagers are being trained in taking care at the animals and in keeping the kennels, pens in hygienic condition.
</p>
<h4><font color="red"> OUTCOME / ACHIEVEMENT</font> </h4>
<p><font color="blue">More than <b>176 camps</b> were conducted for the welfare of animals and provided vaccination, artificial insemination was also done for <b>1000's</b> of animals. </font> </p>
</div>
<h3><a href="culture.html#">VILLAGE DEVELOPMENT ACTIVITIES </a></h3>
<div>
<h1>"Village development is countries development"</h1>
<div class="vlcleftimages"><img src="images/vd1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/vd2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/vd3.png" alt="VLCT" title="VLCT" class="vlcleft"/>
</div>
<p>It is a known fact that <b>75%</b> of population lives in rural areas i.e. in the villages. The percentage of literacy is considerably low. Illiteracy promotes ignorance in return it result in unhealthy society. <strong>VLCT & RC</strong> strongly determined to take-up the issue on war foot basis and concentrate on elimination of illiteracy. And develop their lives through village <b>adoption programmes</b>..</p>
</div>
<h3><a href="culture.html#">DE-ADDICTION SERVICES </a></h3>
<div>
<h1>"To create a DRUG free society"</h1>
<div class="vlcrightimages"><img src="images/de1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/de2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/de3.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/de4.png" alt="VLCT" title="VLCT" class="vlcleft"/></div>
<p><b>1000's</b> of people suffered and suffering because of many other <b>narcotic drugs, tobacco</b>, and many <b>psychotropic substances</b>, both <b>natural and synthetic</b>. Drug Trafficking and drug abuse in Nellore continue to be largely transit-related owing to the close proximity of the coastal belt region to the south India with mass rapid transport system and many industrial areas are budding up.
When drugs become's integral part of one's physical, emotional and social life, the victim encounter with hell lot of problems. These problems can be classified in to <b>Physical, Psychological, Spiritual and Social</b>.
.
</p>
</div>
<h3><a href="culture.html#">AWARENESS CAMPAIGN AGAINST ADDICTION</a></h3>
<div>
<h1>"Awareness and fight for DRUG free society"</h1>
<div class="vlcleftimages"><img src="images/ac1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/ac2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/ac3.png" alt="VLCT" title="VLCT" class="vlcleft"/>
</div>
<p><strong>VLCT & RC</strong> is conducting bench mark survey to identify the <strong>alcohol addicts</strong> and also awareness camps, mobilization camps and <b>medical camps</b> for encouraging them to join the centre for treatment. We provide relevant counselling services to different types of addicts for their behavioural change. At times we even encounter with stiff resistance from the addicts and even serious challenges were made. However, the ceaseless efforts of the Mobilization team ultimately convince the addicts to join the centre for treatment. Follow-up services are also conducted by the centre during relapse period...</p>
</div>
<h3><a href="culture.html#">FREE WORKING WOMEN HOSTEL</a></h3>
<div>
<h1>"Awareness and Development "</h1>
<div class="vlcrightimages"><img src="images/wh1.png" alt="VLCT" title="VLCT" class="vlcleft"/>
<img src="images/wh2.png" alt="VLCT" title="VLCT" class="vlcleft"/>
</div>
<p>With the <b>progressive change in the socio-economic</b> fabric of the country more and more women are leaving their homes in <b>search of employment</b> in and around Nellore as well as urban and rural industrial clusters. One of the main difficulties faced by such women is lack of safe and conveniently located accommodation <strong>VLCT & RC</strong> being concerned about the difficulties faced by such <b>working women</b>, introduced <b>FREE</b> working women hostel for providing facilities to working women in Nellore where employment opportunities for women exist..
</p>
</div>
<h3><a href="culture.html#">THE TABLET</a></h3>
<div>
<h1>"FOR ALL AILMENTSA "</h1>
<h4 > <font color="#ff6633">
Socio Scientific Monthly Magazine </font> </h4>
<p><img src="images/tablet.png" alt="VLCT" title="VLCT" class="vlcright"/>Apart from being a social worker and reform there is an author deep in her consciousness to do more for the <b>poor and needy</b>, our chairperson <b>Smt. T. Vasantha Lakshmi</b> has been publishing <b>TABLET</b> monthly magazine is successfully providing lot of information about many <b>socio, scientific issues/ evils</b> and helps the people to enlighten their knowledge regarding the rights and remedies for their problems from the past decade...</p>
</div>
</div>
</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="culture.html#">Our Services</a> | <a href="culture.html#">Our Activities</a> | <a href="culture.html#">Our Project</a> | <a href="culture.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>