From a1d76d02def9e056ae91de26b2287265b39636dc Mon Sep 17 00:00:00 2001 From: Sarah Alli Date: Wed, 19 Apr 2023 22:49:55 -0400 Subject: [PATCH] created new yml file for sdg3 --- _data/internal/sdg/sdg3.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _data/internal/sdg/sdg3.yml diff --git a/_data/internal/sdg/sdg3.yml b/_data/internal/sdg/sdg3.yml new file mode 100644 index 0000000000..b6a916ba63 --- /dev/null +++ b/_data/internal/sdg/sdg3.yml @@ -0,0 +1,13 @@ +# The Sustainable Development Goal (SDG) number (e.g. 16) +sdg: 3 +# The SCSS color variable that matches the color of the SDG image +color-variable: $color-sdg3 +# The path to the SDG image +image: /assets/images/sdg/sdg3.svg +# The alt text for the SDG image +image-alt: 3 Good Health And Well-being +targets: + # The SDG target (e.g. 1, 2, or a, b, ...) + - target: 4 + # The SDG target statement + statement: By 2030, reduce premature mortality from non-communicable diseases through prevention and treatment and promote mental health and well-being \ No newline at end of file