diff --git a/_app/_data/technologies.yml b/_app/_data/technologies.yml index cbecd2a73..fb9f55b0b 100644 --- a/_app/_data/technologies.yml +++ b/_app/_data/technologies.yml @@ -39,6 +39,7 @@ reference_embed: true examples_tab: true examples_embed: true + eu_module: true repository: https://github.com/CartoDB/cartoframes/tree/v1.2.2 section: Libraries priority: 0 diff --git a/_app/_includes/eu-flag-funding.html b/_app/_includes/eu-flag-funding.html new file mode 100644 index 000000000..93b8ac39e --- /dev/null +++ b/_app/_includes/eu-flag-funding.html @@ -0,0 +1,8 @@ +
+
+
+ EU flag +
+

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 960401.

+
+
\ No newline at end of file diff --git a/_app/_includes/overview.html b/_app/_includes/overview.html index ce9bbd8c2..ef851b86b 100644 --- a/_app/_includes/overview.html +++ b/_app/_includes/overview.html @@ -220,4 +220,8 @@

Contribut {% endunless %} +{% endif %} + +{% if tech_info.eu_module %} + {% include eu-flag-funding.html %} {% endif %} \ No newline at end of file diff --git a/_app/_layouts/examples.html b/_app/_layouts/examples.html index 5d79343fd..befb9218e 100644 --- a/_app/_layouts/examples.html +++ b/_app/_layouts/examples.html @@ -40,6 +40,9 @@ {% endfor %} + {% if tech_info.eu_module %} + {% include eu-flag-funding.html %} + {% endif %} diff --git a/_app/cartoframes/examples/index.html b/_app/cartoframes/examples/index.html index ccf27f24a..f7c4736ed 100644 --- a/_app/cartoframes/examples/index.html +++ b/_app/cartoframes/examples/index.html @@ -137,4 +137,5 @@

{{ sample_group.name }}

{% endif %} + {% include eu-flag-funding.html %} diff --git a/_app/cartoframes/reference/index.html b/_app/cartoframes/reference/index.html index d5e3f68ce..c6d1eb281 100644 --- a/_app/cartoframes/reference/index.html +++ b/_app/cartoframes/reference/index.html @@ -45,5 +45,6 @@ + {% include eu-flag-funding.html %} diff --git a/_app/img/eu-flag-website.png b/_app/img/eu-flag-website.png new file mode 100644 index 000000000..1c82685e4 Binary files /dev/null and b/_app/img/eu-flag-website.png differ