-
Notifications
You must be signed in to change notification settings - Fork 0
/
onboarding2.html
45 lines (36 loc) · 1.55 KB
/
onboarding2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Computer Prototype</title>
<script src="engine.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link href="style.css" rel="stylesheet">
<style>
.button1 {
display:table;
height:95%;
position: absolute;
top: 50%;
left: 97.5%;
transform: translate(-100%, -50%);
}
</style>
</head>
<body>
<div class="container">
<h1 id="slogan1" style="text-align: left;" class="display-4">To the <b>Right</b></h1>
<br>
<p id="slogan2" style="text-align: left;">This object is to the <i>far right</i> of the screen.</p>
<p id="slogan2" style="text-align: left;">Items to the right of your cursor sound in your right ear.</p>
<p id="slogan2" style="text-align: left;">As you move your cursor closer, the sound will be <b>centered in both ears.</b></p>
<p id="slogan2" style="text-align: left;">This is <i>just like real life</i>, when you turn your head to face something.</p>
<p id="slogan2" style="text-align: left;">Click the button on the right to continue.</p>
<!-- <p id="slogan2">Think of them like guests chatting at a cocktail party.</p> -->
<!-- <p id="slogan2">Click the next button to meet our first guest.</p> -->
</div>
<a id="button-tut" class="button1" href="onboarding3.html" role="button"></a><br>
</body>
</html>