-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-us.php
More file actions
142 lines (127 loc) · 5.64 KB
/
contact-us.php
File metadata and controls
142 lines (127 loc) · 5.64 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!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>Contact Us | 2014 Annual Report on Philanthropy</title>
<style type="text/css" rel="stylesheet">
.left-three, .middle-three, .right-three {
height: 500px;
}
</style>
<?php include("includes/header.php"); ?>
<div class="content">
<h1>Contact Us</h1>
<div id="left-contact">University Relations<br />
University of California, Santa Cruz<br />
1156 High Street Santa Cruz, CA 95064-1077</div>
<div id="right-contact">(831) 459-2501 | (800) 933-7584<br />
FAX (831) 459-3412<br />
<a href="http://giving.ucsc.edu">http://giving.ucsc.edu</a> | <a href="mailto:giving@ucsc.edu">giving@ucsc.edu</a></div>
<div class="clear"></div>
<div class="left-three">
<ul>
<li>
<h3>Annual Giving</h3>
Pete Ragias<br />
Phone: (831) 459-2489 <br />
Email: <a href="mailto:pragias@ucsc.edu">pragias@ucsc.edu</a>
</li>
<li>
<h3>Arboretum</h3>
Jennifer Macotto<br />
Phone: (831) 427-2998<br />
Email: <a href="mailto:jmacotto@ucsc.edu">jmacotto@ucsc.edu</a>
</li>
<li>
<h3>Arts</h3>
Ann Gibb<br />
Phone: (831) 459-5507<br />
Email: <a href="mailto:anngibb@ucsc.edu">anngibb@ucsc.edu</a>
</li>
<li>
<h3>Jack Baskin School of Engineering</h3>
Tim Bensch<br />
Phone: (831) 459-4572<br />
Email: <a href="mailto:tbensch@ucsc.edu">tbensch@ucsc.edu</a>
</li>
<li>
<h3>Gift Planning</h3>
Virginia Rivera<br />
Phone: (831) 459-5227<br />
Email: <a href="mailto:vvrivera@ucsc.edu">vvrivera@ucsc.edu</a>
</li>
<li>
<h3>Humanities</h3>
Marissa Fullum-Campbell<br />
Phone: (831) 459-1536<br />
Email: <a href="mailto:mfullumc@ucsc.edu">mfullumc@ucsc.edu</a>
</li>
</ul>
</div>
<div class="middle-three"><ul>
<li>
<h3>Library</h3>
Linda Hunt<br />
Phone: (831) 502-7552<br />
Email: <a href="mailto:lhunt1@ucsc.edu">lhunt1@ucsc.edu</a>
</li>
<li>
<h3>Physical & Biological Sciences </h3>
Heidi Whitman<br />
Phone: (831) 459-1630<br />
Email: <a href="mailto:hwhitman@ucsc.edu">hwhitman@ucsc.edu</a>
</li>
<li>
<h3>Reunion Giving</h3>
Shayna Kent<br />
Phone: (831) 459-3966<br />
Email: <a href="mailto:skent1@ucsc.edu">skent1@ucsc.edu</a>
</li>
<li>
<h3>Social Sciences</h3>
Anne Hayes<br />
Phone: (831) 502-7274<br />
Email: <a href="mailto:adhayes@ucsc.edu">adhayes@ucsc.edu</a>
</li>
<li>
<h3>Chancellor's Associates</h3>
Almut Wolf | Interim Director<br />
Phone: (831) 459-2902<br />
Email: <a href="mailto:awolf2@ucsc.edu">awolf2@ucsc.edu</a>
</li>
<li>
<h3>Undergraduate Experience: Athletics, Colleges, & Scholarships</h3>
Kathy Rouhier<br />
Phone: (831) 459-1792<br />
Email: <a href="mailto:kathyr@ucsc.edu">kathyr@ucsc.edu</a>
</li>
</ul>
</div>
<div class="right-three">
<ul>
<li>
<h3>University Relations</h3>
Keith Brant | Vice Chancellor<br />
Phone: (831) 459-4750<br />
Email: <a href="mailto:keithb@ucsc.edu">keithb@ucsc.edu</a>
</li>
<li>
Jeff Shilling | Associate Vice Chancellor<br />
Phone: (831) 459-5718<br />
Email: <a href="mailto:jshilling@ucsc.edu">jshilling@ucsc.edu</a>
</li>
<li>
Howard Heevner | Assistant Vice Chancellor<br />
Phone: (831) 459-5226<br />
Email: <a href="mailto:hheevner@ucsc.edu">hheevner@ucsc.edu</a>
</li>
<li>
Lynne Stoops | Executive Director of Development<br />
Phone: (831) 459-1376<br />
Email: <a href="mailto:lstoops@ucsc.edu">lstoops@ucsc.edu</a>
</li>
</ul>
</div>
</div>
<div class="clear"></div>
<?php include("includes/footer.php"); ?>