Abeille + lien agenda sur accueil
This commit is contained in:
parent
f2184da7c6
commit
d39cc93133
|
@ -3,6 +3,7 @@
|
|||
{% block header %}{% endblock %}
|
||||
{% block content %}
|
||||
<div class="homediv">
|
||||
<div class="logo-container text-center"><img src="{% static 'img/abeille.webp' %}"></div>
|
||||
<div class="hometitle text-center">
|
||||
<a class="homeurl harlow" href="{% url 'presentation' %}">
|
||||
<div class="d-flex justify-content-center mb-4">
|
||||
|
@ -32,6 +33,11 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
<div class="row justify-content-center mt-3 agenda_line">
|
||||
<div class="col-12 text-end mt-2">
|
||||
<a class="text-white fst-italic" href="{% url 'agenda' %}">Agenda complet…</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="homeaudio" class="d-flex justify-content-center mt-5">
|
||||
|
|
Loading…
Reference in a new issue