-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
40 lines (40 loc) · 1.29 KB
/
index.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
<?php include "head.php" ?>
<div class="container">
<div id="top">
<div id="slideshow">
<h1>"How do I make a gift?<br/>
How can I support Cape Cod Healthcare?"
</h1>
<a href="give.php">See Ways To Give</a>
<a href="donate.php">Donate Online Now</a>
</div>
<div id="boxes">
<a href="lightkeepers.php">
<div class="box">
<h3>Lightkeepers</h3>
<img src="http://placehold.it/275x100&text=Photo"/>
<p>Making peace of mind part of your healthcare experience.</p>
<p><a href="#">Learn More</a></p>
</div>
</a>
<a href="">
<div class="box">
<h3>Every Minute Counts</h3>
<img src="http://placehold.it/275x100&text=Photo"/>
<p>We're expanding our emergency center and we need your help.</p>
<p><a href="#">Learn More</a></p>
</div>
</a>
<a href="who-we-are.php">
<div class="box">
<h3>Events</h3>
<img src="http://placehold.it/275x100&text=Photo"/>
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p>
<p><a href="who-we-are.php">Learn More</a></p>
</div>
</a>
</div><!-- end "boxes"-->
</div><!--end "top"-->
</div><!-- end "container"-->
<?php include "bottom-ads.php" ?>
<?php include "footer.php" ?>