From 21eb56059aad016599e2bd3253fc463ea1e68ed9 Mon Sep 17 00:00:00 2001 From: bedroesb Date: Thu, 19 Dec 2024 09:37:59 +0100 Subject: [PATCH 1/3] update to latest version --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6d2f3ec51..e82796d03 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ title: RDMkit description: "Best practices and guidelines you can use for FAIR management of your research data." # Metadata description of the website -remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@3.2.0 +remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@4.0.0 sass: style: compressed From 785f03b9f3217bf56136241129c84e1701c5cdb2 Mon Sep 17 00:00:00 2001 From: bedroesb Date: Thu, 19 Dec 2024 09:43:30 +0100 Subject: [PATCH 2/3] homepage sizing --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 442c69437..cca3b9118 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,14 @@ {% if jekyll.environment == "development" %}{% include dev-info.html %}{% endif %} {% include topnav.html search=false %}
-
+

The Research Data Management toolkit for Life Sciences

Best practices and guidelines to help you make your data FAIR (Findable, Accessible, Interoperable and Reusable)

-
+

What can we help you find?

@@ -34,7 +34,7 @@

What can we help you find?

-
+

Browse all topics by

{%- assign sidebar = site.data.sidebars[page.sidebar] %}
@@ -56,7 +56,7 @@

{{folder.title}}

-
+

Research Data Management at glance

@@ -66,7 +66,7 @@

Research Data Management at glance

-
+
Contributors icon @@ -84,7 +84,7 @@

We welcome contributors!

-
+
{% include news.html caption=true title=true limit=3 %} @@ -111,7 +111,7 @@

Events

-
+

RDMkit in numbers

{%- assign contributors = site.data.CONTRIBUTORS %} {%- for page in site.pages %} From f2029e04f32485d637a38f817ebb2239373d0d59 Mon Sep 17 00:00:00 2001 From: bedroesb Date: Thu, 19 Dec 2024 09:47:57 +0100 Subject: [PATCH 3/3] consistent search --- _sass/_custom_classes.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/_custom_classes.scss b/_sass/_custom_classes.scss index e3e2568d1..ab4b02d24 100644 --- a/_sass/_custom_classes.scss +++ b/_sass/_custom_classes.scss @@ -171,6 +171,11 @@ section#search-section { } } +#search-label-tiles { + background-color: $light; +} + + /*-----Top navigation-----*/ .navbar-nav .nav-item > a {