-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonations.html
52 lines (49 loc) · 3.62 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Donate | Andrew K. Waddell</title>
<meta name="Title" content="Andrew K. Waddell Donations">
<meta name="description" content="A list of organizations you can donate to in the memory of Anfrew K. Waddell.">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="assets/css/less.css">
<script src="assets/js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body class="page-4">
<div id="container">
<header>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="http://andrewkwaddell.com/">Andrew K. Waddell</a>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="obituary.html">Obituary</a></li>
<li><a href="service.html">Service</a></li>
<li class="active"><a href="donations.html">Donate</a></li>
<li><a href="tributes-remembrances.html">Tributes / Remembrances</a></li>
</ul><!-- /.nav -->
</div><!-- /.container -->
</div><!-- /.navbar-inner -->
</div><!-- /.navbar -->
</header>
<div id="main" class="container_12" role="main">
<div class="grid_10 push_1">
<p>Should you choose to make a donation in Andy's name please feel free to donate to the organizations below (or the charity of your choice). All three of the following organizations have been set up to dedicate your donation to Andy.</p>
<h2>Bering Omega Community Services</h2>
<p>Provides a wide range of healthcare and social services focused on assisting people with HIV/AIDS including programs for oral health, housing, day treatment and a residential hospice.</p>
<p>To donate online click on the link below. Once you click the “Donate” button in the “purpose” box is the place to dedicate the donation to Andy.</p>
<p><a href="http://beringomega.org/?page_id=43" target="_blank">http://beringomega.org/?page_id=43</a></p>
<h2>Depression Bipolar Support Alliance (DBSA)</h2>
<p>Provides community support groups for those suffering from bipolar and chronic depressive illnesses.</p>
<p>To donate online click on the link below. About half way down the page is a box for “dedication” which is the place to acknowledge Andy. Also if you check the “dedication acknowledgment” box they will send an acknowledgement card to Ken.</p>
<p><a href="http://www.dbsahouston.org/holding-on-to-hope/" target="_blank">http://www.dbsahouston.org/holding-on-to-hope/</a></p>
<h2>Mental Health America of Greater Houston</h2>
<p>Advocates within the community for those with mental illnesses, links individuals to mental health services and provides education on mental illness to the community including churches and law enforcement.</p>
<p>To donate online click on the link below. At the bottom of the box after you enter the amount of your donation is a drop-down box “donation type”, please choose “memorial donation”. On the next screen will be the box “Memorial Name” to acknowledge Andy.</p>
<p><a href="https://www.mhahouston.org/mha_houston.cfm?a=ecm&ecm=dnt" target="_blank">https://www.mhahouston.org/mha_houston.cfm?a=ecm&ecm=dnt</a></p>
</div>
</div><!-- /#main -->
</div> <!--! /#container -->
</body>
</html>