Skip to content
Merged

Kirk #23

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/team/lead-images/26/kirk-fields-26.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,31 @@ export default function TeamPage() {
</div>
</div>
</div>
<div className="bg-black bg-opacity-70 p-8">
<div className="flex flex-col items-center text-white">
<h1 className="mb-16 mt-16 text-center lg:ml-64 lg:mr-64">
FACULTY ADVISORS
</h1>
<div className="flex flex-wrap items-stretch justify-center lg:ml-16 lg:mr-16">
<div
onClick={() =>
window.open(
"https://me.ucsb.edu/index.php/people/kirk-fields",
"_blank",
)
}
className="cursor-pointer transition-transform duration-200 hover:scale-105"
>
<TeamCard
name="Kirk Fields"
title="UCSB R&D Engineer"
titleColor="text-gr-purple"
image="team/lead-images/26/kirk-fields-26.jpg"
/>
</div>
</div>
</div>
</div>
<div
className=""
style={{
Expand Down