-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
101 lines (97 loc) · 3.53 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ching! PoS for stablecoins</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
<link rel="stylesheet" href="font/inter.css">
<link rel="stylesheet" href="main.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<body>
<section class="hero">
<div class="container">
<div class="columns">
<div class="column is-12 has-text-centered">
<img class="logo" src="img/logo-ching.svg" />
<h1>Accept crypto payments as easy as cash.</h1>
<p class="lead">Easy to use point of sale for stablecoins. Effortless transactions through QR codes.</p>
<a class="button" href="https://app.ching.store/">Become a vendor</a>
</div>
</div>
</div>
</section>
<div class="column is-6 has-text-centered phone-mobile">
<img style="width: 572px;" src="img/mockup.png" />
</div>
<section class="phone">
<div class="container">
<div class="columns">
<div class="column is-3 has-text-centered features">
<div class="feature">
<div class="feature-icon">
<img src="img/easy.svg" />
</div>
<h3>Easy to use</h3>
<p>Scan QR, pay. One button checkout.</p>
</div>
<div class="feature">
<div class="feature-icon">
<img src="img/stable.svg" />
</div>
<h3>Stable pricing</h3>
<p>Pay for goods in the currency you’re used to.</p>
</div>
</div>
<div class="column is-6 has-text-centered phone-desktop">
<img style="width: 572px;" src="img/mockup.png" />
</div>
<div class="column is-3 has-text-centered features">
<div class="feature">
<div class="feature-icon">
<img src="img/instant.svg" />
</div>
<h3>Instant</h3>
<p>Transactions as fast as few seconds.</p>
</div>
<div class="feature">
<div class="feature-icon">
<img src="img/inventory.svg" />
</div>
<h3>Management</h3>
<p>Add, edit or remove. Your store, your rules.</p>
</div>
</div>
</div>
</div>
</section>
<section class="mission">
<div class="container">
<div class="columns">
<div class="column is-12 has-text-centered">
<h2>Trading goods and services for everyone, everywhere.</h2>
<p class="lead">We want to enable everyone, everywhere to trade for goods and services using cryptocurrency through a simple, mobile storefront.</p>
</div>
</div>
<div class="columns">
<div class="column is-4 has-text-centered">
<img style="width: 120px;" src="img/aaron.png" />
<h4>Aaron Anderson</h4>
<p class="position">Team Lead, Communications</p>
</div>
<div class="column is-4 has-text-centered">
<img style="width: 120px;" src="img/roman.png" />
<h4>Roman Pavlovskyi</h4>
<p class="position">Technical Lead</p>
</div>
<div class="column is-4 has-text-centered">
<img style="width: 120px;" src="img/igor.png" />
<h4>Igor Markelov</h4>
<p class="position">Full-stack Developer</p>
</div>
</div>
</div>
</section>
</body>
</html>