Initial commit
This commit is contained in:
90
www/backup/template/index.html
Normal file
90
www/backup/template/index.html
Normal file
@@ -0,0 +1,90 @@
|
||||
<!doctype html>
|
||||
<html lang="#CODELANG">
|
||||
|
||||
|
||||
|
||||
<head>
|
||||
|
||||
<THELIA_SEO type="seo" dossier="17">
|
||||
<title>#TITRE</title>
|
||||
<meta name="description" content="#METADESC" />
|
||||
</THELIA_SEO>
|
||||
|
||||
|
||||
#INCLURE "template/meta.html"
|
||||
|
||||
</head>
|
||||
<body class="page-accueil">
|
||||
|
||||
<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"
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.bx-wrapper, .bx-viewport{
|
||||
height:100% !important;
|
||||
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class="pane pane--left" data-pane="left">
|
||||
<div class="pane__inner pane-header pane-header--about bxslider">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<THELIA_IMAGE type="IMAGE" ddossier="17">
|
||||
<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="17">
|
||||
|
||||
<h1 style="font-size:21px;" class="text-center">#CHAPO</h1>
|
||||
<div class="text-justify">
|
||||
#DESCRIPTION
|
||||
|
||||
</div>
|
||||
<THELIA_conts type="DOSSIER" id="2"><div class="text-center text-uppercase link-more"><a href="#URL">#TITRE <span>></span></a></div></THELIA_conts>
|
||||
<hr class="style-one"/>
|
||||
|
||||
<THELIA_conts type="DOSSIER" id="4"><div class="text-center text-uppercase link-more"><a href="#URL">#TITRE <span>></span></a></div></THELIA_conts>
|
||||
|
||||
|
||||
|
||||
|
||||
</THELIA_DOSSIER>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
#INCLURE "template/footer.html"
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user