-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlightkeepers.php
70 lines (66 loc) · 2.49 KB
/
lightkeepers.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?php include "head.php" ?>
<div class="container" id="lightkeeper-top">
<div id="lightkeeper-content">
<section>
<hgroup>
<h1>Lighkeepers</h1>
<h2 class="subhead"><em>Your personal healthcare liaison</em></h2>
</hgroup>
<p>
The Lightkeeper’s Society was established in 2002 by the CCHC Foundation to honor the outstanding commitment of donors who give $5,000 or more annually to support healthcare on Cape Cod.
</p>
</section>
<div class="container" id="planned-gift-types">
<section>
<h2><a class="show-gifts" href="">Meet Our Liasons <span>▼</span></a></h2>
<div class="toggle">
<p>
From physician and specialist recommendations to helping you navigate our health system, the Lightkeeper’s Society Liaison will make every effort to accommodate your healthcare needs. This includes providing you with personal assistance during an emergency situation. Should you or an immediate family member require medical attention, the Liaison will meet you and your family in the emergency departments of Cape Cod Hospital and Falmouth Hospital, offering support and guidance, as well as advocate on your behalf with hospital personnel, if needed.
</p>
<section class="liaison">
<img src="http://placehold.it/216x150&text=Headshot"/>
<p><b>Deanne Maraj</b><br/>
<span class="smaller">508-862-5606<br/>[email protected]</span>
</p>
</section>
<section class="liaison">
<img src="http://placehold.it/216x150&text=Headshot"/>
<p><b>Michael Kasparian</b><br/>
<span class="smaller">508-457-3807<br/>
</span>
</p>
</section>
<section class="liaison">
<img src="http://placehold.it/216x150&text=Headshot"/>
<p><b>Patty Peal</b><br/>
<span class="smaller">508-457-3807<br/>[email protected]
</span>
</p>
</section>
</div>
</section>
</div>
</div>
<div id="lightkeeper-sidebar">
<aside>
<h3>Why Join Lightkeepers?</h3>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
</p>
<ul>
<li>Benefit 1</li>
<li>Benefit 2</li>
<li>Benefit 3</li>
</ul>
<p>
<a class="btn" href="">Apply Now</a><br/>
</p>
<p><b>Want to learn more?</b><br/>
» <a href="">Contact Us</a><br/>
» <a href="">Download Brochure</a>
</p>
</
</aside>
</div>
</div>
<?php include "footer.php" ?>