changed activity3 image

This commit is contained in:
2025-02-16 16:36:08 +01:00
parent 1e41981045
commit 62b842cc03
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -109,7 +109,7 @@
<div class="col-lg-4"> <div class="col-lg-4">
<div class="card overflow-hidden hover-img"> <div class="card overflow-hidden hover-img">
<div class="position-relative"> <div class="position-relative">
<img src="{{request.static_url('cao_sunyata:static/img/home/home_activity3.jpg')}}" class="card-img-top" alt="matdash-img"> <img src="{{request.static_url('cao_sunyata:static/img/home/home_ni_su.jpg')}}" class="card-img-top" alt="matdash-img">
<span class="badge text-bg-light text-dark fs-2 lh-sm mb-9 me-9 py-1 px-2 fw-semibold position-absolute bottom-0 end-0"> <span class="badge text-bg-light text-dark fs-2 lh-sm mb-9 me-9 py-1 px-2 fw-semibold position-absolute bottom-0 end-0">
Evènement</span> Evènement</span>
</div> </div>

View File

@@ -196,7 +196,7 @@
{% else %} {% else %}
<li> <li>
<a class="nav-link" href="{{request.route_url('login')}}"> <a class="nav-link" href="{{request.route_url('login')}}">
<i class="ti ti-login fs-7"></i></a> &nbsp;&nbsp;<i class="ti ti-login fs-7"></i></a>
</li> </li>
{% endif %} {% endif %}
</ul> </ul>