[enh] add full-picture.html section template

This commit is contained in:
Laurent Peuch 2015-12-08 08:40:51 +01:00
parent 59c72aa913
commit e0327c9199

View File

@ -0,0 +1,9 @@
<section class="full-picture" style="background: transparent url('{{ section.image }}') no-repeat scroll center top / cover;">
<div class="picture-text">
<div class="picture-text-column">
<h1>Some title on the picture</h1>
<h2>Some subtitle</h2>
<div class="datetime">march 3th 2015</div>
</div>
</div>
</section>