Skip to content

Commit

Permalink
feat: add links to supporting organisations
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Feb 16, 2024
1 parent f3a6bd8 commit 6dfc084
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/pages/static/organisation/organisation.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ <h1>{{ 'ORGANISATION.TITLE' | translate }}</h1>
</div>
<p class="mt-5">Cun sustegn da:</p>
<div class="logos">
<img class="ufc" src="assets/images/logos/ufc.png" alt="Logo UfC">
<img class="lr" src="assets/images/logos/lr.svg" alt="Logo Lia Rumantscha">
<a href="https://www.bak.admin.ch/bak/rm/home.html" target="_blank">
<img class="ufc" src="assets/images/logos/ufc.png" alt="Logo UfC">
</a>
<a href="https://www.liarumantscha.ch/rm" target="_blank">
<img class="lr" src="assets/images/logos/lr.svg" alt="Logo Lia Rumantscha">
</a>
</div>
</section>

0 comments on commit 6dfc084

Please sign in to comment.