Skip to content

Commit b2ae124

Browse files
authored
Merge pull request #280 from CivicDataLab/dev
Update content
2 parents a136821 + 78118d8 commit b2ae124

File tree

20 files changed

+323
-153
lines changed

20 files changed

+323
-153
lines changed

app/[locale]/(user)/about-us/components/Initiatives.tsx

Lines changed: 0 additions & 77 deletions
This file was deleted.
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
import React from 'react';
2+
import Image from 'next/image';
3+
import { Text } from 'opub-ui';
4+
5+
const Team = () => {
6+
const team = [
7+
8+
{
9+
name: 'Deepthi Chand',
10+
role: 'Technology Director',
11+
image: '/team/dc.jpg',
12+
},
13+
{
14+
name: 'Gaurav Godhwani',
15+
role: 'Executive Director',
16+
image: '/team/gaurav.jpg',
17+
},
18+
{
19+
name: 'Nupura Gawde',
20+
role: 'Initiative Lead',
21+
image: '/team/nupura.jpeg',
22+
},
23+
{
24+
name: 'Saurabh Levin',
25+
role: 'Associate Data Lead',
26+
image: '/team/saurabh.jpg',
27+
},
28+
{
29+
name: 'Abhinandita',
30+
role: 'Senior Product Designer',
31+
image: '/team/abhinandita.jpg',
32+
},
33+
{
34+
name: 'Aparna',
35+
role: 'Product Designer',
36+
image: '/team/aparna.jpg',
37+
},
38+
{
39+
name: 'Sanjay',
40+
role: 'Frontend Engineer',
41+
image: '/team/sanjay.jpg',
42+
},
43+
{
44+
name: 'Saqib Manan',
45+
role: 'Quality Assurance Engineer',
46+
image: '/team/saqib.jpg',
47+
},
48+
{
49+
name: 'Bhavabhuthi',
50+
role: 'Senior Frontend Engineer',
51+
image: '/team/bhavabhuthi.jpeg',
52+
},
53+
{
54+
name: 'Prajna',
55+
role: 'Data Engineer',
56+
image: '/team/prajna.jpg',
57+
},
58+
59+
];
60+
return (
61+
<div className="py-5 lg:py-10">
62+
<div className="flex flex-wrap gap-6">
63+
{team.map((member) => (
64+
<div
65+
key={member.name}
66+
className="flex flex-col gap-4 p-6 shadow-card rounded-2"
67+
>
68+
<Image
69+
src={member.image}
70+
alt={member.name}
71+
width={220}
72+
height={220}
73+
className=" object-cover"
74+
/>
75+
<div className="flex flex-col gap-2">
76+
<Text variant="headingLg">{member.name}</Text>
77+
<Text variant="bodyMd">{member.role}</Text>
78+
</div>
79+
</div>
80+
))}
81+
</div>
82+
</div>
83+
);
84+
};
85+
86+
export default Team;

app/[locale]/(user)/about-us/page.tsx

Lines changed: 35 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import React from 'react';
21
import Image from 'next/image';
32
import { Text } from 'opub-ui';
43

54
import BreadCrumbs from '@/components/BreadCrumbs';
6-
import Initiatives from './components/Initiatives';
5+
import Team from './components/Team';
76

87
const 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
};

