File tree Expand file tree Collapse file tree
public/team/lead-images/26 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,6 +236,26 @@ export default function TeamPage() {
236236 </ div >
237237 </ div >
238238 </ div >
239+ < div className = "bg-black bg-opacity-70 p-8" >
240+ < div className = "flex flex-col items-center text-white" >
241+ < h1 className = "mb-16 mt-16 text-center lg:ml-64 lg:mr-64" >
242+ FACULTY ADVISORS
243+ </ h1 >
244+ < div className = "flex flex-wrap items-stretch justify-center lg:ml-16 lg:mr-16" >
245+ < div
246+ onClick = { ( ) => window . open ( 'https://me.ucsb.edu/index.php/people/kirk-fields' , '_blank' ) }
247+ className = "cursor-pointer transition-transform duration-200 hover:scale-105"
248+ >
249+ < TeamCard
250+ name = "Kirk Fields"
251+ title = "UCSB R& D Engineer "
252+ titleColor = "text-gr-purple"
253+ image = "team/lead-images/26/kirk-fields-26.jpg"
254+ />
255+ </ div >
256+ </ div >
257+ </ div >
258+ </ div >
239259 < div
240260 className = ""
241261 style = { {
You can’t perform that action at this time.
0 commit comments