diff --git a/content/work/climateaction/idsdrr/image.png b/content/work/climateaction/idsdrr/image.png index 172fabb9..445de3af 100644 Binary files a/content/work/climateaction/idsdrr/image.png and b/content/work/climateaction/idsdrr/image.png differ diff --git a/content/work/climateaction/idsdrr/index.md b/content/work/climateaction/idsdrr/index.md index 4d9a3844..e91c5e49 100644 --- a/content/work/climateaction/idsdrr/index.md +++ b/content/work/climateaction/idsdrr/index.md @@ -9,18 +9,23 @@ The urgent need for coordinated action, highlighted in international frameworks A significant obstacle in leveraging data for effective climate action and DRR is the fragmented and siloed nature of data making it challenging for decision-makers to build the required capacity, access, analyse and utilise data in a timely and coherent manner, especially for resource mobilisation for building long-term resilience. This results in inefficient processes and policies, along with ad-hoc responses that fail to create data-driven DRR informed by the nuanced local realities." -solution: "To address these barriers, we have developed the Intelligent Data Solution for Disaster Risk Reduction [(IDS-DRR)](https://civicdatalab.in/IDS-DRR.pdf), which brings together government spending and procurement data from diverse and complex datasets. It highlights flood hazard, exposure, losses and damages and vulnerability through these datasets and can be used as a crucial innovation that will help both governments and vulnerable communities to better prepare for floods through more robust flood planning and management activities. +solution: "To address these barriers, we have developed the Intelligent Data Solution for Disaster Risk Reduction [(IDS-DRR)](/IDS-DRR.pdf), which brings together government spending and procurement data from diverse and complex datasets. It highlights flood hazard, exposure, losses and damages and vulnerability through these datasets and can be used as a crucial innovation that will help both governments and vulnerable communities to better prepare for floods through more robust flood planning and management activities. It can help minimise the worst effects of hydro-meteorological disasters for both vulnerable communities and geographies in addition to strengthening repair and restoration of essential infrastructure and services in the aftermath of floods. We have tried and tested our AI solution in the state of Assam in India and are in the process of scaling this proven solution from one disaster prone geography to four additional states in India (Himachal Pradesh, Odisha, Bihar and Uttar Pradesh) as well as in Bangkok, Thailand. We are working towards further scaling this data driven solution to other Asian geographies namely - Indonesia, Philippines and Vietnam." -url: +url: https://drr.open-contracting.in/en twitter: linkedin: github: resources: + - { + title: 'VIDEO: Intelligent Data Solution for Disaster Risk Reduction Platform', + link: '/IDS-DRR Video.mp4', + type: 'Video' + } - { title: 'Disaster Optional: Building climate resilience with data and tech to reduce the impact of floods', link: 'https://medium.com/civicdatalab/disaster-optional-building-climate-resilience-with-data-and-tech-to-reduce-the-impact-of-floods-ac142251ed77', diff --git a/src/pages/index.js b/src/pages/index.js index 7c29905b..7125a0c4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -151,16 +151,35 @@ const Flex = styled.div` const ImageBox = styled.a` display: block; margin-bottom: -5px; + padding: 20px; + img { width: 100%; height: 100%; } + @media (max-width: 550px) { + padding: 0px; + } + `; const StyledForm = styled.div` margin-top: 20px; margin-bottom: 40px; `; +const HomeBanner = styled.img` + box-shadow: 0px 10px 20px #0000001a; + border-radius: 20px; + &:hover { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); + } + @media (max-width: 550px) { + border-radius: 0px; + + } +`; + + const Index = ({ data }) => { // const image = data?.landingBackground?.childImageSharp?.fluid; console.log(data); @@ -186,9 +205,8 @@ const Index = ({ data }) => { - - - + + {/* */} diff --git a/src/templates/eventdetail.js b/src/templates/eventdetail.js index ee82577a..65b71520 100644 --- a/src/templates/eventdetail.js +++ b/src/templates/eventdetail.js @@ -324,7 +324,7 @@ const EventDetailTemplate = ({ data }) => { )} -

Check our work here:

+

Explore the platform:

{url} diff --git a/src/templates/project.js b/src/templates/project.js index 73b699c2..d3b5aa76 100644 --- a/src/templates/project.js +++ b/src/templates/project.js @@ -277,7 +277,7 @@ const ProjectTemplate = ({ data }) => { {url && ( <> -

Check our work here:

+

Explore the platform:

{url} @@ -361,7 +361,7 @@ const ProjectTemplate = ({ data }) => { )} -

Check our work here:

+

Explore the platform:

{url} diff --git a/static/IDS banner.png b/static/IDS banner.png new file mode 100644 index 00000000..5eb0479f Binary files /dev/null and b/static/IDS banner.png differ diff --git a/static/IDS-DRR Video.mp4 b/static/IDS-DRR Video.mp4 new file mode 100644 index 00000000..5947a34f Binary files /dev/null and b/static/IDS-DRR Video.mp4 differ diff --git a/static/IDS-DRR.pdf b/static/IDS-DRR.pdf index 2c31950d..16829c0e 100644 Binary files a/static/IDS-DRR.pdf and b/static/IDS-DRR.pdf differ