-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundation.php
More file actions
19 lines (17 loc) · 1.53 KB
/
foundation.php
File metadata and controls
19 lines (17 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Foundation | 2014 Annual Report on Philanthropy</title>
<?php include("includes/header.php"); ?>
<div class="content">
<h1 style="line-height: 40px;">UC Santa Cruz Foundation</h1>
<div class="single-column">
<p>Founded in 1974, the UC Santa Cruz Foundation is a public nonprofit corporation that promotes and manages private philanthropy for UC Santa Cruz. Comprised of alumni and non-alumni Trustees from diverse professional, ethnic and geographic backgrounds, the Board partners with UCSC's Chancellor, administration, faculty, staff and students to advance the University's goals and priorities and increase private resources to support the campus.</p>
<p>As key volunteers and campus liaisons to the donor community, Trustees set an example through their own generous giving and serve as advisors, advocates, fundraisers and stewards of UCSC's endowments. They help identify potential donors and connect them with the cutting-edge programs and funding opportunities on campus. As ambassadors, Trustees actively promote UCSC and act as influential advocates on its behalf.</p>
<p>To learn more about the UC Santa Cruz Foundation, please visit <a href="http://foundation.ucsc.edu">foundation.ucsc.edu</a></p>
</div>
</div>
</div>
<div class="clear"></div>
<?php include("includes/footer.php"); ?>