templates home (corrections) + container (logos footer)

main
jgenero 3 years ago
parent d3087097f8
commit ef6ca498c6

@ -64,38 +64,48 @@
<div class="col d-flex align-items-center"> <div class="col d-flex align-items-center">
<div class="container text-center"> <div class="container text-center">
<div class="row"> <div class="row">
<div class="col"> <div class="col" style="margin: auto;">
<a href="https://www.cnrs.fr/" target="_blank"> <a href="https://www.cnrs.fr/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/cnrs_logo.png')}}" alt="CRH" width="80" height="auto"/> <img src="{{url_for('static', filename='img/logo_footer/cnrs_logo.png')}}" alt="CRH" width="80" height="auto"/>
</a> </a>
</div> </div>
<div class="col"> <div class="col" style="margin: auto;">
<a href="https://www.pantheonsorbonne.fr/" target="_blank"> <a href="https://www.pantheonsorbonne.fr/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/paris1_logo.png')}}" alt="P1" width="80" height="auto"/> <img src="{{url_for('static', filename='img/logo_footer/paris1_logo.png')}}" alt="P1" width="80" height="auto"/>
</a> </a>
</div> </div>
<div class="col"> <div class="col" style="margin: auto;">
<a href="https://www.chartes.psl.eu/" target="_blank"> <a href="https://www.ehess.fr/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/enc_logo.png')}}" alt="ENC" width="80" height="auto"/> <img src="{{url_for('static', filename='img/logo_footer/ehess_logo.png')}}" alt="EHESS" width="80" height="auto"/>
</a> </a>
</div> </div>
</div> <div class="col" style="padding-top: 3%; margin: auto;">
<div class="row" style="padding-top: 3%;">
<div class="col" style="padding-top: 3%;">
<a href="https://www.archives-nationales.culture.gouv.fr/" target="_blank"> <a href="https://www.archives-nationales.culture.gouv.fr/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/an_logo.png')}}" alt="AN" width="110" height="auto"/> <img src="{{url_for('static', filename='img/logo_footer/an_logo.png')}}" alt="AN" width="110" height="auto"/>
</a> </a>
</div> </div>
<div class="col"> </div>
<div class="row" style="padding-top: 3%; margin: auto;">
<div class="col" style="margin: auto;">
<a href="http://crh.ehess.fr/" target="_blank"> <a href="http://crh.ehess.fr/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/crh_logo.png')}}" alt="CRH" width="100" height="auto"/> <img src="{{url_for('static', filename='img/logo_footer/crh_logo.png')}}" alt="CRH" width="100" height="auto"/>
</a> </a>
</div> </div>
<div class="col"> <div class="col" style="margin: auto;">
<a href="https://www.chartes.psl.eu/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/enc_logo.png')}}" alt="ENC" width="80" height="auto"/>
</a>
</div>
<div class="col" style="margin: auto;">
<a href="https://lamop.pantheonsorbonne.fr/" target="_blank"> <a href="https://lamop.pantheonsorbonne.fr/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/lamop_logo.png')}}" alt="LAMOP" width="100" height="auto"/> <img src="{{url_for('static', filename='img/logo_footer/lamop_logo.png')}}" alt="LAMOP" width="100" height="auto"/>
</a> </a>
</div> </div>
<div class="col" style="margin: auto;">
<a href="https://labexhastec.ephe.psl.eu/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/hastec_logo.png')}}" alt="HASTEC" width="80" height="auto"/>
</a>
</div>
</div> </div>
</div> </div>
</div> </div>

@ -7,7 +7,7 @@
<div class="row featurette"> <div class="row featurette">
<div class="col-md-7"> <div class="col-md-7">
<h2 class="featurette-heading">Actes princiers <br/> <span class="text-muted">XII<sup>e</sup> siècle &mdash; XVI<sup>e</sup> siècle</span></h2> <h2 class="featurette-heading">Actes princiers <br/> <span class="text-muted">XII<sup>e</sup> siècle &mdash; XVI<sup>e</sup> siècle</span></h2>
<p class="lead">Ce site présente des actes élaborés par les chancelleries de plusieurs princes et princessses de sang royal des XIVe et XVe siècles. Cet ensemble, en grande partie inédit, a pour but d'aider à mieux articuler les enjeux de pouvoir des princes de la fin du Moyen Âge avec les logiques décriture de leurs chancelleries.</p> <p class="lead">Ce site présente des actes élaborés par les chancelleries de plusieurs princes et princesses de sang royal du XII<sup>e</sup> siècle au XVI<sup>e</sup> siècle. Cet ensemble, en grande partie inédit, a pour but d'aider à mieux articuler les enjeux de pouvoir des princes de la fin du Moyen Âge avec les logiques décriture de leurs chancelleries.</p>
<p><a class="btn btn-outline-success" href="{{url_for('main.about')}}" role="button">En savoir plus &raquo;</a></p> <p><a class="btn btn-outline-success" href="{{url_for('main.about')}}" role="button">En savoir plus &raquo;</a></p>
</div> </div>
<div class="col-md-5"> <div class="col-md-5">

Loading…
Cancel
Save