Updated the front page, with the new logo.
This commit is contained in:
parent
4f273f89c2
commit
2910dab1f4
5 changed files with 50 additions and 12 deletions
|
|
@ -44,10 +44,37 @@ h1 > small {
|
|||
* Content
|
||||
*/
|
||||
|
||||
.homepage-section-contact {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
.homepage-section-contact p {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.homepage-section-contact dt {
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.homepage-section-contact dd {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.homepage-section-title {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.homepage-section-logo {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.homepage-section-title h2 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.homepage-show {
|
||||
border: 0;
|
||||
text-align: center;
|
||||
|
|
|
|||
BIN
content/images/logo-256x256.png
Normal file
BIN
content/images/logo-256x256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
content/images/logo.png
Normal file
BIN
content/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 161 KiB |
|
|
@ -19,10 +19,3 @@ Département et de la Région.
|
|||
D'autre part, l'association organise quatre fois par an des soirées
|
||||
théâtrales sur la commune, en invitant une troupe amateur de la
|
||||
région.
|
||||
|
||||
Contact :
|
||||
|
||||
<div style="margin-left: 2em;">
|
||||
René CABANES, au 06 66 34 84 13<br/>
|
||||
Courriel : tousenscene34@yahoo.fr
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -16,17 +16,35 @@
|
|||
|
||||
{% block main %}
|
||||
<section class="container">
|
||||
{{ contents | safe }}
|
||||
</section>
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-6 homepage-section-logo">
|
||||
<img src="images/logo-256x256.png" alt="Logo" />
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-6">
|
||||
{{ contents | safe }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="homepage-section-title col-sm">
|
||||
<h2>Contact</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-6 col-md-offset-3 homepage-section-contact">
|
||||
<p>Courriel : tousenscene34980@gmail.com</p>
|
||||
<dl>
|
||||
<dt>Président</dt>
|
||||
<dd>René CABANES, au 06 66 34 84 13</dd>
|
||||
<dt>Responsable spectacles</dt>
|
||||
<dd>Francisco Solis, au 06 78 56 17 28</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="container">
|
||||
<div class="homepage-section-title col-sm">
|
||||
<h2>Agenda</h2>
|
||||
</div>
|
||||
<div class="tes-agenda tes-agenda-front" data-format="open"></div>
|
||||
</section>
|
||||
|
||||
<section class="container">
|
||||
<div class="homepage-section-title col-sm">
|
||||
<h2>Dernières Créations</h2>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue