-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlightkeepers.html
More file actions
73 lines (61 loc) · 2.79 KB
/
lightkeepers.html
File metadata and controls
73 lines (61 loc) · 2.79 KB
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
<!-- @include top -->
<!-- @include header -->
<div class="row page-intro">
<div class="columns large-12">
<h1>Lightkeepers Society</h1>
<h2>Making peace of mind part of your healthcare experience.</h2>
<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>
</div>
</div>
<article>
<div class="row">
<div class="columns large-8">
<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="button radius" href="">Apply Now</a><br>
</p>
<div class="section-container accordion" data-section>
<section>
<h4 class="title" data-section-title><a href="#panel1">Meet Our Liasons <i class="foundicon-plus"></i></a></h4>
<div class="content" data-section-content>
<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>
<div class="row">
<div class="columns large-4 liason">
<img src="http://placehold.it/200x200&text=headshot">
<h4 class="liason-name">Deanne Maraj</h4>
<p>508-862-5606<br><a href="mailto:dmaraj@capecodhealth.org">dmaraj@capecodhealth.org</a></p>
</div>
<div class="columns large-4 liason">
<img src="http://placehold.it/200x200&text=headshot">
<h4 class="liason-name">Michael Kasparian</h4>
<p>508-457-3807<br><a href="mailto:mkasparian@capecodhealth.org">mkasparian@capecodhealth.org</a></p>
</div>
<div class="columns large-4 liason">
<img src="http://placehold.it/200x200&text=headshot">
<h4 class="liason-name">Patty Peal</h4>
<p>508-457-3807<br><a href="mailto:ppeal@capecodhealth.org">ppeal@capecodhealth.org</a></p>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="columns large-4">
<aside class="panel">
<p><b>Want to learn more?</b><br>
» <a href="">Contact Us</a><br>
» <a href="">Download Brochure</a>
</p>
</aside>
<img src="http://placehold.it/460x700&text=Flipbook">
</div>
</div>
</article>
<!-- @include footer -->
<!-- @include bottom -->