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 b4b31eac77615b7a544eee0d008a5139bf6931e9..0d0d296b647ac50143c5727e3dd9650b09d76f4e 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 1f2f141fafdeb1d31d85b008ec5132840c5e6362..22e99c7d802c931f229dc5276bc1f817bb2408f2 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 86186c223c5994787cd82cd5b41db1ff586c72d8..7d3c6102701e5b5ce687c404a3cc8b4271def7d5 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 4cd2af9b5e8b94b5bd53b008dcff6ff32e72f21a..0000000000000000000000000000000000000000 --- 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 15f9defb1ce686ee30fcaf8a15259fff9c8e7b57..025a8ee1abba2c5668c51a712eb2dc48032fd966 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>); }