-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonations.php
55 lines (53 loc) · 2.52 KB
/
donations.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
44
45
46
47
48
49
50
51
52
53
54
55
<section id="donations" class="row">
<div class="col-sm-12 col-md-8">
<h2>Donations</h2>
<p>
Devotees are requested to send their donations through bank cheque, in favour of to the temple office and obtain the receipts. Alternatively the donations can also be directly deposited in the following Bank account,through NEFT and provide the information to the temple office :
</p>
<p>
<blockquote class="blockquote">
<i>
'Sri Karpaga Vinayagar Sri Pandurangan Aalaya Rajagopura Thiruppani'
</i>(or in short 'SKVSPA Rajagopura Thiruppani)
</blockquote>
to the temple office and obtain the receipts. Alternatively the donations
can also be directly deposited in the our bank account, through NEFT and provide the information to the temple office.
</p>
<h6 class="center">Adambakkam Sri Karpaga Vinayagar Sri Pandurangan Aalaya Rajagopura Thiruppani Committee</h6>
<table class="table">
<thead>
<tr>
<th scope="col">President</th>
<th scope="col">Secretary</th>
<th scope="col">Treasurer</th>
</tr>
</thead>
<tbody>
<tr>
<td>M. Ramani</td>
<td>K. V. Ramadoss</td>
<td>T.N. Ganapathy</td>
</tr>
<tr>
<td>94440 53516</td>
<td>98403 55881</td>
<td>94447 67248</td>
</tr>
</tbody>
</table>
</div>
<div class="card col-md-4" style="width: 18rem;">
<img class="card-img-top" src="images/donate.jpg" alt="Card image cap">
<div class="card-body">
<p class="card-text">
Donations can also be directly deposited in the following Bank account, through NEFT.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">Bank Account: 6502371722</li>
<li class="list-group-item">Bank Name : Indian Bank</li>
<li class="list-group-item">IFSC code : IDIB000T166</li>
<li class="list-group-item">Branch : Thillai Ganga Nagar (2419), Chennai.</li>
</ul>
</div>
</section>