-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathabout.html
414 lines (389 loc) · 15.2 KB
/
about.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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Primary Meta Tags -->
<title>First Human Rights Foundation</title>
<meta name="title" content="First Human Rights Foundation" />
<meta
name="description"
content="We are dedicated to the protection of human rights and promotion, upliftment of economically backward people, peace, national integration by communication between people."
/>
<meta
name="keywords"
content="fhrf, ngo, non profit, human right, rights, help, helping, social, first human rights, people, peace, citizen"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fhrfin.fhrf.now.sh/" />
<meta property="og:title" content="First Human Rights Foundation" />
<meta
property="og:description"
content="We are dedicated to the protection of human rights and promotion, upliftment of economically backward people, peace, national integration by communication between people."
/>
<meta property="og:image" content="media/fhrf-logo.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://fhrfin.fhrf.now.sh/" />
<meta property="twitter:title" content="First Human Rights Foundation" />
<meta
property="twitter:description"
content="We are dedicated to the protection of human rights and promotion, upliftment of economically backward people, peace, national integration by communication between people."
/>
<meta property="twitter:image" content="media/fhrf-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- favicons -->
<link
rel="apple-touch-icon"
sizes="57x57"
href="media/favicon/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="media/favicon/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="media/favicon/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="media/favicon/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="media/favicon/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="media/favicon/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="media/favicon/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="media/favicon/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="media/favicon/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="media/favicon/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="media/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="media/favicon/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="media/favicon/favicon-16x16.png"
/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<!-- CSS -->
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
rel="stylesheet"
/>
<link href="./styles/config.css" rel="stylesheet" />
<link href="./styles/typography.css" rel="stylesheet" />
<link href="styles/images.css" rel="stylesheet" />
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap"
rel="stylesheet"
/>
</head>
<body class="container">
<div class="sidebar">
<div
id="sidebar-close"
onclick="toogleSidebar()"
style="position: absolute; top: 0; right: 8px; z-index: 999; color: #9197a3"
>
<i class="fas fa-times"></i>
</div>
<div class="row">
<div class="col-12">
<img src="media/favicon/android-icon-96x96.png" alt="logo" />
</div>
<div class="col-12" style="margin-top: 32px;">
<ul class="nav-list">
<a href="index.html"><li>Home</li></a>
<a href="about.html" class="active"><li>About</li></a>
<a href="events.html"><li>Events</li></a>
<a href="volunteer.html"><li>Volunteer</li></a>
<a href="donate.html"><li>Donate</li></a>
<a href="contact.html"><li>Contact</li></a>
</ul>
</div>
</div>
</div>
<div class="overlay"></div>
<div class="main-content">
<div id="sidebar-toogler" onclick="toogleSidebar()">
<i class="fas fa-bars"></i>
</div>
<main>
<h2 class="heading text-primary text-center">
ABOUT <span class="text-muted text-italics">who we are</span>
</h2>
<blockquote id="quote" class="quote text-center"></blockquote>
<h2 class="heading">OUR STORY</h2>
<p class="content">
On 26 August 2016, NGO First Human Rights Foundation was found by
socialist activist, as a non-governmental, non-profit and
non-political organization. The organization was established as the
will of citizens to participate actively in the Protection of Human
Rights, as well as to take an active role in the civil society
development through protection of civil Liberties. First Human Rights
Foundation is
<em>registered with the National Government of India</em> with
registeration no. 166151/16. <br />
<br />
FHRF is dedicated to the protection of human rights and promotion,
upliftment of economically backward people, peace, national
integration by communication between people. <br />
<br />
FHRF is dedicated to spreading the value of human rights to every part
of India. <br />
<br />
Legal Services:- FHRF provides legal service to the weaker section of
society. <br />
<br />
FHRF organizes Lok Adalat for amicable settlement of disputes. <br />
<br />
FHRF focuses on education, health, legal aid, employment, child labor,
women empowerment.
</p>
<h2 class="heading">OUR APPROACH</h2>
<p class="content">
FHRF strives to bring together all the people who believe in democracy
and human rights values in – social , political, economic areas. FHRF
shall be a non-political, non-government organization. FHRF promotes
health, education, legal awareness amongst the society and works for
structural changes to fulfill the eco-social and political aspirations
of all people and the protection of their ethics as well as religious
and cultural rights. FHRF educates people about their fundamental
rights and civil liberties. FHRF strives to the independence and
impartiality of the judiciary freedom of the Press and other media and
the right to have access to information. FHRF focuses on national and
international problems in its depth and complexity. FHRF strives for
promoting a secular, democratic and just society and people’s
participation in the decision-making process at every level of society
where people can raise their voices on different issues.
</p>
<h2 class="heading">OUR TEAM</h2>
<p class="content">
NATIONAL WORKING TEAM – The national committee is the main organ of the
FHRF and its meeting is held from time to time when it appoints the
Core working team. <br />
CORE WORKING TEAM- Core Group is generally responsible for the
fulfillment of the objects of the organization and carry out the
mandate as set out by the governing National working committee. Our
team of volunteers is available all over the country through our
network. <br />
</p>
<ol>
<li>National Level working team</li>
<li>State level working team</li>
<li>District Level working team</li>
<li>Tahsil Level working team</li>
<li>Panchayat Level working team</li>
</ol>
<div class="row text-center justify-content-center">
<div
class="col-lg-3 col-md-4 col-sm-6 col-12 mt-4 text-center team-member-card"
>
<img src="media/our-team/secretary.jpg" alt="" />
<div class="mt-1">
<div class="font-weight-bold">Jahed Shaikh</div>
<span>National Director</span>
</div>
</div>
<div
class="col-lg-3 col-md-4 col-sm-6 col-12 mt-4 text-center team-member-card"
>
<img src="media/our-team/wom-president.jpg" alt="" />
<div class="mt-1">
<div class="font-weight-bold">Molleti Laxshmi Jagadeeswari</div>
<span>National President</span>
</div>
</div>
<div
class="col-lg-3 col-md4 col-sm-6 col-12 mt-4 text-center team-member-card"
>
<img src="media/our-team/ap-state-president.jpg" alt="" />
<div class="mt-1">
<div class="font-weight-bold">Cheruku Ramakrishna</div>
<span>Telangana & Andhra Pradesh State's President</span>
</div>
</div>
<div
class="col-lg-3 col-md-4 col-sm-6 col-12 mt-4 text-center team-member-card"
>
<img src="media/our-team/state-president.jpg" alt="" />
<div class="mt-1">
<div class="font-weight-bold">Kasinadhuni Vedkirthi</div>
<span>HRD Wing Telangana State - President</span>
</div>
</div>
<div
class="col-lg-3 col-md-4 col-sm-6 col-12 mt-4 text-center team-member-card"
>
<img src="media/our-team/relations-officer.jpg" alt="" />
<div class="mt-1">
<div class="font-weight-bold">Bhosale Tanaji Tukaram</div>
<span>Maharashtra State - Public Relation Officer</span>
</div>
</div>
</div>
<!-- Floating donate button -->
<a href="/donate.html" class="float-btn-donate">
<img src="media/icons/donate-64.png" />
</a>
</main>
<!-- footer -->
<hr />
<footer>
<div class="row" style="margin-bottom: 64px;">
<div class="col-lg col-xs-12">
<div class="mx-4">
<h3 class="heading">What is FHRF NGO?</h3>
<p>
The <strong>FHRF NGO</strong> is dedicated to the protection of
human rights and promotion, upliftment of economically backward
people, peace, national integration by communication between
people.
</p>
<p>
We are spreading the value of human rights to every part of
India.
</p>
</div>
</div>
<div class="col-lg col-xs-12">
<div class="mx-4">
<h3 class="heading">How Can I Help?</h3>
<p>
You can help us in our mission by either donating or voluneering
with us.
</p>
<p>
<a href="/donate.html">Donate</a> - Your generous donation
will enable us to meet our goals and improve conditions.
</p>
<p>
<a href="/volunteer.html">Volunteer</a> - Your valuable time
will be used to create real impact in the society.
</p>
</div>
</div>
<div class="col-lg col-xs-12">
<div class="mx-4">
<h3 class="heading">Be a member</h3>
<p>
There are many ways to join us and support our mission. Let's
bring our abilities and passions together to affect real change.
<a href="/volunteer.html">Join now!</a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 social-links">
<ul
style="display: flex; flex-wrap: wrap; justify-content: space-evenly;"
>
<li>
<a href="https://wa.me/918087991020">
<div class="btn" style="background-color: #455A64">
<i class="fab fa-whatsapp"></i>
<span style="color: snow;">Message us on Whatsapp</span>
</div>
</a>
</li>
<li>
<a href="https://www.facebook.com/fhrf7125/">
<div class="btn" style="background-color: #FFFFFF">
<i class="fab fa-facebook"></i>
<span style="color: #4267B2">Like us on Facebook</span>
</div>
</a>
</li>
<li>
<a href="https://www.instagram.com/fhrf_7125/">
<div class="btn" style="background-color: #FFDC80">
<i class="fab fa-instagram"></i>
<span style="color: black">Follow us on Instagram</span>
</div>
</a>
</li>
</ul>
</div>
<div class="col-12">
<ul class="sitemap-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-12 text-center">
© 2020 First Human Rights Foundation
</div>
</div>
</footer>
</div>
<!-- external scripts -->
<!-- JQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- custom js -->
<script src="scripts/generate-quotes.js"></script>
<!-- custom js -->
<script src="scripts/sidebar.js"></script>
</body>
</html>