-
Notifications
You must be signed in to change notification settings - Fork 0
/
instructionsLearn.html
55 lines (45 loc) · 2.79 KB
/
instructionsLearn.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,500" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="imgs/favicon-16x16.png">
<title>Tutorial</title>
<link rel="stylesheet" href="style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178448067-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-178448067-1');
</script>
</head>
<body>
<img src="imgs/blob3.svg" style="position:absolute; width: 600px; height: 600px; left: -210px; top: -300px;">
<h1 style="font-size: 100px; top:-30px">Tutorial</h1>
<div><img src="imgs/blob.svg" style="position:absolute; width: 130px; height: 130px; top: 250px;"></div>
<div><img src="imgs/blob1.svg" style="position:absolute; width: 130px; height: 130px; top: 250px; left:500px"></div>
<div><img src="imgs/blob2.svg" style="position:absolute; width: 130px; height: 130px; top: 250px; left:970px"></div>
<div><h3 style="width: 60px; height: 60px; position:absolute; top: 245px; ">1.</h3></div>
<div><h3 style="width: 60px; height: 60px; position:absolute; top: 245px; left:500px">2.</h3></div>
<div><h3 style="width: 60px; height: 60px; position:absolute; top: 245px; left:970px">3.</h3></div>
<div class="buttons">
<div><p style="width: 290px; position:absolute; top: 400px;">Accept camera access and wait for the webcam to load.</p></div>
<div><p style="width: 290px; position:absolute; top: 400px; left:550px">Perform the same pose as the image on the right, making sure to face the same direction.</p></div>
<div><p style="width: 290px; position:absolute; top: 400px; left: 1020px">Hold for 10 seconds. <br>The timer will restart if you make a mistake. Make sure to complete all six poses. Enjoy!</p></div>
<div><h3></h3></div>
</div>
<img src="imgs/allow.png" style="position:absolute; top: 560px; left: 260px; height:90px"/>
<img src="imgs/treadmill.png" style="position:absolute; top: 407px; left: 780px; height:250px"/>
<img src="imgs/time.svg" style="position:absolute; top: 370px; left: 1290px; height:100px"/>
<div class="buttons">
<div><a href="index.html" style="width: 150px"><indexbutton style="font-size: 35px; top:700px">Back</indexbutton></a></div>
<div></div>
<div><a href="learn.html" style="width: 150px"><indexbutton style="font-size: 35px; left:1100px; top:700px; background: #E84A47;">Start ➜</indexbutton></a></div>
<div></div>
</div>
</body>
<footer>© Made With ❤️ by team nerdHerds.</footer>
</html>