-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
509 lines (461 loc) · 26 KB
/
Copy pathhelp.html
File metadata and controls
509 lines (461 loc) · 26 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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/bootstrap.min.css"/>
<link href="assets/css/font-awesome.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"/>
<link rel="stylesheet" href="assets/css/animated.css"/>
<link rel="stylesheet" href="assets/css/style.css"/>
<link rel="stylesheet" href="assets/css/responsive.css"/>
<link rel="icon" href="assets/images/new/favicon-feetit.ico">
<title>Feet It</title>
<meta name="keywords" content="Feet, Shoes, Foot, Store">
</head>
<body>
<!-- =========================
NAV BAR BLUE
============================== -->
<div class="con-header">
<div class="container fixed-header">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span> <i class="fa fa-bars"></i>
</button>
<a href="index.html"><span class="navbar-brand ng-scope"><img src="assets/images/new/logotipo-feetit-white.png" alt=""/></span></a>
</div>
<div id="navbar" class="navbar-collapse collapse navbar-right" style="height: 1px">
<ul class="nav navbar-nav">
<li><a href="how_it_works.html">How it Works</a></li>
<li><a href="partner.html">Partner</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contact.html">Contact</a></li>
<!--<li><a href="//itunes.apple.com/us/app/feet-it/id885111429?l=pt&ls=1&mt=8" target="_blank" class="download">Download</a></li>-->
</ul>
</div>
</div>
<!-- =========================
NAV BAR FIXED
============================== -->
<div class="container">
<div class="row">
<div class="header_top col-md-12 ">
<div class="logo col-md-2">
<a href="index.html">
<img href="index.html" src="assets/images/new/logotipo-feetit-white.png"
style="visibility: visible; animation-delay: 900ms; animation-name: fadeInLeft;">
</a>
</div>
<div class="menu col-md-8">
<ul>
<li><a href="how_it_works.html">How it Works</a></li>
<li><a href="partner.html">Partner</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contact.html">Contact</a></li>
<!--<li><a href="//itunes.apple.com/us/app/feet-it/id885111429?l=pt&ls=1&mt=8" target="_blank" class=" btn download">Download</a></li>-->
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- =========================
CONTENT FAQS
============================== -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="text-center"><span translate="ID_WED_LOVE_TO_HEAR_FROM_YOU"
class="ng-scope"> Just ask..</span></h2>
<br>
<form>
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="(soon)">
</div>
<button type="submit" class="btn btn-default hidden"></button>
</form>
</div>
<div class="col-md-12">
<!-- ============== General FAQs =========== -->
<div class="col-lg-4">
<h3>General</h3>
<br>
<ul>
<!-- FAQ #1 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample" aria-expanded="false"
aria-controls="collapseExample">
What is the Feet IT ® App?
</a>
<div class="collapse" id="collapseExample">
<div class="answers-box">
<p class="answers">
The Feet IT® App is the future of online shoe shopping. Use our measuring
tool to generate your Foot ID and receive personal size and fitting
recommendations. If your dream shoes aren't online, it’s easy: just send us
a photo or a drawing and we’ll just make them to match your feet perfectly.
<br>
It involves computer vision, calculus and machine learning algorithms that
we have been developing and testing for several years and it’s now ready for
everyone to use to SHOP for shoes online that actually match their feet.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #3 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample3" aria-expanded="false"
aria-controls="collapseExample">
Can I use the App in any smartphone?
</a>
<div class="collapse" id="collapseExample3">
<div class="answers-box">
<p class="answers">
For now, the system is only validated for iOs devices (iPhones), but we are
already working on the Android version that should be available shortly.
<br>
Also, you can always use an iPhone of a friend or a family member and use
the FAMILY & FRIENDS feature to make your measurements and generate your
FOOT ID.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #9 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample9" aria-expanded="false"
aria-controls="collapseExample">
Can I buy any shoes, from any brand or model online?
</a>
<div class="collapse" id="collapseExample9">
<div class="answers-box">
<p class="answers">
You can explore our SHOP for specially curated brands and designers. We try
to collect the highest number of shoe models we can, but some specific
models can be out of stock or can just be waiting for validation from the
factory to guarantee the size specifications.
<br>
If you don’t see what you are looking for, just consult our FITTING EXPERTS
in the HELP section of the App or order a tailor made pair.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #11 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample11" aria-expanded="false"
aria-controls="collapseExample">
Can a child create a Foot ID?
</a>
<div class="collapse" id="collapseExample11">
<div class="answers-box">
<p class="answers">
Yes, we don’t have children models on the shop but our team can help you
select the most accurate size. Just use the FITTING EXPERTS feature or
contact our team.
<br>
We highly recommend that the measurement is made with the help of an adult
to guarantee the child stays still during the whole process.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #15 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample15" aria-expanded="false"
aria-controls="collapseExample">
I want to buy a brand or model that isn’t on the App.
</a>
<div class="collapse" id="collapseExample15">
<div class="answers-box">
<p class="answers">
Just send us an email to info@feetit.com and we will do our best to find
what you are looking for.
</p>
</div>
</div>
</li>
</ul>
</div>
<!-- ============== measurment FAQs =========== -->
<div class="col-lg-4">
<h3>Measurement</h3>
<br>
<ul>
<!-- FAQ #2 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample1" aria-expanded="false"
aria-controls="collapseExample">
How does the system work?
</a>
<div class="collapse" id="collapseExample1">
<div class="answers-box">
<p class="answers">
Our computer vision algorithms process the photos of your feet and extract
all the necessary measurements (length, width, ball girth, arch type, etc.)
and your foot profile. We then use that information to generate shoe size
recommendations or produce shoe molds for the tailor made shoes you can
order through the App.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #5 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample5" aria-expanded="false"
aria-controls="collapseExample">
I’m trying to measure my feet but I keep getting an error message. What should I do?
</a>
<div class="collapse" id="collapseExample5">
<div class="answers-box">
<p class="answers">
f you keep getting an error during the measuring process, please confirm you
are using a dark sock and a white sheet of paper of known dimensions (A4,
Letter or Legal). Also, it’s really important to capture the entire sheet of
paper when taking the photos so that we can see the entire foot.
<br>
Please check the “measure details” at the end of the process for additional
tips.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #6 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample6" aria-expanded="false"
aria-controls="collapseExample">
I measured my feet, but I don’t see my Foot ID.
</a>
<div class="collapse" id="collapseExample6">
<div class="answers-box">
<p class="answers">
Your FOOT ID is like your passport to buy shoes online that match your feet,
so we have to deal with a real tight margin of error. To guarantee the
highest accuracy, only measurements with more than 50 points are considered
to your FOOT ID.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #7 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample7" aria-expanded="false"
aria-controls="collapseExample">
How many times should I measure my feet?
</a>
<div class="collapse" id="collapseExample7">
<div class="answers-box">
<p class="answers">
Podiatrists and other footwear experts recommend everyone should measure
their feet at least 1 time per year. The fact is that feet tend to vary in
size due to several different factors, such as: time of the day,
temperature, weight variations, exercise, fatigue, etc. This means the best
way to ensure a proper fitting is to measure your feet every time you buy
shoes.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #12 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample12" aria-expanded="false"
aria-controls="collapseExample">
Who can see my Foot ID?
</a>
<div class="collapse" id="collapseExample12">
<div class="answers-box">
<p class="answers">
Only your Family and Friends can see your FOOT ID and you can also use this
exciting feature to surprise them with a very original gift ;)
</p>
</div>
</div>
</li>
<br>
</ul>
</div>
<!-- ============== APP FAQs =========== -->
<div class="col-lg-4">
<h3>App</h3>
<br>
<ul>
<!-- FAQ #4 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample4" aria-expanded="false"
aria-controls="collapseExample">
Once installed, what should I do first?
</a>
<div class="collapse" id="collapseExample4">
<div class="answers-box">
<p class="answers">
To guarantee the best experience we recommend measuring your feet first.
Check our HELP section on the App for a detailed tutorial and videos with
tips. Once you have 1 valid measurement for each foot, you’ll be able to see
personal recommendations on the SHOP or order tailor made shoes that match
your foot profile.
<br>
If you still any additional help, please don’t hesitate to contact our team.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #8 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample8" aria-expanded="false"
aria-controls="collapseExample">
How does the size recommendation work?
</a>
<div class="collapse" id="collapseExample8">
<div class="answers-box">
<p class="answers">
The recommendation takes into consideration your feet profile and dimensions
and the size and specs of each shoe model and brand. Our algorithms analyse
a huge amount of data and convert your Foot ID into a specific size
recommendation for each pair of shoes.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #10 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample10" aria-expanded="false"
aria-controls="collapseExample">
Can I order a taylor made shoes using my Foot ID?
</a>
<div class="collapse" id="collapseExample10">
<div class="answers-box">
<p class="answers">
Yes, you can use the TAILOR MADE feature on the MENU to submit a photo or a
drawing of a shoe you like and other additional info you find useful to
ensure our designers and artisans produce exactly what you are looking for.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #13 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample13" aria-expanded="false"
aria-controls="collapseExample">
How can I search for my Family and Friends’ Foot ID’s?
</a>
<div class="collapse" id="collapseExample13">
<div class="answers-box">
<p class="answers">
Just use the Family & Friends feature on the MENU to search for all profiles
available.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #14 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample14" aria-expanded="false"
aria-controls="collapseExample">
Can I pay for shoes directly on the App?
</a>
<div class="collapse" id="collapseExample14">
<div class="answers-box">
<p class="answers">
For now, all payments are made using PayPal and other secure payment options
after a direct contact from our team. If you need any additional information
on the payment options available please don’t hesitate to contact our team.
</p>
</div>
</div>
</li>
<br>
<!-- FAQ #14 -->
<li>
<a class="faqs" data-toggle="collapse" href="#collapseExample16" aria-expanded="false"
aria-controls="collapseExample">
Regarding the tailor made service, can I order any type of shoe and appliques?
</a>
<div class="collapse" id="collapseExample16">
<div class="answers-box">
<p class="answers">
We have a wide range of shoe type options and appliques, but we may have to
confirm with our artisans if every request can be fully satisfied before
confirming the order. If it’s possible, we will do our best to guarantee we
can deliver it to you.
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<br><br>
</section>
<!-- =========================
FOOTER
============================== -->
<footer>
<div class="container" align="center">
<div class="row app-footer ">
<div class="col-md-12 ">
<div class="footer-logo">
<img src="assets/images/new/logotipo-feetit-white.png" alt=""/>
</div>
<div class="footer-menu menu "></div>
<!-- ============== DOWNLOAD STORE =========== -->
<!--<div class="app-store" align="center">-->
<!--<a><img src="assets/images/new/google-play-download.svg" alt=""/></a>-->
<!--<a href="//itunes.apple.com/us/app/feet-it/id885111429?l=pt&ls=1&mt=8" target="_blank">-->
<!--<img src="assets/images/new/app-store-download.svg" alt=""/>-->
<!--</a>-->
<!--</div>-->
<!-- ============== SOCIAL =========== -->
<div class="footer-social">
<a href="//www.facebook.com/FeetItApp" target="_blank"><img src="assets/images/facebook.svg"
alt=""/></a>
<a href="//twitter.com/Feet_IT" target="_blank"><img src="assets/images/twitter.svg"
alt=""/></a>
<a href="//www.instagram.com/feet_it/" target="_blank"><img src="assets/images/instagram.svg"
alt=""/></a>
<a href="//www.linkedin.com/company/feet-it" target="_blank"><img
src="assets/images/linkedin.svg" alt=""/></a>
</div>
<div class="footer-copy"><span translate="ID_FOOTER_COPY" class="ng-scope">©
2016 Feet It, Inc.</span>
<br>
</div>
</div>
</div>
</div>
</footer>
<!-- =========================
SCRIPTS
============================== -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/main.js"></script>
<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-55039679-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>