-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.php
More file actions
34 lines (23 loc) · 1.17 KB
/
media.php
File metadata and controls
34 lines (23 loc) · 1.17 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
<?php include "head.php" ?>
<div class="container" id="media">
<h2>Publications & Media</h2>
<section class="publication">
<img src="http://placehold.it/150x200&text=Cover" />
<h3>Cape Cod Healthcare Annual Report</h3>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
<p><a href="">Download the Annual Report</a></p>
</section>
<section class="publication">
<img src="http://placehold.it/150x200&text=Cover" />
<h3>Foundation Times</h3>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
<p><a href="">Download the latest Issue</a></p>
</section>
<section class="publication">
<img src="http://placehold.it/150x200&text=Cover" />
<h3>Inside Cape Cod Healthcare</h3>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
<p><a href="">Read the Newsletter</a></p>
</section>
</div>
<?php include "footer.php" ?>