-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
96 lines (93 loc) · 5.49 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
---
layout: default
title: HODL Wallet
styles: [
"css/style"
]
meta_title: HODL Wallet
meta_keywords: bitcoin, wallet, hodl, paper wallet,
meta_description: A mechanical bitcoin wallet designed to survive a zombie apocalypse
meta_image: http://hodlwallet.binaryage.com/images/hodl-wallet-main.png
ogmeta: {
site_name: "BinaryAge website",
description: "HODL Wallet is a mechanical bitcoin wallet",
email: "[email protected]",
type: "product",
title: "HODL Wallet",
url: "http://hodlwallet.binaryage.com",
image: "http://hodlwallet.binaryage.com/images/hodl-wallet-main.png"
}
---
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900' rel='stylesheet' type='text/css'>
<div class="main-page">
<div class="container">
<div class="content">
<div class="image-section">
<div class="main-image">
<a onclick="javascript:$('#jumper').trigger('click')"><img src="/images/hodl-wallet-main.png" style="width:100%"></a>
<div class="zoom-icon"></div>
</div>
<div class="thumbs">
<a id="jumper" title="The kit contains sets of individual letters, steel strips for assembling lines, a base part for fixing lines in place within a steel box." class='wrapped-hodl-image' data-fancybox-group='hodl' href="/images/hodl-wallet-01.jpg"><img src="/images/hodl-wallet-thumb-01.png"></a>
<a title="Assembled strips are positioned into the base." class='wrapped-hodl-image' data-fancybox-group='hodl' href="/images/hodl-wallet-02.jpg"><img src="/images/hodl-wallet-thumb-02.png"></a>
<a title="The base is fixed and protected by the box." class='wrapped-hodl-image' data-fancybox-group='hodl' href="/images/hodl-wallet-03.jpg"><img src="/images/hodl-wallet-thumb-03.png"></a>
<a title="The box should be sealed and stored in a safe place." class='wrapped-hodl-image' data-fancybox-group='hodl' href="/images/hodl-wallet-04.jpg"><img src="/images/hodl-wallet-thumb-04.png"></a>
</div>
</div>
<div class="text-section">
<h1>HODL Wallet</h1>
<h2>a mechanical bitcoin wallet</h2>
<h2>designed to survive a zombie apocalypse<sup>*</sup></h2>
<p class="note">* <span>and to protect against fire, flooding, earthquakes, acids, insects and whims of central bankers</span></p>
<ol>
<li>Upgrade your existing paper wallets to this hard metal wallet.</li>
<li>Dig your bitcoins deep and sit on them while watching for the next financial crisis.</li>
There is no step 3. HODL!
</ol>
<div class="signup-form">
<div class="signup-title">
We want to build this kit for ourselves first. But we can email you when we'll have a prototype ready:
</div>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<div id="mc_embed_signup">
<form action="//binaryage.us1.list-manage.com/subscribe/post?u=55cafa88a4143c3261c960461&id=01a6546ed4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_55cafa88a4143c3261c960461_01a6546ed4" tabindex="-1" value=""></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
<div class="comment-section">
</div>
<div class="read-more-section">
Read more:
<ul>
<li><a href="http://www.reddit.com/r/Bitcoin/comments/2sq8vf/hodl_wallet_a_mechanical_bitcoin_wallet_designed">Comments on Reddit</a>.</li>
<li><a href="http://www.btcfeed.net/news/hodl-wallet-bury-coins-hodl">HODL Wallet – Bury Your Coins And Hodl!</a> <span class="small-link">(<a href="http://btcfeed.net">btcfeed.net</a>)</span></li>
<li><a href="http://bitcoinist.net/hodl-wallet-metal-bitcoin-wallet">HODL Wallet – A Metal Bitcoin Wallet</a> <span class="small-link">(<a href="http://bitcoinist.net">bitcoinist.net</a>)</span></li>
</ul>
</div>
<div class="read-more-section">
Similar projects:
<ul>
<li><a href="https://www.indiegogo.com/projects/cryptosteel-the-ultimate-cold-storage-wallet">cryptosteel wallet</a> <span class="small-link">(<a href="https://www.indiegogo.com/projects/cryptosteel-the-ultimate-cold-storage-wallet">indiegogo.com</a>)</span></li>
<li><a href="http://coinsquare.co">coinsquare</a> <span class="small-link">(<a href="http://coinsquare.co">coinsquare.co</a>)</span></li>
</ul>
</div>
<div class="cross-sell">Using a Macintosh? Check out our Mac apps <a href="http://totalfinder.binaryage.com">TotalFinder</a> and <a href="http://totalspaces.binaryage.com">TotalSpaces</a>
- you can <a href="http://blog.binaryage.com/trade-totalfinder-bitcoin">buy them with bitcoins and get 50% off!</a>
</div>
</div>
</div>
</div>
<script>
(function() {
$(".wrapped-hodl-image").fancybox();
})();
</script>