From 8218a53af84a54b38ec49e2dbb124c29c7bb5f59 Mon Sep 17 00:00:00 2001
From: siick <hpjoa@linux.fr>
Date: Sat, 11 Jan 2020 17:47:55 +0100
Subject: [PATCH] ajout retour haut de page

---
 index.html          | 7 ++++++-
 info.html           | 8 +++++++-
 nous-rejoindre.html | 9 +++++++--
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 9101a64..c586184 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,7 @@
 			<div id="wrapper" class="divided">
 
 				<!-- One -->
-					<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
+					<section id="toppage" class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
 						<div class="content">
 							<a href="index.html"><img class="w3-spin" src="images/onirik_logo.png" height="50px" width="50px"></a>
 							<h1>Onirik</h1>
@@ -207,6 +207,11 @@
 							</div>
 							<!-- END - We recommend to place the below code where you want the form in your website html  -->
 						</div>
+						<div class="inner">
+							<ul class="icons">
+								<li><a href="#toppage"></span class="label"><img class="w3-spin" src="images/onirik_logo.png" height="50px" width="50px"></span></a></li>
+							</ul>
+						</div>
 					</section>
 
 				<!-- Footer -->
diff --git a/info.html b/info.html
index d09e377..63769d4 100644
--- a/info.html
+++ b/info.html
@@ -19,7 +19,7 @@
 			<div id="wrapper" class="divided">
 
 				<!-- One -->
-					<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
+					<section id="toppage" class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
 						<div class="content">
 							<a href="index.html"><img class="w3-spin" src="images/onirik_logo.png" height="50px" width="50px"></a>
 							<h1>Onirik</h1>
@@ -94,6 +94,12 @@
 									<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p>
 								</section>
 							</div>
+							<div class="inner">
+								<ul class="icons">
+									<li><a href="#toppage"></span class="label"><img class="w3-spin" src="images/onirik_logo.png" height="50px" width="50px"></span></a></li>
+								</ul>
+							</div>
+						</div>
 						</section>
 
 				<!-- Footer -->
diff --git a/nous-rejoindre.html b/nous-rejoindre.html
index 2c3bff5..93dd04f 100644
--- a/nous-rejoindre.html
+++ b/nous-rejoindre.html
@@ -19,7 +19,7 @@
 			<div id="wrapper" class="divided">
 
 				<!-- One -->
-				<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
+				<section id="toppage" class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
 					<div class="content">
 						<a href="index.html"><img class="w3-spin" src="images/onirik_logo.png" height="50px" width="50px"></a>
 						<h1>I am Onirik</h1>
@@ -74,6 +74,11 @@
 						</ul>
 						<p>Tu peux également envoyer un chèque ou nous faire un virement, pour cela contacte nous par mail à l'adresse <a href="mailto:contact@onirik.io">contact@onirik.io</a>.</p>
 					</div>
+					<div class="inner">
+							<ul class="icons">
+								<li><a href="#toppage"></span class="label"><img class="w3-spin" src="images/onirik_logo.png" height="50px" width="50px"></span></a></li>
+							</ul>
+						</div>
 				</section>
 
 				<!-- Footer -->
@@ -86,7 +91,7 @@
 							<li><a href="#" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
 							<li><a href="mailto:contact@onirik.io" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
 						</ul>
-						<p>&copy; Onirik. Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a> & <a href="https://laurentscarciello.fr" target="_blank">L.Scarciello</p>
+						<p>&copy; Onirik. Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a> & <a href="https://laurentscarciello.fr" target="_blank">Siick</p>
 					</div>
 				</footer>
 			</div>
-- 
GitLab