From 3acae30ad3b4be6e518d074536dcd5844fa3dc00 Mon Sep 17 00:00:00 2001 From: Bert Droesbeke <44875756+bedroesb@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:16:46 +0100 Subject: [PATCH] Adding CONVERGE video to homepage (#1428) * add video to homepage * update title * Capital --- index.html | 130 +++++++++++++++++++++++++++++------------------------ 1 file changed, 71 insertions(+), 59 deletions(-) diff --git a/index.html b/index.html index a13fd1f30..3a357de2a 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,16 @@

{{folder.title}}

+
+

Research data management at glance

+
+
+ +
+
+
+
+
@@ -73,7 +83,7 @@

We welcome contributors!

-
+
@@ -85,70 +95,72 @@

We welcome contributors!

-
-

RDMkit in numbers

- {%- assign contributors = site.data.CONTRIBUTORS %} - {%- for page in site.pages %} - {%- if page.contributors and page.search_exclude != true %} - {%- assign pagecontr = page.contributors | join: ", " %} - {%- if allcontrstr %} - {%- assign allcontrstr = allcontrstr | append: ", " | append: pagecontr %} - {%- else %} - {%- assign allcontrstr = allcontrstr | append: pagecontr %} - {%- endif %} - {%- endif %} - {%- endfor %} - {%- for contr in contributors %} - {%- assign allcontrstr = allcontrstr | append: ", " | append: contr[0] %} - {%- endfor %} - {%- assign allcontributors = allcontrstr | split: ", " | uniq | sort %} - {%- assign tools = site.data.tool_and_resource_list -%} -
-
-
-
-
- {{allcontributors.size}} -

Contributors
- The force behind RDMkit

-
-
- Contributors icon +
+
+

RDMkit in numbers

+ {%- assign contributors = site.data.CONTRIBUTORS %} + {%- for page in site.pages %} + {%- if page.contributors and page.search_exclude != true %} + {%- assign pagecontr = page.contributors | join: ", " %} + {%- if allcontrstr %} + {%- assign allcontrstr = allcontrstr | append: ", " | append: pagecontr %} + {%- else %} + {%- assign allcontrstr = allcontrstr | append: pagecontr %} + {%- endif %} + {%- endif %} + {%- endfor %} + {%- for contr in contributors %} + {%- assign allcontrstr = allcontrstr | append: ", " | append: contr[0] %} + {%- endfor %} + {%- assign allcontributors = allcontrstr | split: ", " | uniq | sort %} + {%- assign tools = site.data.tool_and_resource_list -%} +
+
+
+
+
+ {{allcontributors.size}} +

Contributors
+ The force behind RDMkit

+
+
+ Contributors icon +
-
-
-
- {%- assign national_tools = 0 %} - {%- assign country_pages = site.pages | where: "type", "national_resources" | where: - "search_exclude", false %} - {%- for country_page in country_pages %} - {%- assign national_tools = national_tools | plus: country_page.national_resources.size %} - {%- endfor %} -
-
- {{tools.size | plus: national_tools }} -

Tools & resources
- Explained in the context of real world problems

-
-
- Contributors icon +
+
+ {%- assign national_tools = 0 %} + {%- assign country_pages = site.pages | where: "type", "national_resources" | where: + "search_exclude", false %} + {%- for country_page in country_pages %} + {%- assign national_tools = national_tools | plus: country_page.national_resources.size %} + {%- endfor %} +
+
+ {{tools.size | plus: national_tools }} +

Tools & resources
+ Explained in the context of real world problems

+
+
+ Contributors icon +
-
-
-
- {%- assign content_pages = site.pages | where: "search_exclude", false %} -
-
- {{content_pages.size}} -

Pages
- Helping you with data management

-
-
- Contributors icon +
+
+ {%- assign content_pages = site.pages | where: "search_exclude", false %} +
+
+ {{content_pages.size}} +

Pages
+ Helping you with data management

+
+
+ Contributors icon +