Added images to the interactions (with and without short range)
This commit is contained in:
parent
07869bceb8
commit
10e54c615c
5 changed files with 2 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB |
BIN
cara/apps/static/images/long_range_anim.png
Normal file
BIN
cara/apps/static/images/long_range_anim.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
cara/apps/static/images/short_range_anim.png
Normal file
BIN
cara/apps/static/images/short_range_anim.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
|
|
@ -75,7 +75,7 @@
|
|||
{% endif %}
|
||||
</h6>
|
||||
<br>
|
||||
<img src="/static/images/1.png" class="align-middle mb-3">
|
||||
<img src="/static/images/long_range_anim.png" class="align-middle mb-3">
|
||||
<div class="d-flex" style="min-height: 160px">
|
||||
{% block long_range_warning_animation %}
|
||||
<div class="intro-banner-vdo-play-btn animation-color m-auto d-flex align-items-center justify-content-center">
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
With <b>short range interactions</b>
|
||||
</h6>
|
||||
<br>
|
||||
<img src="/static/images/2.png" class="align-middle mb-3">
|
||||
<img src="/static/images/short_range_anim.png" class="align-middle mb-3">
|
||||
<div class="d-flex" style="min-height: 160px">
|
||||
{% block warning_animation %}
|
||||
<div class="intro-banner-vdo-play-btn animation-color m-auto d-flex align-items-center justify-content-center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue