-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
77 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,84 @@ | ||
import { LinkedInIcon } from '@/components/icons/LinkedIn'; | ||
import { TwitterIcon } from '@/components/icons/Twitter'; | ||
import Image from 'next/image'; | ||
import React from 'react'; | ||
import { LinkedInIcon } from "@/components/icons/LinkedIn"; | ||
import { TwitterIcon } from "@/components/icons/Twitter"; | ||
import Image from "next/image"; | ||
import React from "react"; | ||
|
||
const TeamCard = () => { | ||
return ( | ||
<div className='border dark:bg-gray700 border-gray200 dark:border-whiteAlpha-400 rounded-xl px-4 py-5'> | ||
<div className='rounded-md relative h-[324px] overflow-hidden'> | ||
<Image src={'/kesar.png'} alt='' fill sizes='25vw' /> | ||
<div className='absolute top-0 left-0 h-full w-full bg-transparent px-5 pb-5 flex flex-col justify-end'> | ||
<div className='bg-white dark:bg-gray700 relative rounded-[4px] py-2 flex flex-col gap-2 items-center w-full'> | ||
<div className='rounded-full h-4 w-4 bg-brand-500 absolute -top-2'></div> | ||
<div className='flex flex-col items-center'> | ||
<h4 className='text-gray800 dark:text-whiteAlpha-900 text-sm font-semibold'> | ||
Cesar Rodriguez | ||
</h4> | ||
<p className='text-brand-500 dark:text-brand-800 font-medium text-xs'> | ||
Chief Technology Officer | ||
</p> | ||
</div> | ||
<div className='flex justify-center'> | ||
<div className='flex gap-2'> | ||
<div className='w-4 h-4 bg-twitter dark:bg-twitter-dark' /> | ||
<div className='w-4 h-4 bg-linkedln dark:bg-linkedln-dark' /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
return ( | ||
<div className="border dark:bg-gray700 border-gray200 dark:border-whiteAlpha-400 rounded-xl px-4 py-5"> | ||
<div className="rounded-md relative h-[324px] overflow-hidden"> | ||
<Image src={"/kesar.png"} alt="" fill sizes="25vw" /> | ||
<div className="absolute top-0 left-0 h-full w-full bg-transparent px-5 pb-5 flex flex-col justify-end"> | ||
<div className="bg-white dark:bg-gray700 relative rounded-[4px] py-2 flex flex-col gap-2 items-center w-full"> | ||
<div className="rounded-full h-4 w-4 bg-brand-500 absolute -top-2"></div> | ||
<div className="flex flex-col items-center"> | ||
<h4 className="text-gray800 dark:text-whiteAlpha-900 text-sm font-semibold"> | ||
Cesar Rodriguez | ||
</h4> | ||
<p className="text-brand-500 dark:text-brand-800 font-medium text-xs"> | ||
Chief Technology Officer | ||
</p> | ||
</div> | ||
<div className="flex justify-center"> | ||
<div className="flex gap-2"> | ||
<div className="w-4 h-4 bg-twitter dark:bg-twitter-dark" /> | ||
<div className="w-4 h-4 bg-linkedln dark:bg-linkedln-dark" /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
const BraindaoTeam = () => { | ||
return ( | ||
<div className='bg-white text-gray600 dark:bg-gray800 dark:text-whiteAlpha-900'> | ||
<div className='max-w-[1536px] px-4 md:px-10 xl:px-[120px] mx-auto py-[80px] xl:py-24'> | ||
<h2 className='text-center text-4xl xl:text-5xl text-gray800 dark:text-whiteAlpha-900 font-semibold mb-10 xl:mb-14'> | ||
Humans of BrainDAO | ||
</h2> | ||
<div className='flex flex-col gap-16 mt-14'> | ||
<span className='p-5 text-brand-500 text-4xl border-b border-[#E2E8F0]'> | ||
Product Team | ||
</span> | ||
<div className='grid grid-cols-4 gap-y-16 gap-x-4'> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
</div> | ||
</div> | ||
<div className='flex flex-col gap-16 mt-14'> | ||
<span className='p-5 text-brand-500 text-4xl border-b border-[#E2E8F0]'> | ||
Editors | ||
</span> | ||
<div className='grid grid-cols-4 gap-y-16 gap-x-4'> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
return ( | ||
<div className="bg-white text-gray600 dark:bg-gray800 dark:text-whiteAlpha-900"> | ||
<div className="max-w-[1536px] px-4 md:px-10 xl:px-[120px] mx-auto py-[80px] xl:py-24"> | ||
<h2 className="text-center text-4xl xl:text-5xl text-gray800 dark:text-whiteAlpha-900 font-semibold mb-10 xl:mb-14"> | ||
Humans of BrainDAO | ||
</h2> | ||
<div className="flex flex-col gap-16 mt-14"> | ||
<span className="p-5 text-brand-500 text-4xl border-b border-[#E2E8F0]"> | ||
Product Team | ||
</span> | ||
<div className="grid grid-cols-4 gap-y-16 gap-x-4"> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
</div> | ||
</div> | ||
<div className="flex flex-col gap-16 mt-14"> | ||
<span className="p-5 text-brand-500 text-4xl border-b border-[#E2E8F0]"> | ||
Editors | ||
</span> | ||
<div className="grid grid-cols-4 gap-y-16 gap-x-4"> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
<TeamCard /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default BraindaoTeam; |