forked from okcashpro/okcash.org.website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
467 lines (445 loc) · 27.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="OK Okcash | Digital Currency Tech | The Future of Social Payments | Positive Innovation | Fast and Secure Payments | Energy Friendly Tech | High Sustainability">
<meta name="author" content="OK Community">
<title>Okcash OK - Open Source Digital Cash</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<meta property="og:url" content="https://okcash.org"/>
<meta property="og:title" content="Okcash OK - Open Source Digital Cash"/>
<meta property="og:image" content="images/fb/okcash-site.png"/>
<meta property="og:site_name" content="OK"/>
<meta property="og:description" content="OK Okcash | Digital Currency Tech | The Future of Social Payments | Positive Innovation | Fast and Secure Payments | Energy Friendly Tech | High Sustainability"/>
<script>
var getJSON = function(url) {
return new Promise(function(resolve, reject) {
var xhr = new XMLHttpRequest();
xhr.open('get', url, true);
xhr.responseType = 'json';
xhr.onload = function() {
var status = xhr.status;
if (status == 200) {
resolve(xhr.response);
} else {
reject(status);
}
};
xhr.send();
});
};
getJSON('https://chainz.cryptoid.info/ok/api.dws?q=addresses').then(function(data) {
addresses.innerText = data.known; //display the result in an HTML element
}, function(status) { //error detection....
alert('Something went wrong.');
});
</script>
</head><!--/head-->
<body>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100132336-1', 'auto');
ga('send', 'pageview');
</script>
<header class="navbar navbar-inverse navbar-fixed-top wet-asphalt" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Okcash</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Introduction <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="okcash-for-individuals.html">Individuals</a></li>
<li><a href="okcash-for-businesses.html">Businesses</a></li>
<li><a href="okcash-for-developers.html">Developers</a></li>
<li><a href="getting-started.html">Getting Started</a></li>
<li><a href="how-it-works.html">How it works</a></li>
<li><a href="you-need-to-know.html">You need to know</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="resources.html">Resources</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="collaborators.html">Collaborators</a></li>
<li><a href="developer-documentation.html">Documentation</a></li>
</ul>
</li>
<li><a href="innovation.html">Innovation</a></li>
<li><a href="faq.html">FAQ</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">EN <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="cn/">CN</a></li><li><a href="es/">ES</a></li><li><a href="pt/">PT</a></li><li><a href="ru/">RU</a></li>
</ul>
</ul>
</div>
</div>
</header><!--/header-->
<section id="main-slider" class="no-margin">
<div class="carousel slide wet-asphalt">
<ol class="carousel-indicators">
<li data-target="#main-slider" data-slide-to="0" class="active"></li>
<li data-target="#main-slider" data-slide-to="1"></li>
<li data-target="#main-slider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/slider/bg3.jpg)">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="carousel-content center centered">
<h2 class="boxed animation animated-item-1">Always Available, World Wide, 24/7</h2><br>
<p class="boxed animation animated-item-2">Send and Receive Okcash anywhere in the world, Download and start using the OK wallet for free.</p>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg2.jpg)">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="carousel-content centered">
<h2 class="animation animated-item-1">The Future of Money and Micro Transactions</h2>
<p class="animation animated-item-2">Energy Friendly and Long Term sustainable FinTech.</p>
<a class="btn btn-md animation animated-item-3" href="getting-started.html">Learn More</a>
</div>
</div>
<div class="col-sm-6 hidden-xs animation animated-item-4">
<div class="centered">
<div class="embed-container">
<iframe src="https://www.youtube.com/embed/_Sl9JjO0X6c?rel=0&title=0&byline=0&portrait=0&color=a22c2f" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg1.jpg)">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="carousel-content centered">
<h2 class="animation animated-item-1">Welcome to Okcash - The Social Cryptocurrency</h2>
<p class="animation animated-item-2">Positive Innovation and Empowerment - Efficient, Decentralized and Open Source.</p>
</div>
</div>
</div>
</div>
</div><!--/.item-->
</div><!--/.carousel-inner-->
</div><!--/.carousel-->
<a class="prev hidden-xs" href="#main-slider" data-slide="prev">
<i class="icon-angle-left"></i>
</a>
<a class="next hidden-xs" href="#main-slider" data-slide="next">
<i class="icon-angle-right"></i>
</a>
</section><!--/#main-slider-->
<section id="jf_download" class="white">
<div class="container">
<div class="row">
<h1 style="text-align: center;" data-animation="fadeInDown" data-animation-delay="0.0">Select your OK wallet</h1>
<p align="center">& Start gaining the benefits of using Okcash Today</p>
<table align="center">
<tbody>
<tr>
<td valign="top">
<h3 style="text-align: center;"><em class="fa fa-desktop"></em> Desktop</h3>
<div style="text-align: center;"><a href="https://bit.ly/OKeasyinstall" target="_blank"> <strong><img width="17px" src="images/windows.png" alt="Windows Easy Installer"> Windows Installer</strong></a></div>
<div style="text-align: center;"><a href="https://bit.ly/OKzipdownload" target="_blank"> <strong><img width="17px" src="images/windows.png" alt="Windows Easy Installer"> Windows zip file</strong></a></div>
<div style="text-align: center;"><a href="https://bit.ly/OKmacosx" target="_blank"> <strong><img width="17px" src="images/apple.png" alt="Mac OS X"> Mac OS X</strong></a></div>
<div style="text-align: center;"><a href="https://bit.ly/OKubuntulinux" target="_blank"> <strong><img width="17px" src="images/ubuntu.png" alt="Ubuntu Linux 14"> Ubuntu 14</strong></a></div>
<div style="text-align: center;"><a href="https://bit.ly/OKubuntulinux16" target="_blank"> <strong><img width="17px" src="images/ubuntu.png" alt="Ubuntu Linux 16"> Ubuntu 16</strong></a></div>
<div style="text-align: center;"><a href="https://bit.ly/OKarchlinux" target="_blank"> <strong><img width="17px" src="images/archlinux.png" alt="Arch Linux"> Arch Linux</strong></a></div>
<h3 style="text-align: center;"><em class="fa fa-globe"></em> Web</h3>
<div style="text-align: center;"><a href="https://cointopay.com/index.jsp" target="_blank"><img width="17px" src="images/cointopay.png" alt="CointoPay"> <strong>CoinToPay</strong></a></div>
<div style="text-align: center;"><a href="https://cripto-pay.com" target="_blank"> <strong><img width="17px" src="images/criptopay.png" alt="Cripto-Pay"> Cripto-Pay</strong></a></div>
<h3 style="text-align: center;"><em class="fa fa-gear"></em> Source</h3>
<div style="text-align: center;"><a href="https://github.com/okcashpro/okcash" target="_blank"> <strong><img width="17px" src="images/github.png" alt="Github - OK Source code"> Github</strong></a></div>
</td>
<td width="25px"> </td>
<td valign="top">
<h3 style="text-align: center;"><em class="fa fa-mobile"></em> Mobile</h3>
<div style="text-align: center;"><a href="https://play.google.com/store/apps/details?id=com.coinomi.wallet" target="_blank"> <strong><img width="17px" src="images/android.png" alt="Android"> Coinomi Android</strong></a></div>
<!--<div style="text-align: center;"><a href="https://play.google.com/store/apps/details?id=com.mygeopay.wallet" target="_blank"> <strong>UberPay Android</strong></a></div> -->
<h3 style="text-align: center;"><em class="fa fa-cogs"></em> IoT Devices</h3>
<div style="text-align: center;"><a href="https://bit.ly/OKraspberrypi" target="_blank"> <strong><img width="17px" src="images/raspberrypi.png" alt="Raspberry Pi"> Raspberry Pi</strong></a></div>
<div style="text-align: center;"><a href="https://bit.ly/OKpine64" target="_blank"> <strong><img width="17px" src="images/pine64.png" alt="Pine64+"> Pine64</strong></a></div>
<h3 style="text-align: center;"><em class="fa fa-lock"></em> Off-line</h3>
<div style="text-align: center;"><a href="https://okcashpro.github.io/okcash.paperwallets" target="_blank"> <strong><img width="17px" src="images/paperwallets.png" alt="OK Paperwallets"> Paper Wallets</strong></a></div>
</td></tr>
</tbody>
</table>
<p style="text-align: center;">
<br /><br />
<em class="fa fa-chain"></em> Updated Instant Bootstrap: <a href="https://github.com/okcashpro/ok-blockchain/releases" target="_blank"> <strong>OK-blockchain</strong></a>
<br />
<em class="fa fa-check"></em> Latest wallet release notes: <a href="https://github.com/okcashpro/okcash/releases" target="_blank"> <strong>v4.0.0.4</strong></a>
<br />
<em class="fa fa-cog"></em> Config file for services: <a href="https://bit.ly/OKzconfig" target="_blank"> <strong>okcash.conf</strong></a>
<br />
*Files Distribution powered by <em>dropbox.com</em><br /> secure encrypted files services.</p><br />
<p align="center"><a href="https://rokos.space" target="_blank"><img class="userimg" src="images/rokos.png" alt="" border="0" />
<br /><strong>First Fully optimized OS for Raspberry Pi and IoT Devices<br /> with integrated Crypto Wallets</strong></a><br /><em>*Free Distribution</em> </p>
</div>
</div>
</section><!--/#downloads-wallets-->
<section id="facts" class="alizarin">
<!-- <div class="container">
<div class="row">
<div class="col-lg-12">
<div class="center">
<h2>future space</h2>
<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
</div>
<div class="gap"></div>
<div class="row">
<div class="col-md-6">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
</div>
<div class="col-md-6">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
</div>
</div>
</div>
</div>
</div> -->
<h3 class="title" align="center"><em class="fa fa-star-o"></em> <a href="http://okcash.co/index.php#facts" target="_blank"><b>WORLDWIDE STATS</b></a> <em class="fa fa-star-o"></em> <a href="https://okcashblockhalf.com" target="_blank"><b>OK BLOCK REWARD</b></a> <em class="fa fa-star-o"></em></h3>
</section><!--/#facts-->
<section id="services" class="wet-asphalt">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="center gap">
<h2>Welcome to the next generation of digital currency<br />
OK is open-source; its design is public, nobody owns or <br />controls Okcash and everyone can take part.</h2>
<p>Some of the benefits of start using OK</p><br />
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa-flash icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">FAST TRANSACTIONS</h3>
<p>Okcash is digital cash. Transactions have really fast confirmations, making them virtually instant.</p>
</div>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa-institution icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">NO BANK FEES</h3>
<p>Okcash is a decentralized digital currency, meaning there are no banks to take a cut of your money.</p>
</div>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa-lock icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">SECURE NETWORK</h3>
<p>The Okcash network is decentralized and free from middlemen, giving you back control of your finances and providing a secure network for all of your payments.</p>
</div>
</div>
</div><!--/.col-md-4-->
</div><!--/.row-->
<div class="gap"></div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa-laptop icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">SAVE OKCASH</h3>
<p>Simply Keep your Okcash wallet (software) running and you will start earning almost daily rewards on the OK coins you have in your wallet.</p>
</div>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa-globe icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">ACCEPT OKCASH WORLDWIDE</h3>
<p>All you need to start accepting Okcash as payment for goods or services is an OK wallet. Display your unique address to begin accepting payments from all around the world.
</p>
</div>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa-cloud-download icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">THE OKCASH WALLET</h3>
<p>Your wallet is the software you use to send, receive and store your Okcash. It’s simple to use and you can choose to send payments from your wallet.</p>
</div>
</div>
</div><!--/.col-md-4-->
</div><!--/.row-->
<hr>
<div class="row">
<div class="col-lg-12">
<div class="center">
<h2>The Future of Social Payments</h2>
<p>Positive Innovation • Empowerment • Decentralization • Open Source • Multicultural • Eco-Friendly • Fast • Social</p>
</div>
<div class="gap"></div>
<div class="row">
<div class="col-md-6">
<blockquote>
<p>A cryptographic platform for the users by the users.</p>
<small>OK on <cite title="Source Title">Microsoft Azure</cite></small>
</blockquote>
</div>
<div class="col-md-6">
<blockquote>
<p>Rokos Core OS Turns Your Raspberry Pi Into A Bitcoin Node.</p>
<small>CES2016 Las Vegas by <cite title="Source Title">Tech Crunch</cite></small>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</section><!--/#services-->
<!-- <section id="works" class="white">
</section>/#works-->
<center><img align="center" width="70%" src="images/flat.png"> </center>
<!--<iframe width="100%" height="625" src="https://www.youtube.com/embed/_Sl9JjO0X6c?autohide=1&rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe> -->
<section id="bottom" class="wet-asphalt">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a class="twitter-timeline" href="https://twitter.com/OKCashCrypto" data-widget-id="518100047225823232">Tweets by @OKCashCrypto</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div><!--/.col-md-3-->
<div class="col-md-3 col-sm-6">
<h4>OK Fast Links</h4>
<div>
<ul class="arrow">
<li><a href="https://www.bittrex.com/Market/Index?MarketName=BTC-OK" target="_blank">Buy/Sell on Bittrex</a></li>
<li><a href="https://btcpop.co/Exchange/OK" target="_blank">Buy/Sell on BtcPop</a></li>
<li><a href="https://bitsquare.io/" target="_blank">Buy/Sell on Bitsquare</a></li>
<li><a href="https://bleutrade.com/exchange/OK/BTC" target="_blank">Buy/Sell on Bleutrade</a></li>
<li><a href="https://www.cryptopia.co.nz/Exchange?id=1298" target="_blank">Buy/Sell on Cryptopia</a></li>
<li><a href="https://cripto-pay.com/" target="_blank">Buy/Sell on Cripto-Pay</a></li>
<li><a href="https://chainz.cryptoid.info/ok/" target="_blank">Okcash Block explorer</a></li>
<li><a href="https://www.coingecko.com/en/coins/okcash" target="_blank">CoinGecko Rank</a></li>
<li><a href="https://coinmarketcap.com/currencies/okcash/" target="_blank">CoinMarketCap Rank</a></li>
<li><a href="https://github.com/okcashpro/okcash" target="_blank">Github - Source</a></li>
<li><a href="terms-of-use.html">Terms of Use</a></li>
</ul>
</div>
</div><!--/.col-md-3-->
<div class="col-md-3 col-sm-6">
<h4>What is Okcash?</h4>
<div>
<div class="media">
<iframe width="220" height="124" src="https://www.youtube.com/embed/yHIK0H5DUII?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div><!--/.col-md-3-->
<div class="col-md-3 col-sm-6">
<h4>Join the different OK communities</h4>
<ul class="jf_social_icons rotate">
<a href="https://twitter.com/OKCashCrypto" target="_blank" title="twitter"><em class="fa fa-twitter fa-3x"></em></a>
<a href="https://discord.gg/grvpc8c" target="_blank" title="discord"><em class="fa fa-wechat fa-3x"></a></em>
<a href="https://reddit.com/r/OKcash" target="_blank" title="reddit"><em class="fa fa-reddit fa-3x"></em></a>
<a href="https://www.facebook.com/OKCashCrypto" target="_blank" title="facebook"><em class="fa fa-facebook fa-3x"></em></a> <br>
<a href="https://www.youtube.com/c/OkcashCrypto" target="_blank" title="youtube"><em class="fa fa-youtube fa-3x"></em></a>
<a href="https://plus.google.com/u/0/+OkcashCrypto" target="_blank" title="google+"><em class="fa fa-google fa-3x"></em></a>
<a href="https://www.pinterest.com/okcash/" target="_blank" title="pinterest"><em class="fa fa-pinterest fa-3x"></em></a>
<a href="https://www.instagram.com/okcashcrypto/" target="_blank" title="instagram"><em class="fa fa-instagram fa-3x"></em></a> <br>
<!-- <li class="soundcloud"><a href="#" title="soundcloud"> </a></li>
<li class="linkedin"><a href="#" title="linkedin"> </a></li>
<li class="skype"><a href="#" title="skype"> </a></li>
<li class="ebay"><a href="#" title="ebay"> </a></li>
<li class="vimeo" style="display: none;"><a href="#" title="vimeo"> </a></li>
<li class="blogger" style="display: none;"><a href="#" title="blogger"> </a></li>
<li class="dribbble" style="display: none;"><a href="#" title="dribbble"> </a></li> -->
<div class="clear"> </div>
</ul>
</div>
</form>
</div> <!--/.col-md-3-->
</div>
</div>
</section><!--/#bottom-->
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-6">
© 2014-2017 Okcash Project. Released under the <a target="_blank" href="https://github.com/okcashpro/okcash.co.website/blob/master/LICENSE" title="MIT license">MIT license</a>.
</div>
<div class="col-sm-6">
<ul class="pull-right">
<li><a href="/index.html">Home</a></li>
<li><a id="gototop" class="gototop" href="#"><i class="icon-chevron-up"></i></a></li><!--#gototop-->
</ul>
</div>
</div>
</div>
</footer><!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>