From cb0695aaa3ec4b3ee3b4737886c479d962fd5f30 Mon Sep 17 00:00:00 2001 From: bedroesb Date: Thu, 20 Oct 2022 14:29:32 +0200 Subject: [PATCH] test for testimonials --- index.html | 199 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 128 insertions(+), 71 deletions(-) diff --git a/index.html b/index.html index 17b9e6ba7..3a742b3d2 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,7 @@

What can we help you find?

@@ -40,15 +39,15 @@

Browse all topics by

{%- for folder in sidebar.subitems %}
-
- {{folder.title}} icon -
- -

{{folder.title}}

-
-

{{folder.description}}

-
+
+ {{folder.title}} icon +
+ +

{{folder.title}}

+
+

{{folder.description}}

+
{%- endfor %} @@ -64,7 +63,7 @@

{{folder.title}}

We welcome contributors!

This project would not be possible without the many amazing - community contributors. RDMkit is an open community project, and you are welcome to join us! + community contributors. RDMkit is an open community project, and you are welcome to join us!

@@ -75,76 +74,134 @@

We welcome contributors!

- {% include events.html event_type="upcoming_event" title=true caption=true %} + {% include events.html event_type="upcoming_event" title=true caption=true %} - {% include news.html caption=true title=true limit=3 %} + {% include news.html caption=true title=true limit=3 %}
-
-

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 -%} -
+
+
+
+

Testimonials

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, error amet + numquam iure provident voluptate esse quasi, veritatis totam voluptas nostrum + quisquam eum porro a pariatur veniam. +

+
+
+ +
-
-
-
- {{allcontributors.size}} -

Contributors
- The force behind RDMkit

-
-
- Contributors icon -
-
+
+ + +
Teresa May
+
Founder at ET Company
+

+ Lorem ipsum dolor sit amet, + consectetur adipisicing elit. Quod eos id officiis hic tenetur quae quaerat + ad velit ab hic tenetur. +

-
- {%- 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.resources.size %} - {%- endfor %} -
-
- {{tools.size | plus: national_tools }} -

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

-
-
- Contributors icon -
-
+
+ + +
Maggie McLoan
+
Photographer at Studio LA
+

+ Autem, totam debitis suscipit saepe + sapiente magnam officiis quaerat necessitatibus odio assumenda perferendis + labore laboriosam. +

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

Pages
- Helping you with data management

+
+ + + +
Alexa Horwitz
+
Front-end Developer in NY
+

+ Cras sit amet nibh libero, in gravida + nulla metus scelerisque ante sollicitudin commodo cras purus odio, + vestibulum in tempus viverra turpis. +

+ +
+
+
+
+
+
+

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 +
-
- 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.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 +
@@ -201,4 +258,4 @@

RDMkit in numbers

}); - \ No newline at end of file +