-
Notifications
You must be signed in to change notification settings - Fork 15
/
donate.html
345 lines (321 loc) · 11.7 KB
/
donate.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
<!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"><li>About</li></a>
<a href="events.html"><li>Events</li></a>
<a href="volunteer.html"><li>Volunteer</li></a>
<a href="donate.html" class="active"><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">
DONATE
<span class="text-muted text-italics">to fight for equality</span>
</h2>
<div class="row">
<blockquote id="quote" class="quote text-center"></blockquote>
<div class="col-12 col-md-6">
<p class="content font-weight-bold font-heading">
How can you help?
</p>
<p class="content font-content">
Your support fuels out fight for equality.
</p>
<p class="content">
By donating to FHRF today, you are helping resist attacks against
<strong>human rights</strong> and continuing to push equality
forward.
</p>
<p class="content">
Your support and contributions will enable us to meet our goals
and improve conditions. Your generous donation will fund our
mission.
</p>
<p class="content">
Thank you.
</p>
</div>
<div class="col-12 col-md-6">
<p class="content font-weight-bold font-heading">How to donate?</p>
<p class="content font-content">
You can donate to FHRF via UPI, NEFT, RTGS, Cheque or DD to following
account -
</p>
<dl class="row font-content bank-details">
<dt class="col-4">UPI</dt>
<dd class="col-8">firsthumanri020@barodampay</dd>
<dt class="col-4">Bank</dt>
<dd class="col-8">Bank of Baroda</dd>
<dt class="col-4">Account Name</dt>
<dd class="col-8">First Human Rights Foundation</dd>
<dt class="col-4">Account No</dt>
<dd class="col-8">04580200001183</dd>
<dt class="col-4">IFSC Code</dt>
<dd class="col-8">BARB0SHRIRA</dd>
<dt class="col-4">Branch</dt>
<dd class="col-8">Shrirampur</dd>
</dl>
<img class="upi-image" src="media/upi.jpeg" alt="scan to pay" />
</div>
</div>
</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>
<script src="scripts/sidebar.js"></script>
</body>
</html>