Skip to content

Moved logo grid into main content wrap #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions _layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
{% include latest_news.html %}
</section>
</div>
<div class="inner logo-grid">
{% for partner in page.partners %}
<a class="logo-grid-item" href="{{ partner.ref_url }}"><img class="partner-logo" src="{{ partner.logo_path }}"/></a>
{% endfor %}
</div>
</div>
6 changes: 0 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ Learn more about [the project](project_overview.md).
We gratefully acknowledge funding from [funders]( {{ site.funders }}), under grant number 'abc'.
<br>
[Key stakeholders]( {{ site.stakeholders }} )
<br>
<div class="logo-grid">
{% for partner in page.partners %}
<a class="logo-grid-item" href="{{ partner.ref_url }}"><img class="partner-logo" src="{{ partner.logo_path }}"/></a>
{% endfor %}
</div>

<br>

Expand Down