-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (77 loc) · 3.24 KB
/
index.html
File metadata and controls
85 lines (77 loc) · 3.24 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
74
75
76
77
78
79
80
81
82
83
84
85
<!-- @include top -->
<!-- @include header -->
<!-- @todo remove forward/back buttons on hero for mobile, make text/button look better -->
<section class="hero">
<div class="row">
<div class="columns large-12">
<div class="slideshow-wrapper">
<ul data-orbit>
<li class="slide-one">
<img src="<!-- @path giving-thanks.jpg -->" alt="Giving thanks">
<div class="cta">
<a href="http://www.capecodhealth.org/giving-thanks" class="button secondary radius"><i class="foundicon-star"></i>Read more and donate now</a>
<!-- <li><a href="donate.html" class="button primary radius"><i class="foundicon-heart"></i> Donate Online Now</a></li> -->
</div>
<div class="overlay">
<div class="row">
<div class="columns large-5 small-5">
</div>
<div class="columns large-7 small-7">
<h2>Share your gratitude and honor a caregiver by giving thanks.</h2>
</div>
</div>
</div>
</li>
<li class="slide-two">
<img src="<!-- @path yawkee.jpg -->" alt="Giving thanks">
<div class="cta"><a href="http://www.capecodhealth.org/search/5a01d4f1e37729d63f778954f6a8a862/" class="button secondary radius"><i class="foundicon-star"></i>Read more</a></div>
<div class="overlay">
<div class="row">
<div class="columns large-8">
<h2>Cape Cod Healthcare receives $3 Million Major Grant from the Yawkey Foundation</h2>
</div>
<div class="columns large-4">
</div>
</div>
</div>
</li>
<li class="slide-three">
<img src="<!-- @path cchec.jpg -->" alt="Emergency Center">
<div class="cta"><a href="<!-- @path under-construction -->" class="button secondary radius"><i class="foundicon-star"></i>Read more and donate now</a></div>
<div class="overlay">
<div class="row">
<div class="columns large-8">
<h2>Cape Cod Healthcare is building two new Emergency Centers</h2>
</div>
<div class="columns large-4">
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="cchc-highlights">
<div class="row">
<div class="columns large-4">
<a href="#"><h3>Support our Health System</h3></a>
<a href="#"><img src="<!-- @path every-minute-counts.jpg -->" alt="Toddler reaching for hot pan"></a>
<p>Cape Cod Healthcare’s Emergency Center Campaigns<br><a href="#">read more</a> | <a href="#">give now</a></p>
</div>
<div class="columns large-4">
<a href="lightkeepers.html"><h3>Lightkeepers</h3></a>
<a href="lightkeepers.html"><img src="<!-- @path lightkeepers.jpg -->" alt="Smiling man"></a>
<p>Making peace of mind part of your healthcare experience.<br><a href="lightkeepers.html">read more</a></p>
</div>
<div class="columns large-4">
<a href="events.html"><h3>Events & Community Activities</h3></a>
<a href="events.html"><img src="<!-- @path gala2.jpg -->" alt="Falmouth Hospital Gala"></a>
<p>We are dedicated to helping you support Cape Cod Healthcare<br><a href="events.html">read more</a></p>
</div>
</div>
</section>
<!-- @include media-and-team -->
<!-- @include footer -->
<!-- @include bottom -->