-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (151 loc) · 6.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>web3bch</title>
<meta name="description" content="Communication protocol between Bitcoin Cash DApps and wallets">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Amiko" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="css/reset.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
<link rel="icon" href="https://web3bch.github.io/web3bch.cash/images/favicon.png" />
<meta property="og:image" content="https://web3bch.github.io/web3bch.cash/og.png">
<meta property="og:url" content="https://web3bch.github.io/web3bch.cash/">
<meta property="og:title" content="web3bch" />
<meta property="og:description" content="Communication protocol between Bitcoin Cash DApps and wallets" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128573498-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128573498-1');
</script>
</head>
<body>
<div class="scroll-button" id="scroll-button"></div>
<header class="header">
<div class="container">
<div class="header-inner">
<div class="header-left">
<div class="header-left__logo">
<img src="images/logo_web3bch.png">
</div>
</div>
<div class="header-right">
<ul class="header-right__sections" id="header-list">
<li data-id="about">About</li>
<li data-id="spec">Spec</li>
<li data-id="services">Services</li>
</ul>
</div>
</div>
</div>
</header>
<section class="jumbotron">
<div class="jumbotron-inner">
<div class="jumbotron__content">
<div class="jumbotron__content-inner">
<div class="jumbotron__content__text" id="jumbotron-text">
<div>> Hello, world!</div>
<br>
<div>> I’m web3bch.</div>
<br>
<div>> Let's Build DApps on</div>
<br class="show-xs">
<div>Bitcoin Cash.</div>
</div>
<div class="jumbotron__content__cursor"></div>
</div>
</div>
<div class="jumbotron__scroll">
<div class="jumbotron__scroll-inner">
<div class="jumbotron__scroll__text">SCROLL</div>
<div class="jumbotron__scroll__bar-clip">
<div class="jumbotron__scroll__bar"></div>
</div>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container">
<h2>About<span>.</span></h2>
<div class="about__text">
Web3bch is a collection of libraries for building DApps on Bitcoin Cash Blockchain. It allows you to interact with a local wallet or remote Bitcoin Cash node.
</div>
</div>
</section>
<section class="spec" id="spec">
<div class="container">
<h2>Spec<span>.</span></h2>
<div class="spec__content">
<div class="spec__content__text">
You can check <span class="highlight">web3bch</span>
<br>
protocol sepcification.
</div>
<div class="spec__content__button">
<a href="https://web3bch.github.io/web3bch.js/index.html" target="_blank" onClick="ga('send', 'event', 'link', 'click', 'https://web3bch.github.io/web3bch.js/index.html', '1');">
<span>Check Now</span>
<span class="emoji">👀</span>
</a>
</div>
</div>
</div>
</section>
<section class="services" id="services">
<div class="container">
<h2>Services<span>.</span></h2>
<div class="services__cards-wrapper">
<div class="services__card">
<a>
<img src="images/img_coming_soon.svg" alt="commingsoon">
</a>
</div>
<div class="services__card">
<a>
<img src="images/img_coming_soon.svg" alt="commingsoon">
</a>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-inner">
<div class="footer-left">
<p>© 2018 web3bch.cash</p>
</div>
<div class="footer-right">
<ul class="footer-right__icons">
<li><a href="https://github.com/web3bch/web3bch.js" target="_blank"><img src="images/icons/github.svg"></a></li>
<!-- <li><a href="https://github.com/web3bch/web3bch.js" target="_blank"><img src="images/icons/reddit.svg"></a></li>
<li><a href="https://github.com/web3bch/web3bch.js" target="_blank"><img src="images/icons/telegram.svg"></a></li> -->
</ul>
<!--<div class="footer-right__language-btn">
<img src="images/icons/language.svg">
<span>English</span>
</div>-->
</div>
</div>
</div>
</footer>
<footer class="footer-xs">
<div class="container">
<!--<div class="footer-xs__language-btn">
<img src="images/icons/language.svg">
<span>English</span>
</div>-->
<ul class="footer-xs__icons">
<li><a href="https://github.com/web3bch/web3bch.js" target="_blank" onClick="ga('send', 'event', 'link', 'click', 'https://github.com/web3bch/web3bch.js', '1');"><img src="images/icons/github.svg"></a></li>
<!-- <li><a href="https://github.com/web3bch/web3bch.js" target="_blank" onClick="ga('send', 'event', 'link', 'click', 'https://github.com/web3bch/web3bch.js', '1');"><img src="images/icons/reddit.svg"></a></li>
<li><a href="https://github.com/web3bch/web3bch.js" target="_blank" onClick="ga('send', 'event', 'link', 'click', 'https://github.com/web3bch/web3bch.js', '1');"><img src="images/icons/telegram.svg"></a></li> -->
</ul>
<div class="footer-xs__copy">© 2018 web3bch.cash</div>
</div>
</footer>
</body>
</html>