diff --git a/public/images/about-destination-earth.png b/public/images/about-destination-earth.png new file mode 100644 index 0000000..b5a7f50 Binary files /dev/null and b/public/images/about-destination-earth.png differ diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 75f9bfd..3f32032 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,6 +1,7 @@ import Intro from "@/components/about/intro"; -import Section1 from "@/components/about/section-1"; import Project1 from "@/components/about/project-1"; +import Project2 from "@/components/about/project-2"; +import Section1 from "@/components/about/section-1"; export default function About() { return ( @@ -8,6 +9,7 @@ export default function About() { + ); } diff --git a/src/components/about/project-2/index.tsx b/src/components/about/project-2/index.tsx new file mode 100644 index 0000000..cd6fd3f --- /dev/null +++ b/src/components/about/project-2/index.tsx @@ -0,0 +1,69 @@ +"use client"; + +import dynamic from "next/dynamic"; +import Image from "next/image"; + +import DestinationEarthLogo from "@/svgs/destination_earth_logo.svg"; +import ExternalLink from "@/svgs/icon-external-link.svg"; + +const Lines = dynamic(() => import("@/components/lines"), { ssr: false }); + +export default function Section1() { + return ( +
+
+ +
+
+

+
Project 2
+
Destination Earth
+

+
+

+ Destination Earth is a flagship programme of the European Commission that aims to + construct highly accurate models, or ‘digital twins’, of the Earth to monitor and + predict environmental change and human impact in support of sustainable development. + The initiative is implemented by ECMWF, ESA and EUMETSAT under the leadership of DG + Connect and in collaboration with over 100 institutions throughout Europe. Aligned + with the new Digital Europe funding programme, Destination Earth started in 2021, + with the first, high-priority digital twins serving extremes prediction and climate + change adaptation starting their production in 2023. +

+

+ The Digital Twin for Climate Change Adaptation, in which BSC plays a crucial role, + is a pioneering effort to operationalise the production of global climate + projections for the upcoming decades and provide globally consistent Earth system + and impact sector information from global to local scales. +

+ + + Visit Destination Earth + +
+
+
+ Destination Earth + +
+
+
+
+ ); +} diff --git a/src/svgs/destination_earth_logo.svg b/src/svgs/destination_earth_logo.svg new file mode 100644 index 0000000..6e19d05 --- /dev/null +++ b/src/svgs/destination_earth_logo.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +