File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ en: &DEFAULT_EN
1717 section : hubs
1818 - title : " Experts"
1919 section : lead
20- - title : " #ASKtools"
21- section : asktools
2220 - title : " Resources"
2321 section : resources
22+ - title : " #ASKtools"
23+ section : asktools
2424 - title : " Timeline"
2525 section : timeline
2626 - title : " Contact"
Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ en: &DEFAULT_EN
201201 - title : " BMZ"
202202 url : https://www.bmz.de/en
203203 logo : assets/img/clients/founder_BMZ.jpg
204+ bw : true
204205 - title : " Hive Colab"
205206 url : https://hivecolab.org/
206207 logo : assets/img/clients/hive_colab.png
Original file line number Diff line number Diff line change 11<!-- resources Grid -->
2- < section class ="page-section bg-primary " id ="{{ site.data.sitetext[site.locale].resources.section | default: "resources " }}">
2+ < section class ="page-section bg-dark " id ="{{ site.data.sitetext[site.locale].resources.section | default: "resources " }}">
33 < div class ="container ">
44 < div class ="row ">
55 < div class ="col-lg-12 text-center{% if site.data.sitetext[site.locale].resources.submit %} sc{% endif %} ">
6- < h2 class ="section-heading text-uppercase "> {{ site.data.sitetext[site.locale].resources.title | markdownify | default: "Resources" }}</ h2 >
7- < h3 class ="section-subheading text-muted "> {{ site.data.sitetext[site.locale].resources.text | markdownify }}</ h3 >
6+ < h2 class ="section-heading text-uppercase text-light "> {{ site.data.sitetext[site.locale].resources.title | markdownify | default: "Resources" }}</ h2 >
7+ < h3 class ="section-subheading text-light "> {{ site.data.sitetext[site.locale].resources.text | markdownify }}</ h3 >
88 {% if site.data.sitetext[site.locale].resources.submit %}
99 < div class ="sc-overlay ">
1010 < h2 > We need content here!</ h2 >
Original file line number Diff line number Diff line change 11<!-- tools Grid -->
2- < section class ="bg-dark page-section " id ="asktools ">
2+ < section class ="bg-primary page-section " id ="asktools ">
33 < div class ="container ">
44 < div class ="row ">
55 < div class ="col-lg-12 text-center{% if site.data.sitetext[site.locale].tools.submit %} sc{% endif %} ">
6- < h2 class ="section-heading text-uppercase text-light "> {{ site.data.sitetext[site.locale].tools.title | markdownify | default: "Tools" }}</ h2 >
7- < h3 class ="section-subheading text-light "> {{ site.data.sitetext[site.locale].tools.text | markdownify }}</ h3 >
6+ < h2 class ="section-heading text-uppercase "> {{ site.data.sitetext[site.locale].tools.title | markdownify | default: "Tools" }}</ h2 >
7+ < h3 class ="section-subheading text-muted "> {{ site.data.sitetext[site.locale].tools.text | markdownify }}</ h3 >
88 {% if site.data.sitetext[site.locale].tools.submit %}
99 < div class ="sc-overlay ">
1010 < h2 > We need content here!</ h2 >
Original file line number Diff line number Diff line change 55{% include services.html %}
66{% include hubs_grid.html %}
77{% include lead.html %}
8- {% include tools_grid.html %}
98{% include resources_grid.html %}
9+ {% include tools_grid.html %}
1010{% include timeline.html %}
1111{% include partner-funder.html %}
1212{% include contact.html %}
You can’t perform that action at this time.
0 commit comments