Initial commit
This commit is contained in:
78
www/backup/template/notre-metier.html
Normal file
78
www/backup/template/notre-metier.html
Normal file
@@ -0,0 +1,78 @@
|
||||
<!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-notre-metier">
|
||||
|
||||
<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">
|
||||
|
||||
<h1 class="page-title-position">#DOSSIER_NOM.</h1>
|
||||
<THELIA_IMAGE type="IMAGE" num="1" dossier="#DOSSIER_ID">
|
||||
<div class="bg-vid" style="background-image: url(#FICHIER)"></div>
|
||||
</THELIA_IMAGE>
|
||||
|
||||
<header class="pane-header__content">
|
||||
</header>
|
||||
|
||||
|
||||
</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">
|
||||
|
||||
#DESCRIPTION
|
||||
|
||||
|
||||
|
||||
|
||||
</THELIA_DOSSIER>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
#INCLURE "template/footer.html"
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user