-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
266 lines (247 loc) · 14 KB
/
Copy pathindex.html
File metadata and controls
266 lines (247 loc) · 14 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
<!-- master -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My First Bitstarter</title>
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap-combined.no-icons.min.css">
<link rel="stylesheet" href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fsocial-buttons.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.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://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">
<style>
/*Large desktop*/
@media (min-width: 980px) {
body { padding-top: 60px; }
.linediv-l { border-right: 1px solid #fff; }
.linediv-r { border-left: 1px solid #fff; }
}
/*Landscape phones and down*/
@media (max-width: 480px) {
.copy { padding: 2.5% 10%; }
.linediv-l { border-bottom: 1px solid #fff; }
.linediv-r { border-top: 1px solid #fff; }
}
/*All form factors*/
/*Main body and headings*/
body { font-family: "Open Sans", Helvetica, Arial, sans-serif; }
.heading, .subheading {
font-family: "Ubuntu", Helvetica, Arial, sans-serif;
text-align: center;
}
p {
font-size: 18px;
line-height: 24px;
}
p.lead {
padding-top: 1.5%;
font-size: 24px;
line-height: 30px;
}
/*Video pitch and Action*/
.pitch { padding: 2.5% 0; }
.order { padding: 2% 0; }
.actions {
background-color: #343434;
padding: 3% 0;
}
.video, .thermometer, .order, .social, .statistics { text-align: center; }
.statistics h3, .statistics p { color: #fff; }
/*Marketing Copy and Footer*/
.copy {
padding: 2.5% 0;
text-align: justify;
}
.asset { padding: 2.5% 0; }
.footer {
color: #ccc;
text-align: center;
}
.footer p { font-size: 11px; }
.footer a { color: #ccf; }
</style>
</head>
<body>
<!-- Mobile-friendly navbar adapted from example. -->
<!-- http://twitter.github.io/bootstrap/examples/starter-template.html -->
<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="#">AR.Drone</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><!--/.nav-collapse -->
</div>
</div>
</div>
<!-- We use row-fluid inside containers to achieve a resizable layout. -->
<!-- blogs.endjn.com/2013/04/tips-for-implementing-responsive-using-bootstrap/ -->
<!-- http://stackoverflow.com/a/12270322 -->
<div class="container">
<!-- Font and paired font of .heading/.subheading and bosy from Google Fonts -->
<!-- www.google.com/fonts/specimen/Ubuntu -->
<!-- www.google.com/fonts/specimen/Ubuntu#pairings -->
<div class="row-fluid heading">
<div class="span12">
<h1>AR.Drone 2.0</h1>
</div>
</div>
<div class="row-fluid subheading">
<div class="span12">
<!-- Special typography from Bootstrap for lead paragraph. -->
<!-- http://twitter.github.io/bootstrap/base-css.html#typography -->
<p class="lead">PILOT with your smartphone!</p>
</div>
</div>
<div class="row-fluid pitch">
<div class="span5 offset1 video">
<img class="img-polaroid" src="http://i.imgur.com/YSFPeXx.png">
<!-- <a href="http://imgur.com/YSFPeXx"><img src="http://i.imgur.com/YSFPeXx.png" title="Hosted by imgur.com"/></a> -->
</div>
<!-- We define a new 'actions' div to contain statistics, order, and share buttons. -->
<div class="span5 actions">
<div class="span8 offset2">
<div class="statistics">
<div class="span4">
<div class="linediv-l">
<!-- linediv-l and linediv-r give dividing lines that look different in horizontal and vertical layouts, illustrating media queries. -->
<h3>1000</h3><p>backers</p>
</div>
</div>
<div class="span4">
<div class="linediv-c">
<h3>$0</h3><p>of $10,000</p>
</div>
</div>
<div class="span4">
<div class="linediv-r">
<h3>50</h3><p>days left</p>
</div>
</div>
</div>
</div>
<div class="span10 offset1">
<!-- Bootstrap progress bar -->
<!-- http://twitter.github.io/bootstrap/components.html#progress -->
<div class="thermometer progress active">
<div class="bar bar-success" style="width: 0%"></div>
<div class="bar bar-warning" style="width: 100%"></div>
</div>
</div>
<div class="span6 offset3 order">
<!-- Standard Bootstrap button. -->
<!-- http://twitter.github.io/bootstrap/base-css.html#buttons -->
<button class="btn btn-success btn-large">Preorder</button>
</div>
<div class="span8 offset2 social">
<!-- Social buttons are not included in default Bootstrap. -->
<!-- See: http://noizwaves.github.io/bootstrap-social-buttons -->
<button class="btn btn-twitter"><i class="icon-twitter"></i> | Twitter</button>
<button class="btn btn-facebook"><i class="icon-facebook"></i> | Facebook</button>
</div>
</div>
</div>
<!-- Beyond this part the marketing copy begins. -->
<!-- https://developer.mozilla.org/en-US/docs/Web/CSS/text-align -->
<!-- http://twitter.github.io/bootstrap/base-css.html#images -->
<!-- http://placehold.it -->
<div class="row-fluid section1">
<div class="span5 offset1 asset">
<img class="img-polaroid" src="http://i.imgur.com/QxTJSoO.png">
<!-- <a href="http://imgur.com/QxTJSoO"><img src="http://i.imgur.com/QxTJSoO.png" title="Hosted by imgur.com"/></a> -->
</div>
<div class="span5 copy">
<p>The Parrot AR.Drone was revealed at the International CES 2010 in Las Vegas along with demonstration of the iOS applications used to control it. Along with AR.Freeflight, the application designed for free operation of the drone, Parrot also released AR.Race, allowing users take part in solo games, or interact with other drones in combat simulations.</p>
</div>
</div>
<div class="row-fluid section2">
<div class="span5 offset1 copy copy-right">
<p>The airframe of the AR.Drone, constructed of plastic and carbon fiber parts, measures 57 cm (22 in) across.[4] Two interchangeable hulls were supplied with the airframe, one designed for indoor and one for external flight. The indoor hull is made from foam, and encases the circumference of the blades for protection. The outdoors use hull is made from lightweight plastic, and allows for increased manoeuvrability. In total, the AR.Drone has six degrees of freedom, with a miniaturized inertial measurement unit tracking the pitch, roll and yaw for use in stabilisation.</p>
</div>
<div class="span5 asset">
<img class="img-polaroid" src="http://i.imgur.com/mRmJj8r.png">
<!-- <a href="http://imgur.com/mRmJj8r"><img src="http://i.imgur.com/mRmJj8r.png" title="Hosted by imgur.com"/></a> -->
</div>
</div>
<!-- For the FAQ, we introduce a little bit of JS, using the accordion. -->
<!-- This brings in jquery.js and bootstrap.js as dependencies. -->
<!-- http://twitter.github.io/bootstrap/javascript.html#collapse -->
<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 href="#collapseOne" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2">How many hotspots or badspots can I post?</a>
</div>
<div id="collapseOne" class="accordion-body collapse">
<div class="accordion-inner">
Hotspots. Each user can post up to 10 Hotspots/Badspots. To set a Hotspot/Badspot, click the ADD button on the map and drop a pin on the map. Each Hotspot/Badspot can be commented fo further details.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a href="#collapseTwo" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2">Can I manage my privacy settings?</a>
</div>
<div class="collapseTwo accordion-body collapse">
<div class="accordion-inner">
You can manage privacy by choosing what you want to share or keep private. All individual information on your profile can be set as public or private and you can choose for each flight whether you want to keep it for your personal view only or share it with the online community. Privacy settings can be found in the settings of MY PROFILE section, in any individual flight and each time you share a content online.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a href="#collapseTwo" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2">What are the devices compatible with the AR.Drone Academy?</a>
</div>
<div class="collapseTwo accordion-body collapse">
<div class="accordion-inner">
As a part of the application the AR.Drone Academy is compatible with all the devices compatible with the application. You can refer to the compatibility section of the support page for further indication. The AR.Drone Academy is currently only available for iOS devices.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a href="#collapseTwo" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2">Why doesn't my flight appear on the map?</a>
</div>
<div class="collapseTwo accordion-body collapse">
<div class="accordion-inner">
Activate the location services of your device to get the geolocation working. Look for the GPS icon highlighted in orange on the application homepage to make sure your GPS is on when you take off.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a href="#collapseTwo" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2">Are my flights data automatically synchronized online?</a>
</div>
<div class="collapseTwo accordion-body collapse">
<div class="accordion-inner">
You'll need to be connected in 3G/Edge or Wi-Fi to synchronize your flights (data, videos, photos) online. Activate the 3G/Edge automatic sync in the preferences or connect to a Wi-Fi network to upload your data (you should then disconnect fom your AR.Drone).
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Not crucial, but we put this under a CC By-SA 3.0 license. -->
<!-- http://creativecommons.org/licenses/ -->
<div class="row-fluid footer">
<div class="span12">
<p>This.is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC By-SA 3.0</a>, without all the cruft that would otherwise be put at the bottom of the page.</p>
</div>
</div>
</div>
</body>
</html>