app/[locale]/(user)/components/Content.tsx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,8 @@ export const Content = () => {
7979
<div className="flex flex-col gap-11 lg:w-[49%]">
8080
<div className="flex flex-col">
8181
<Text variant="heading3xl" color="onBgDefault">
82-
Collaborate to advance
83-
</Text>
84-
<Text
85-
variant="heading3xl"
86-
color="onBgDefault"
87-
className=" text-tertiaryAccent"
88-
>
89-
Data-driven Impact and Action
90-
</Text>
91-
<Text variant="heading3xl" color="onBgDefault">
92-
with CivicDataLab{' '}
82+
Share knowledge resources, datasets, and AI use-cases in one open,
83+
collaborative platform for data changemakers.
9384
</Text>
9485
</div>
9586
{Stats.isLoading ? (

app/[locale]/(user)/components/Datasets.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ const Datasets = () => {
5757
<Text variant="heading3xl">Popular Datasets</Text>
5858
<div className="flex flex-wrap justify-between gap-2 ">
5959
<Text variant="headingLg" fontWeight="medium">
60-
The most popular Datasets on CivicDataSpace{' '}
61-
</Text>
60+
Discover high-impact datasets that are helping users power research, analysis, and action. </Text>
6261
<Button
6362
kind="primary"
6463
className=" bg-secondaryOrange text-basePureBlack"

app/[locale]/(user)/components/Sectors.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ const Sectors = () => {
4141
<Text variant="heading3xl">Explore Sectors</Text>
4242
<div className="flex flex-wrap justify-between gap-2">
4343
<Text variant="headingLg" fontWeight="medium">
44-
Classification of all Use Cases and Datasets on the Asia-Pacific
45-
Climate Data Collaborative{' '}
44+
Browse use cases and datasets organized by sector to find what matters most to your domain.
4645
</Text>
4746
<Button
4847
kind="primary"

app/[locale]/(user)/components/UseCases.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ const UseCasesListingPage = () => {
9898
<Text variant="heading3xl">Recent UseCases</Text>
9999
<div className="flex flex-wrap justify-between gap-2 ">
100100
<Text variant="headingLg" fontWeight="medium">
101-
Recently updated and trending Use Cases on Asia-Pacific Climate Data
102-
Collaborative{' '}
101+
Explore freshly updated data use cases gaining momentum across CivicDataSpace
103102
</Text>
104103
<Button
105104
kind="primary"

app/[locale]/(user)/publishers/page.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,11 @@ const PublishersListingPage = () => {
9292
variant="headingLg"
9393
color="onBgDefault"
9494
fontWeight="regular"
95-
className=' leading-3 lg:leading-5'
95+
className=" leading-3 lg:leading-5"
9696
>
97-
Our Publishers are the backbone of our platform. Their
98-
contributions are what make up our platform. They belong to
99-
different sectors and consist of both organizations, and
100-
independent researchers. By making their data accessible
101-
they are able to create impact and become Data Changemakers.
97+
Meet the data providers powering CivicDataSpace — explore
98+
individual and organizational publishers across domains who
99+
are opening up data for impact and transparency.
102100
</Text>
103101
</div>
104102
<div className="flex items-center justify-center gap-2 px-3 ">

app/[locale]/(user)/sectors/page.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,11 @@ const SectorsListingPage = () => {
8888
variant="headingLg"
8989
color="onBgDefault"
9090
fontWeight="regular"
91-
className='leading-3 lg:leading-5'
91+
className="leading-3 lg:leading-5"
9292
>
93-
We try to enable our users to create and participate in
94-
sectoral data collaboratives, amplifying the reach and
95-
impact of high-value datasets and sectoral use cases at
96-
various levels, including national, sub-national, and
97-
regional.
93+
Browse our thematic sectors - from disaster risk reduction
94+
to open budgets - to discover curated datasets and use cases
95+
driving data-informed decisions across fields.
9896
</Text>
9997
</div>
10098
<div className="flex items-center justify-center gap-2 px-3 ">
@@ -125,7 +123,7 @@ const SectorsListingPage = () => {
125123
</div>
126124
</div>
127125
</div>
128-
<div className="container flex flex-col gap-5 pt-10 pb-20 lg:gap-10">
126+
<div className="container flex flex-col gap-5 pb-20 pt-10 lg:gap-10">
129127
<div>
130128
<Text variant="heading2xl" fontWeight="bold">
131129
Explore Sectors
@@ -207,7 +205,7 @@ const SectorsListingPage = () => {
207205
<Text variant="headingLg" fontWeight="semibold">
208206
{sectors.name}
209207
</Text>
210-
<Divider className=' h-[2px] bg-greyExtralight' />
208+
<Divider className=" h-[2px] bg-greyExtralight" />
211209
</div>
212210
<div className="flex gap-1">
213211
<Text

public/illus.svg

Lines changed: 187 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)