Skip to content

Commit

Permalink
teams section bug fixed and pratik card added (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman008 authored Nov 13, 2024
1 parent 13a9a27 commit 74204d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
1 change: 0 additions & 1 deletion components/Team/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const Hero = ({isInView}:{isInView:boolean}) => {
className="max-w-[400px] text-6xl font-normal tracking-tighter text-transparent text-white max-sm:text-4xl font-geist"
text={"universal"}
/>

<p className="sm:break-words animation-delay-2 fade-in-heading text-white/50 mt-10">
Your priceless personal data shouldn&apos;t be stuck in a device
ecosystem. It should be OS agnostic,
Expand Down
4 changes: 2 additions & 2 deletions components/Team/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default function Team() {
<TopRightShiningLight />
<div className="absolute inset-0 h-[600px] w-full bg-transparent opacity-5 bg-[linear-gradient(to_right,#f0f0f0_1px,transparent_1px),linear-gradient(to_bottom,#f0f0f0_1px,transparent_1px)] bg-[size:6rem_4rem] [mask-image:radial-gradient(ellipse_80%_50%_at_50%_0%,#000_70%,transparent_110%)]"></div>
<Container>
<div className="relative h-screen">
<div className="relative">
<div className="flex flex-col md:flex-row justify-between h-full items-center mx-auto">
<div ref={ref} className="mx-auto max-sm:max-w-[400px] md:mt-72">
<div ref={ref} className="mx-auto max-sm:max-w-[400px] md:mt-10">
<Hero isInView={isInView}/>
<TeamSection teamData={teamData}/>
</div>
Expand Down
12 changes: 10 additions & 2 deletions data/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,30 @@ export const teamData= [
},
{
"id":10,
"title": "Full Stack Developer",
"name": "Pratik",
"description": "2+ years of experience in Full Stack Development.",
"profile": "https://avatars.githubusercontent.com/u/172252059?v=4",
"link": "https://x.com/neexzz_tw"
},
{
"id":11,
"title": "Full Stack Blockchain Developer",
"name": "Prince Yadav",
"description": "2+ years of experience in Full Stack Blockchain Development.",
"profile": "https://avatars.githubusercontent.com/u/69517192?v=4",
"link": "https://x.com/m_jinprince"
},
{
"id":11,
"id":12,
"title": "Senior Backend Developer",
"name": "Shubham Singh",
"description": "4+ years of experience working in MERN, Rust and Go.",
"profile": "https://pbs.twimg.com/profile_images/1508167658315071488/KUevX0QK_400x400.jpg",
"link": "https://x.com/shubh_exists"
},
{
"id":12,
"id":13,
"title": "Smart Contract Developer",
"name": "Krishna",
"description": "2+ years of experience Smart Contract development and testing",
Expand Down

0 comments on commit 74204d7

Please sign in to comment.