forked from raviindianstar/Thozhan-Website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
358 lines (247 loc) · 12.7 KB
/
index.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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>THOZHAN Eyandravarai</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/style.css" />
</noscript>
<style>
.halfContainer {
margin: 1%;
width:45%;
float:left;
}
@media (max-width: 720px) {
.halfContainer {
margin: auto;
width:90%;
float:none;
margin-bottom: 20px;
}
</style>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header" class="skel-layers-fixed">
<div class="Home">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/thozhan_logo.png" alt="" /><!--<h1 id="title">THOZHAN Eyandravarai</h1>--></span>
</div>
<!-- Nav -->
<nav id="nav">
<!--
Prologue's nav expects links in one of two formats:
1. Hash link (scrolls to a different section within the page)
<li><a href="#foobar" id="foobar-link" class="icon fa-whatever-icon-you-want skel-layers-ignoreHref"><span class="label">Foobar</span></a></li>
2. Standard link (sends the user to another page/site)
<li><a href="http://foobar.tld" id="foobar-link" class="icon fa-whatever-icon-you-want"><span class="label">Foobar</span></a></li>
-->
<!-- <img src="HOME.ico" > -->
<ul>
<li><a href="index.html" id="nav" class="icon"; style="background-color: #263523"><span class="home"><b>Home</b><img src="images/icons/Home.png"></span></a></li>
<li><a href="passion.html" id="nav" class="icon fa-whatever-icon-you-want"><span class="label"><img src="images/icons/Passion.png">Our Passion</span></a></li>
<li><a href="100signals.html" id="nav" class="icon fa-whatever-icon-you-want"><span class="label"><img src="images/icons/Signals.png">100 Signals</span></a></li>
<li><a href="wefocus.html" id="nav" class="icon fa-whatever-icon-you-want"><span class="label"><img src="images/icons/focus.png">We Focus</span></a></li>
<li><a href="gallery.html" id="nav" class="icon fa-whatever-icon-you-want"><span class="label"><img src="images/icons/Gallery.png">Photo Gallery</span></a></li>
<li><a href="vportal.html" id="nav" class="icon fa-whatever-icon-you-want"><span class="label"><img src="images/icons/Signals1.png">Violation Portal</span></a></li>
<li><a href="contact.html" id="nav" class="icon fa-whatever-icon-you-want skel-layers-ignoreHref"><span class="label"><img src="images/icons/Contacts.png">Contact Us</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<a href="https://www.facebook.com/thozhan.org" class="icon fa-facebook"><span class="label">Facebook</span></a>       
<a href="https://github.com/Indian-National-Developers/Thozhan-Website" class="icon fa-github"><span class="label">Github</span></a>       
<a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Home -->
<section id="Home" class="one dark cover">
<div class="container">
<header>
<h2 class="alt">WHO WE ARE? <strong>  THOZHAN</strong> </h2>
<img src="images/thozhan_logo.png" style="width:320px; height:160px">
<p>    Creating a transformation in a common man, and molding him a social responsible citizen,
who later transforms into a dedicated Leader in a society and ensuring to build prosperous India in all means.</b></p>
</p>
<!-- <a href="#" class="image fit"><img src="images/catch3.gif" alt="" /></a> -->
</header>
</div>
</section>
<!-- Pledge -->
<section id="Mission" class="two">
<div class="halfContainer">
<header>
<h2>English</h2>
</header>
<p>
India is my country. All Indians are my brothers and sisters.
I love my country and I am proud of its rich and varied heritage.
I shall always strive to be worthy of it.
I shall give my parents, teachers and all elders respect and treat everyone with courtesy.
To my country and my people, I pledge my devotion. In their well-being and prosperity alone lies my happiness.
</p>
</div>
<div class="halfContainer">
<header>
<h2>தமிழ்</h2>
</header>
<p>
இந்தியா என் தாய்நாடு,
இந்தியர்கள் அனைவரும் எனது சகோதர சகோதரிகள்.
என் நாட்டை நான் மிகவும் நேசிக்கிறேன்,
என் நாட்டின் பழம்பெருமைக்காகவும், பண்முக மரபு சிறப்பிற்காகவும் நான் பெருமிதம் கொள்கிறேன்.
என் நாட்டின் பெருமைக்கு தகுந்து விளங்கிட பெரிதும் பாடுபடுவேன்.
எனது பெற்றோர், ஆசிரியர் மற்றும் பெரியோர்களை மதித்து நடந்துகொள்வேன்.
அனைவரிடமும் அன்பும் மரியாதையும் காட்டுவேன்.
என் நாட்டிற்கும் நாட்டு மக்களுக்கும் உழைத்திட பெரிதும் முனைந்து நிற்பேன்.
என் மக்கள் அனைவரும் நலமும் வளமும் பெருவதிலேதான் நான் மகிழ்ச்சி அடைகிறேன்.
வாழ்க நமது மணித்திரு நாடு!
</p>
</div>
</section>
<!-- Mission -->
<section id="Mission" class="two">
<div class="halfContainer">
<header>
<h2>Mission</h2>
</header>
<p>    To bring about a significant positive change in the socio-economic status of the rural society by
offering quality education to the deserving individual.</p>
<br/>
<br/>
<center>
<a href="#" class="image fit"><img src="images/mission.png" alt="" /></a>
</center>
</div>
<div class="halfContainer">
<header>
<h2>Vision</h2>
</header>
<p>    We will be remembered only if we give our younger generation a prosperous and safe India, resulting out of economic
prosperity coupled with civilizational heritage. Dream transforms in to thoughts. And thoughts result in action. <br>
                 <b>-Dr.APJ.Abdul Kalam</p>
<center>
<a href="#" class="image fit"><img src="images/vision.png" alt="" /></a>
</center>
</div>
</section>
<!-- chasing our dreams -->
<section id="chasing our dreams" class="four">
<div class="container">
<header>
<h2><center>Chasing Our Dreams</center></h2>
</header>
<h3><u>Speech Workshop</u></h3>
</header>
<p>
Speech Workshop in KK NAGAR Sivan Park, for the Volunteers</p>
<center>
<article class="item">
<a href="#" class="image fit"><img src="images/speech.png" alt="" /></a>
</article>
</center>
<header>
<h3><u>Traffic Awareness Campaign</u></h3>
</header>
<p>Traffic Awareness Campaign in Thiruvanmiyur Signal and T Nagar Signal, insisting people to were helmat, seat belt and regulating traffic.
</p><center>
<article class="item">
<a href="#" class="image fit"><img src="images/traffic.png" alt="" /></a>
</article>
</center>
<header>
<h3><u>Anbu Illam Visit</u></h3>
</header>
<p>Visiting Orphonage, providing basic suplies, knowing their needs and helping them.</p>
<center>
<article class="item">
<a href="#" class="image fit"><img src="images/orphan1.png" alt="" /></a>
</article>
</center>
<header>
<h3><u>School Visit</u></h3>
</header>
<p> Conducting Programs and Encouraging students and motivating them by awarding prices. And Doing some Cleaning Activity to ensure they read in peacefull enviornment.</p>
<center>
<article class="item">
<a href="#" class="image fit"><img src="images/school.png" alt="" /></a>
</article>
</center>
</div>
</section>
<!-- Information Regrading contacts -->
<section id="information Regrading contacts" class="five">
<div class="container">
<header>
<h2><center>Information Regrading contacts</center></h2>
</header>
<div class="row" style="font-size:21px">
<div class="sb_box">
<h4><u>MONTHLY CALENDER</u></h4>
<ul class="footer_link">
<li><a href="#">1st Sunday- Monthly Meet</a></li>
<li><a href="#">2nd Sunday- Anbu Illam Visit</a></li>
<li><a href="#">2nd Saturday- Speech Workshop</a></li>
<li><a href="#">3rd Sunday- Awareness Program</a></li>
<li><a href="#">4rd Sunday- Awareness Program</a></li>
</ul>
</div>
<div class="sb_box">
<h4><u>RESPONSIBLE PERSONS</u></h4>
<ul class="footer_link">
<li><a href="#">RadhaKrishnan (RK)</a> as <a href="#">Admin</a></li>
<li><a href="#">Llaban</a> for <a href="#">Anbu Illam</a></li>
<li><a href="#">Boopathy & Rajesh</a> for <a href="#">Awareness Program</a></li>
<li><a href="#">Rajasekar & Rajkannan</a> for <a href="#">Speech Workshop</a></li>
</ul>
</div>
<div class="sb_box">
<h4><u>OUR FRIENDS</u></h4>
<ul class="footer_link">
<li><a href="http://www.thozhan.org/page/1">We are Volunteers</a></li>
<li><a href="http://www.webdesignmo.com/blog">Nallor Vattam</a></li>
<li><a href="http://www.flashmo.com">Sattapanchayat Iyakkam</a></li>
<li><a href="http://www.thozhan.org">RED CROSS, NSS, NCC</a></li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<center><li>Copyright © 2014 THOZHAN | Designed by THOZHAN </li></center>
</ul>
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54777359-1', 'auto');
ga('send', 'pageview');
</script>
</html>