Skip to content

Commit

Permalink
feat: add 2022-2023 annual report
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Segal committed Oct 6, 2023
1 parent d5a9d5e commit a2e0ea1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
Binary file not shown.
20 changes: 18 additions & 2 deletions app/web/templates/web/about/reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ <h2 style="z-index: 1">
<div class="link-list two">
<div class="card">
<img class="icon" src="{% static 'web/img/icons/document.svg' %}">
<h2>Annual Report<br class="mobile-break"> 2021-2022</h2>
<h2>Annual Report<br class="mobile-break"> 2022-2023</h2>
<p>
Read about the work we've done over the last year.
</p>
<a href="{% static 'web/docs/Anika-Legal-Annual-Report-2021-2022.pdf' %}">
<a href="{% static 'web/docs/Anika-Legal-Annual-Report-2022-2023.pdf' %}">
<button>View</button>
</a>
</div>

<div class="card">
<img class="icon" src="{% static 'web/img/icons/document.svg' %}">
<h2>Strategic Plan<br class="mobile-break"> 2023-2025</h2>
Expand All @@ -56,6 +57,7 @@ <h2>Strategic Plan<br class="mobile-break"> 2023-2025</h2>
<button>View</button>
</a>
</div>

<div class="card">
<img class="icon" src="{% static 'web/img/icons/document.svg' %}">
<h2>Repairing rental homes (2022)</h2>
Expand All @@ -66,6 +68,18 @@ <h2>Repairing rental homes (2022)</h2>
<button>View</button>
</a>
</div>

<div class="card">
<img class="icon" src="{% static 'web/img/icons/document.svg' %}">
<h2>Annual Report<br class="mobile-break"> 2021-2022</h2>
<p>
Read about the work we've done over the 2021-2022.
</p>
<a href="{% static 'web/docs/Anika-Legal-Annual-Report-2021-2022.pdf' %}">
<button>View</button>
</a>
</div>

<div class="card">
<img class="icon" src="{% static 'web/img/icons/document.svg' %}">
<h2>Financial Report<br class="mobile-break"> 2021-2022</h2>
Expand All @@ -87,6 +101,7 @@ <h2>Annual Report<br class="mobile-break"> 2020-2021</h2>
<button>View</button>
</a>
</div>

<div class="card">
<img class="icon" src="{% static 'web/img/icons/document.svg' %}">
<h2>Financial Report<br class="mobile-break"> 2020-2021</h2>
Expand All @@ -108,6 +123,7 @@ <h2>Annual Report<br class="mobile-break"> 2019-2020</h2>
<button>View</button>
</a>
</div>

<div class="card">
<img class="icon" src="{% static 'web/img/icons/document.svg' %}">
<h2>Financial Report<br class="mobile-break"> 2018-2019</h2>
Expand Down

0 comments on commit a2e0ea1

Please sign in to comment.