-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmerchants.html
More file actions
77 lines (70 loc) · 2.99 KB
/
Copy pathmerchants.html
File metadata and controls
77 lines (70 loc) · 2.99 KB
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
---
layout: default
title: Merchants
name: merchants
---
<div class="container">
<div class="well well-main">
<i class="fa fa-credit-card pull-left fa-4x"></i>
<h2 class="page-header ">Merchants</h2>
<h3>Gambling sites and games</h3>
<p>
The following gambling sites and games accept Heavycoin as payment.
</p>
<ul>
<li><a href="http://www.heavydice.com/" target="_blank">heavydice.com</a></li>
</ul>
<h3>Merchants accepting HVC</h3>
<p>
The following merchants accept Heavycoin as payment.
</p>
<ul>
<li><a href="http://bitscoinshop.com.br/en/" target="_blank">Bitscoinshop</a> - Online store with thousands of items, including clothes, shoes, eyeglasses, perfumes and more.</li>
<li><a href="https://altoutlet.com/hvc" target="_blank">AltOutlet.com</a> - Online store with over 8000 items, including apparel, home and garden, mobile phones and video games.</li>
<li><a href="http://hausfay.com/en">Haus Fay Hotel and Apartments, Chios Greece</a></li>
<li><a href="http://www.bitscraper.pw/p/take-your-own-floor.html" target="_blank">BitScraper</a> - Interesting virtual skyscraper advertising</li>
</ul>
<h3>Accepting payment with Heavycoin</h3>
<p>
Heavycoin is keen to become one of the top globally
accepted digital payment systems. To this end, the
Heavycoin Foundation is offering bounties for
commerce websites accepting Heavycoin as payment for
goods and services. The bounties are payable to
whoever is responsible for the commerce site
accepting Heavycoin as payment. It may be split
between the operator of the commerce website and the
Heavycoin promoter.
</p>
<h3>Bounties for online businesses accepting Heavycoin</h3>
<ul>
{% include bounties_merchants.html %}
</ul>
<h3>Banners</h3>
<p>
In order for the bounty to be paid the commerce
website must demonstrate that it accepts Heavycoin by
showing one of the following banners on its payment
page.
</p>
<div class="merchant-icons">
<div class="row">
<div class="col-lg-4">
<div class="text-center">
<img src="images/pay-with-heavycoin-silver.png"/>
</div>
</div>
<div class="col-lg-4">
<div class="text-center">
<img src="images/pay-with-heavycoin-orange.png"/>
</div>
</div>
<div class="col-lg-4">
<div class="text-center">
<img src="images/pay-with-heavycoin-green.png"/>
</div>
</div>
</div>
</div>
</div>
</div>