-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
172 lines (149 loc) · 8 KB
/
index.html
File metadata and controls
172 lines (149 loc) · 8 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Qora - P2P Digital Currency</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--STYLESHEET-->
<link href="http://fonts.googleapis.com/css?family=Titillium+Web:400" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<!--SCRIPT-->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
<script src="js/owl.carousel.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="page">
<header>
<div class="w960 section group">
<div id="off-canvas-menu" menu-open="false"><i class="fa fa-bars"></i></div>
<div id="logo" class="col span_3_of_12"><img src="img/logo_header.png"></div>
<div id="navigation" class="col span_9_of_12">
<div>
<ul>
<li><a href="#about">About Qora</a></li>
<li><a href="#downloads">Downloads</a></li>
<li><a href="#resources">Resources</a></li>
</ul>
</div>
</div>
</div>
<div id="header-slideshow">
<img src="img/banner_01.png">
<img src="img/banner_02.png">
<img src="img/banner_03.png">
</div>
</header>
<div id="content">
<div id="about" class="home-block">
<h2>About Qora</h2>
<div id="description">
<div>• New 2nd generation cryptocurrency designed from the ground up to solve Bitcoin's biggest problems •</div>
<div>• Built from scratch and will not rely on any other cryptocurrency •</div>
<div>• Uses a new proof of stake algorithm making it future-proof •</div>
<div>• Developed in Java and relies on native C libraries to perform the most CPU intensive tasks •</div>
<div>• Relied on IPO for initial distribution of the supply. The total amount of Qora in existence is 10'000'000'000 (10 billion) •</div>
</div>
<div id="features" class="w960 section group">
<div class="col span_1_of_7">
<div class="feature" data-description="Password protected wallets that can be generated/recovered from seeds.">
<div class="feature-image"><img src="img/info_password_new.png"></div>
</div>
<div class="feature-seperator"><img src="img/dot_bright.png"></div>
</div>
<div class="col span_1_of_7">
<div class="feature" data-description="Differential block times is what makes Qora different from other systems. Allows addresses to generate blocks after only 10 confirmations.">
<div class="feature-image"><img src="img/info_algo_new.png"></div>
</div>
<div class="feature-seperator"><img src="img/dot_bright.png"></div>
</div>
<div class="col span_1_of_7">
<div class="feature" data-description="Allows users to register a key-value pair which can be used for various purposes (URLS, addresses, etc.). Names are tradeable through built-in exchange.">
<div class="feature-image"><img src="img/info_naming_new.png"></div>
</div>
<div class="feature-seperator"><img src="img/dot_bright.png"></div>
</div>
<div class="col span_1_of_7">
<div class="feature" data-description="Colored Coins/Assets facility.">
<div class="feature-image"><img src="img/info_assets_new.png"></div>
</div>
<div class="feature-seperator"><img src="img/dot_bright.png"></div>
</div>
<div class="col span_1_of_7">
<div class="feature" data-description="Data storage facility.">
<div class="feature-image"><img src="img/info_storage_new.png"></div>
</div>
<div class="feature-seperator"><img src="img/dot_bright.png"></div>
</div>
<div class="col span_1_of_7">
<div class="feature" data-description="A simple feature which allows users to send any payload over the network. It can be used by third-parties to build features on top of Qora: messenger, chat, etc.">
<div class="feature-image"><img src="img/info_chat_new.png"></div>
</div>
<div class="feature-seperator"><img src="img/dot_bright.png"></div>
</div>
<div class="col span_1_of_7">
<div class="feature" data-description="Automated Transactions (AT) provides "Turing complete smart contracts" on top of Qora.">
<div class="feature-image"><img src="img/info_boosting_new.png"></div>
</div>
</div>
</div>
<div id="feature-description" class="w960"></div>
</div>
<div id="downloads" class="home-block">
<h2>Downloads</h2>
<div id="download-links">
<a href="https://bitcointalk.org/index.php?topic=1015379.0" target="_blank"><img src="img/download_wallet.png"></a>
<a href="https://docs.google.com/document/d/1uBN8JXYNAWb8NUxon7MKx2MSJs4HHekIgolIXGTwR4c/edit" target="_blank"><img src="img/download_api.png"></a>
</div>
</div>
<div id="resources" class="home-block">
<h2>Community & Resources</h2>
<div id="resource-links" class="w960 section group">
<div class="col span_2_of_12">
<h3>Exchanges</h3>
<a href="https://poloniex.com/exchange/btc_qora" target="_blank">• Poloniex •</a>
<a href="https://bter.com/trade/qora_btc" target="_blank">• Bter •</a>
</div>
<div class="col span_2_of_12">
<h3>Free Qora</h3>
<a href="http://qora.co.in/faucet.php" target="_blank">• Faucet •</a>
</div>
<div class="col span_2_of_12">
<h3>Block Explorer</h3>
<a href="http://qora.co.in/" target="_blank">• Block Explorer •</a>
</div>
<div class="col span_2_of_12">
<h3>Follow Qora</h3>
<a href="https://twitter.com/qoracoin" target="_blank">• Twitter •</a>
<a href="https://www.facebook.com/qoracoin" target="_blank">• Facebook •</a>
<a href="https://www.youtube.com/channel/UChxYcZMni2U-fzZ80PPMFwg" target="_blank">• Youtube •</a>
</div>
<div class="col span_2_of_12">
<h3>Community</h3>
<a href="https://bitcointalk.org/index.php?topic=1015379.0" target="_blank">• Bitcointalk •</a>
<a href="http://goo.gl/2C0zZY" target="_blank">• #slack •</a>
<a href="https://kiwiirc.com/client/irc.freenode.net/#Qora-Coin" target="_blank">• #irc •</a>
</div>
<div class="col span_2_of_12">
<h3>Help</h3>
<a href="https://docs.google.com/document/d/1iKOkeYape3erM45g3VoRxHzY0kLgy84LT7sPLI9847M/edit" target="_blank">• FAQ •</a>
</div>
</div>
</div>
</div>
<footer>
<img id="footer-icon" src="img/logo_footer.png" alt="logo_footer"> © 2015 QORA. All Rights Reserved.
</footer>
</div>
</body>
</html>