Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _templates/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2 id="visibility">
{% translate visibility %}</h2>
<p>{% translate visibilitytxt %}</p>
<div>
<a class="btn-bright" href="/{{ page.lang }}/{% translate spend-bitcoin url %}">{% translate visibilitybut %}</a>
<a class="btn-bright" href="/en/submit-business">{% translate visibilitybut %}</a>
</div>
</div>
</div>
Expand Down
36 changes: 36 additions & 0 deletions _templates/submit-business.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.

layout: base
id: submit-business
---
<div class="hero">
<div class="container hero-container">
<h1>Submit your business</h1>
</div>
</div>

<div class="container">
<div class="row card-row">
<div class="card spend-card">
<img src="/img/icons/local.svg?{{site.time | date: '%s'}}" alt="icon">
<h2 id="coinmap">Coinmap</h2>
<p>Add your physical business to a global Bitcoin merchant map so customers can discover nearby places that accept Bitcoin.</p>
<p><a href="https://coinmap.org/" rel="noreferrer noopener">coinmap.org</a></p>
</div>

<div class="card spend-card">
<img src="/img/icons/search.svg?{{site.time | date: '%s'}}" alt="icon">
<h2 id="spendabit">Spendabit</h2>
<p>List products and online stores so people looking for items they can buy with Bitcoin can find your business.</p>
<p><a href="https://spendabit.co/" rel="noreferrer noopener">spendabit.co</a></p>
</div>

<div class="card spend-card">
<img src="/img/icons/directory.svg?{{site.time | date: '%s'}}" alt="icon">
<h2 id="help-customers-find-you">Help customers find you</h2>
<p>Keep your listing up to date, display a Bitcoin accepted sign on your website or storefront, and provide clear payment instructions.</p>
</div>
</div>
</div>