This repository has been archived on 2023-12-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ae75/www/template/mentions-legales.html
2020-11-02 15:46:52 +01:00

74 lines
1.6 KiB
HTML

<!doctype html>
<html lang="#CODELANG">
<head>
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
<title>#TITRE</title>
<meta name="description" content="#METADESC" />
</THELIA_SEO>
#INCLURE "template/meta.html"
</head>
<body class="page-mentions-legales">
<div id="page-wrapper">
<a href="./" id="site-logo" class="logo-cube-wrap">
<img src="template/img/logo-dark.png"/>
</a>
#INCLURE "template/header.html"
<div class="pane pane--left" data-pane="left">
<div class="pane__inner pane-header pane-header--about">
<THELIA_IMAGE type="IMAGE" num="1" dossier="#DOSSIER_ID">
<div class="bg-vid" style="background-image: url(#FICHIER)"></div>
</THELIA_IMAGE>
</div>
</div>
<div class="pane pane--right" data-pane="right">
<div class="pane__inner allow-scroll">
<div class="pane__content content-container section bg-gray--lightest section--careers">
<div class="section__content">
<div class="section__main section__main--standalone">
<THELIA_DOSSIER type="DOSSIER" id="#DOSSIER_ID">
<h2 class="section__title h3 text-uppercase ">#TITRE</h2>
<div class="text-justify">
#DESCRIPTION
</div>
</THELIA_DOSSIER>
</div>
</div>
</div>
</div>
</div>
</div>
#INCLURE "template/footer.html"
</body>
</html>