Skip to content

Commit

Permalink
prepare thomas PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Goulven.Furet authored and Goulven.Furet committed Oct 18, 2023
1 parent 5122d6c commit c0b8599
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions ui/src/main/resources/templates/ecoscore.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>

<!--/* Metas and CSS */-->
<th:block th:insert="~{inc/header-meta.html}"></th:block>
<th:block th:insert="inc/header-meta.html"></th:block>

<!-- Primary Meta Tags -->
<title th:text="#{ecoscore.title}"></title>
Expand Down Expand Up @@ -32,10 +32,10 @@
<!--/* Navbar */-->
<header class="header-global">
<nav id="navbar-main" th:aria-label="#{aria.navigation.primary}" class="navbar navbar-main navbar-expand-lg navbar-theme-primary headroom navbar-dark navbar-theme-primary">
<th:block th:insert="~{inc/navbar-non-product.html}"></th:block>
<th:block th:insert="inc/navbar-non-product.html"></th:block>
</nav>
<!--/* Loader */-->
<th:block th:insert="~{inc/preloader.html}"></th:block>
<th:block th:insert="inc/preloader.html"></th:block>
</header>

<main>
Expand All @@ -46,9 +46,11 @@
<div class="container container-semi-fluid">
<div class="row justify-content-between align-items-center">
<div class="col-12 col-md-8 col-lg-8 text-center text-md-left">
<h1 class="display-2 mb-4">Eco-Score : l'évaluation écologique des produits</h1>
<p class="lead mb-4 text-muted">nudger.fr fait de vous un utilisateur écologiquement informé, en fournissant une évaluation environnementale des produits que vous achetez. Aussi bien dans le choix d’une télévision que dans celui d’un sèche-linge, il existe des indices permettant de déceler le facteur écologique de chacun de ses produits.</p>
</div>
<h1 class="display-2 mb-4">L’écoscore : l’évaluation écologique des produits</h1>
<th:block th:with="path='ECOSCORE/1/'">
<th:block th:insert="inc/wiki.html"></th:block>
</th:block>
</div>
<div class="col-12 col-md-4 d-none d-md-block text-center"><img src="../../assets/img/illustrations/about-illustration.svg" alt=""></div>
</div>
</div>
Expand All @@ -61,15 +63,15 @@ <h1 class="display-2 mb-4">Eco-Score : l'évaluation écologique des produits</h
<div class="container container-semi-fluid">
<div class="row align-items-center justify-content-around">
<div class="col-md-6 col-xl-7 text-center text-md-left">
<h2 class="h1 mb-5">Comment est calculé l’éco-score ?</h2>
<h2 class="h1 mb-5">Qu’est-ce que l’écoscore ?</h2>
<p class="lead">
<th:block th:with="path='ECOSCORE/2/'">
<th:block th:insert="~{inc/wiki.html}"></th:block>
<th:block th:insert="inc/wiki.html"></th:block>
</th:block>
</p>
</div>
<div class="col-md-6 col-xl-4 mb-5">
<img class="organic-radius img-fluid" src="../../assets/img/sections/about-us-2.jpg" >
<img class="organic-radius img-fluid" src="../../assets/img/sections/aecologie2.jpg" >
</div>
</div>
</div>
Expand All @@ -79,13 +81,13 @@ <h2 class="h1 mb-5">Comment est calculé l’éco-score ?</h2>
<div class="container container-semi-fluid">
<div class="row align-items-center justify-content-around">
<div class="col-md-6 col-xl-4 mb-5">
<img class="organic-radius img-fluid" src="../../assets/img/sections/about-us-1.jpg" >
<img class="organic-radius img-fluid" src="../../assets/img/sections/ecologie2.jpg" >
</div>
<div class="col-md-6 col-xl-7 text-center text-md-left">
<h2 class="h1 mb-5">Comment lire l’éco-score pour effectuer ses achats ?</h2>
<h2 class="h1 mb-5">Comment est calculé l’écoscore ?</h2>
<p class="lead">
<th:block th:with="path='ECOSCORE/3/'">
<th:block th:insert="~{inc/wiki.html}"></th:block>
<th:block th:insert="inc/wiki.html"></th:block>
</th:block>
</p>
</div>
Expand All @@ -98,24 +100,26 @@ <h2 class="h1 mb-5">Comment lire l’éco-score pour effectuer ses achats ?</h2>
<div class="container container-semi-fluid">
<div class="row align-items-center justify-content-around">
<div class="col-md-6 col-xl-7 text-center text-md-left">
<h2 class="h1 mb-5">Comment exploiter le score écologique en tant que professionnel ?</h2>
<h2 class="h1 mb-5">Comment intégrer l’écoscore à la vie de tous les jours ?</h2>
<p class="lead">
<th:block th:with="path='ECOSCORE/4/'">
<th:block th:insert="~{inc/wiki.html}"></th:block>
</th:block>
</p>
<th:block th:insert="inc/wiki.html"></th:block>
</th:block>
</p>
</div>

<div class="col-md-6 col-xl-4 mb-5">
<img class="organic-radius img-fluid" src="../../assets/img/sections/about-us-1.jpg" >
<img class="organic-radius img-fluid" src="../../assets/img/sections/ecologie3.jpg" >
</div>
</div>

</div>
</section>
</main>


<!--/* Footer */-->
<th:block th:insert="~{inc/footer.html}"></th:block>
<th:block th:insert="inc/footer.html"></th:block>

<!-- Core -->
<script src="../../vendor/@popperjs/core/dist/umd/popper.min.js"></script>
Expand Down Expand Up @@ -144,4 +148,4 @@ <h2 class="h1 mb-5">Comment exploiter le score écologique en tant que professio
<script src="../../assets/js/pixel-custom.js"></script>
</body>

</html>
</html>

0 comments on commit c0b8599

Please sign in to comment.