Ajout photos sur page contact
This commit is contained in:
parent
ff9358f919
commit
808a1645ce
BIN
beesgospel/static/img/eric.jpg
Normal file
BIN
beesgospel/static/img/eric.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
BIN
beesgospel/static/img/nicole.jpg
Normal file
BIN
beesgospel/static/img/nicole.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-6 mt-4 left-red">
|
||||
<div class="col-md-3 mt-4 left-red">
|
||||
<h3>Président</h3>
|
||||
|
||||
<p>Eric Develey<br>
|
||||
|
@ -14,7 +14,10 @@
|
|||
<a href="mailto:edeveley@bluewin.ch">edeveley@bluewin.ch</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-6 mt-4 left-red">
|
||||
<div class="col-md-3 mt-4">
|
||||
<img class="portrait" src="{% static 'img/eric.jpg' %}">
|
||||
</div>
|
||||
<div class="col-md-3 mt-4 left-red">
|
||||
<h3>Cheffe de cœur</h3>
|
||||
|
||||
<p>Nicole Jaquet Henry<br>
|
||||
|
@ -26,6 +29,9 @@
|
|||
<a href="mailto:njaquethenry@gmail.com">njaquethenry@gmail.com</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-3 mt-4">
|
||||
<img class="portrait" src="{% static 'img/nicole.jpg' %}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-5">
|
||||
|
|
Loading…
Reference in a new issue