-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinformationnative.html
146 lines (137 loc) · 3.78 KB
/
informationnative.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ARKick: Info</title>
<style>
body {
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:50px;
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:55px; }
.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">
<div class="wrapper">
<h2>ARKick is your personal, contextual, social Augmented Reality Sidekick.</h2>
<strong>» Prime Features</strong>
<p>ARKick is bridging your physical contextual world to your social world: </p>
<div class="icon">
<img src="icons\sidekick.png">
<img src="icons\cont.png">
</div>
<strong>» SideKick Engine</strong>
<p>SideKick Engine is the core of ARKick which does all the understanding and adapting for contextual mode to recommend the best possible places. </p>
<hr>
<div class="icon">
<img src="icons\location.png">
<img src="icons\marker.png">
</div>
<strong>» Location</strong>
<p>Using your GPS, SideKick Engine looks for your position on the globe.</p>
<hr>
<div class="icon">
<img src="icons\thunder.png">
<img src="icons\rain.png">
</div>
<strong>» Weather</strong>
<p>SideKick Engine makes sure it knows what the weather is like around you so that you don't get wet or sunburnt.</p>
<hr>
<div class="icon">
<img src="icons\temp.png">
<img src="icons\f.png">
</div>
<strong>» Temperature</strong>
<p>SideKick Engine also monitors the temperature around you, allowing it to recommend ambient places.
</p>
<hr>
<div class="icon">
<img src="icons\nav.png">
<img src="icons\map.png">
</div>
<strong>» Compass</strong>
<p>Using your magnetic sensor a.k.a. the compass ARKick makes a radar for you.</p>
<hr>
<div class="icon">
<img src="icons\fb.png">
<img src="icons\fs.png">
</div>
<strong>» Social World</strong>
<p>ARKick currently uses Foursquare and Facebook to bridge your social world into the real physical world.</p>
<hr>
<div class="icon">
<img src="icons\future.png">
<img src="icons\here.png">
</div>
<strong>» The future is here:</strong>
<ul style="list-style:none">
<li>» Why should Iron Man be the only person to use AR technology in his day to day life?</li>
<li>» ARKick hopes to enhance your daily productivity and enrich your life using futuristic technologies.</li>
<li>» Privacy Policy: ARKick NEVER stores or uploads your data anywhere.</li>
</ul>
<hr>
<div class="icon">
<img src="icons\help.png">
<img src="icons\email.png">
</div>
<strong>» Support:</strong>
<p>If you have any issues with ARKick, please contact us:<br>
You can visit our website <a href="http://www.refocuslabs.com" style="color:#1EEDF8;" target="_blank">www.refocuslabs.com</a><br>
You can send us email <a href="mailTo:[email protected]" style="color:#1EEDF8">Click to Email </a> </p>
</div>
</font>
</body>
</html>