diff --git a/_layouts/partners.html b/_layouts/partners.html index a27f59e6397c598e0e94df149291960fc605c1b5..06b491137ee34228f4d86596f86447f2b0c97b23 100644 --- a/_layouts/partners.html +++ b/_layouts/partners.html @@ -85,6 +85,10 @@ <a href="https://esciencecenter.nl" class="btn btn-light btn-lg btn-logo"> <img src="{% link assets/img/third-party-logos/netherlandsesciencecenter.png %}" alt="Netherlands eScience Center Logo"> </a> + + <a href="https://wiki.geant.org/display/AARC" class="btn btn-light btn-lg btn-logo"> + <img src="{% link assets/img/third-party-logos/AARC.png %}" alt="AARC Logo"> + </a> </div> </section> </div> diff --git a/assets/img/third-party-logos/AARC.png b/assets/img/third-party-logos/AARC.png new file mode 100644 index 0000000000000000000000000000000000000000..3e7271fe0dd3ad6cd926e0830924d9c5dbfb6b04 Binary files /dev/null and b/assets/img/third-party-logos/AARC.png differ