-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
293 lines (267 loc) · 10.7 KB
/
index.html
File metadata and controls
293 lines (267 loc) · 10.7 KB
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RemoteNaut</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- In order to serve files, we would need to setup web.js...
<link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap-responsive.min.css"> -->
<link type="text/css" rel="stylesheet" href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap-combined.no-icons.min.css">
<link type="text/css" rel="stylesheet" href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fsocial-buttons.css">
<script src="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fjquery.js"></script>
<script src="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap.js"></script>
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<!-- Google fonts - http://www.google.com/fonts -->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:400,400italic,500|Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<style type="text/css">
/* Large desktop */
@media (min-width: 980px){
body{
padding-top: 60px;
}
.linediv-l{
border-right: 1px white solid;
}
.linediv-r{
border-left: 1px white solid;
}
}
/* Landscape phones and down */
@media (max-width: 480px){
.copy{
padding: 2.5% 10%;
}
.linediv-l{
border-bottom: 1px white solid;
}
.linediv-r{
border-top: 1px white solid;
}
}
/* Common styles */
p.lead {
padding-top: 1.5%;
line-height: 30 px;
}
p{
font-size: 18px;
line-height: 24px;
}
/* Heading - google fonts */
body{
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.heading, .subheading{
font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
text-align:center;
}
/* Video and action */
.pitch{
padding: 2.5% 0%;
}
.order{
padding: 2% 0%;
}
.actions{
padding: 3% 0%;
background-color: #343434;
}
.video, .thermometer, .order, .social, .statistics {
text-align: center;
}
.statistics h3, .statistics p{
color:white;
}
/* Marketing copy */
.copy{
padding-top: 2.5%;
padding-bottom: 2.5%;
text-align: justify;
}
.asset{
padding: 2.5% 0;
}
/* Footer */
.footer{
color: #cccccc;
text-align: center;
}
.footer p{
font-size: 11px;
}
.footer a{
color: #ccccff;
}
/* http://designshack.net/articles/css/how-to-center-anything-with-css/ */
div.addthis_toolbox {
width:180px;
margin: 0 auto;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42951889-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- Navigation bar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#">Bitstarter</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Heading / subheading. Widths in the grid are set with span: span12 = 12 grid columns -->
<div class="row-fluid heading">
<div class="span12">
<h1>RemoteNaut</h1>
</div>
</div>
<div class="row-fluid subheading">
<div class="span12">
<p class="lead">Here and there.</p>
</div>
</div>
<!-- Introduction: pitch, actions... -->
<div class="row-fluid pitch">
<div class="span6 offset1 video">
<a href="http://imgur.com/JO02ucb"><img src="http://i.imgur.com/JO02ucb.jpg" title="RemoteNaut at Keops" alt="RemoteNaut at Keops"/></a>
</div>
<div class="span5 actions">
<div class="span8 offset2">
<div class="row-fluid statistics">
<div class="span4">
<div class="linediv-l">
<h3>1100</h3><p>backers</p>
</div>
</div>
<div class="span4">
<div class="linediv-c">
<h3>400000</h3><p>of 1000000$</p>
</div>
</div>
<div class="span4">
<div class="linediv-r">
<h3>15</h3><p>days left</p>
</div>
</div>
</div>
</div>
<div class="span10 offset1">
<div class="thermometer progress active">
<div class="bar bar-success" style="width: 40%"></div>
<div class="bar bar-warning" style="width: 60%"></div>
</div>
</div>
<div class="span6 offset3 order">
<button class="btn btn-success btn-large">Preorder</button>
</div>
<div class="span8 offset2 social">
<button class="btn btn-twitter"><i class="icon-twitter"></i> | Twitter</button>
<button class="btn btn-facebook"><i class="icon-facebook"></i> | Facebook</button>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51fed92126d326c1"></script>
<!-- AddThis Button END -->
</div>
</div> <!-- actions -->
</div> <!-- pitch -->
<!-- Marketing copy -->
<div class="row-fluid section1">
<div class="span5 offset1 asset">
<a title="By WikiJavilon (Own work) [CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons" href="http://commons.wikimedia.org/wiki/File%3ADibujante_en_el_Grand_Canyon.JPG"><img width="512" alt="Grand Canyon" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/79/Dibujante_en_el_Grand_Canyon.JPG/512px-Dibujante_en_el_Grand_Canyon.JPG"/></a>
</div>
<div class="span5 copy">
<p>
So much world to travel and so little budget. Ever dreamed visiting the Pyramid or Grand Canyon and wished they were closer? Now they are: with our state-of-art Double Robotics RemoteNauts you will have the chance of being there... and here.
</p>
</div>
</div>
<div class="row-fluid section2">
<div class="span5 offset1 copy copy-right">
<p>
Tourism never got easier: just sign up, choose your destination and RemoteDays and we will arrange everything else for you. Forget the hassle of tourist visas, long-standing queues, airport security... simply enjoy the location of your dreams with the comfort of being at home.
</p>
<ul>
<li>Pyramid Remotour: 1 full-day visit to the Pyramid of Keops. Special Bitstarter price: 250$</li>
<li>Rome Remotour: 1 week in the eternal city, where you choose your unforgettable visits: Colyseum, Pantheon, Vatican Museum, Piazzas, Caravaggio tour... Special Bitstarter price: 1500$</li>
</ul>
</div>
<div class="span5 asset">
<a title="By Andreas Tille (Own work) [GFDL (http://www.gnu.org/copyleft/fdl.html) or CC-BY-SA-3.0-2.5-2.0-1.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons" href="http://commons.wikimedia.org/wiki/File%3AColosseumAtEvening.jpg"><img width="512" alt="Colosseum Rome" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/28/ColosseumAtEvening.jpg/512px-ColosseumAtEvening.jpg"/></a>
</div>
</div>
<!-- FAQ -->
<div class="row-fluid faq">
<div class="span10 offset1">
<h3>FAQ</h3>
<div class="accordion" id="accordion2">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="accordion2" href="#collapse-one">Which locations are available?</a>
</div>
<div id="collapse-one" class="accordion-body collapse">
<div class="accordion-inner">We are starting with top three travel destinations: Pyramid of Keops (Egipt) and Rome city. The third will be chosen among the early bitstarters.</div>
</div>
</Div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="accordion2" href="#collapse-two">How does the RemoteNauts actually work?</a>
</div>
<div id="collapse-two" class="accordion-body collapse">
<div class="accordion-inner">Our Remotour-guide deploys the RemoteNaut unit to the destination of your choice and takes charge of all the issues, while you navigate the unit with the help of the RemoteNaut app. This app allows you to talk with your guide, make pictures and send them to your favorite social network, and review our travel guides</div>
</div>
</Div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="accordion2" href="#collapse-three">For which devices is the RemoteNaut app available?</a>
</div>
<div id="collapse-three" class="accordion-body collapse">
<div class="accordion-inner">Our app is currently available for iOS and Android devices</div>
</div>
</Div>
</div>
</div>
</div> <!-- FAQ -->
<div class="row-fluid footer">
<div class="span12">
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p>
</div>
</div>
</div> <!-- container -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42951889-1', 'herokuapp.com');
ga('send', 'pageview');
</script>
</body>
</html>