Skip to content
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
99 changes: 99 additions & 0 deletions main/static/assets/img/landing/funders/DisCouRSE-Logo-Dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions main/static/assets/img/landing/funders/DisCouRSE-Logo-Light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 27 additions & 1 deletion main/templates/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,40 @@ <h3>Plan your career</h3>
<div class="card border-0 bg-secondary h-100 py-lg-2 py-xl-4 text-center">
<div class="card-body">
<h3>Building a stronger future for digital research</h3>
<p class="mb-4">Browser a variety of roles across digital research themes</p>
<p class="mb-4">Browse a variety of roles across digital research themes</p>
<a class="btn btn-lg btn-primary" href="{% url 'roles' %}">Explore
roles</a>
</div>
</div>
</div>
</div>
</section>
<!-- Funding section -->
<section class="container pt-3 mt-lg-3 mt-xl-4 mt-xxl-5 mb-5">
<h2 class="h1 text-center pt-2 pt-sm-3 pt-md-4 pb-sm-2 pb-lg-3 mt-lg-2 mx-auto"
style="max-width: 740px">Funding</h2>
<div class="row justify-content-md-center">
<div class="col-sm-6">
<div class="card border-0 bg-secondary h-100 py-lg-2 py-xl-4 text-center">
<div class="card-body">
<p class="mb-3">
This work is in part supported by
the <a href="https://discourse-network.github.io/" target="_blank">DisCouRSE</a> Network+ project, which received funding
through the UKRI Digital Research Infrastructure Programme.
</p>
<img class="d-inline-block d-dark-mode-none"
src="{% static 'assets/img/landing/funders/DisCouRSE-Logo-Dark.svg' %}"
width="196"
alt="DisCouRSE">
<img class="d-none d-dark-mode-inline-block"
src="{% static 'assets/img/landing/funders/DisCouRSE-Logo-Light.svg' %}"
width="196"
alt="DisCouRSE">
</div>
</div>
</div>
</div>
</section>
<!-- Bootstrap modal -->
<div class="modal fade" id="videoModal" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
Expand Down