-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonations.html
91 lines (76 loc) · 3.67 KB
/
donations.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Mahapur</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/github-prettify-theme.css">
</head>
<body class="code-snippets-visible">
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<section class="header">
<h4 class="title">Donation links and drive details</h4>
</section>
<div class="navbar-spacer"></div>
<!-- Lists -->
<div class="docs-section" id="lists">
<div class="row docs-example">
<h6 class="docs-header">Donate online</h6>
<div class="six columns">
<ul>
<li><a href="https://cmrf.maharashtra.gov.in/index.action">Cheif Minister Relief Funds</a></li>
<li><a href="https://www.facebook.com/donate/392792294774721/2537480022970391/">Facebook Fundraiser - Flood relief for Western Maharashtra (Sangli & Kolhapur)</a></li>
<li><a href="https://www.ketto.org/fundraiser/maharashtraandkarnatakafloods">Ketto Fundraiser</a></li>
<li><a href="https://www.donatekart.com/PJG/Maharashtra_Flood?gclid=CjwKCAjw1rnqBRAAEiwAr29IIxwxH3LXzrB9GfLEZEDAitgHc-RfZnIcCwSaR908z6rycpYfCz9C0RoC3a8QAvD_BwE">DonateKart crowdfunding</a></li>
<li><a href="https://milaap.org/fundraisers/support-rss-jan-kalyan-samiti">Milaap crowdfunding</a></li>
</ul>
</div>
<br>
<h6 class="docs-header">Donation Drives</h6>
<!-- Tables -->
<div class="docs-example">
<table class="u-full-width">
<thead>
<tr>
<th>Organiser</th>
<th>Address</th>
<th>Number</th>
</tr>
</thead>
<tbody>
<tr>
<td>Pune Jagriti group</td>
<td>Fergusson college main gate, Pune</td>
<td>Manisha - 8208802776<br>
Umakant - 8087589247<br>
Dipali - 8208538183
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>