Skip to content

Commit

Permalink
feat: Add link to 2023 Impact Report (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Feb 2, 2024
1 parent 72ec343 commit 94208fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portal/templates/portal/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<div class="col-sm-4 col-xs-12">
<p><a href="{% url 'about' %}">About us</a></p>
<p><a class="freshdesk__contact-us">Help and support</a></p>
<p><a href="https://storage.googleapis.com/codeforlife-assets/impact_reports/impact_report_2023.pdf"
target="_blank">Impact Report 2023</a></p>
</div>
<div class="col-sm-4 col-xs-12">
<p><a href="{% url 'privacy_notice' %}">Privacy notice</a></p>
Expand Down
3 changes: 3 additions & 0 deletions portal/templates/portal/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ <h1>{{ user|make_into_username }}</h1>
<span class="material-icons-outlined md-32">chevron_right</span></a>
<a class="button button--menu__item freshdesk__contact-us">Help and support
<span class="material-icons-outlined md-32">chevron_right</span></a>
<a class="button button--menu__item" target="_blank"
href="https://storage.googleapis.com/codeforlife-assets/impact_reports/impact_report_2023.pdf">
Impact Report 2023<span class="material-icons-outlined md-32">chevron_right</span></a>
<a class="button button--menu__item optanon-toggle-display">Cookie settings
<span class="material-icons-outlined md-32">chevron_right</span></a>
<a class="button button--menu__item" href="{% url 'privacy_notice' %}">Privacy notice
Expand Down

0 comments on commit 94208fb

Please sign in to comment.