forked from spesmilo/electrum-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
355 lines (344 loc) · 14.8 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Electrum Bitcoin Wallet</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow"/>
<meta name="description" content="Electrum Bitcoin Wallet."/>
<meta name="twitter:site" content="@ElectrumWallet"/>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="icon" href="logo/electrum_logo.svg" type="image/svg" />
<link rel="stylesheet" href="css/electrum.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap">
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery.client.js"></script>
<script type="text/javascript" src="js/jquery.socialbutton-1.8.0.js"></script>
<script type="text/javascript" src="js/qrcode.js"></script>
<script type="text/javascript" src="js/electrum.js"></script>
</head>
<body>
<div id="headerWrapper">
<a href="https://electrum.org/">
<img src="logo/electrum_logo.png" alt="Electrum" id="electrum_logo" />
</a>
<ul class='navigation' id="nav_links">
<li><a href="#home" >Home</a></li>
<li><a href="#download" >Download</a></li>
<li><a href="#documentation" >Documentation</a></li>
<li><a href="#community" >Community</a></li>
<li><a href="#about">About</a></li>
</ul>
<a href="javascript:void(0);" id="hamburger_icon" onclick="hamburgerMenu()">
<i class="fa fa-bars"></i>
</a>
</div>
<div id="content">
<div class="wrapper">
<div class="panel" id="home">
<div id="Electrum_title">
<img src="logo/electrum_blue_text.svg" alt="Electrum text only blue" id="electrum_blue_logo_text" class="animate-flicker">
<div class="title_subtext">
<h1>LIGHTWEIGHT BITCOIN WALLET</h1>
<h2>Securing Bitcoin payments since 2011</h2>
<a href="#download"><button class="btn" id="download_button">DOWNLOAD</button></a>
</div>
</div>
<div class="warning_text">
<p>
Electrum versions older than 3.3.4 are susceptible to
<a href="https://github.com/spesmilo/electrum/issues/4968" target="__blank">phishing</a>.
<br/>
<Br/>Do not download Electrum from another source than
electrum.org, and learn to verify GPG signatures.
</p>
</div>
<div class="panel_wrapper">
<div class="home_panel_section">
<h1>Keep your bitcoins <span style="color: #0679FF">secure </span> with ELECTRUM</h1>
<!-- Tab content -->
<div class="tab_content_wrapper">
<div id="ColdStorage" class="tab_content security">
<h2 class="feature_header">COLD STORAGE</h2>
<img src="./images/cold_storage.svg" alt="bitcoin igloo"/>
<p>
Sign transactions from a computer that
is always offline. Broadcast them from
a machine that does not have your keys.
<br/><br/>
Keep your private keys offline, and go online with a watching-only wallet.
</p>
</div>
<div id="tfa" class="tab_content security">
<h2 class="feature_header">TWO FACTOR AUTH</h2>
<img src="./images/tfa.svg" alt="two factor authentication"/>
<p>
Be safe from malware.
<br/><br/>
Use two-factor authentication
by Electrum and Trustedcoin.
</p>
</div>
<div id="multisig" class="tab_content security">
<h2 class="feature_header">MULTISIG</h2>
<img src="./images/multisig.svg" alt="multisig"/>
<p>
Split the permission
to spend your bitcoins <br/>
between several wallets.
</p>
</div>
<div id="hardware" class="tab_content security">
<h2 class="feature_header">HARDWARE WALLETS</h2>
<img src="./images/hardware.svg" alt="hardware wallets"/>
<p>
Electrum supports hardware wallets: <br/> <br/>
Ledger, Trezor, Keepkey
<br/><br/>
<a href="https://www.ledger.com/" target="__blank">More information</a>
</p>
</div>
</div>
</div>
<div class="home_panel_section">
<h1 id="financial_independence">Become financially <span style="color: #0679FF">independent</span> with ELECTRUM</h1>
<!-- Tab content -->
<div class="tab_content_wrapper">
<div id="decentralized" class="tab_content independence">
<h2 class="feature_header">DECENTRALIZED</h2>
<img src="./images/decentralized.svg" alt="decentralized and free"/>
<p>
Electrum is free software released under the MIT License.
<br/> <br/>
Anyone can run an Electrum server. <br/>
No single entity controls the network.
</p>
</div>
<div id="verifiable" class="tab_content independence">
<h2 class="feature_header">VERIFIABLE</h2>
<img src="./images/verifiable.svg" alt="verifiable"/>
<p>
Electrum verifies that your transactions
are in the Bitcoin blockchain.
Because Bitcoin is not about trust.
It is about freedom and independence.
<br/> <br/>
Electrum Wallet verifies all the
transactions in your history using SPV.
<br/><br/>
<a href="https://electrum.readthedocs.io/en/latest/spv.html" target="__blank">More information</a>
</p>
</div>
<div id="lockin" class="tab_content independence">
<h2 class="feature_header">NO LOCK-IIN</h2>
<img src="./images/no_lockin.svg" alt="no lock-ins"/>
<p>
You can export your private keys and
use them in other Bitcoin clients.
</p>
</div>
</div>
</div>
<div class="home_panel_section">
<h1>Enjoy <span style="color: #0679FF">quick and reliable</span> access with ELECTRUM</h1>
<!-- Tab content -->
<div class="tab_content_wrapper">
<div id="downtime" class="tab_content quickreliable">
<h2 class="feature_header">DOWNTIME RESISTANT</h2>
<img src="./images/24hours.svg" alt="redundant and never down"/>
<p>
Electrum servers are decentralized and redundant. <br/> <br/>
Your wallet is never down.
</p>
</div>
<div id="fast" class="tab_content quickreliable">
<h2 class="feature_header">FAST</h2>
<img src="./images/fast.svg" alt="servers never down"/>
<p>
Electrum is fast, because it uses servers that index the Bitcoin blockchain.
</p>
</div>
<div id="recoverable" class="tab_content quickreliable">
<h2 class="feature_header">RECOVERABLE</h2>
<img src="./images/forgiving.svg" alt="forgiving wallet seeds"/>
<p>
Your funds can be recovered from a secret phrase.
</p>
</div>
</div>
</div>
</div>
</div> <!-- end of panel home-->
<div class="panel" id="documentation">
<div class="warning_text">
<p>
Electrum versions older than 3.3.4 are susceptible to
<a href="https://github.com/spesmilo/electrum/issues/4968" target="__blank">phishing</a>.
<Br/>Do not download Electrum from another source than
electrum.org, and learn to verify GPG signatures.
</p>
</div>
<div class="panel_wrapper">
<h1 class="panel_title">Documentation</h1>
<div id="documentation_buttons_set">
<a href="https://electrum.readthedocs.io/" target="__blank"><button class="btn">OFFICIAL DOCUMENTATION</button></a>
<a href="https://bitcoinelectrum.com" target="__blank"><button class="btn">UNOFFICIAL GUIDE</button></a>
</div>
</div>
</div> <!-- end of panel documentation-->
<div class="panel" id="community">
<div class="warning_text">
<p>
Electrum versions older than 3.3.4 are susceptible to
<a href="https://github.com/spesmilo/electrum/issues/4968" target="__blank">phishing</a>.
<Br/>Do not download Electrum from another source than
electrum.org, and learn to verify GPG signatures.
</p>
</div>
<div class="panel_wrapper">
<h1 class="panel_title">Community</h1>
<div class="panel_subsection">
<h2 class="panel_subtitle">SUPPORT</h2>
<ul>
<li>Documentation: <a href="https://electrum.readthedocs.io/" target="__blank">http://electrum.readthedocs.io</a></li>
<li>Official announcements are made on <a href="https://twitter.com/ElectrumWallet" target="__blank">Twitter</a></li>
<li>You can ask questions on <a href="https://bitcointalk.org/index.php?board=98.0" target="__blank">bitcointalk.org</a> as well as on <a href="https://www.reddit.com/r/Electrum/" target="__blank">Reddit</a></li>
</ul>
</div>
<div class="panel_subsection">
<h2 class="panel_subtitle">DEVELOPMENT</h2>
<ul>
<li>IRC channel: <a href="irc://irc.freenode.net/electrum" target="__blank">#electrum</a> channel on Freenode</li>
<li>Bug reports: <a href="https://github.com/spesmilo/electrum" target="__blank">electrum page on GitHub</a></li>
<li>Localization: <a href="https://crowdin.net/project/electrum" target="__blank">https://crowdin.net/project/electrum</a></li>
</ul>
</div>
<div class="panel_subsection">
<h2 class="panel_subtitle">ELECTRUM SERVERS</h2>
<ul>
<li>Server source code: <a href="https://github.com/spesmilo/electrumx" target="__blank">ElectrumX</a> (new, faster implementation)</li>
<li>How to run your own Electrum server: <a href="https://github.com/spesmilo/electrumx/blob/master/docs/HOWTO.rst" target="__blank">Install Guide</a></li>
<li><a href="https://1209k.com/bitcoin-eye/ele.php" target="__blank">Servers list and status</a> (Lists only Bitcoin Electrum servers)</li>
<li><a href="https://bohol.petrkr.net/electrum-stats.php" target="__blank">Statistics from Petrkr's server</a>
</ul>
</div>
</div>
</div> <!-- end of panel community-->
<div class="panel" id="about">
<div class="warning_text">
<p>
Electrum versions older than 3.3.4 are susceptible to
<a href="https://github.com/spesmilo/electrum/issues/4968" target="__blank">phishing</a>.
<Br/>Do not download Electrum from another source than
electrum.org, and learn to verify GPG signatures.
</p>
</div>
<div class="panel_wrapper">
<h1 class="panel_title">About</h1>
<div class="panel_subsection">
<h2 class="panel_subtitle">BACKGROUND</h2>
<p>
Electrum was created by Thomas Voegtlin in
November 2011.<br/>
Since then,
<a href="https://github.com/spesmilo/electrum/graphs/contributors" target="__blank">
various developers</a> have contributed to its
source code.
</p>
</div>
<div class="panel_subsection">
<h2 class="panel_subtitle">DEVELOPERS WITH WRITE ACCESS</h2>
<ul>
<li>
Thomas Voegtlin
<a href="https://github.com/ecdsa" target="__blank">[github]</a>
<a href="http://keys.gnupg.net/pks/lookup?search=0x6694D8DE7BE8EE5631BED9502BD5824B7F9470E6&fingerprint=on&op=index" target="__blank">[gpg]</a></li>
</li>
<li>
SomberNight
<a href="https://github.com/SomberNight" target="__blank">[github]</a>
<a href="https://github.com/spesmilo/electrum/blob/master/pubkeys/sombernight.asc" target="__blank">[pgp]</a>
</li>
<li>
EagleTM
<a href="https://github.com/EagleTM" target="__blank">[github]</a>
</li>
<br/>
<br/>
<br/>
</ul>
</div>
</div>
</div> <!-- end of panel about-->
<div class="panel" id="impressum">
<div class="panel_wrapper">
<h4>Impressum</h4>
<p>
This website is hosted by
Electrum Technologies GmbH<br/> Electrum Technologies was founded by Thomas
Voegtlin in 2013.<br/> Its mission is to develop,
package and distribute Electrum software, and to
provide services to Bitcoin users and businesses.
</p>
<h4>Address</h4>
<p>
Electrum Technologies GmbH<br/>
Paul-Lincke-Ufer 8d<br/>
10999 Berlin - Germany<br/>
</p>
</div>
</div> <!-- end of panel impressum-->
<div class="panel" id="disclaimer">
<div class="panel_wrapper">
<h3>Disclaimer</h3>
Electrum is Free Software, released under the MIT Licence.
</div>
</div>
</div>
</div> <!-- end of content -->
<div id="footer">
<div class="footer_wrapper">
<div>
<div class="footer_subwrapper">
<div id="company_info">
<img src="./logo/electrum_with_logo.svg" alt="logo with text" id="footer_logo" href="https://electrum.org"/>
<p>Electrum is a lightweight bitcoin wallet. Electrum’s focus is speed, with low resource usage and simplifying Bitcoin.</p>
</div>
<div class="internal_links">
<h5>RESOURCES</h5>
<a href="#documentation">Documentation</a>
<a href="#download">Download</a>
</div>
<div class="internal_links">
<h5>COMMUNITY</h5>
<a href="#community">Support</a>
<a href="#community">Development</a>
<a href="#community">Electrum Servers</a>
</div>
<div class="internal_links">
<h5>SOCIAL MEDIA</h5>
<a href="https://twitter.com/ElectrumWallet" target="__blank" class="social_link">
<img src="./icons/twitter.svg" alt="twitter icon" style="height: 17px;"/>
<p>Twitter</p>
</a>
<a href="https://github.com/spesmilo/electrum" target="__blank" class="social_link">
<img src="./icons/github.svg" alt="github icon" style="height: 17px;"/>
<p>Github</p>
</a>
</div>
</div>
</div>
<div class="footer_subwrapper" id="external_links">
<a href="https://github.com/spesmilo/electrum/blob/master/LICENCE" target="__blank">Released under the MIT License</a>
<a href="#impressum" rel="panel">Impressum</a>
<a href="#disclaimer" rel="panel">Disclaimer</a>
</div>
</div>
</div>
<!-- Import sticky header script -->
<script type="text/javascript" src="js/electrum.js"></script>
<script type="text/javascript" charset="utf-8">
</script>
</body>
</html>