-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_partners.php
More file actions
90 lines (58 loc) · 3.13 KB
/
Copy pathabout_partners.php
File metadata and controls
90 lines (58 loc) · 3.13 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
86
87
88
89
90
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Groundbreakers - leadership bios</title>
<link rel="stylesheet" href="gb_styles.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/bw-menu.js"></script>
<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script type="text/javascript">
// function for dropdown paint effect
$(function()
{
$("#header_left").corner("40px");
});
</script>
</head>
<body>
<div id="wrapper" class="about">
<?php include('includes/inc_header.php'); ?>
<div id="content">
<div id="content_left">
<p><strong>About Us</strong></p>
<ul>
<li><a href="about_gb.php">» Mission/Vision </a></li>
<li><a href="about_leadership.php">» Leadership Bios</a></li>
<li class="active"><a href="about_partners.php">Partners & Supporters</a></li>
</ul>
<<a href="getinvolved_donate.php">
<img src="images/contribute_button.jpg" alt="contribute"/>
</a>
</div><!--end content left-->
<div id="content_right">
<h2>ABOUT PARTNERS</h2>
<p>The Groundbreakers' mission and vision are made possible with the support of these generous partners:</p>
<table>
<tr>
<td><a href="http://www.herbco.net/"><img src="images/herbco_logo.jpg" alt="herbco logo" width="200" /></a></td>
<td><a href="http://www.fullcirclefarm.com/"><img src="images/fullcircle_logo.jpg" alt="full circle farm logo" width="200" /></a></td>
</tr>
<tr>
<td><a href="http://www.grahamdunn.com/"><img src="images/gd_logo.jpg" alt="graham and dunn logo" width="200" /></a></td>
<td><a href="http://www.traycreative.com/"><img src="images/tray_logo.jpg" alt="tray creative logo" width="200" /></a></td>
</tr>
<tr>
<td><a href="http://www.bullivant.com/index.aspx"><img src="images/bullivant_logo.jpg" alt="bullivant logo" width="200" /></a></td>
<td><a href="http://www.mygardennursery.com/"><img src="images/mygarden_logo.jpg" alt="my garden nursery logo" width="200" /></a></td>
</tr>
<tr>
<td><a href="#"><img src="images/abbis_logo.jpg" alt="abbis logo" width="200" /></a></td>
</tr>
</table>
</div> <!--end content right-->
</div><!--end content-->
<?php include('includes/inc_footer.php'); ?>
</div><!--end wrapper-->
</body>
</html>