-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (50 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Bitcoin Backup Helper</title>
<meta property="og:title" content="Bitcoin Backup Helper | Made by the Bitcoin Design Community" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sbddesign.github.io/bitcoin-backup-helper/" />
<meta property="og:image" content="https://sbddesign.github.io/bitcoin-backup-helper/img/bitcoin-backup-helper.png" />
<meta property="og:image:width" content="1680" />
<meta property="og:image:height" content="1050" />
</head>
<body>
<div id="wrapper">
<main>
<h1>Bitcoin Backup Helper</h1>
<div class="video-container">
<iframe src="https://player.vimeo.com/video/532749902?title=0&byline=0&portrait=0&speed=0&badge=0&autopause=0&player_id=0&app_id=58479" width="1680" height="1050" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen title="Bitcoin Backup Helper"></iframe>
</div>
<ul class="links">
<li>
<a href="https://www.figma.com/file/GytkKvsTsdMwjDQLZuq2oA/Bitcoin-Backup-Helper?node-id=20%3A9499">
Figma Design
</a>
</li>
<li>
<a href="https://www.figma.com/proto/GytkKvsTsdMwjDQLZuq2oA/Bitcoin-Backup-Helper?node-id=20%3A10219&viewport=-3066%2C-2392%2C0.25&scaling=scale-down&page-id=20%3A9499">
Figma Prototype
</a>
</li>
<li>
<a href="https://github.com/sbddesign/bitcoin-backup-helper">
GitHub
</a>
</li>
</ul>
<footer id="bitcoin-design-footer">
<div>
<p>
Made by the<br />
<strong><a href="https://bitcoin.design">Bitcoin Design Community</a></strong>
</p>
</div>
<img src="img/bitcoin-design-community.svg" alt="Bitcoin Design Community" />
</footer>
</main>
</div>
</body>
</html>