-
Notifications
You must be signed in to change notification settings - Fork 0
/
instructions.html
35 lines (29 loc) · 1.58 KB
/
instructions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Utilisation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/instructions.css">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
</head>
<body>
<main>
<h1>Instructions:</h1>
<h2>What is Handly?</h2>
<p>Handly is an application for smartphone and computer that allow translation the sign language in real time
with the cam of the device.</p>
<p>The application allow also to have french dictionnay - sign language of all alphabetical letters, french
words and also current expression.</p>
<p>The application aggregate all the needs for communicate with an hard of hearing</p>
<h2>How to use it?</h2>
<p>To translate the person who talk with the sign language : Go to the page "live sign's language translator".
Then record the personne who need to put his hands at the center of the camera.</p>
<p>Each words, letter or expression will in real time.</p>
<p>To knows the translation of a letter,words or expression : Go to the page "Sign's dictionnay". Enter your
search in the seach's input. The sign will be display and you need only to reproduce it.</p>
<a href="index.html"><img src="assets/img/bouton retour instructions.png"></a>
</main>
</body>
</html>