From 40e46df6dd50627d43bce637b155f890e180f218 Mon Sep 17 00:00:00 2001
From: Dorian Goepp <dorian.goepp@gmail.com>
Date: Mon, 8 Apr 2019 16:52:11 +0200
Subject: [PATCH] Fine tuining

---
 {src => public}/LearnMore.css      |  0
 public/index.html                  |  2 --
 public/manifest.json               |  4 ++--
 src/index.html => public/more.html | 27 ++++++++++++---------------
 public/second.html                 | 14 --------------
 src/Header/index.js                |  2 +-
 6 files changed, 15 insertions(+), 34 deletions(-)
 rename {src => public}/LearnMore.css (100%)
 rename src/index.html => public/more.html (85%)
 delete mode 100644 public/second.html

diff --git a/src/LearnMore.css b/public/LearnMore.css
similarity index 100%
rename from src/LearnMore.css
rename to public/LearnMore.css
diff --git a/public/index.html b/public/index.html
index b4b31ea..0d0d296 100755
--- a/public/index.html
+++ b/public/index.html
@@ -2,8 +2,6 @@
 <html lang="en">
   <head>
     <meta charset="utf-8" />
-    <link rel="shortcut icon" href="%PUBLIC_URL%/behaviors.favicon-430x430.jpg" />
-    <!-- <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">  -->
     <meta
       name="viewport"
       content="width=device-width, initial-scale=1, shrink-to-fit=no"
diff --git a/public/manifest.json b/public/manifest.json
index 1f2f141..22e99c7 100755
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,6 +1,6 @@
 {
-  "short_name": "React App",
-  "name": "Create React App Sample",
+  "short_name": "Lavizu",
+  "name": "Lavizu: advanced visualisation tool for robotics",
   "icons": [
     {
       "src": "favicon.ico",
diff --git a/src/index.html b/public/more.html
similarity index 85%
rename from src/index.html
rename to public/more.html
index 86186c2..7d3c610 100644
--- a/src/index.html
+++ b/public/more.html
@@ -4,19 +4,16 @@
     <title>Learn more about us</title>
     <meta charset="UTF-8" >
     <link rel="stylesheet" href="LearnMore.css" >
-    <link rel="shortcut icon" href="%PUBLIC_URL%/behaviors.favicon-430x430.jpg" />
   </head>
   <body>
 
     <div>
       <h1>About Behaviors.ai</h1>
-      <a class="lavizu_btn" href="adresse" targer="_blank">Lavizu</a>
-      <div>
-      <img src="../public/images/behaviors-work.jpg"
+      <a class="lavizu_btn" href="adresse" targer="_blank">< Lavizu</a>
+      <img src="images/behaviors-work.jpg"
           alt="team-photo"
           key="team-photo"
           id="team-photo"/>
-      </div>
       <div class="team-description">
         <p>Behaviors.ai (Behaviors.ai is an Engine enHancing verbAl and nonĀ­Verbal InteractiOns of RobotS, based on Artificial Intelligence) is a Common Laboratory funded by the ANR (French Research Agency) and gathers skills from LIRIS researchers in Artificial Intelligence and from Hoomano, a specialized firm in software development for social robots. It has started in February 2017 and will last three years.
           Behaviors.ai targets to transfer fundamental research results, especially in developmental learning, to mass-market applications in robots. The team research focuses on the understanding of the interactional context and on providing an appropriate and accurate response.</p>
@@ -28,59 +25,59 @@
       <p>Lavizu aims to explain what is happening in the head of the agent when it is learning. Showing the mental states, the memory and the evolution of knowledge of the agent may lead to a better comprehension of the developmental learning algorithms for our team, researchers or the general public. Being able to debug our algorithms to improve their efficiency is also a goal of this visualisation, and could finally lead to more natural interactions with robots.</p>
     </div>
 
-
-
     <div>
       <div class="single-service-line1">
         <h2>Supported by</h2>
-        <img src="../public/images/logo-ANR.png"
+        <img src="images/logo-ANR.png"
             alt="logo-ANR"
             key="logo-ANR"
             id="logo-ANR"/>
       </div>
 
       <div class="single-service-line2">
-        <img src="../public/images/logo-liris.png"
+        <img src="images/logo-liris.png"
             alt="logo-liris"
             key="logo-liris"
             id="logo-liris"/>
       </div>
       <div class="single-service-line2">
-        <img src="../public/images/logo-hoomano.png"
+        <img src="images/logo-hoomano.png"
             alt="logo-hoomano"
             key="logo-hoomano"
             id="logo-hoomano"/>
       </div>
+
       <div class="single-service-line3">
-        <img src="../public/images/logo-cnrs.png"
+        <img src="images/logo-cnrs.png"
             alt="logo-cnrs"
             key="logo-cnrs"
             id="logo-cnrs"/>
       </div>
 
       <div class="single-service-line3">
-        <img src="../public/images/logo-Lyon-1.png"
+        <img src="images/logo-Lyon-1.png"
             alt="logo-Lyon-1"
             key="logo-Lyon-1"
             id="logo-Lyon-1"/>
       </div>
       <div class="single-service-line3">
-        <img src="../public/images/logo-insa.png"
+        <img src="images/logo-insa.png"
             alt="logo-insa"
             key="logo-insa"
             id="logo-insa"/>
       </div>
       <div class="single-service-line3">
-        <img src="../public/images/logo-ecole-centrale.png"
+        <img src="images/logo-ecole-centrale.png"
             alt="logo-ecole-centrale"
             key="logo-ecole-centrale"
             id="logo-ecole-centrale"/>
       </div>
       <div class="single-service-line3">
-        <img src="../public/images/logo-univlyon2.png"
+        <img src="images/logo-univlyon2.png"
             alt="logo-univlyon2"
             key="logo-univlyon2"
             id="logo-univlyon2"/>
       </div>
     </div>
   </body>
+</html>
\ No newline at end of file
diff --git a/public/second.html b/public/second.html
deleted file mode 100644
index 4cd2af9..0000000
--- a/public/second.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8" />
-    <title>Playing with SVG</title>
-  </head>
-  <body>
-    <p>I am the first paragraph, here from the very begining.</p>  
-    <svg width="80%" height="500" xmlns="http://www.w3.org/2000/svg">
-      <rect x="0.5" y="0.5" width="101" height="20" style="fill:none;stroke:black;stroke-width:1;opacity:0.5"/>
-      <rect x="1" y="1" width="35" height="19" style="fill:rgb(35, 128, 204);stroke:none;opacity:0.5"/>
-    </svg>
-  </body>
-</html>
diff --git a/src/Header/index.js b/src/Header/index.js
index 15f9def..025a8ee 100644
--- a/src/Header/index.js
+++ b/src/Header/index.js
@@ -32,7 +32,7 @@ export function Header(props) {
     <div className="block sleep">
       <SleepDuration ros={props.ros}/>
     </div>
-    <a class="lavizu_btn" href="adresse" targer="_blank">?</a>
+    <a className="lavizu_btn" href="more.html">?</a>
   </div>);
 }
 
-- 
GitLab