beesgospel/templates/index.html
2025-07-08 20:37:02 +02:00

28 lines
1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "base.html" %}
{% block header %}{% endblock %}
{% block content %}
<div class="homediv">
<div class="hometitle text-center">
<a class="homeurl harlow" href="{% url 'presentation' %}">
<div class="d-flex justify-content-center mb-4">
<div class="flex-grow-1 overleft red-bottom">&nbsp;</div>
<div class="main-text red-bottom">The Bees Gospel Singers</div>
<div class="flex-grow-1 overright">&nbsp;</div>
</div>
<div class="d-flex justify-content-center">
<div class="flex-grow-1 overleft">&nbsp;</div>
<div class="main-text red-bottom">Gospel de lAbeille</div>
<div class="flex-grow-1 overright red-bottom">&nbsp;</div>
</div>
</a>
</div>
</div>
<div id="homeaudio" class="d-flex justify-content-center">
<div class="text-start">
<i>Écouter:</i><br>
<audio controls src="{% static 'songs/WeShallOvercome.mp3' %}"></audio>
</div>
</div>
{% endblock %}