-
Notifications
You must be signed in to change notification settings - Fork 33
/
index.html
401 lines (373 loc) · 22.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Take back control of your data. Secure, autonomous, blockchain based, decentralized storage.">
<meta name="keywords" content="storj, storj.io, decentralized storage, decentralized, storage, data, network, blockchain">
<meta name="google-site-verification" content="R5u7lqzFhKoFiaEXbxfFSJ-CT9UyK-AqVWwd1g_zMeg" />
<meta name="google-site-verification" content="8CIKbV4JUhwtw7xNI7_A__vnmpvuGfs1g3QVOInBtxQ" />
<title>Storj - The Future of Cloud Storage</title>
<meta property="og:title" content="Storj - The Future of Cloud Storage"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://storj.io/img/logo-blue.svg" />
<meta property="og:description" content="Take back control of your data. Secure, autonomous, blockchain based, decentralized storage."/>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- Favicons -->
<link rel="shortcut icon" href="img/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="img/favicon/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="img/favicon/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="img/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="img/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/favicon/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/mstile-144x144.png">
<meta name="msapplication-square70x70logo" content="img/favicon/mstile-70x70.png">
<meta name="msapplication-square144x144logo" content="img/favicon/mstile-144x144.png">
<meta name="msapplication-square150x150logo" content="img/favicon/mstile-150x150.png">
<meta name="msapplication-square310x310logo" content="img/favicon/mstile-310x310.png">
<meta name="msapplication-wide310x150logo" content="img/favicon/mstile-310x150.png">
<script src="js/pace.min.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="notification-bar blue">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<p class="section-subheading text-center"><a href="http://driveshare.org/download.html" class="link">Test Group B is Live - 1,000,000 SJCX Rewards!</a></p>
</div>
</div>
</div>
</div>
<div class="cover-wrapper" id="about">
<div class="cover-wrapper-inner">
<div class="cover-container container">
<nav class="navbar menu row" role="navigation">
<div class="col-xs-12 col-sm-4">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-menu" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand cover-logo"><img src="img/logo.png" alt="Storj" class="cover-logo-icon">Storj.io</a>
</div>
<div class="collapse navbar-collapse navbar-menu col-sm-8 col-xs-12" id="navbar-menu">
<ul class="nav navbar-nav navbar-right">
<li><a class="navbar-link page-scroll" href="#apps">Apps</a></li>
<li><a class="navbar-link" href="http://blog.storj.io">Blog</a></li>
<li><a class="navbar-link" href="https://storj.io/faq.html">FAQ</a></li>
<li><a class="navbar-link" href="earlyaccess.html">Early Access</a></li>
<li><a class="navbar-link early-access-link" href="http://slack.storj.io">Join Slack</a></li>
</ul>
</div>
</nav>
<div class="row">
<div class="col-sm-6 col-xs-12">
<h1 class="cover-heading wow fadeIn" data-wow-delay="0.3s">
Decentralized<br>Cloud Storage
</h1>
<h2 class="cover-description wow fadeIn" data-wow-delay="0.6s">
Storj provides the most secure, private, and encrypted cloud storage, using blockchain technology and peer-to-peer protocols.
</h2>
<form class="form-inline validate" role="form" action="https://storj.us8.list-manage.com/subscribe/post?u=edba9fc4ce8b9095a31859cba&id=0b1509efa2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<div class="input-group wow bounceInLeft" data-wow-delay="1.2s">
<input type="email" name="EMAIL" id="mce-EMAIL" class="email form-control" placeholder="Enter your email here" spellcheck="false" required>
<span class="input-group-btn">
<input type="submit" value="Get Updates" name="subscribe" id="signup-header" class="btn btn-signup">
</span>
</div>
<span class="promise wow fadeIn" data-wow-delay="2s">*We will never share, rent, or sell your email address to anyone, ever.</span>
<div style="position: absolute; left: -10000px;"><input type="text" name="b_edba9fc4ce8b9095a31859cba_0b1509efa2" value=""></div>
</form>
</div>
<div class="col-sm-6 col-xs-12">
<img class="cover-image wow fadeIn" src="img/storage.png" alt="" data-wow-delay="0.9s">
</div>
</div>
</div>
</div>
</div>
<div class="section video-wrapper grey">
<div class="container">
<div class="row text-center">
<div class="col-xs-12">
<h1 class="title wow fadeIn">The Most Secure and Private Cloud</h1>
<h3 class="section-subheading wow fadeIn" data-wow-delay="0.5s">Where <b>only you</b> have access to <b>your data</b></h3>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-8 col-md-push-2">
<div class='video embed-container'><iframe src='https://player.vimeo.com/video/102119715' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
</div>
</div>
</div>
<div class="blue whitepaper">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<p class="intro text-center">Want to learn more about <b>Storj?</b></p>
<a href="https://storj.io/storj.pdf"><div class="whitepaper-icon"></div></a>
<p><a href="https://storj.io/storj.pdf" class="link text-center">Read the Storj White Paper</a></p>
</div>
</div>
</div>
</div>
<div class="features blue text-center">
<div class="container-fluid">
<div class="row text-center">
<div class="col-xs-12">
<h1 class="title wow fadeIn">Cloud Shared by the Community</h1>
<h3 class="section-subheading wow fadeIn" data-wow-delay="0.5s">Get paid for renting out your extra hard drive space</h3>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-lg-push-1 col-md-7 col-sm-6 col-xs-12 wow fadeIn" data-wow-delay="1s">
<img src="img/cloud.png" class="cloud" alt="">
</div>
<div class="col-lg-5 col-lg-push-1 col-md-5 col-sm-6 col-xs-12 text-left cover-features">
<div class="cover-feature col-sm-12">
<div class="cf-icon cf-icon-0"></div>
<div class="cf-text">
<h3 class="cover-feature-heading">Bitcoin Hackathon Winner</h3>
<p class="cover-feature-subheading">at Texas Bitcoin Conference 2014.</p>
</div>
</div>
<div class="cover-feature col-sm-12">
<div class="cf-icon cf-icon-1"></div>
<div class="cf-text">
<h3 class="cover-feature-heading"><a class="users-earn-money page-scroll" href="#driveshare">Users earn money</a></h3>
<p class="cover-feature-subheading">for their extra hard drive space.</p>
</div>
</div>
<div class="cover-feature col-sm-12">
<div class="cf-icon cf-icon-2"></div>
<div class="cf-text">
<h3 class="cover-feature-heading">10-100x more cost effective</h3>
<p class="cover-feature-subheading">than the traditional cloud.</p>
</div>
</div>
<div class="cover-feature col-sm-12">
<div class="cf-icon cf-icon-3"></div>
<div class="cf-text">
<h3 class="cover-feature-heading">Secure, private & fast network</h3>
<p class="cover-feature-subheading">using P2P technology & encryption.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="quotes">
<div class="container">
<div class="row wow fadeInDownBig" data-wow-delay="0.3s">
<div id="cbp-qtrotator" class="cbp-qtrotator">
<div class="cbp-qtcontent col-lg-10 col-lg-push-1 col-sm-12">
<div class="cbp-img"><img src="img/team/anand.jpg" alt="Anand Babu Periasamy" /></div>
<blockquote>
<p>Storj is like an Internet filesystem. Data blocks are encrypted and distributed across a globally distributed set of storage nodes using block-chain algorithm. It is quite impressive and much needed innovation in the storage space.</p>
<footer>Anand Babu Periasamy - Minio</footer>
</blockquote>
</div>
<div class="cbp-qtcontent col-lg-10 col-lg-push-1 col-sm-12">
<div class="cbp-img"><img src="img/quotes/vitalik.jpg" alt="Vitalik Buterin" /></div>
<blockquote>
<p>Decentralized file storage systems like Storj have the potential to eliminate high markup costs and market inefficiencies and provide a much higher level of privacy, reliability and quality of service than we see today.</p>
<footer>Vitalik Buterin - Ethereum</footer>
</blockquote>
</div>
<div class="cbp-qtcontent col-lg-10 col-lg-push-1 col-sm-12">
<div class="cbp-img"><img src="img/team/tyler.jpg" alt="Tyler Scriven" /></div>
<blockquote>
<p>The power of the Storj platform is its unique ability indiscriminately utilize the free capacity of a storage node, whether a single end-user PC or a massive data center. Storj is bringing an unprecedented degree of efficiency to globally distributed data storage.</p>
<footer>Tyler Scriven - Palantir</footer>
</blockquote>
</div>
<div class="cbp-qtcontent col-lg-10 col-lg-push-1 col-sm-12">
<div class="cbp-img"><img src="img/quotes/lisa.jpg" alt="Lisa Cheng" /></div>
<blockquote>
<p>Storj is the first project I've seen to emerge out of Crypto with a multifaceted value proposition that solves the challenges faced today in Big Data, Decentralized Storage, and File Sharing. The strength of their project is backed by a solid team of founders and a talented community of developers and technology specialists passionate about delivering next generation open source tools for everyday computing, powered by Storj.</p>
<footer>Lisa Cheng - Vanbex Group</footer>
</blockquote>
</div>
<div class="cbp-qtcontent col-lg-10 col-lg-push-1 col-sm-12">
<div class="cbp-img"><img src="img/quotes/gavin.jpg" alt="Gavin Knight" /></div>
<blockquote>
<p>Storj has a passionate team, that is working hard to make decentralized data storage safe and easy for everyone. I'm impressed with the momentum of the project and think Storj has the promise of being a leader in the personal data storage space, while also giving anyone with free hard drive space incentives.</p>
<footer>Gavin Knight - BitAngels</footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="apps-section" id="apps">
<div class="container">
<div class="row text-center">
<div class="col-xs-12">
<h1 class="title wow fadeIn">Cloud Platform You Can Trust</h1>
<h3 class="section-subheading wow fadeIn" data-wow-delay="0.7s">Applications Powered by Storj</h3>
</div>
</div>
<div class="div-lg"></div>
<div class="row" id="driveshare">
<div class="col-xs-12 col-sm-6 col-sm-push-6 wow bounceInRight" data-wow-delay="0.5s">
<div class="apps-driveshare"></div>
</div>
<div class="col-xs-12 col-sm-6 col-sm-pull-6">
<span class="section-subheading">Earn Money</span>
<h3 class="title">DriveShare</h3>
<p class="pr">Do you have unused internet bandwidth and hard disk space on your computer?</p>
<p class="pr">Put your computer to work for you with our desktop application, DriveShare, and earn money for being a part of the Storj network.</p>
<p class="pr">Just run our app, DriveShare, and choose the amount of free hard disk space you want to provide.</p>
<a href="http://driveshare.org/" class="btn btn-blue">Learn More</a>
</div>
</div>
<div class="div-lg"></div>
<div class="row" id="metadisk">
<div class="col-xs-12 col-sm-6 col-md-7 col-lg-6 wow bounceInLeft" data-wow-delay="0.5s">
<div class="apps-metadisk"></div>
</div>
<div class="col-xs-12 col-sm-6 col-md-5 col-lg-6">
<span class="section-subheading">Keep Data</span>
<h3 class="title">MetaDisk</h3>
<p class="pr">Using our web application, MetaDisk, you can upload your data to the Storj network with a simple drag and drop.</p>
<p class="pr">Your files are protected and encrypted on your computer before they go into the network and only you, with your private key, have access to your data.</p>
<p class="pr">You can even earn cloud storage on MetaDisk by sharing your hard drive space with DriveShare.</p>
<a href="http://metadisk.org/" class="btn btn-blue">Learn More</a>
</div>
</div>
</div>
</div>
<div class="press-section container">
<a href="http://www.coindesk.com/cloud-storage-startup-storj-raises-910-btc-crowdsale/" target="_blank" class='press-icons press-coindesk'></a>
<a href="http://letstalkbitcoin.com/blog/post/beyond-bitcoin-12-the-future-of-storj" target="_blank" class='press-icons press-ltb'></a>
<a href="http://cointelegraph.com/news/112028/storj-to-release-metadisk-and-begin-crowdsale" target="_blank" class='press-icons press-cointelegraph'></a>
<a href="http://www.cryptocoinsnews.com/news/storj-next-generation-cloud-storage-through-the-blockchain/2014/04/11" target="_blank" class='press-icons press-ccnews'></a>
<a href="http://bitcoinmagazine.com/15989/storj-introduces-decentralized-cloud-storage/?utm_source=dlvr.it&utm_medium=twitter" target="_blank" class='press-icons press-bmag'></a>
</div>
<div class="contact" id="contact">
<div class="container">
<div class="row">
<div class="col-sm-6 contact-questions">
<h1 class="title">Questions?</h1>
<p class="pr">Don’t hesitate to join our <a class="link" href="http://slack.storj.io">Slack</a>,<br>
check our open-source code at <a class="link" href="https://github.com/Storj/">GitHub</a>,<br>
take a peek at our <a class="link" href="https://www.youtube.com/watch?v=vl3bUzfn2lg">60 second video</a>,<br>
send us an <a class="link" href="mailto:[email protected]">email</a>, read the Storj <a class="link" href="http://blog.storj.io/">blog</a><br>
and follow or connect with us.</p>
<div class="social-links">
<a class="social social-twitter wow bounceIn" data-wow-delay="0.1s" href="https://twitter.com/storjproject" target="_blank"></a>
<a class="social social-reddit wow bounceIn" data-wow-delay="0.2s" href="http://reddit.com/r/storj" target="_blank"></a>
<a class="social social-facebook wow bounceIn" data-wow-delay="0.3s" href="https://www.facebook.com/storjproject" target="_blank"></a>
<a class="social social-gplus wow bounceIn" data-wow-delay="0.4s" href="https://plus.google.com/+StorjIo2014/about" target="_blank"></a>
<a class="social social-github wow bounceIn" data-wow-delay="0.5s" href="https://github.com/Storj/" target="_blank"></a>
<a class="social social-tumblr wow bounceIn" data-wow-delay="0.6s" href="http://blog.storj.io/" target="_blank"></a>
</div>
</div>
<div class="col-sm-6 contact-newsletter">
<h1 class="title">Newsletter</h1>
<p class="pr">Sign up for the newsletter to get updates on our progress, additional info on the project, and early access to our applications.</p>
<form class="form-inline validate" role="form" action="https://storj.us8.list-manage.com/subscribe/post?u=edba9fc4ce8b9095a31859cba&id=0b1509efa2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<div class="input-group wow bounce" data-wow-delay="1s">
<input type="email" name="EMAIL" id="mce-EMAIL" class="email form-control" placeholder="Enter your email here" spellcheck="false" required>
<span class="input-group-btn">
<input type="submit" value="Stay in touch" name="subscribe" id="signup-header" class="btn btn-signup">
</span>
</div>
<span class="promise">*We will never share, rent, or sell your email address to anyone, ever.</span>
<div style="position: absolute; left: -10000px;"><input type="text" name="b_edba9fc4ce8b9095a31859cba_0b1509efa2" value=""></div>
</form>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-sm-4 col-xs-12">
<a href="index.html" class="footer-logo"><img src="img/footer-logo.png" alt="Storj" class="footer-logo-icon">Storj © <script type="text/javascript">document.write(new Date().getFullYear());</script>
</a>
</div>
<div class="col-sm-8 col-xs-12 footer-menu">
<a class="footer-link" href="http://blog.storj.io">Blog</a>
<a class="footer-link" href="team.html">Team</a>
<a class="footer-link" href="careers.html">Careers</a>
<a class="footer-link" href="press.html">Press</a>
<a class="footer-link" href="faq.html">FAQ</a>
<a class="footer-link" href="canary.txt">Canary</a>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.cbpQTRotator.min.js"></script>
<script type="text/javascript" src="//cdn.transifex.com/live.js"></script>
<script type="text/javascript">
window.liveSettings = {
api_key: "bfceb668e6504e6992c443d55bebb601",
picker: "top-right",
detectlang: true,
dynamic: true,
autocollect: true
};
</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-49085346-1', 'storj.io');
ga('send', 'pageview');
</script>
<script>
$(function() {
// Animations
var wow = new WOW(
{
boxClass: 'wow',
mobile: false
}
);
wow.init();
// Smooth Page Scroll
$('.page-scroll').bind('click', function(event) {
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 1500, 'easeInOutExpo');
event.preventDefault();
});
// Analytics Goals
$('#signup-header').on('click', function() {
ga('send', 'event', 'SignUp', 'Newsletter', 'Header', 1);
});
$('#signup-footer').on('click', function() {
ga('send', 'event', 'SignUp', 'Newsletter', 'Footer', 1);
});
// Call Quotes Rotator
$('#cbp-qtrotator').cbpQTRotator({interval:12000});
});
</script>
</body>
</html>