New layout for website
This commit is contained in:
57
resources/views/Shop/home2.twig
Normal file
57
resources/views/Shop/home2.twig
Normal file
@@ -0,0 +1,57 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>OpenSemis</title>
|
||||
<meta name="description" content="Boutique propulsée par HumaN.E.T">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="icon" type="image/vnd.microsoft.icon" href="img/favicon.ico?1528709483">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico?1528709483">
|
||||
<link rel="stylesheet" href="/css/theme.css" type="text/css" media="all">
|
||||
|
||||
{{ include("Shop._partials.presta_js")}}
|
||||
|
||||
</head>
|
||||
|
||||
<body id="index" class="lang-fr country-us currency-usd layout-full-width page-index tax-display-disabled">
|
||||
|
||||
<main>
|
||||
|
||||
{{ include("Shop._partials.header") }}
|
||||
{{ include("Shop._partials.notifications") }}
|
||||
|
||||
<div id="top_home">
|
||||
|
||||
<div id="spin-wrapper"></div>
|
||||
<div id="siteloader">
|
||||
<div class="loader"></div>
|
||||
</div>
|
||||
|
||||
{{ include("Shop._partials.slider") }}
|
||||
{{ include("Shop._partials.block-banner") }}
|
||||
{{ include("Shop._partials.block-products") }}
|
||||
|
||||
|
||||
{{ include("Shop._partials.block-breadcrumb") }}
|
||||
{{ include("Shop._partials.wrapper") }}
|
||||
|
||||
{{ include("Shop._partials.block-bottom")}}
|
||||
|
||||
{{ include("Shop._partials.footer")}}
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<a id="slidetop" href="#" > </a>
|
||||
|
||||
<script type="text/javascript" src="/js/theme.js" ></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user