You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
8.7 KiB
HTML

2 years ago
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>Actes princiers</title>
{% include "partials/app_css_links.html" %}
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="background-color: #05386B !important">
<a class="navbar-brand" href="{{url_for('main.home')}}">Actes princiers</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="{{url_for('main.about')}}">À propos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{url_for('main.corpora_all')}}">Corpus</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{url_for('main.contact')}}">Contact</a>
</li>
</ul>
<form class="form-inline mt-2 mt-md-0">
<input class="form-control mr-sm-2" type="text" placeholder="Recherche" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Rechercher</button>
</form>
</div>
</nav>
</header>
<main role="main" style="min-height: 80vh; height: auto !important; height: 100%; margin: 0 auto 50px;">
<!-- BLOCK CORPS -->
{% block corps%}{%endblock%}
</main>
<!-- FOOTER -->
<footer class="footer text-center text-lg-start bg-light" style="background-color: #05386B !important;">
<section class="" style="padding: 1%;">
<p class="float-right"><a href="#">Haut de page &#x2191</a></p>
<div class="container text-center text-md-start mt-5">
<div class="row">
<div class="col mx-auto mb-4" style="color: white;">
<h6 class="text-uppercase fw-bold mb-4">Actes princiers</h6>
<p>Édition des actes des chancelleries princières de la fin du Moyen Âge.</p>
<p style="font-size: 10pt;">Développée par le Laboratoire de médiévistique occidentale de Paris (UMR 8589/ CNRS-Paris 1) et le Centre de recherches historiques (UMR 8558/ CNRS-EHESS), avec le soutien de l'École nationale des chartes, des Archives nationales et du Labex Hastec.</p>
<p style="font-size: 10pt;">
<span class="link-border-dotted"> <a href="{{url_for('main.terms')}}">Mentions légales.</a> </span><span class="link-border-dotted">
<a href="https://www.huma-num.fr/">Huma-Num</a>
</span><span class="link-border-dotted">
<a href="https://www.etalab.gouv.fr/licence-ouverte-open-licence/">Licence Etalab 2.0</a>
</span>
</p>
</div>
<div class="col d-flex align-items-center">
<div class="container text-center">
<div class="row">
<div class="col" style="margin: auto;">
<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"/>
</a>
</div>
<div class="col" style="margin: auto;">
<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"/>
</a>
</div>
<div class="col" style="margin: auto;">
<a href="https://www.ehess.fr/" target="_blank">
<img src="{{url_for('static', filename='img/logo_footer/ehess_logo.png')}}" alt="EHESS" width="80" height="auto"/>
</a>
</div>
<div class="col" style="padding-top: 3%; margin: auto;">
<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"/>
</a>
</div>
</div>
<div class="row" style="padding-top: 3%; margin: auto;">
<div class="col" style="margin: auto;">
<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"/>
</a>
</div>
<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">
<img src="{{url_for('static', filename='img/logo_footer/lamop_logo.png')}}" alt="LAMOP" width="100" height="auto"/>
</a>
</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>
</section>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="{{url_for('static', filename="js/bootstrap_js_assets/vendor/jquery-slim.min.js")}}"><\/script>')</script>
<script src="{{url_for('static', filename='js/vendor/popper.min.js')}}"></script>
<script src="{{url_for('static', filename='js/bootstrap.min.js')}}"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line!
<script src="../static/js/bootstrap_js_assets/vendor/holder.min.js"></script>-->
<!-- Footnote core JavaScript
================================================== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js" integrity="sha512-J9QfbPuFlqGD2CYVCa6zn8/7PEgZnGpM5qtFOBZgwujjDnG5w5Fjx46YzqvIh/ORstcj7luStvvIHkisQi5SKw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="{{url_for('static', filename='js/footnotes_js/bigfoot.js')}}"></script>
<script type="text/javascript">
var bigfoot = $.bigfoot(
{
deleteOnUnhover: false,
preventPageScroll: false,
hoverDelay: 250
}
);
</script>
</body>
</html>