-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
69 lines (66 loc) · 3.27 KB
/
support.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Support Us - Kesari Devi Charitable Trust</title>
<link rel="stylesheet" href="https://use.typekit.net/mxy6ive.css">
<link rel="stylesheet" href="styles/theme.css" media="screen">
<meta name="description"
content="Kesari Devi Charitable Trust is a non-profit organization seeking to educate children who lack access to education due to their financial or social status" />
<meta property="og:title" content="Support Us - Kesari Devi Charitable Trust">
<meta property="og:description"
content="Kesari Devi Charitable Trust is a non-profit organization seeking to educate children who lack access to education due to their financial or social status">
<meta property="og:image" content="https://trustkesari.org/media/logo.png">
</head>
<body>
<main>
<header>
<div class="logo">
<img src="media/logo.png" alt="Site Logo" />
</div>
<nav>
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="about.html">About Us</a>
<a href="support.html">Support Us</a>
<a href="reports.html">Yearly Reports</a>
<a href="contact.html">Contact Us</a>
</nav>
</header>
<div class="content">
<h1>Support Us</h1>
<p>
We invite all socially concerned professionals, business persons and philanthropists to join us in this
social service project to provide quality education to the children from deprived communities. Your
contribution will go a long way in changing their lives and in helping create a more equitable and
caring society. On our part, we can assure you that your money will be well-spent in an efficient and
effective manner.
</p>
<p>
You can send your donation through a cheque in the name of ‘<strong>KESARI DEVI CHARITABLE
TRUST</strong>’ or transfer directly to:
<pre>A/C#: 910010040238705
IFSC: UTIB0000856
Address: Axis Bank, Lanka, Varanasi</pre>
<p>Please indicate whether you are supporting the education of a child or donating for the corpus /
endowment fund.<br>
<strong>The donations to the trust enjoy income tax exemption under Section 80G of the Income Tax
Act.</strong><br><em>NOTE: We request all foreign donors to contact us by email before
commencing
any bank transactions.</em></p>
</p>
<p>
Please download the support form by clicking on the download button, fill it & send along with the
cheque. In case of direct transfers, please email the support form.
<br />
<br />
<a class="button" href="/media/resources/support_form.pdf">Download</a>
</p>
</div>
<footer>
© Kesari Devi Charitable Trust, 2020
</footer>
</main>
</body>
</html>