-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (109 loc) · 5.14 KB
/
index.html
File metadata and controls
116 lines (109 loc) · 5.14 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
<!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.0, maximum-scale=1.0, user-scalable=0" />
<link rel='shortcut icon' href='favicon.ico'>
<title>Blockstrap | The Modular Blockchain Agnostic Wallet Framework</title>
<link rel='stylesheet' id='dashicons-css' href='assets/css/styles.css' type='text/css' media='all' />
<link href='https://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="header">
<div class="container">
<h1 class="logo">Blockstrap</h1>
<ul class="nav">
<li><a href="#" class="btn">Framework</a></li>
<li><a href="http://github.com/blockstrap/framework/tree/master/docs/en" target="_blank">Documentation</a></li>
<li><a href="http://github.com/blockstrap/" target="_blank">Source-Code</a></li>
<li><a href="http://neuroware.io">pro services</a></li>
<li><a href="http://blockstrap.com/demo/widgets.html">widgets</a></li>
</ul>
</div>
</div>
<div id="sub-header">
<div class="container">
<h2 class="tagline">html5 framework for blockchain applications</h2>
<a href="https://github.com/blockstrap/framework/archive/master.zip" class="btn primary">
Download
<span>jQuery Plugin / Version 0.8.0.1</span>
</a>
<a href="/demo/manual.html" class="btn" target="_blank">
Live Demo
<span>The Default HTML Wallet</span>
</a>
</div>
</div>
<div class="container">
<ul class="features">
<li>
<span class="icon icon-blockchains"></span>
<h3>Chain Agnostic</h3>
<p class="description">Works on any blockchain with a web-accessible API and tested on Bitcoin, Litecoin Dogecoin, and Dash</p>
<a href="https://github.com/blockstrap/docs/tree/master/en/framework/modules/blockchains" class="btn" target="_blank">Learn More</a>
</li>
<li>
<span class="icon icon-providers"></span>
<h3>API Neutral</h3>
<p class="description">Prevents vendor lock-in and is compatible with a range of blockchain APIs ensuring you will always have access</p>
<a href="https://github.com/blockstrap/docs/tree/master/en/framework/examples/tests" class="btn" target="_blank">Learn More</a>
</li>
<li>
<span class="icon icon-plugins"></span>
<h3>Easily Extendable</h3>
<p class="description">Much like WordPress, our framework can be extended with additional modules to support themes and plugins</p>
<a href="https://github.com/blockstrap/docs/tree/master/en/framework/extending" class="btn" target="_blank">Learn More</a>
</li>
</ul>
<ul class="features">
<li>
<span class="icon icon-keys"></span>
<h3>Complete Key Control</h3>
<p class="description">Private keys are generated deterministically in the browser and never leave localStorage</p>
<a href="https://github.com/blockstrap/docs/tree/master/en/framework/started/security" class="btn" target="_blank">Learn More</a>
</li>
<li>
<span class="icon icon-accounts"></span>
<h3>Multiple Accounts</h3>
<p class="description">Create and control multiple accounts for multiple cryptocurrencies</p>
<a href="https://github.com/blockstrap/docs/tree/master/en/applications/wallet/accounts" class="btn" target="_blank">Learn More</a>
</li>
<li>
<span class="icon icon-open"></span>
<h3>Entirely Open Source</h3>
<p class="description">All of our code is available to view, fork, and contribute to via our GitHub repository</p>
<a href="https://github.com/blockstrap/framework/issues" class="btn" target="_blank">Learn More</a>
</li>
</ul>
<div id="quote">The easiest way for web-developers to get started with blockchains!</div>
<div id="person" class="mark">
<a href="http://twitter.com/m_smalley" target="_blank">Mark Smalley</a>
<span>CEO at Neuroware.io</span>
</div>
</div>
<div id="footer">
<div class="container">
<ul class="social">
<li class="twitter">
<a href="http://twitter.com/blockstrap" target="_blank">Twitter</a>
</li>
<li class="github">
<a href="http://github.com/blockstrap" target="_blank">GitHub</a>
</li>
<li class="form">
<form
class="subscribe"
method="post"
action="http://neuroware.us8.list-manage1.com/subscribe?u=510ca926990f2cef070cbe3d2&id=0856d2bdac"
>
<input type="text" name="EMAIL" class="email" placeholder="Signup to the developer mailing list..."/>
<button type="submit" class="submit">SIGNUP</button>
</form>
</li>
</ul>
</div>
</div>
<script src="/assets/js/stats.js"></script>
</body>
</html>