1- import React from 'react' ;
21import Image from 'next/image' ;
32import { Text } from 'opub-ui' ;
43
54import BreadCrumbs from '@/components/BreadCrumbs' ;
6- import Initiatives from './components/Initiatives ' ;
5+ import Team from './components/Team ' ;
76
87const About = ( ) => {
98 return (
@@ -14,10 +13,38 @@ const About = () => {
1413 { href : '#' , label : 'About' } ,
1514 ] }
1615 />
17- < div className = "container py-5 lg:py-10 mb-5" >
18- < div className = " flex flex-wrap justify-center gap-14 lg:flex-nowrap " >
19- < div className = "flex flex-col gap-6" >
20- < Text variant = "heading2xl" > About us</ Text >
16+ < div className = "container mb-5 py-5 lg:py-10" >
17+ < Text variant = "heading2xl" > About CivicDataSpace</ Text >
18+ < div className = " flex flex-col gap-4 pt-4 lg:gap-6 lg:pt-6" >
19+ < Text variant = "headingLg" fontWeight = "regular" className = " leading-5" >
20+ CivicDataSpace is a collaborative, open-source platform that goes
21+ beyond just making data accessible - it strengthens how data is
22+ used, shared, and reused. By bringing together siloed datasets and
23+ fragmented resources, it enables turning your data into tools for
24+ change.{ ' ' }
25+ </ Text >
26+ < Text variant = "headingLg" fontWeight = "regular" className = " leading-5" >
27+ At its core, CivicDataSpace supports the formation of open,
28+ sector-specific Data Collaboratives-ecosystems that enable
29+ collective intelligence, foster responsible AI solutions, and power
30+ civic platforms. These collaboratives aim to make data more
31+ inclusive, interoperable, and AI-ready, helping policymakers,
32+ researchers, and civil society actors design more effective and
33+ sustainable solutions.
34+ </ Text >
35+ </ div >
36+ < div className = "mt-4 lg:mt-10" >
37+ < Image
38+ src = "/illus.svg"
39+ alt = "about"
40+ width = { 1000 }
41+ height = { 1000 }
42+ className = "h-full w-full object-contain"
43+ />
44+ </ div >
45+ < div className = "py-5 lg:py-10" >
46+ < Text variant = "heading2xl" > The People Behind CivicDataSpace</ Text >
47+ < div className = "pt-4 lg:pt-6" >
2148 < Text
2249 variant = "headingLg"
2350 fontWeight = "regular"
@@ -35,48 +62,11 @@ const About = () => {
3562 scale.
3663 </ Text >
3764 </ div >
38- < Image
39- src = { '/about-us-illustration.svg' }
40- alt = { 'about-us-illustration' }
41- width = { 536 }
42- height = { 350 }
43- className = " w-full"
44- priority
45- />
4665 </ div >
47- </ div >
48- < div className = "bg-primaryBlue" >
49- < div className = " container flex flex-col gap-6 py-5 lg:py-10" >
50- < div >
51- < Text variant = "headingLg" fontWeight = "regular" color = "onBgDefault" >
52- Our current areas of expertise include digital public goods &
53- infrastructure ( DPGs & DPI ) , climate change , public finance , urban
54- development , open contracting and law & justice . We have
55- co - created digital public goods like open data platforms , data
56- exchanges , data science models and citizen - led apps for improving
57- participatory data - driven governance in India and other countries .
58- </ Text >
59- </ div >
60- < div >
61- < Text variant = "headingLg" fontWeight = "regular" color = "onBgDefault" >
62- In the last five years, we have collected, cleaned and published
63- nearly 30,000+ public interest datasets and are catering to an
64- active user base of more than a million citizens. Some of our
65- publicly available open data initiatives include Open Budgets
66- India, Justice Hub, Open Contracting India, Open City, CogniCity
67- among others. We have co-created digital public goods with
68- National Informatics Center (NIC), Ministry of Electronic &
69- Information Technology ( MeitY ) and the Government of Assam .
70- Additionally , we actively build capacity for a diverse group of
71- partners working to enhance social impact , situated in India ,
72- Indonesia , Philippines , Thailand , Panama and Scotland .
73- </ Text >
74- </ div >
66+ < div >
67+ < Team />
7568 </ div >
7669 </ div >
77- < div >
78- < Initiatives />
79- </ div >
8070 </ main >
8171 ) ;
8272} ;
0 commit comments