Initial commit
This commit is contained in:
commit
a961619d08
21 changed files with 413 additions and 0 deletions
27
templates/index.html
Normal file
27
templates/index.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{% 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"> </div>
|
||||
<div class="main-text red-bottom">The Bee’s Gospel Singers</div>
|
||||
<div class="flex-grow-1 overright"> </div>
|
||||
</div>
|
||||
<div class="d-flex justify-content-center">
|
||||
<div class="flex-grow-1 overleft"> </div>
|
||||
<div class="main-text red-bottom">Gospel de l’Abeille</div>
|
||||
<div class="flex-grow-1 overright red-bottom"> </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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue