diff --git a/app/[locale]/(user)/about-us/components/Initiatives.tsx b/app/[locale]/(user)/about-us/components/Initiatives.tsx deleted file mode 100644 index 0f3cba50..00000000 --- a/app/[locale]/(user)/about-us/components/Initiatives.tsx +++ /dev/null @@ -1,77 +0,0 @@ -import React from 'react'; -import Image from 'next/image'; -import { Divider, Text } from 'opub-ui'; - -const Initiatives = () => { - const IntiativesList = [ - { - name: 'Climate Action', - image: '/About/ca.png', - description: - 'Asia is the world’s most disaster-prone region, with 80% of extreme weather events caused by floods and storms. To help better prepare Asia for climate change, we are actively working with frontline workers, government agencies and other stakeholders to strengthen climate action and disaster risk reduction. These efforts are spread across all our initiatives, including projects like Green budgeting, Disaster Modelling and Citizen-led Disaster Reporting.', - }, - { - name: 'Digital Public Goods', - image: '/About/dpg.png', - description: - 'We are co-creating people-centric Digital Public Goods (DPGs), especially Open Data Platforms, Data Exchanges, Data Science Models and Citizen-led Apps for improving participatory data-driven governance and attain the Sustainable Development Goals (SDGs) and do no harm by adhering to privacy practices and applicable laws. DPGs and Digital Public Infrastructure (DPI) are critical enablers of digital transformation and are helping to improve public service delivery at scale.', - }, - { - name: 'Law and Justice', - image: '/About/l&j.png', - description: - 'To better understand implementation of laws, judicial reforms and attainment of human rights, its essential to track timely data of our courts, police, correctional homes, legal aid and other institutions. We have co-created Justice Hub - a crowdsourcing open data platform to help various stakeholders publish, consume and analyse legal data in India. We are also working to publish and analyse data to improve child protection in the country.', - }, - { - name: 'Open Contracting India', - image: '/About/oci.png', - description: - 'Demystifying public finance helps in understanding government’s fiscal and development priorities, supports equitable public policymaking and enables citizen trust. We are working at the national, sub-national and local level to help publish, standardise and analyse public finance data at Open Budgets India and other platforms, for data-driven decision-making and citizen participation. We also collaborate with various stakeholders to set best practices for green and inclusive budgeting for our sustainable future.', - }, - { - name: 'Public Finance', - image: '/About/pf.png', - description: - 'Demystifying public finance helps in understanding government’s fiscal and development priorities, supports equitable public policymaking and enables citizen trust. We are working at the national, sub-national and local level to help publish, standardise and analyse public finance data at Open Budgets India and other platforms, for data-driven decision-making and citizen participation. We also collaborate with various stakeholders to set best practices for green and inclusive budgeting for our sustainable future.', - }, - { - name: 'Urban Development', - image: '/About/ud.png', - description: - 'With rapid urbanisation, cities are becoming constantly evolving complex clusters, presenting new challenges and opportunities of economic development, infrastructure growth, migration and sustainability. To better understand and shape the development of our cities, we are opening-up crucial urban data and building the capacity of urban governments and local stakeholders. We are co-creating solutions like - city data platforms, citizen-led disaster reporting platforms, data science models for effective urban service delivery and more.', - }, - ]; - return ( -
-
-
- Our Initiatives -
-
- {IntiativesList.map((item, index) => ( -
-
- {'initiative - {item.name} -
- - {item.description} - -
-
-
- ))} -
-
-
- ); -}; - -export default Initiatives; diff --git a/app/[locale]/(user)/about-us/components/Team.tsx b/app/[locale]/(user)/about-us/components/Team.tsx new file mode 100644 index 00000000..70ad3239 --- /dev/null +++ b/app/[locale]/(user)/about-us/components/Team.tsx @@ -0,0 +1,86 @@ +import React from 'react'; +import Image from 'next/image'; +import { Text } from 'opub-ui'; + +const Team = () => { + const team = [ + + { + name: 'Deepthi Chand', + role: 'Technology Director', + image: '/team/dc.jpg', + }, + { + name: 'Gaurav Godhwani', + role: 'Executive Director', + image: '/team/gaurav.jpg', + }, + { + name: 'Nupura Gawde', + role: 'Initiative Lead', + image: '/team/nupura.jpeg', + }, + { + name: 'Saurabh Levin', + role: 'Associate Data Lead', + image: '/team/saurabh.jpg', + }, + { + name: 'Abhinandita', + role: 'Senior Product Designer', + image: '/team/abhinandita.jpg', + }, + { + name: 'Aparna', + role: 'Product Designer', + image: '/team/aparna.jpg', + }, + { + name: 'Sanjay', + role: 'Frontend Engineer', + image: '/team/sanjay.jpg', + }, + { + name: 'Saqib Manan', + role: 'Quality Assurance Engineer', + image: '/team/saqib.jpg', + }, + { + name: 'Bhavabhuthi', + role: 'Senior Frontend Engineer', + image: '/team/bhavabhuthi.jpeg', + }, + { + name: 'Prajna', + role: 'Data Engineer', + image: '/team/prajna.jpg', + }, + + ]; + return ( +
+
+ {team.map((member) => ( +
+ {member.name} +
+ {member.name} + {member.role} +
+
+ ))} +
+
+ ); +}; + +export default Team; diff --git a/app/[locale]/(user)/about-us/page.tsx b/app/[locale]/(user)/about-us/page.tsx index 6aa7a461..6eb72016 100644 --- a/app/[locale]/(user)/about-us/page.tsx +++ b/app/[locale]/(user)/about-us/page.tsx @@ -1,9 +1,8 @@ -import React from 'react'; import Image from 'next/image'; import { Text } from 'opub-ui'; import BreadCrumbs from '@/components/BreadCrumbs'; -import Initiatives from './components/Initiatives'; +import Team from './components/Team'; const About = () => { return ( @@ -14,10 +13,38 @@ const About = () => { { href: '#', label: 'About' }, ]} /> -
-
-
- About us +
+ About CivicDataSpace +
+ + CivicDataSpace is a collaborative, open-source platform that goes + beyond just making data accessible - it strengthens how data is + used, shared, and reused. By bringing together siloed datasets and + fragmented resources, it enables turning your data into tools for + change.{' '} + + + At its core, CivicDataSpace supports the formation of open, + sector-specific Data Collaboratives-ecosystems that enable + collective intelligence, foster responsible AI solutions, and power + civic platforms. These collaboratives aim to make data more + inclusive, interoperable, and AI-ready, helping policymakers, + researchers, and civil society actors design more effective and + sustainable solutions. + +
+
+ about +
+
+ The People Behind CivicDataSpace +
{ scale.
- {'about-us-illustration'}
-
-
-
-
- - Our current areas of expertise include digital public goods & - infrastructure (DPGs & DPI), climate change, public finance, urban - development, open contracting and law & justice. We have - co-created digital public goods like open data platforms, data - exchanges, data science models and citizen-led apps for improving - participatory data-driven governance in India and other countries. - -
-
- - In the last five years, we have collected, cleaned and published - nearly 30,000+ public interest datasets and are catering to an - active user base of more than a million citizens. Some of our - publicly available open data initiatives include Open Budgets - India, Justice Hub, Open Contracting India, Open City, CogniCity - among others. We have co-created digital public goods with - National Informatics Center (NIC), Ministry of Electronic & - Information Technology (MeitY) and the Government of Assam. - Additionally, we actively build capacity for a diverse group of - partners working to enhance social impact, situated in India, - Indonesia, Philippines, Thailand, Panama and Scotland. - -
+
+
-
- -
); }; diff --git a/app/[locale]/(user)/components/Content.tsx b/app/[locale]/(user)/components/Content.tsx index 1cee3cd8..4a38efbc 100644 --- a/app/[locale]/(user)/components/Content.tsx +++ b/app/[locale]/(user)/components/Content.tsx @@ -79,17 +79,8 @@ export const Content = () => {
- Collaborate to advance - - - Data-driven Impact and Action - - - with CivicDataLab{' '} + Share knowledge resources, datasets, and AI use-cases in one open, + collaborative platform for data changemakers.
{Stats.isLoading ? ( diff --git a/app/[locale]/(user)/components/Datasets.tsx b/app/[locale]/(user)/components/Datasets.tsx index f570e786..44ac3fd5 100644 --- a/app/[locale]/(user)/components/Datasets.tsx +++ b/app/[locale]/(user)/components/Datasets.tsx @@ -57,8 +57,7 @@ const Datasets = () => { Popular Datasets
- The most popular Datasets on CivicDataSpace{' '} - + Discover high-impact datasets that are helping users power research, analysis, and action.
diff --git a/app/[locale]/(user)/sectors/page.tsx b/app/[locale]/(user)/sectors/page.tsx index 6876f5a6..9a9c655f 100644 --- a/app/[locale]/(user)/sectors/page.tsx +++ b/app/[locale]/(user)/sectors/page.tsx @@ -88,13 +88,11 @@ const SectorsListingPage = () => { variant="headingLg" color="onBgDefault" fontWeight="regular" - className='leading-3 lg:leading-5' + className="leading-3 lg:leading-5" > - We try to enable our users to create and participate in - sectoral data collaboratives, amplifying the reach and - impact of high-value datasets and sectoral use cases at - various levels, including national, sub-national, and - regional. + Browse our thematic sectors - from disaster risk reduction + to open budgets - to discover curated datasets and use cases + driving data-informed decisions across fields.
@@ -125,7 +123,7 @@ const SectorsListingPage = () => {
-
+
Explore Sectors @@ -207,7 +205,7 @@ const SectorsListingPage = () => { {sectors.name} - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/team/abhinandita.jpg b/public/team/abhinandita.jpg new file mode 100644 index 00000000..1b19d33c Binary files /dev/null and b/public/team/abhinandita.jpg differ diff --git a/public/team/aparna.jpg b/public/team/aparna.jpg new file mode 100644 index 00000000..4c200be6 Binary files /dev/null and b/public/team/aparna.jpg differ diff --git a/public/team/bhavabhuthi.jpeg b/public/team/bhavabhuthi.jpeg new file mode 100644 index 00000000..fac08382 Binary files /dev/null and b/public/team/bhavabhuthi.jpeg differ diff --git a/public/team/dc.jpg b/public/team/dc.jpg new file mode 100644 index 00000000..bac9eee8 Binary files /dev/null and b/public/team/dc.jpg differ diff --git a/public/team/gaurav.jpg b/public/team/gaurav.jpg new file mode 100644 index 00000000..0f4abe33 Binary files /dev/null and b/public/team/gaurav.jpg differ diff --git a/public/team/nupura.jpeg b/public/team/nupura.jpeg new file mode 100644 index 00000000..80ad0de4 Binary files /dev/null and b/public/team/nupura.jpeg differ diff --git a/public/team/prajna.jpg b/public/team/prajna.jpg new file mode 100644 index 00000000..ade032bf Binary files /dev/null and b/public/team/prajna.jpg differ diff --git a/public/team/sanjay.jpg b/public/team/sanjay.jpg new file mode 100644 index 00000000..285d7690 Binary files /dev/null and b/public/team/sanjay.jpg differ diff --git a/public/team/saqib.jpg b/public/team/saqib.jpg new file mode 100644 index 00000000..89ad8eae Binary files /dev/null and b/public/team/saqib.jpg differ diff --git a/public/team/saurabh.jpg b/public/team/saurabh.jpg new file mode 100644 index 00000000..d5428627 Binary files /dev/null and b/public/team/saurabh.jpg differ