-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (70 loc) · 3.68 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="ClarityStyle.css">
<meta charset="UTF-8">
<title>Clarity</title>
</head>
<body>
<header class="clearfix">
<a href="index.html"><img src="clarity2.gif" alt="Logo Image"></a>
<h1>A World Without Language Barriers</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Contact Me</a></li>
<li><a href="#">Start Shopping</a></li>
</ul>
</nav>
<div class="clearfix">
<video class="video" width="520" height="348" controls>
<source src="AWorldWithoutLanguageBarriers.mp4" type="video/mp4">
</video>
<p>
Waverly Labs Announces Reaching $3 Million in Crowdfunding on IndieGogo
Smart Translating Earpiece Pilot makes unprecedented history in raising over 3000%
fundings
</p>
<p>
NEW YORK, NY, ( September, 20
th 2016) Waverly Labs, Inc. In the weekend of September 17th –
18th, Waverly Labs’ IndieGogo campaign reached $3 million: over 3000% raise from their original $75,000 goal.
</p>
<p>
Waverly Labs’ crowdfunding campaign, which started in May 2016, aimed to raise funding for Pilot, the
World’s First Smart Earpiece, which translates between users speaking different languages. Using the latest
technologies in speech recognition, machine translation and the advances of wearable technology; Pilot
allows wearers to speak French, Italian, Spanish, Portuguese along with English and clearly understand
each other.
</p>
<p>
This revolutionary product is one of the most talked about innovations quickly integrating the industry of
wearables. Waverly Labs’ crowdfunding campaign reached $1M in 2.5 hours after launch creating an unprecedented
media buzz around Pilot’s promotional video, which was viewed over 45M times on Facebook within two weeks.
</p>
<p>
The New York based company has recently moved into New Lab, an interdisciplinary space located in the
Brooklyn Navy Yards and dedicated to hardware startups. With over $3 million raised in crowdfunding and
a strong community (13,000+ backers in Presale), the company is now selecting a final manufacturing
partner to begin the stages of preproduction in Shenzhen, China.
</p>
<img src="futuristic-glasses.jpg" alt="futuristic glasses" class="f-right" style="width: 600px; height: 400px;">
<blockquote>
“We’re on a journey to create a world without language barriers, and our community has been extremely
inspirational. They shared amazing stories and given us great examples of how they will use Pilot to
speak with friends, family or anyone in their everyday lives. This is the first step in fulfilling a dream of an
earpiece which translates everything around you, and we can’t wait to get Pilot into the hands and ears of
everyone.” Andrew Ochoa, CEO.
</blockquote>
<blockquote>
Last month, Waverly Labs announced the upcoming launch of the Pilot V1 app (scheduled for release at the
end of October 2016). Waverly Labs shared that launching the Pilot app before releasing the full
conversational kit including the earpieces, should “allow our users to become more familiar with voice
synthesis translation and prepare for the arrival of Pilot and wearable technology”. <br />A press
announcement will be made later in the month of October 2016.
</blockquote>
</div>
</body>
</html>