Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Added more members #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
22 changes: 11 additions & 11 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,23 +132,23 @@ const Outreach: React.FC = () => {

const Sponsorships: React.FC = () => {

// const sponserMembers = [
// {
// id : 1,
// name : "Arhaan",
// designation : "Associate Lead",
// image : "/about/l-suvan-t.jpg",
// profile : "https://www.linkedin.com/in/arhaansiddiquee/",
// },
// ]
const sponserMembers = [
{
id : 1,
name : "Priyansh",
designation : "Lead",
image : "/about/l-priyansh-s.jpg",
profile : "https://www.linkedin.com/in/priyansh-nandwana-b68b1724a/",
},
]

return (
<div className="flex flex-col items-center justify-center gap-8">
<p className="text-white text-8xl max-md:text-6xl max-sm:text-4xl font-semibold font-sans">Sponsorships</p>
<p className="text-white text-xl max-sm:text-sm">Securing the resources we need to power our initiatives by building strong relationships with sponsors. Be the backbone of our club's financial support</p>
{/* <a href="" className="flex flex-row justify-start max-sm:justify-evenly gap-16">
<a href="" className="flex flex-row justify-start max-sm:justify-evenly gap-16">
<AnimatedTooltip items={sponserMembers} />
</a> */}
</a>
</div>
);

Expand Down
Binary file added public/about/l-priyansh-s.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.