Skip to content

Commit

Permalink
updated logo
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed May 1, 2024
1 parent aa2c746 commit c10409b
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
Binary file added src/my_geonode/static/img/hsdc-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions src/my_geonode/static/img/immap_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/my_geonode/templates/account/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="flex items-center mb-16 justify-between">
<div class="flex items-center">
<a href="/">
<img src="{% static 'img/immap_logo.png' %}" class="w-auto h-16" alt="iMMAP LOGO" srcset="">
<img src="{% static 'img/hsdc-logo.png' %}" class="w-auto h-16" alt="iMMAP LOGO" srcset="">
</a>
</div>
<!-- <h1 class="font-extrabold text-[16px] ml-5">
Expand Down
2 changes: 1 addition & 1 deletion src/my_geonode/templates/account/password_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="flex items-center mb-16 justify-between">
<div class="flex items-center">
<a href="/">
<img src="{% static 'img/immap_logo.png' %}" class="w-auto h-16" alt="iMMAP LOGO" srcset="">
<img src="{% static 'img/hsdc-logo.png' %}" class="w-auto h-16" alt="iMMAP LOGO" srcset="">
</a>
</div>
<!-- <h1 class="font-extrabold text-[16px] ml-5">
Expand Down
2 changes: 1 addition & 1 deletion src/my_geonode/templates/account/password_reset_done.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="flex items-center mb-16 justify-between">
<div class="flex items-center">
<a href="/">
<img src="{% static 'img/immap_logo.png' %}" class="w-auto h-16" alt="iMMAP LOGO" srcset="">
<img src="{% static 'img/hsdc-logo.png' %}" class="w-auto h-16" alt="iMMAP LOGO" srcset="">
</a>
</div>
{% comment %} <h1 class="font-extrabold text-[16px] ml-5">
Expand Down
2 changes: 1 addition & 1 deletion src/my_geonode/templates/account/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="flex items-center mb-16 mt-16 justify-between">
<div class="flex items-center">
<a href="/">
<img src="{% static 'img/immap_logo.png' %}" class="w-auto h-16" alt="iMMAP LOGO" srcset="">
<img src="{% static 'img/hsdc-logo.png' %}" class="w-auto h-16" alt="iMMAP LOGO" srcset="">
</a>
</div>
<!-- <h1 class="font-extrabold text-[16px] ml-5">
Expand Down
2 changes: 1 addition & 1 deletion src/my_geonode/templates/email_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
href="https://immap.org/"
>
<img
src="{% static 'img/immap_logo.png' %}"
src="{% static 'img/hsdc-logo.png' %}"
width="254"
style="
font: 20px/24px Arial, Helvetica, sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% if custom_theme.logo and custom_theme.logo.url %}
<img src="{{ custom_theme.logo.url }}" class="w-auto h-16">
{% else %}
<img src="{% static 'img/immap_logo.png' %}" class="w-auto h-16">
<img src="{% static 'img/hsdc-logo.png' %}" class="w-auto h-16">
{% endif %}
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/myapp/templates/myapp/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="px-24 py-1 mx-auto flex justify-between items-center">
<div class="landing_hero_content ">
<div class="landing_logo flex items-center space-x-2">
<img src="{% static 'img/immap_logo.png' %}" class="w-auto h-16">
<img src="{% static 'img/hsdc-logo.png' %}" class="w-auto h-16">
</div>
</div>
<div class="gn-menu-content-right">
Expand Down

0 comments on commit c10409b

Please sign in to comment.