-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
e83a3f0
commit 9bfd5e0
Showing
18 changed files
with
173 additions
and
541 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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
import Image from 'next/image' | ||
|
||
import { Container } from '@/app/foundation/components/Container' | ||
|
||
const sponsors = [ | ||
{ | ||
name: 'AWS', | ||
logo: 'https://avatars.githubusercontent.com/u/2232217?s=200&v=4', | ||
}, | ||
{ | ||
name: 'GitHub', | ||
logo: 'https://pbs.twimg.com/profile_images/1633247750010830848/8zfRrYjA_400x400.png', | ||
}, | ||
{ | ||
name: 'Meta', | ||
logo: 'https://pbs.twimg.com/profile_images/1453818753880190978/HqrrEcrI_400x400.png', | ||
}, | ||
{ | ||
name: 'DigitalOcean', | ||
logo: 'https://pbs.twimg.com/profile_images/1755167733543534592/xEeaRe3u_400x400.jpg', | ||
}, | ||
{ | ||
name: 'IBM', | ||
logo: 'https://pbs.twimg.com/profile_images/1677090954350583811/Xy93qVY4_400x400.jpg', | ||
}, | ||
{ | ||
name: 'IndiaStack', | ||
logo: 'https://avatars.githubusercontent.com/u/22743981?s=200&v=4', | ||
}, | ||
{ | ||
name: 'F6S', | ||
logo: 'https://pbs.twimg.com/profile_images/1613595555506028554/NtANypQl_400x400.jpg', | ||
}, | ||
] | ||
|
||
export function Collaborators() { | ||
return ( | ||
<section id="collaborators" className="py-20 sm:py-32"> | ||
<Container> | ||
<h2 className="mx-auto max-w-2xl text-center font-display text-4xl font-bold tracking-tighter text-primary-600 sm:text-5xl"> | ||
Collaborating for impact. | ||
</h2> | ||
<p className="mx-auto mt-4 max-w-2xl text-center text-lg tracking-tighter text-primary-900"> | ||
Our partners in previous events, investments, and open source | ||
projects, and the companies we have collaborated with. | ||
</p> | ||
<div className="mx-auto mt-20 flex max-w-5xl flex-wrap items-center justify-center gap-8 text-center font-bold text-primary-900"> | ||
{sponsors.map((sponsor) => ( | ||
<div key={sponsor.name} className="space-y-4 text-sm"> | ||
<Image | ||
src={sponsor.logo} | ||
alt="" | ||
width={100} | ||
height={100} | ||
className="h-24 w-24 rounded-2xl border shadow" | ||
/> | ||
<div className="truncate">{sponsor.name}</div> | ||
</div> | ||
))} | ||
</div> | ||
</Container> | ||
</section> | ||
) | ||
} |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import { Button } from '@/app/holdings/components/Button' | ||
import { Container } from '@/app/holdings/components/Container' | ||
|
||
export function Foundation({ externalLink }: { externalLink?: boolean }) { | ||
return ( | ||
<section id="foundation" className="py-20 sm:py-32"> | ||
<Container className="relative z-10 flex justify-end"> | ||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24"> | ||
<h2 className="font-display text-4xl font-bold tracking-tighter text-primary-600 sm:text-5xl"> | ||
Chowdhary.org | ||
</h2> | ||
<p className="mt-4 font-display text-2xl tracking-tight text-primary-900"> | ||
At the heart of Chowdhary.org’s Foundation lies a resolute | ||
commitment to leveraging technology for the greater good. Our | ||
Foundation is the cornerstone of our mission, where we focus on | ||
nurturing and supporting a wide array of initiatives that make a | ||
tangible difference. | ||
</p> | ||
<p className="mt-4 font-display text-lg tracking-tight text-primary-900"> | ||
From empowering communities with digital education to funding | ||
research for sustainable tech solutions, our Foundation operates at | ||
the intersection of innovation and social responsibility. Here, | ||
every project we undertake is more than just an investment in | ||
technology; it’s an investment in hope, progress, and a better | ||
future for all. | ||
</p> | ||
<div className="ml-12 mt-8"> | ||
{externalLink ? ( | ||
<Button href="https://chowdhary.org">Visit Chowdhary.org</Button> | ||
) : ( | ||
<Button href="#apply">Apply for a grant</Button> | ||
)} | ||
</div> | ||
</div> | ||
</Container> | ||
</section> | ||
) | ||
} |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import { Button } from '@/app/holdings/components/Button' | ||
import { Container } from '@/app/holdings/components/Container' | ||
|
||
export function Holdings({ externalLink }: { externalLink?: boolean }) { | ||
return ( | ||
<section id="holdings" className="py-20 sm:py-32"> | ||
<Container className="relative z-10 flex justify-end"> | ||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24"> | ||
<h2 className="font-display text-4xl font-bold tracking-tighter text-primary-600 sm:text-5xl"> | ||
Chowdhary.co | ||
</h2> | ||
<p className="mt-4 font-display text-2xl tracking-tight text-primary-900"> | ||
At Chowdhary.co, we bring bold ideas to life. This dynamic platform | ||
is dedicated to identifying, investing in, and nurturing early-stage | ||
startups that are poised to revolutionize the way we address global | ||
challenges. We believe in the power of entrepreneurial spirit | ||
combined with technological innovation to create impactful | ||
solutions. | ||
</p> | ||
<p className="mt-4 font-display text-lg tracking-tight text-primary-900"> | ||
Chowdhary Holdings isn’t just about funding; it’s about | ||
building partnerships that foster growth, drive change, and set new | ||
benchmarks in the tech world. Join us as we embark on this journey | ||
to transform visionary ideas into realities that can reshape our | ||
world. | ||
</p> | ||
<div className="ml-12 mt-8"> | ||
{externalLink ? ( | ||
<Button href="https://chowdhary.co">Visit Chowdhary.co</Button> | ||
) : ( | ||
<Button href="#apply">Apply for an investment</Button> | ||
)} | ||
</div> | ||
</div> | ||
</Container> | ||
</section> | ||
) | ||
} |
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.