Skip to content

Commit

Permalink
Adjust UNICEF logo
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 10, 2024
1 parent 28524bd commit 730a6b0
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Binary file added static/img/logos/UNICEF/UNICEF_logo_footer_AR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/UNICEF/UNICEF_logo_footer_EN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/UNICEF/UNICEF_logo_footer_FR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions templates/base_admin_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@
<div class="md:hidden flex flex-1 justify-end float-right">
<div style="width:120px" class="md:block block">
{% if org.language != "ar" and org.language != "ru" and org.language != "ch" and org.language != "fr" %}
<img src="{{ STATIC_URL }}/img/logos/UNICEF/UNICEF_logo_footer_EN.png" class="md:-ml-0 -ml-2">
<img src="{{ STATIC_URL }}/img/logos/UNICEF/UNICEF_logo_footer_EN.png" class="md:-ml-0 -ml-2" alt="UNICEF logo">
{% else %}
<img src="{{ STATIC_URL }}/img/logos/UNICEF/UNICEF_logo_footer_{{ org.language }}.png" class="md:-ml-0 -ml-2">
<img src="{{ STATIC_URL }}/img/logos/UNICEF/UNICEF_logo_footer_{{ org.language }}.png" class="md:-ml-0 -ml-2" alt="UNICEF logo">
{% endif %}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/public_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -749,9 +749,9 @@
<div class="md:hidden flex flex-1 justify-end float-right">
<div style="width:120px" class="md:block block">
{% if org.language != "ar" and org.language != "ru" and org.language != "ch" and org.language != "fr" %}
<img src="{{ STATIC_URL }}/img/logos/UNICEF/UNICEF_logo_footer_EN.png" class="md:-ml-0 -ml-2">
<img src="{{ STATIC_URL }}/img/logos/UNICEF/UNICEF_logo_footer_EN.png" class="md:-ml-0 -ml-2" alt="UNICEF logo">
{% else %}
<img src="{{ STATIC_URL }}/img/logos/UNICEF/UNICEF_logo_footer_{{ org.language }}.png" class="md:-ml-0 -ml-2">
<img src="{{ STATIC_URL }}/img/logos/UNICEF/UNICEF_logo_footer_{{ org.language }}.png" class="md:-ml-0 -ml-2" alt="UNICEF logo">
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 730a6b0

Please sign in to comment.