Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ en: &DEFAULT_EN
section: hubs
- title: "Experts"
section: lead
- title: "#ASKtools"
section: asktools
- title: "Resources"
section: resources
- title: "#ASKtools"
section: asktools
- title: "Timeline"
section: timeline
- title: "Contact"
Expand Down
1 change: 1 addition & 0 deletions _data/sitetext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ en: &DEFAULT_EN
- title: "BMZ"
url: https://www.bmz.de/en
logo: assets/img/clients/founder_BMZ.jpg
bw: true
- title: "Hive Colab"
url: https://hivecolab.org/
logo: assets/img/clients/hive_colab.png
Expand Down
6 changes: 3 additions & 3 deletions _includes/resources_grid.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- resources Grid -->
<section class="page-section bg-primary" id="{{ site.data.sitetext[site.locale].resources.section | default: "resources" }}">
<section class="page-section bg-dark" id="{{ site.data.sitetext[site.locale].resources.section | default: "resources" }}">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center{% if site.data.sitetext[site.locale].resources.submit %} sc{% endif %}">
<h2 class="section-heading text-uppercase">{{ site.data.sitetext[site.locale].resources.title | markdownify | default: "Resources" }}</h2>
<h3 class="section-subheading text-muted">{{ site.data.sitetext[site.locale].resources.text | markdownify }}</h3>
<h2 class="section-heading text-uppercase text-light">{{ site.data.sitetext[site.locale].resources.title | markdownify | default: "Resources" }}</h2>
<h3 class="section-subheading text-light">{{ site.data.sitetext[site.locale].resources.text | markdownify }}</h3>
{% if site.data.sitetext[site.locale].resources.submit %}
<div class="sc-overlay">
<h2>We need content here!</h2>
Expand Down
6 changes: 3 additions & 3 deletions _includes/tools_grid.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- tools Grid -->
<section class="bg-dark page-section" id="asktools">
<section class="bg-primary page-section" id="asktools">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center{% if site.data.sitetext[site.locale].tools.submit %} sc{% endif %}">
<h2 class="section-heading text-uppercase text-light">{{ site.data.sitetext[site.locale].tools.title | markdownify | default: "Tools" }}</h2>
<h3 class="section-subheading text-light">{{ site.data.sitetext[site.locale].tools.text | markdownify }}</h3>
<h2 class="section-heading text-uppercase">{{ site.data.sitetext[site.locale].tools.title | markdownify | default: "Tools" }}</h2>
<h3 class="section-subheading text-muted">{{ site.data.sitetext[site.locale].tools.text | markdownify }}</h3>
{% if site.data.sitetext[site.locale].tools.submit %}
<div class="sc-overlay">
<h2>We need content here!</h2>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{% include services.html %}
{% include hubs_grid.html %}
{% include lead.html %}
{% include tools_grid.html %}
{% include resources_grid.html %}
{% include tools_grid.html %}
{% include timeline.html %}
{% include partner-funder.html %}
{% include contact.html %}