-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
46 lines (42 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Resources - Greater Lafayette DSA</title>
<meta property="og:type" content="website">
<meta name="description" content="Organizing with the Working Class of Tippecanoe County, Indiana">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/Manifold%20DSA.css">
<link rel="stylesheet" href="/assets/css/Manifold%20DSA%20Demi.css">
<link rel="stylesheet" href="/assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="/assets/css/Footer-Basic.css">
</head>
<body>
<div id="navigation"></div>
<main class="page service-page">
<section class="clean-block clean-services dark">
<div class="container">
<div class="block-heading navbar-buffer">
</div>
<div>
<p></p>
<iframe src="https://givebutter.com/embed/c/gldsa-support" width="100%" height="615px" style="max-width: 601px;" name="givebutter" frameborder="0" scrolling="no" seamless allowpaymentrequest></iframe>
</div>
</div>
</section>
</main>
<div id="footer"></div>
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://givebutter.com/js/widget.js"></script>
<script>
$(function() {
$("#navigation").load("/assets/modules/navbar.html");
});
$(function() {
$("#footer").load("/assets/modules/footer.html");
});
</script>
</body>
</html>