indaba-->sikana
This commit is contained in:
		@@ -3,14 +3,14 @@ import { Faqs } from '@/components/Faqs'
 | 
				
			|||||||
import { Footer } from '@/components/Footer'
 | 
					import { Footer } from '@/components/Footer'
 | 
				
			||||||
import { Header_darkbg } from '@/components/Header_darkbg'
 | 
					import { Header_darkbg } from '@/components/Header_darkbg'
 | 
				
			||||||
import { Quote } from '@/components/Quote'
 | 
					import { Quote } from '@/components/Quote'
 | 
				
			||||||
import { VenturesIndaba } from '@/components/VenturesIndaba'
 | 
					import { VenturesSikana } from '@/components/VenturesSikana'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default function Indaba() {
 | 
					export default function Sikana() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <>
 | 
					    <>
 | 
				
			||||||
      <Header_darkbg />
 | 
					      <Header_darkbg />
 | 
				
			||||||
      <main>
 | 
					      <main>
 | 
				
			||||||
        <VenturesIndaba />
 | 
					        <VenturesSikana />
 | 
				
			||||||
        <Quote />
 | 
					        <Quote />
 | 
				
			||||||
        <CallToAction />
 | 
					        <CallToAction />
 | 
				
			||||||
        <Faqs />
 | 
					        <Faqs />
 | 
				
			||||||
@@ -28,11 +28,11 @@ const ventures = [
 | 
				
			|||||||
    learnMoreUrl: './cybercity'
 | 
					    learnMoreUrl: './cybercity'
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    name: 'Indaba',
 | 
					    name: 'Sikana',
 | 
				
			||||||
    logo: '/images/ventures/ow_icon.png',
 | 
					    logo: '/images/ventures/ow_icon.png',
 | 
				
			||||||
    description: 'Indaba is a social business empowering young people to be resilient, reach their full potential, and contribute to the common good. A global ecosystem for holistic learning - accessible online and offline, affordable to the many, and grounded in culture, care, and collaboration.',
 | 
					    description: 'Sikana is a social business empowering young people to be resilient, reach their full potential, and contribute to the common good. A global ecosystem for holistic learning - accessible online and offline, affordable to the many, and grounded in culture, care, and collaboration.',
 | 
				
			||||||
    url: 'https://sikana.tv',
 | 
					    url: 'https://sikana.tv',
 | 
				
			||||||
    learnMoreUrl: './indaba'
 | 
					    learnMoreUrl: './sikana'
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    name: 'Hero',
 | 
					    name: 'Hero',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,23 +9,23 @@ import {
 | 
				
			|||||||
} from '@heroicons/react/20/solid'
 | 
					} from '@heroicons/react/20/solid'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export  function VenturesIndaba() {
 | 
					export  function VenturesSikana() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="overflow-hidden bg-white py-24 sm:py-32">
 | 
					    <div className="overflow-hidden bg-white py-24 sm:py-32">
 | 
				
			||||||
      <div className="mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8">
 | 
					      <div className="mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8">
 | 
				
			||||||
        <div className="max-w-5xl">
 | 
					        <div className="max-w-5xl">
 | 
				
			||||||
          <p className="subtitle-default text-gray-900">VENTURES</p>
 | 
					          <p className="subtitle-default text-gray-900">VENTURES</p>
 | 
				
			||||||
          <h2 className="mt-2 h2-default text-gray-900">
 | 
					          <h2 className="mt-2 h2-default text-gray-900">
 | 
				
			||||||
            Indaba
 | 
					            Sikana
 | 
				
			||||||
          </h2>
 | 
					          </h2>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <section className="mt-12 grid grid-cols-1 lg:grid-cols-2 lg:gap-x-48 lg:gap-y-16">
 | 
					        <section className="mt-12 grid grid-cols-1 lg:grid-cols-2 lg:gap-x-48 lg:gap-y-16">
 | 
				
			||||||
          <div className="lg:pr-8">
 | 
					          <div className="lg:pr-8">
 | 
				
			||||||
            <h2 className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">About</h2>
 | 
					            <h2 className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">About</h2>
 | 
				
			||||||
            <p className="mt-6 text-lg/7 text-gray-600">
 | 
					            <p className="mt-6 text-lg/7 text-gray-600">
 | 
				
			||||||
              Indaba is a social business on a mission to empower young people to be resilient, reach their full potential, and contribute to the common good. We’re building a global ecosystem for holistic learning ;  accessible online and offline, affordable to the many, and grounded in culture, care, and collaboration.</p>
 | 
					              Sikana is a social business on a mission to empower young people to be resilient, reach their full potential, and contribute to the common good. We’re building a global ecosystem for holistic learning ;  accessible online and offline, affordable to the many, and grounded in culture, care, and collaboration.</p>
 | 
				
			||||||
            <p className="mt-8 text-lg/7 text-gray-600">
 | 
					            <p className="mt-8 text-lg/7 text-gray-600">
 | 
				
			||||||
              Indaba is the platform that adds an "Engage" button to the Internet. While most platforms offer "Like," or "Comment," Indaba invites people to take responsibility, contribute meaningfully, and become part of the solution.
 | 
					              Sikana is the platform that adds an "Engage" button to the Internet. While most platforms offer "Like," or "Comment," Sikana invites people to take responsibility, contribute meaningfully, and become part of the solution.
 | 
				
			||||||
            </p>
 | 
					            </p>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
          <div className="lg:row-span-2 lg:-mr-24 xl:mr-auto">
 | 
					          <div className="lg:row-span-2 lg:-mr-24 xl:mr-auto">
 | 
				
			||||||
@@ -80,7 +80,7 @@ export  function VenturesIndaba() {
 | 
				
			|||||||
                  Website
 | 
					                  Website
 | 
				
			||||||
                </p>
 | 
					                </p>
 | 
				
			||||||
                 <p className='text-lg/7 font-light text-gray-600'>
 | 
					                 <p className='text-lg/7 font-light text-gray-600'>
 | 
				
			||||||
                  <a href="http://ourworld.tf/" className="text-indigo-600 hover:text-gray-500">indaba.ourworld.tf</a>
 | 
					                  <a href="http://ourworld.tf/" className="text-indigo-600 hover:text-gray-500">sikana.tv</a>
 | 
				
			||||||
                </p>
 | 
					                </p>
 | 
				
			||||||
                <p className='mt-6'>
 | 
					                <p className='mt-6'>
 | 
				
			||||||
                  Contact
 | 
					                  Contact
 | 
				
			||||||
@@ -94,41 +94,41 @@ export  function VenturesIndaba() {
 | 
				
			|||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
          <div className="max-lg:mt-8 lg:col-span-1">
 | 
					          <div className="max-lg:mt-8 lg:col-span-1">
 | 
				
			||||||
            <p className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">Indaba Ecosystem</p>
 | 
					            <p className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">Sikana Ecosystem</p>
 | 
				
			||||||
            <hr className="mt-6 border-t border-gray-200" />
 | 
					            <hr className="mt-6 border-t border-gray-200" />
 | 
				
			||||||
            <ul role="list" className="mt-8 space-y-8 text-gray-600">
 | 
					            <ul role="list" className="mt-8 space-y-8 text-gray-600">
 | 
				
			||||||
              <li className="flex gap-x-3">
 | 
					              <li className="flex gap-x-3">
 | 
				
			||||||
                <UsersIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
					                <UsersIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
				
			||||||
                <span>
 | 
					                <span>
 | 
				
			||||||
                  <strong className="font-semibold text-lg text-gray-900">Indaba Studios. </strong>  
 | 
					                  <strong className="font-semibold text-lg text-gray-900">Sikana Studios. </strong>  
 | 
				
			||||||
                  A global engagement platform empowering people everywhere to contribute to the integral development of young people ;  so they can grow in dignity, flourish fully, and serve the common good.
 | 
					                  A global engagement platform empowering people everywhere to contribute to the integral development of young people ;  so they can grow in dignity, flourish fully, and serve the common good.
 | 
				
			||||||
                </span>
 | 
					                </span>
 | 
				
			||||||
              </li>
 | 
					              </li>
 | 
				
			||||||
              <li className="flex gap-x-3">
 | 
					              <li className="flex gap-x-3">
 | 
				
			||||||
                <CpuChipIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
					                <CpuChipIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
				
			||||||
                <span>
 | 
					                <span>
 | 
				
			||||||
                  <strong className="font-semibold text-lg text-gray-900">IndabaOS. </strong>  
 | 
					                  <strong className="font-semibold text-lg text-gray-900">SikanaOS. </strong>  
 | 
				
			||||||
                  The tech infrastructure that invites the world to accelerate the transition toward high quality youth development.
 | 
					                  The tech infrastructure that invites the world to accelerate the transition toward high quality youth development.
 | 
				
			||||||
                </span>
 | 
					                </span>
 | 
				
			||||||
              </li>
 | 
					              </li>
 | 
				
			||||||
              <li className="flex gap-x-3">
 | 
					              <li className="flex gap-x-3">
 | 
				
			||||||
                <CheckBadgeIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
					                <CheckBadgeIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
				
			||||||
                <span>
 | 
					                <span>
 | 
				
			||||||
                  <strong className="font-semibold text-lg text-gray-900">Indaba Certifications. </strong>  
 | 
					                  <strong className="font-semibold text-lg text-gray-900">Sikana Certifications. </strong>  
 | 
				
			||||||
                  Recognition frameworks that validate skills, experiences, and contributions across the Indaba ecosystem.
 | 
					                  Recognition frameworks that validate skills, experiences, and contributions across the Sikana ecosystem.
 | 
				
			||||||
                </span>
 | 
					                </span>
 | 
				
			||||||
              </li>
 | 
					              </li>
 | 
				
			||||||
              <li className="flex gap-x-3">
 | 
					              <li className="flex gap-x-3">
 | 
				
			||||||
                <LightBulbIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
					                <LightBulbIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
				
			||||||
                <span>
 | 
					                <span>
 | 
				
			||||||
                  <strong className="font-semibold text-lg text-gray-900">Indaba Foundation. </strong>  
 | 
					                  <strong className="font-semibold text-lg text-gray-900">Sikana Foundation. </strong>  
 | 
				
			||||||
                  A lighthouse to empower nannies, teachers, caregivers, and school operators to reshape the landscape and trajectory of education in Africa ;  and beyond.
 | 
					                  A lighthouse to empower nannies, teachers, caregivers, and school operators to reshape the landscape and trajectory of education in Africa ;  and beyond.
 | 
				
			||||||
                </span>
 | 
					                </span>
 | 
				
			||||||
              </li>
 | 
					              </li>
 | 
				
			||||||
              <li className="flex gap-x-3">
 | 
					              <li className="flex gap-x-3">
 | 
				
			||||||
                <BookOpenIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
					                <BookOpenIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
 | 
				
			||||||
                <span>
 | 
					                <span>
 | 
				
			||||||
                  <strong className="font-semibold text-lg text-gray-900">Indaba Institute. </strong>  
 | 
					                  <strong className="font-semibold text-lg text-gray-900">Sikana Institute. </strong>  
 | 
				
			||||||
                  A global collaborative effort to build a purpose-driven Wikipedia–Spotify of youth development.
 | 
					                  A global collaborative effort to build a purpose-driven Wikipedia–Spotify of youth development.
 | 
				
			||||||
                </span>
 | 
					                </span>
 | 
				
			||||||
              </li>
 | 
					              </li>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user