-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdonate.php
43 lines (31 loc) · 1.32 KB
/
donate.php
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
<?php include('header.php'); ?>
<!-- start body -->
<body onunload="" >
<!-- start dotted pattern -->
<div class="bg-overlay"></div>
<!-- end dotted pattern -->
<!-- start navigation -->
<?php include('menu.php'); ?>
<!-- end navigation -->
<!-- start content wrapper -->
<div class="content page-content">
<div class="page-title">
<h1>Donate</h1>
</div>
<div class="divider clear"></div>
<div class="inner-content">
<p>Jain Muni Locator puts the interests of Jain Community before profit. If this website is useful to you, take one minute to support the non-profit behind it. If every Jain reading this donates Rs. 1000/-, Our fundraiser would be over within an hour. Thank you.</p>
<p> </p>
<table>
<tr align="left"><th colspan="2">BANK DETAILS</th></tr>
<tr><td>Bank Name : </td><td>________</td></tr>
<tr><td>A/c No. : </td><td>_______________</td></tr>
<tr><td>IFS Code : </td><td>___________</td></tr>
</table>
<p> </p>
<p><b>Note: After depositing the donation amount in bank account, please make sure you notify us using the contact form.</b></p>
</div>
<div class="sidebar"><img src="http://www.vitragvani.com/m/jeevan_parichay/pics/Aarcharya_kundkund.jpg" style="width:200px;margin-right:5px"></div>
</div>
<!-- end content wrapper -->
<?php include('footer.php'); ?>