add team members
This commit is contained in:
@@ -42,7 +42,7 @@ function Header() {
|
||||
</p>
|
||||
</div>
|
||||
<div className="pt-20 lg:row-span-2 lg:-mr-16 xl:mr-auto">
|
||||
<div className="-mx-8 grid grid-cols-2 gap-4 sm:-mx-16 sm:grid-cols-4 lg:mx-0 lg:grid-cols-2 lg:gap-4 xl:gap-8">
|
||||
<div className="-mx-8 grid grid-cols-2 gap-4 sm:-mx-16 sm:grid-cols-4 lg:mx-0 lg:grid-cols-2 lg:gap-4">
|
||||
<div className="aspect-square overflow-hidden rounded-xl shadow-xl outline-1 -outline-offset-1 outline-black/10">
|
||||
<img
|
||||
alt=""
|
||||
@@ -118,11 +118,11 @@ function Person({
|
||||
img: string
|
||||
}) {
|
||||
return (
|
||||
<li className="flex items-center gap-4">
|
||||
<img alt="" src={img} className="size-12 rounded-full" />
|
||||
<div className="text-sm/6">
|
||||
<h3 className="font-medium">{name}</h3>
|
||||
<p className="text-gray-500">{description}</p>
|
||||
<li className="flex items-center gap-6">
|
||||
<img alt="" src={img} className="size-16 rounded-full" />
|
||||
<div className="text-base/7">
|
||||
<h3 className="font-medium text-lg">{name}</h3>
|
||||
<p className="text-gray-500 text-base">{description}</p>
|
||||
</div>
|
||||
</li>
|
||||
)
|
||||
@@ -137,7 +137,7 @@ function Team() {
|
||||
<Heading as="h3" className="mt-2">
|
||||
Founded by educators, activists, and systems changers.
|
||||
</Heading>
|
||||
<Lead className="mt-6 max-w-3xl">
|
||||
<Lead className="mt-6 max-w-2xl">
|
||||
Indaba is founded by community leaders and backed by investors who believe in the power of meaningful participation.
|
||||
</Lead>
|
||||
<div className="mt-8 grid grid-cols-1 gap-12 lg:grid-cols-2">
|
||||
@@ -148,9 +148,9 @@ function Team() {
|
||||
<p className="mt-8 text-md/6 text-gray-600">
|
||||
Today, Indaba empowers communities through a unified ecosystem that supports education, collaboration, and regenerative action. From early childhood learning to vocational training, over 30,000 people across the globe engage with Indaba to reimagine what’s possible — and to build it, together.
|
||||
</p>
|
||||
<div className="mt-6">
|
||||
<div className="mt-12">
|
||||
<Button className="w-full sm:w-auto" href="#">
|
||||
Join us
|
||||
Get Involved
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -159,57 +159,45 @@ function Team() {
|
||||
</div>
|
||||
</div>
|
||||
<Subheading as="h3" className="mt-24">
|
||||
The team
|
||||
Team Members
|
||||
</Subheading>
|
||||
<Heading as="h3" className="mt-2">
|
||||
An experienced and purpose-driven team
|
||||
</Heading>
|
||||
<hr className="mt-6 border-t border-gray-200" />
|
||||
<ul
|
||||
role="list"
|
||||
className="mx-auto mt-16 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3"
|
||||
>
|
||||
<Person
|
||||
name="Michael Foster"
|
||||
description="Co-Founder / CTO"
|
||||
img="/team/michael-foster.jpg"
|
||||
name="Gregory Flipo"
|
||||
description="Co-Founder & CEO"
|
||||
img="/team/gregory-flipo.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Dries Vincent"
|
||||
description="Business Relations"
|
||||
img="/team/dries-vincent.jpg"
|
||||
name="Layal Fayad"
|
||||
description="Head of Learning and Development"
|
||||
img="/team/layal-fayad.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Celeste Vandermark"
|
||||
description="Front-end Developer"
|
||||
img="/team/celeste-vandermark.jpg"
|
||||
name="Thijs Westerveld"
|
||||
description="CTO – AI Leader"
|
||||
img="/team/thijs-westerveld.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Courtney Henry"
|
||||
description="Designer"
|
||||
img="/team/courtney-henry.jpg"
|
||||
name="Sacha Obeegadoo"
|
||||
description="COO"
|
||||
img="/team/sacha-obeegadoo.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Marcus Eldridge"
|
||||
description="Director of Product"
|
||||
img="/team/marcus-eldridge.jpg"
|
||||
name="Gerben de Vries"
|
||||
description="AI Research Engineer"
|
||||
img="/team/gerben-de-vries.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Whitney Francis"
|
||||
description="Copywriter"
|
||||
img="/team/whitney-francis.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Leonard Krasner"
|
||||
description="Senior Designer"
|
||||
img="/team/leonard-krasner.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Nolan Sheffield"
|
||||
description="Principal Designer"
|
||||
img="/team/nolan-sheffield.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Emily Selman"
|
||||
description="VP, User Experience"
|
||||
img="/team/emily-selman.jpg"
|
||||
name=""
|
||||
description="Plus over +100 engineers, business developers, advisors and other team members."
|
||||
img="/team/team.jpg"
|
||||
/>
|
||||
</ul>
|
||||
</Container>
|
||||
@@ -219,85 +207,44 @@ function Team() {
|
||||
function Investors() {
|
||||
return (
|
||||
<Container className="my-32">
|
||||
<Subheading>Investors</Subheading>
|
||||
<Subheading>Board Members</Subheading>
|
||||
<Heading as="h3" className="mt-2">
|
||||
Funded by industry-leaders.
|
||||
Benefit from experts of various ventures
|
||||
</Heading>
|
||||
<Lead className="mt-6 max-w-3xl">
|
||||
We are fortunate to be backed by the best investors in the industry —
|
||||
both literal and metaphorical partners in crime.
|
||||
Backed by top-tier board members, mentors and industry leaders who bring deep insights, networks, and execution power.
|
||||
</Lead>
|
||||
<Subheading as="h3" className="mt-24">
|
||||
Venture Capital
|
||||
</Subheading>
|
||||
<hr className="mt-6 border-t border-gray-200" />
|
||||
<ul
|
||||
role="list"
|
||||
className="mx-auto mt-10 grid grid-cols-1 gap-8 lg:grid-cols-2"
|
||||
>
|
||||
<li>
|
||||
<img
|
||||
alt="Remington Schwartz"
|
||||
src="/investors/remington-schwartz.svg"
|
||||
className="h-14"
|
||||
/>
|
||||
<p className="mt-6 max-w-lg text-sm/6 text-gray-500">
|
||||
Remington Schwartz has been a driving force in the tech industry,
|
||||
backing bold entrepreneurs who explore grey areas in financial and
|
||||
privacy law. Their deep industry expertise and extensive political
|
||||
lobbying provide their portfolio companies with favorable regulation
|
||||
and direct access to lawmakers.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<img alt="Deccel" src="/investors/deccel.svg" className="h-14" />
|
||||
<p className="mt-6 max-w-lg text-sm/6 text-gray-500">
|
||||
Deccel has been at the forefront of innovation, investing in
|
||||
pioneering companies across various sectors, including technology,
|
||||
consumer goods, and healthcare. Their philosophy of ‘plausible
|
||||
deniability’ and dedication to looking the other way have helped
|
||||
produce some of the world’s most controversial companies.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<Subheading as="h3" className="mt-24">
|
||||
Individual investors
|
||||
</Subheading>
|
||||
<hr className="mt-6 border-t border-gray-200" />
|
||||
<ul
|
||||
role="list"
|
||||
className="mx-auto mt-16 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3"
|
||||
>
|
||||
<Person
|
||||
name="Kristin Watson"
|
||||
description="TechNexus Ventures"
|
||||
img="/individual-investors/kristin-watson.jpg"
|
||||
name="Ahmer Inam"
|
||||
description="CEO of Cognisese"
|
||||
img="/team/ahmer-inam.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Emma Dorsey"
|
||||
description="Innovate Capital Partners"
|
||||
img="/individual-investors/emma-dorsey.jpg"
|
||||
name="Florian Fournier"
|
||||
description="Co-Founder of Ourworld"
|
||||
img="/team/florian-fournier.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Alicia Bell"
|
||||
description="FutureWave Investments"
|
||||
img="/individual-investors/alicia-bell.jpg"
|
||||
name="André Shearer"
|
||||
description="Co-Founder and CEO, Indaba"
|
||||
img="/team/andre-shearer.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Jenny Wilson"
|
||||
description="SynergyTech Equity"
|
||||
img="/individual-investors/jenny-wilson.jpg"
|
||||
name="Kristof de Spiegeleer"
|
||||
description="CEO of Ourworld"
|
||||
img="/team/kristof-de-spiegeleer.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Anna Roberts"
|
||||
description="NextGen Horizons"
|
||||
img="/individual-investors/anna-roberts.jpg"
|
||||
/>
|
||||
<Person
|
||||
name="Benjamin Russel"
|
||||
description="Pioneer Digital Ventures"
|
||||
img="/individual-investors/benjamin-russel.jpg"
|
||||
name="Thomas Becker"
|
||||
description="Serial Innovator"
|
||||
img="/team/thomas-becker.jpg"
|
||||
/>
|
||||
|
||||
</ul>
|
||||
</Container>
|
||||
)
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
export function CompanyTestimonial() {
|
||||
return (
|
||||
<div className="relative flex aspect-square flex-col justify-end overflow-hidden rounded-3xl lg:aspect-4/3">
|
||||
<div className="relative flex aspect-square flex-col justify-end overflow-hidden rounded-3xl lg:aspect-3/2">
|
||||
<img
|
||||
alt=""
|
||||
src="/company/jimmy.webp"
|
||||
|
Reference in New Issue
Block a user