Skip to content

Commit

Permalink
fix(ui/case-study): downscale images and fix image source
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Nov 11, 2024
1 parent 8532c94 commit 0f1fc05
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions sketch_map_tool/templates/case-study-timor-leste.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1>{{ _('Participatory Mapping in Timor Leste') }}</h1>
<figure>
<img src="{{ url_for("static",
filename="assets/images/case-study-timor-leste/banner.png") }}" alt="{{
filename="assets/images/case-study-timor-leste/banner.jpg") }}" alt="{{
_('') }}">
<figcaption>{{ _('') }}</figcaption>
</figure>
Expand Down Expand Up @@ -88,7 +88,7 @@ <h2>{{ _('How was the Sketch Mapping organized?') }}</h2>
</p>
<figure>
<img src="{{ url_for("static",
filename="assets/images/case-study-timor-leste/sketch-map.png") }}">
filename="assets/images/case-study-timor-leste/sketch-map.jpg") }}">
<figcaption>
{{ _('This Sketch Map shows the result of community mappers marking
historic flood areas in orange. © Red Cross Red Crescent Climate Centre
Expand All @@ -112,7 +112,7 @@ <h2>{{ _('Results and Impact') }}</h2>
</p>
<figure>
<img src="{{ url_for("static",
filename="assets/images/case-study-timor-leste/community-map.png") }}">
filename="assets/images/case-study-timor-leste/community-map.jpg") }}">
<figcaption>
{{ _(' This Community map shows the results of the different mapping
activities conducted in the area including the historical flood areas
Expand Down Expand Up @@ -147,7 +147,7 @@ <h2>{{ _('Lessons learnt') }}</h2>
</ol>
<figure>
<img src="{{ url_for("static",
filename="assets/images/case-study-timor-leste/community-meeting.png") }}">
filename="assets/images/case-study-timor-leste/community-meeting.jpg") }}">
<figcaption>
{{ _(' Community meeting in the Laclo valley to capture community
knowledge of floods, impacts, and capacities. © Red Cross Red Crescent
Expand Down

0 comments on commit 0f1fc05

Please sign in to comment.