-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.html
100 lines (95 loc) · 2.81 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ARKick: Help</title>
<style>
body {
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:58px;
line-height:35px;
background-color:#1F1F1F;
margin:0px;
padding:0px;
color:#ffffff;
}
.logo {
background-image:url("images\\top-bar.png");
background-repeat:repeat-x;
color:#ffffff;
background-color:#393B39;
padding:10px;
background-position:bottom;
overflow:hidden;
padding:20px;
margin-left:-20px;
margin-right:-20px;
}
.logo img {
float:left;
margin-right:15px;
}
.logo h1 {
margin:0px;
padding:0px;
padding-top:0px;
margin-top:15px;
line-height:57px;
font-weight:normal;
}
h2 {
line-height:45px;
font-weight:normal;
}
.wrapper {
padding:20px;
padding-top:0px;
}
.warning {
background-color:#87100C;
color:#ffffff;
padding:20px;
margin:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.icon{ float:right; margin-right:20px;}
.icon img{ width:90px; }
.icon02{ float:right; margin-right:20px;}
.icon02 img{ height:80px; margin-right:15px; }
strong{ color:#1EEDF8;}
hr{ border:none; size:0px; border-bottom:1px #999999 dashed}
</style>
</head>
<body>
<font size="6">
<h3>How to use ARKick</h3>
<p>Make sure you have a good internet connection and location services are active.</p>
<p>
ARKick is an Augmented Reality app that suggests you places in an AR view according to the mode that you have selected.
In the camera view click on the screen or a marker, by which a utility bar will come at the bottom of the screen by which you can select more options.</p>
<p>
If you can't find any places try increasing the radius in the utility bar. Also make sure you have a good internet connection to find your location.
</p>
<hr>
<div class="icon">
<img src="icons\sidekick.png">
</div>
<strong>» Sidekick mode</strong>
<p> Select Sidekick mode and find places around you using Sidekick engine which will consider temperature, weather, time, location and social factors and recommend you places.</p>
<hr>
<div class="icon">
<img src="icons\browser.png">
</div>
<strong>» Browser mode</strong>
<p> Select Browser mode and select or find categories to find custom places.</p>
<hr>
<strong>» Utility bar</strong>
<ul>In the camera view tap on the screen to get a utility bar at the bottom of the screem which shows current radius. To increase or decrease radius select the zoom or minimize button respectively and click on the refresh button.</ul>
<ul> Click on a marker by which the utility bar will come at the bottom of the screen by which you can see the time to reach the location, detailed information, delete the marker or favourite the location.</ul>
<hr>
</font>
</body>
</html>